diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-08-12 07:34:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-08-12 07:34:05 +0000 |
commit | 7429493181503aefbcf70e40ab291f6829c4f39a (patch) | |
tree | d608cc435a7d4c7ace0c9367e89a528c3d51d404 /chinese | |
parent | 1dd3f3da8aea95988fe80d92c8e5dd849e422612 (diff) | |
download | ports-7429493181503aefbcf70e40ab291f6829c4f39a.tar.gz ports-7429493181503aefbcf70e40ab291f6829c4f39a.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libtabe/Makefile | 6 | ||||
-rw-r--r-- | chinese/libtabe/distinfo | 2 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-aa | 16 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-ab | 14 | ||||
-rw-r--r-- | chinese/libtabe/pkg-plist | 2 |
5 files changed, 22 insertions, 18 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 042f28022e9b..2b533eae2646 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libtabe -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ -DISTNAME= libtabe-0.1-5 +DISTNAME= libtabe-0.1-6 MAINTAINER= keith@freebsd.sinica.edu.tw @@ -38,7 +38,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe .endfor .endif - ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1-5 + ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1-6 .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 079cfe07d579..f018be3c4621 100644 --- a/chinese/libtabe/distinfo +++ b/chinese/libtabe/distinfo @@ -1 +1 @@ -MD5 (libtabe-0.1-5.tar.gz) = 3d5cb4f72dac9c6b0e25d24106bfba85 +MD5 (libtabe-0.1-6.tar.gz) = c617ed3a41157aa1e622b686d569e9da diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa index 80ff234e8df0..c7cc4c1f5a68 100644 --- a/chinese/libtabe/files/patch-aa +++ b/chinese/libtabe/files/patch-aa @@ -1,15 +1,17 @@ ---- 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 @@ +--- src/Makefile.in.orig Mon Jul 24 08:10:05 2000 ++++ src/Makefile.in Sat Aug 12 15:07:23 2000 +@@ -29,8 +29,8 @@ bindir = @bindir@ includedir = @includedir@ --version = 0.1-5 +-version = 0.1-6 +-major_ver = 0.1 +version = 0.1 - major_ver = 0 ++major_ver = 0 # -@@ -161,7 +161,7 @@ + # libtabe main makefile. +@@ -162,7 +162,7 @@ install: install_binary install_data @@ -18,7 +20,7 @@ if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi $(INSTALL_DATA) $(unsharelib) $(libdir) if [ -f $(sharelib) ]; then \ -@@ -177,6 +177,6 @@ +@@ -178,6 +178,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 ff64daf8704f..717096d08066 100644 --- a/chinese/libtabe/files/patch-ab +++ b/chinese/libtabe/files/patch-ab @@ -1,15 +1,17 @@ ---- 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 @@ +--- src/supports/bims/Makefile.in.orig Mon Jul 24 08:10:05 2000 ++++ src/supports/bims/Makefile.in Sat Aug 12 15:07:30 2000 +@@ -30,8 +30,8 @@ ld_sharelib = @ld_sharelib@ slib_ext = @slib_ext@ --version = 0.1-5 +-version = 0.1-6 +-major_ver = 0.1 +version = 0.1 - major_ver = 0 ++major_ver = 0 AR = ar cr -@@ -77,7 +77,7 @@ + RM = rm -rf +@@ -78,7 +78,7 @@ if [ -d obj-s ]; then rmdir obj-s; fi $(RM) Makefile diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist index 8c93e3cc38e0..68de66e57d4f 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-5 +share/tabe/libtabe-0.1-6 share/tabe/tsiyin/tsi.db share/tabe/tsiyin/yin.db @dirrm include/tabe |