ports/130346: [patch] ftp/axel update to 2.2

Michal Petrucha johnny64 at swissjabber.org
Sat Jan 10 15:40:03 UTC 2009


>Number:         130346
>Category:       ports
>Synopsis:       [patch] ftp/axel update to 2.2
>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:   Sat Jan 10 15:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Michal Petrucha <johnny64 at swissjabber.org>
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD georg.localdomain 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Dec 12 19:01:05 CET 2008 root at georg.localdomain:/usr/obj/usr/src/sys/GEORG i386

>Description:
A patch to update the ftp/axel port to version 2.2. This version adds
support for large files, a russian translation and some bugfixes.
>How-To-Repeat:
>Fix:

--- axel-2.2.patch begins here ---
diff -ruN axel.orig/Makefile axel/Makefile
--- axel.orig/Makefile	2009-01-10 14:17:25.955568025 +0100
+++ axel/Makefile	2009-01-10 15:03:02.557048544 +0100
@@ -7,11 +7,10 @@
 #
 
 PORTNAME=	axel
-PORTVERSION=	1.1
+PORTVERSION=	2.2
 PORTREVISION=	1
 CATEGORIES=	ftp
-MASTER_SITES=	${MASTER_SITE_GENTOO} \
-		http://alioth.debian.org/frs/download.php/2287/
+MASTER_SITES=	http://alioth.debian.org/frs/download.php/2659/
 MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	prudhvikrishna at gmail.com
@@ -19,7 +18,7 @@
 
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man --i18n=1
+CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
 
 OPTIONS=	NLS	"I18N support"		on	\
 		DEBUG	"Debugging support"	off
@@ -43,7 +42,8 @@
 MAN1=		axel.1
 
 post-configure:
-	@${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s|gcc|${CC}|; \
+	@${REINPLACE_CMD} -e 's|gcc|${CC}|; \
 		s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
+	@${ECHO} 'CFLAGS+=${CFLAGS}' >> ${WRKSRC}/Makefile.settings
 
 .include <bsd.port.post.mk>
diff -ruN axel.orig/distinfo axel/distinfo
--- axel.orig/distinfo	2009-01-10 14:17:25.955568025 +0100
+++ axel/distinfo	2009-01-10 15:03:19.806045624 +0100
@@ -1,3 +1,3 @@
-MD5 (axel-1.1.tar.gz) = 4991b6ed3c2808c6951c8b1e0a276ce7
-SHA256 (axel-1.1.tar.gz) = 398ea22b9805e563c3f703377ae6fedd4e339e6702f0f2af11ac7a8180d3eb43
-SIZE (axel-1.1.tar.gz) = 45650
+MD5 (axel-2.2.tar.gz) = 476aca139e4b6b111e36ed616da5979b
+SHA256 (axel-2.2.tar.gz) = 22f7d58b30865b60fa4d2c61ca0e93ccaef769b4e8965979afb54156b09b7386
+SIZE (axel-2.2.tar.gz) = 47195
diff -ruN axel.orig/pkg-plist axel/pkg-plist
--- axel.orig/pkg-plist	2009-01-10 14:17:25.955568025 +0100
+++ axel/pkg-plist	2009-01-10 14:31:13.416411025 +0100
@@ -2,3 +2,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
--- axel-2.2.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list