aboutsummaryrefslogtreecommitdiff
path: root/chinese/libtabe
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-07-16 08:49:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-07-16 08:49:48 +0000
commite43a87b9835d44b84dd2e7dd306254fc360dbc50 (patch)
tree384f3f96396cb2f8592a79797a4ebde1b3bb5b5f /chinese/libtabe
parent263c18ffe4d54b40e8f75f4b54f4d206c7051056 (diff)
downloadports-e43a87b9835d44b84dd2e7dd306254fc360dbc50.tar.gz
ports-e43a87b9835d44b84dd2e7dd306254fc360dbc50.zip
Upgrade to 0.1.5.
Notes
Notes: svn path=/head/; revision=30681
Diffstat (limited to 'chinese/libtabe')
-rw-r--r--chinese/libtabe/Makefile8
-rw-r--r--chinese/libtabe/distinfo2
-rw-r--r--chinese/libtabe/files/patch-aa16
-rw-r--r--chinese/libtabe/files/patch-ab18
-rw-r--r--chinese/libtabe/pkg-plist2
5 files changed, 23 insertions, 23 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index c60d01de11d2..042f28022e9b 100644
--- a/chinese/libtabe/Makefile
+++ b/chinese/libtabe/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= libtabe
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.5
CATEGORIES= chinese
MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
-DISTNAME= libtabe-0.1-4
+DISTNAME= libtabe-0.1-5
MAINTAINER= keith@freebsd.sinica.edu.tw
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db
+LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db
WRKSRC= ${WRKDIR}/libtabe
USE_XLIB= yes
@@ -38,7 +38,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe
.endfor
.endif
- ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1-4
+ ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1-5
.if ${PORTOBJFORMAT} == "elf"
${RM} -f ${PREFIX}/lib/libbims.so ${PREFIX}/lib/libbims.so.0
${MV} ${PREFIX}/lib/libbims.so.0.1 ${PREFIX}/lib/libbims.so.0
diff --git a/chinese/libtabe/distinfo b/chinese/libtabe/distinfo
index db7aca824ea9..079cfe07d579 100644
--- a/chinese/libtabe/distinfo
+++ b/chinese/libtabe/distinfo
@@ -1 +1 @@
-MD5 (libtabe-0.1-4.tar.gz) = 369ac070ecaec8424b9493d5ddb7e8bf
+MD5 (libtabe-0.1-5.tar.gz) = 3d5cb4f72dac9c6b0e25d24106bfba85
diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa
index ba9c7f080d3b..80ff234e8df0 100644
--- a/chinese/libtabe/files/patch-aa
+++ b/chinese/libtabe/files/patch-aa
@@ -1,24 +1,24 @@
---- src/Makefile.in.orig Mon Apr 10 10:00:33 2000
-+++ src/Makefile.in Mon Apr 24 13:20:38 2000
-@@ -27,7 +27,7 @@
+--- src/Makefile.in.orig Wed Jun 28 22:06:28 2000
++++ src/Makefile.in Sun Jul 16 15:11:16 2000
+@@ -29,7 +29,7 @@
bindir = @bindir@
includedir = @includedir@
--version = 0.1-4
+-version = 0.1-5
+version = 0.1
major_ver = 0
#
-@@ -156,7 +156,7 @@
+@@ -161,7 +161,7 @@
install: install_binary install_data
-install_binary: binary
+install_binary:
if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
- $(INSTALL_DATA) lib$(LIBNAME).a $(libdir)
- if [ -f lib$(LIBNAME).so ]; then \
-@@ -172,6 +172,6 @@
+ $(INSTALL_DATA) $(unsharelib) $(libdir)
+ if [ -f $(sharelib) ]; then \
+@@ -177,6 +177,6 @@
(cd supports/bims; $(MAKE) install)
(cd util; $(MAKE) install)
diff --git a/chinese/libtabe/files/patch-ab b/chinese/libtabe/files/patch-ab
index 21fc49d47f51..ff64daf8704f 100644
--- a/chinese/libtabe/files/patch-ab
+++ b/chinese/libtabe/files/patch-ab
@@ -1,20 +1,20 @@
---- src/supports/bims/Makefile.in.orig Mon Apr 24 13:20:53 2000
-+++ src/supports/bims/Makefile.in Mon Apr 24 13:21:04 2000
-@@ -27,7 +27,7 @@
- bindir = @bindir@
- includedir = @includedir@
+--- src/supports/bims/Makefile.in.orig Wed Jun 28 22:06:28 2000
++++ src/supports/bims/Makefile.in Sun Jul 16 15:11:37 2000
+@@ -30,7 +30,7 @@
+ ld_sharelib = @ld_sharelib@
+ slib_ext = @slib_ext@
--version = 0.1-4
+-version = 0.1-5
+version = 0.1
major_ver = 0
AR = ar cr
-@@ -72,7 +72,7 @@
+@@ -77,7 +77,7 @@
if [ -d obj-s ]; then rmdir obj-s; fi
$(RM) Makefile
-install: all
+install:
if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
- $(INSTALL_DATA) lib$(LIBNAME).a $(libdir)
- if [ -f lib$(LIBNAME).so ]; then \
+ $(INSTALL_DATA) $(unsharelib) $(libdir)
+ if [ -f $(sharelib) ]; then \
diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist
index 9589f10bca7e..8c93e3cc38e0 100644
--- a/chinese/libtabe/pkg-plist
+++ b/chinese/libtabe/pkg-plist
@@ -19,7 +19,7 @@ share/doc/tabe/TODO
share/doc/tabe/ZuYinCode.txt
share/doc/tabe/et26.txt
share/doc/tabe/libtabe.sgml
-share/tabe/libtabe-0.1-4
+share/tabe/libtabe-0.1-5
share/tabe/tsiyin/tsi.db
share/tabe/tsiyin/yin.db
@dirrm include/tabe