diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-20 15:17:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-20 15:17:20 +0000 |
commit | 64d7335debbd99a9b399d2f0b5db75a82bb8d38c (patch) | |
tree | 4cc18de84f29ecc8d20fadb097c2c47afc3f9bd7 /chinese | |
parent | 47142b783e10f78f9a3df31f1fd05ce83c4ad503 (diff) |
- Update to 0.8.9
PR: ports/78996
Submitted by: Chin-San Huang <chinsan@mail2000.com.tw>
Approved by: statue <statue@netlab.cse.yzu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=131729
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 3 | ||||
-rw-r--r-- | chinese/gcin-devel/distinfo | 4 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-configure | 13 | ||||
-rw-r--r-- | chinese/gcin-devel/pkg-plist | 1 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 3 | ||||
-rw-r--r-- | chinese/gcin/distinfo | 4 | ||||
-rw-r--r-- | chinese/gcin/files/patch-configure | 13 | ||||
-rw-r--r-- | chinese/gcin/pkg-plist | 1 |
8 files changed, 30 insertions, 12 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index e8ab017eea54..7fb258c1316f 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTVERSION= 0.8.9 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo index 19ca4962573d..56ba286860f8 100644 --- a/chinese/gcin-devel/distinfo +++ b/chinese/gcin-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (gcin-0.8.8.tar.bz2) = fbbca435665f537c7a4bbb3c859acae7 -SIZE (gcin-0.8.8.tar.bz2) = 836286 +MD5 (gcin-0.8.9.tar.bz2) = 9463493fe8d1e3506858310f109e1c40 +SIZE (gcin-0.8.9.tar.bz2) = 990183 diff --git a/chinese/gcin-devel/files/patch-configure b/chinese/gcin-devel/files/patch-configure index 936902ddf08e..aa44e7cc069a 100644 --- a/chinese/gcin-devel/files/patch-configure +++ b/chinese/gcin-devel/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Feb 26 10:40:57 2005 -+++ configure Wed Mar 2 18:26:06 2005 +--- configure.orig Sat Feb 26 03:40:57 2005 ++++ configure Sun Mar 20 16:09:31 2005 @@ -1,12 +1,12 @@ -#!/bin/bash +#!/bin/sh @@ -16,6 +16,15 @@ if [ $? = 0 ]; then FREEBSD=1 else +@@ -60,7 +60,7 @@ + OPTFLAGS="-O" + fi + +-echo "CC=gcc" > config.mak ++echo "CC=$CC" > config.mak + echo "MAKE=$MAKE" >> config.mak + echo "GTKINC=$GTKINC" >> config.mak + echo "prefix=$prefix" >> config.mak @@ -78,7 +78,7 @@ echo "GCIN_SCRIPT_DIR=\$(datadir_r)/gcin/script" >> config.mak echo "GCIN_SCRIPT_DIR_i=\$(datadir)/gcin/script" >> config.mak diff --git a/chinese/gcin-devel/pkg-plist b/chinese/gcin-devel/pkg-plist index aab379a68202..bdbdea181273 100644 --- a/chinese/gcin-devel/pkg-plist +++ b/chinese/gcin-devel/pkg-plist @@ -17,6 +17,7 @@ lib/menu/gcin-setup %%DATADIR%%/script/utf8-edit %%DATADIR%%/table/ar30.gtab %%DATADIR%%/table/cj.gtab +%%DATADIR%%/table/cj5.gtab %%DATADIR%%/table/dayi3.gtab %%DATADIR%%/table/et.kbm %%DATADIR%%/table/et-asdf.kbm diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index e8ab017eea54..7fb258c1316f 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTVERSION= 0.8.9 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ diff --git a/chinese/gcin/distinfo b/chinese/gcin/distinfo index 19ca4962573d..56ba286860f8 100644 --- a/chinese/gcin/distinfo +++ b/chinese/gcin/distinfo @@ -1,2 +1,2 @@ -MD5 (gcin-0.8.8.tar.bz2) = fbbca435665f537c7a4bbb3c859acae7 -SIZE (gcin-0.8.8.tar.bz2) = 836286 +MD5 (gcin-0.8.9.tar.bz2) = 9463493fe8d1e3506858310f109e1c40 +SIZE (gcin-0.8.9.tar.bz2) = 990183 diff --git a/chinese/gcin/files/patch-configure b/chinese/gcin/files/patch-configure index 936902ddf08e..aa44e7cc069a 100644 --- a/chinese/gcin/files/patch-configure +++ b/chinese/gcin/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Feb 26 10:40:57 2005 -+++ configure Wed Mar 2 18:26:06 2005 +--- configure.orig Sat Feb 26 03:40:57 2005 ++++ configure Sun Mar 20 16:09:31 2005 @@ -1,12 +1,12 @@ -#!/bin/bash +#!/bin/sh @@ -16,6 +16,15 @@ if [ $? = 0 ]; then FREEBSD=1 else +@@ -60,7 +60,7 @@ + OPTFLAGS="-O" + fi + +-echo "CC=gcc" > config.mak ++echo "CC=$CC" > config.mak + echo "MAKE=$MAKE" >> config.mak + echo "GTKINC=$GTKINC" >> config.mak + echo "prefix=$prefix" >> config.mak @@ -78,7 +78,7 @@ echo "GCIN_SCRIPT_DIR=\$(datadir_r)/gcin/script" >> config.mak echo "GCIN_SCRIPT_DIR_i=\$(datadir)/gcin/script" >> config.mak diff --git a/chinese/gcin/pkg-plist b/chinese/gcin/pkg-plist index aab379a68202..bdbdea181273 100644 --- a/chinese/gcin/pkg-plist +++ b/chinese/gcin/pkg-plist @@ -17,6 +17,7 @@ lib/menu/gcin-setup %%DATADIR%%/script/utf8-edit %%DATADIR%%/table/ar30.gtab %%DATADIR%%/table/cj.gtab +%%DATADIR%%/table/cj5.gtab %%DATADIR%%/table/dayi3.gtab %%DATADIR%%/table/et.kbm %%DATADIR%%/table/et-asdf.kbm |