ports/132069: [PATCH] ftp/axel: update to 2.3

Dennis Herrmann adox at mcx2.org
Tue Feb 24 14:50:03 UTC 2009


>Number:         132069
>Category:       ports
>Synopsis:       [PATCH] ftp/axel: update to 2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 14:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
- Update to 2.3
- Add Backup Mirror
- Tested ( http://tb.4bit.ws/index.php?action=describe_port&id=593 )

Port maintainer (prudhvikrishna at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- axel-2.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/axel/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile	25 Jan 2009 02:34:12 -0000	1.27
+++ Makefile	24 Feb 2009 13:53:58 -0000
@@ -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 at gmail.com
@@ -44,6 +44,9 @@
 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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/ftp/axel/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	25 Jan 2009 02:34:12 -0000	1.11
+++ distinfo	24 Feb 2009 10:54:57 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/ftp/axel/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	25 Jan 2009 02:34:12 -0000	1.6
+++ pkg-plist	24 Feb 2009 13:43:12 -0000
@@ -3,3 +3,4 @@
 %%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
--- axel-2.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list