diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-25 05:25:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-25 05:25:50 +0000 |
commit | 2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3 (patch) | |
tree | 9cdefaacc7363e0daef3595ca1aab4405c9cddc8 /ftp | |
parent | 39afca25f0d5a5d07ac3ac5f85040cc3f287a41c (diff) | |
download | ports-2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3.tar.gz ports-2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/Makefile | 13 | ||||
-rw-r--r-- | ftp/axel/distinfo | 6 | ||||
-rw-r--r-- | ftp/axel/files/patch-configure (renamed from ftp/axel/files/patch-aa) | 9 | ||||
-rw-r--r-- | ftp/axel/pkg-plist | 3 |
4 files changed, 14 insertions, 17 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 6f085dccc082..51a6a85b90b8 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -7,11 +7,11 @@ # PORTNAME= axel -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= ftp -MASTER_SITES= http://alioth.debian.org/frs/download.php/2717/ \ - http://mirror.mcx2.org/ -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= https://alioth.debian.org/frs/download.php/3015/ \ + ftp://ftp.linuxforum.hu/mirrors/frugalware/pub/frugalware/frugalware-testing/source/apps-extra/axel/ \ + http://cvs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/ MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= A download accelerator @@ -40,13 +40,10 @@ CONFIGURE_ARGS+=--debug=1 --strip=0 .endif MAN1= axel.1 +MANLANG= "" zh_CN 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 92510098be0d..eb4c4a061318 100644 --- a/ftp/axel/distinfo +++ b/ftp/axel/distinfo @@ -1,3 +1,3 @@ -MD5 (axel-2.3.tar.gz) = 6f49813ffc1dd10829d74b73712cb5ed -SHA256 (axel-2.3.tar.gz) = 2d1ae1b86feedbbee659a3146d611ce9f6ba5796ccde05a587a440fd33493661 -SIZE (axel-2.3.tar.gz) = 50589 +MD5 (axel-2.4.tar.gz) = a2a762fce0c96781965c8f9786a3d09d +SHA256 (axel-2.4.tar.gz) = 359a57ab4e354bcb6075430d977c59d33eb3e2f1415a811948fa8ae657ca8036 +SIZE (axel-2.4.tar.gz) = 50704 diff --git a/ftp/axel/files/patch-aa b/ftp/axel/files/patch-configure index c9a7058f0d71..f71e6209b3f4 100644 --- a/ftp/axel/files/patch-aa +++ b/ftp/axel/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Wed Jan 23 02:03:07 2002 -+++ configure Wed Jun 25 18:58:36 2003 -@@ -19,7 +19,7 @@ +--- configure.orig 2009-11-25 10:48:59.000000000 +0800 ++++ configure 2009-11-25 10:50:21.000000000 +0800 +@@ -20,7 +20,7 @@ arch=`uname -s` while [ -n "$1" ]; do diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist index 18bc89a572e8..dab1049e78b8 100644 --- a/ftp/axel/pkg-plist +++ b/ftp/axel/pkg-plist @@ -4,3 +4,6 @@ etc/axelrc %%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 +@dirrmtry man/zh_CN/man1 +@dirrmtry man/zh_CN + |