diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-11 03:41:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-11 03:41:41 +0800 |
commit | e7b15654621ea852e64c0435f3e3a08e9c6e6c8a (patch) | |
tree | 4c667bef5769b58b3e143ce16a262459f93d5918 | |
parent | c346cfd1fab42b6dcb5275708396f2502cc61277 (diff) | |
download | freebsd-ports-graphics-e7b15654621ea852e64c0435f3e3a08e9c6e6c8a.tar.gz freebsd-ports-graphics-e7b15654621ea852e64c0435f3e3a08e9c6e6c8a.tar.zst freebsd-ports-graphics-e7b15654621ea852e64c0435f3e3a08e9c6e6c8a.zip |
Upgrade to 0.3.12.
PR: ports/27254
Submitted by: maintainer
-rw-r--r-- | chinese/autoconvert/Makefile | 8 | ||||
-rw-r--r-- | chinese/autoconvert/distinfo | 2 | ||||
-rw-r--r-- | chinese/autoconvert/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index e1e11a5a742..f00db3a5552 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -6,10 +6,10 @@ # PORTNAME= autoconvert -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.12 CATEGORIES= chinese -MASTER_SITES= ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/ \ - http://www.csie.nctu.edu.tw/~yinjieh/ +MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/ \ + ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/ MAINTAINER= yinjieh@csie.nctu.edu.tw @@ -24,7 +24,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libhz.so.0.0 ${PREFIX}/lib/libhz.so.0 cd ${PREFIX}/lib; ${LN} -sf libhz.so.0 libhz.so ${MKDIR} ${PREFIX}/share/autoconvert -.for i in ChangeLog GPL LICENSE Readme TODO Thanks Version hz.txt procmailrc.example shed.big5 shed.gb shed.uni shed.utf7 shed.utf8 +.for i in ChangeLog LICENSE Readme TODO Thanks Version hz.txt procmailrc.example shed.big5 shed.gb shed.uni shed.utf7 shed.utf8 ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert .endfor diff --git a/chinese/autoconvert/distinfo b/chinese/autoconvert/distinfo index 794b449d2f6..70e300c3b4c 100644 --- a/chinese/autoconvert/distinfo +++ b/chinese/autoconvert/distinfo @@ -1 +1 @@ -MD5 (autoconvert-0.3.8.tar.gz) = 11b61f80813f37016caa2e9a1424913a +MD5 (autoconvert-0.3.12.tar.gz) = ff6022e9946051729b97a3e5f1e700a5 diff --git a/chinese/autoconvert/pkg-plist b/chinese/autoconvert/pkg-plist index 20c29a43258..6bb2c2f738a 100644 --- a/chinese/autoconvert/pkg-plist +++ b/chinese/autoconvert/pkg-plist @@ -6,7 +6,6 @@ lib/libhz.a lib/libhz.so lib/libhz.so.0 share/autoconvert/ChangeLog -share/autoconvert/GPL share/autoconvert/LICENSE share/autoconvert/Readme share/autoconvert/TODO |