diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-24 06:26:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-24 06:26:40 +0000 |
commit | df37865b90df8ecc37c9ff40e643b14984fd1b17 (patch) | |
tree | 9836b3577eaadcd9d53c3927e82c3426fe10db69 /chinese | |
parent | Upgrade to 2.5.2p3 (diff) |
Upgrade to 0.1.4.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=27947
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libtabe/Makefile | 8 | ||||
-rw-r--r-- | chinese/libtabe/distinfo | 2 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-aa | 10 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-ab | 6 | ||||
-rw-r--r-- | chinese/libtabe/pkg-plist | 4 |
5 files changed, 17 insertions, 13 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 5f5d5d1a30dd..6121b19dec4c 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libtabe -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.4 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ -DISTNAME= libtabe-0.1-2 +DISTNAME= libtabe-0.1-4 MAINTAINER= keith@freebsd.sinica.edu.tw @@ -30,12 +30,14 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tabe - ${INSTALL_DATA} ${WRKSRC}/src/tsi-src/README ${PREFIX}/share/doc/tabe + ${INSTALL_DATA} ${WRKSRC}/src/tsi-src/README ${PREFIX}/share/doc/tabe/README.tsi + ${INSTALL_DATA} ${WRKSRC}/src/supports/bims/README ${PREFIX}/share/doc/tabe/README.bims .for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \ et26.txt libtabe.sgml ${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe .endfor .endif + ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1-4 .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 9b722d19775f..db7aca824ea9 100644 --- a/chinese/libtabe/distinfo +++ b/chinese/libtabe/distinfo @@ -1 +1 @@ -MD5 (libtabe-0.1-2.tar.gz) = 337982ce290de8e9a1e0b56d117ad9eb +MD5 (libtabe-0.1-4.tar.gz) = 369ac070ecaec8424b9493d5ddb7e8bf diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa index ff236400cd38..ba9c7f080d3b 100644 --- a/chinese/libtabe/files/patch-aa +++ b/chinese/libtabe/files/patch-aa @@ -1,15 +1,15 @@ ---- src/Makefile.in.orig Wed Feb 23 09:48:10 2000 -+++ src/Makefile.in Sun Feb 27 02:03:32 2000 +--- 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 @@ bindir = @bindir@ includedir = @includedir@ --version = 0.1-2 +-version = 0.1-4 +version = 0.1 major_ver = 0 # -@@ -155,7 +155,7 @@ +@@ -156,7 +156,7 @@ install: install_binary install_data @@ -18,7 +18,7 @@ if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi $(INSTALL_DATA) lib$(LIBNAME).a $(libdir) if [ -f lib$(LIBNAME).so ]; then \ -@@ -171,6 +171,6 @@ +@@ -172,6 +172,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 6cc5141ce183..21fc49d47f51 100644 --- a/chinese/libtabe/files/patch-ab +++ b/chinese/libtabe/files/patch-ab @@ -1,10 +1,10 @@ ---- src/supports/bims/Makefile.in.orig Wed Feb 23 09:48:10 2000 -+++ src/supports/bims/Makefile.in Thu Mar 2 16:31:33 2000 +--- 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@ --version = 0.1-2 +-version = 0.1-4 +version = 0.1 major_ver = 0 diff --git a/chinese/libtabe/pkg-plist b/chinese/libtabe/pkg-plist index dc5e5bb90da5..4d70d992f2e0 100644 --- a/chinese/libtabe/pkg-plist +++ b/chinese/libtabe/pkg-plist @@ -15,11 +15,13 @@ lib/libtabe.so.0.1 share/doc/tabe/BoPoMoFo.shtml share/doc/tabe/Changes share/doc/tabe/Changes.pre-0.1 -share/doc/tabe/README +share/doc/tabe/README.bims +share/doc/tabe/README.tsi 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/tsiyin/tsi.db share/tabe/tsiyin/yin.db @dirrm include/tabe |