diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 20:47:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 20:47:30 +0000 |
commit | 908e590ee8fb97f14f750b6bfd3f0314cbf5e9ff (patch) | |
tree | d8f4c8a559b0bf2abdac8c78d7d4b0a421448fb5 /ftp | |
parent | 0fa9447355b5babf460b15862d532304e55f9bd0 (diff) | |
download | ports-908e590ee8fb97f14f750b6bfd3f0314cbf5e9ff.tar.gz ports-908e590ee8fb97f14f750b6bfd3f0314cbf5e9ff.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/Makefile | 9 | ||||
-rw-r--r-- | ftp/axel/distinfo | 6 | ||||
-rw-r--r-- | ftp/axel/pkg-plist | 1 |
3 files changed, 10 insertions, 6 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 325d54f9a4a6..61792eeeb117 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -7,10 +7,10 @@ # PORTNAME= axel -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= ftp -MASTER_SITES= http://alioth.debian.org/frs/download.php/2659/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/2717/ \ + http://mirror.mcx2.org/ MASTER_SITE_SUBDIR= distfiles MAINTAINER= prudhvikrishna@gmail.com @@ -44,6 +44,9 @@ MAN1= axel.1 post-configure: @${REINPLACE_CMD} -e 's|gcc|${CC}|; \ s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings + @${REINPLACE_CMD} -e '37,38d' \ + -e 's|cn|CN|g' ${WRKSRC}/Makefile + ${MV} ${WRKSRC}/zh_cn.po ${WRKSRC}/zh_CN.po @${ECHO} 'CFLAGS+=${CFLAGS}' >> ${WRKSRC}/Makefile.settings .include <bsd.port.post.mk> diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo index cd83dca7f976..92510098be0d 100644 --- a/ftp/axel/distinfo +++ b/ftp/axel/distinfo @@ -1,3 +1,3 @@ -MD5 (axel-2.2.tar.gz) = 476aca139e4b6b111e36ed616da5979b -SHA256 (axel-2.2.tar.gz) = 22f7d58b30865b60fa4d2c61ca0e93ccaef769b4e8965979afb54156b09b7386 -SIZE (axel-2.2.tar.gz) = 47195 +MD5 (axel-2.3.tar.gz) = 6f49813ffc1dd10829d74b73712cb5ed +SHA256 (axel-2.3.tar.gz) = 2d1ae1b86feedbbee659a3146d611ce9f6ba5796ccde05a587a440fd33493661 +SIZE (axel-2.3.tar.gz) = 50589 diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist index abde95a0cf4d..18bc89a572e8 100644 --- a/ftp/axel/pkg-plist +++ b/ftp/axel/pkg-plist @@ -3,3 +3,4 @@ etc/axelrc %%NLS%%share/locale/de/LC_MESSAGES/axel.mo %%NLS%%share/locale/nl/LC_MESSAGES/axel.mo %%NLS%%share/locale/ru/LC_MESSAGES/axel.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/axel.mo |