diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-06 16:10:42 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-06 16:10:42 +0000 |
commit | 8dd68f7f032d15e71c5cc46841073e65b719dbe7 (patch) | |
tree | 6410c83e2db6732e47c3b6efa0bb8126c94c960c /chinese | |
parent | a7d33e3d6bf5c51e106b6658d6f0d0be629c8bc3 (diff) | |
download | ports-8dd68f7f032d15e71c5cc46841073e65b719dbe7.tar.gz ports-8dd68f7f032d15e71c5cc46841073e65b719dbe7.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pcmanx/Makefile | 8 | ||||
-rw-r--r-- | chinese/pcmanx/distinfo | 6 | ||||
-rw-r--r-- | chinese/pcmanx/files/patch-po-zh_TW.po | 13 |
3 files changed, 8 insertions, 19 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 0383fe580b2b..e024507eb5a9 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -6,11 +6,10 @@ # PORTNAME= pcmanx -PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTVERSION= 0.3.4 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ -DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} +DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= chinsan.tw@gmail.com COMMENT= BBS client using GTK+ 2.x @@ -34,4 +33,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-extract: + @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_TW.po + .include <bsd.port.mk> diff --git a/chinese/pcmanx/distinfo b/chinese/pcmanx/distinfo index c3624e981d49..78823c83ea1d 100644 --- a/chinese/pcmanx/distinfo +++ b/chinese/pcmanx/distinfo @@ -1,3 +1,3 @@ -MD5 (pcmanx-pure-gtk2-0.3.3.tar.gz) = 3d52f2f633184c31739c44854d77bd4c -SHA256 (pcmanx-pure-gtk2-0.3.3.tar.gz) = d9742b58cca73b1126763f59b6b26673bb28804b941b5c9e893fc0bf60467457 -SIZE (pcmanx-pure-gtk2-0.3.3.tar.gz) = 595590 +MD5 (pcmanx-gtk2-0.3.4.tar.gz) = d044b7c7efad0d3d0582cef10de0050d +SHA256 (pcmanx-gtk2-0.3.4.tar.gz) = cab8a6fa4c7318cca8cfcad7502413e488c431233f970af8db6f8a23b8c6a786 +SIZE (pcmanx-gtk2-0.3.4.tar.gz) = 604746 diff --git a/chinese/pcmanx/files/patch-po-zh_TW.po b/chinese/pcmanx/files/patch-po-zh_TW.po deleted file mode 100644 index da33e038f31d..000000000000 --- a/chinese/pcmanx/files/patch-po-zh_TW.po +++ /dev/null @@ -1,13 +0,0 @@ ---- po/zh_TW.po.orig Tue Oct 11 02:55:28 2005 -+++ po/zh_TW.po Tue Oct 11 02:54:51 2005 -@@ -413,8 +413,8 @@ - msgstr "顯示字型使用反鋸齒 (重新啟動程式後才有效)" - - #: ../src/generalprefpage.cpp:67 --msgid "Use \"wget\" to download files." --msgstr "使用 \"wget\" 下載檔案. (.rar .zip .tgz .tbz)" -+msgid "Use \"fetch\" to download files." -+msgstr "使用 \"fetch\" 下載檔案. (.rar .zip .tgz .tbz)" - - #: ../src/generalprefpage.cpp:75 - msgid "Display popup notifier for " |