[Midnightbsd-cvs] mports: www/aria2: Update to 0.12.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 14 17:37:38 EST 2008


Log Message:
-----------
Update to 0.12.0

Modified Files:
--------------
    mports/www/aria2:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/aria2/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/aria2/Makefile -L www/aria2/Makefile -u -r1.1 -r1.2
--- www/aria2/Makefile
+++ www/aria2/Makefile
@@ -7,13 +7,12 @@
 #
 
 PORTNAME=	aria2
-DISTVERSION=	0.11.2
+DISTVERSION=	0.12.0
 CATEGORIES=	www
 MASTER_SITES=	SFE
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Another download tool with metalinks support
-
 LICENSE=	gpl2
 
 CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-openssl \
@@ -30,6 +29,13 @@
 		share/locale/ru/LC_MESSAGES/aria2c.mo
 #MAN1=		aria2c.1
 
+.ifdef WITHOUT_NLS
+CONFIGURE_ARGS+=	--disable-nls
+.else
+LINGUAS=	ca de es fr it ja nl pt_BR ru sv
+.endif
+
+
 post-configure:
 	@${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/aria2/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/aria2/distinfo -L www/aria2/distinfo -u -r1.1 -r1.2
--- www/aria2/distinfo
+++ www/aria2/distinfo
@@ -1,3 +1,3 @@
-MD5 (aria2-0.11.2.tar.bz2) = 4b58849f0bf7f2abab1675ce2e8958ec
-SHA256 (aria2-0.11.2.tar.bz2) = 428ce78c182a335a3c847f84f7f1c3e528438754775f3b93ea9a4a8a63ebaef7
-SIZE (aria2-0.11.2.tar.bz2) = 503629
+MD5 (aria2-0.12.0.tar.bz2) = 18e600d6f720a1cb96959b182fe5a754
+SHA256 (aria2-0.12.0.tar.bz2) = 474dea968d7db38d041e8fd86410509f5568ce662da93e4e0eddece39eb7eb3d
+SIZE (aria2-0.12.0.tar.bz2) = 627019


More information about the Midnightbsd-cvs mailing list