Index: head/www/aria2/Makefile =================================================================== --- head/www/aria2/Makefile (revision 221988) +++ head/www/aria2/Makefile (revision 221989) @@ -1,41 +1,48 @@ # New ports collection makefile for: aria2 # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= aria2 -DISTVERSION= 0.15.3 +DISTVERSION= 0.16.2 CATEGORIES= www MASTER_SITES= SFE DISTNAME= ${PORTNAME}c-${DISTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= Yet another download tool CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ --with-libxml2 --without-gnutls --without-libares \ --without-libcares --program-transform-name="" USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else -LINGUAS= bg ca da de es el fi fr he hu id it ja nl nn pl pt_BR ru sv th tr zh_CN +LINGUAS= bg ca da de es en@boldquot en@quot el fi fr he hu id it ja nl nn pl pt_BR ru sv \ + sr th tr uk vi zh_CN zh_TW .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|} MAN1= aria2c.1 +.include + +.if ${OSVERSION} < 700000 +BROKEN= Does not compile on FreeBSD 6.X +.endif + post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/s|install-dist_docDATA||'\ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in post-configure: @${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h -.include +.include Property changes on: head/www/aria2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/www/aria2/distinfo =================================================================== --- head/www/aria2/distinfo (revision 221988) +++ head/www/aria2/distinfo (revision 221989) @@ -1,3 +1,3 @@ -MD5 (aria2c-0.15.3.tar.bz2) = 5bad1ec6c7a94716760eeea17275b79f -SHA256 (aria2c-0.15.3.tar.bz2) = 7870556a772330b60ff2172137f316328bd0f2e17996049cbce3fdab56dce688 -SIZE (aria2c-0.15.3.tar.bz2) = 1044973 +MD5 (aria2c-0.16.2.tar.bz2) = 77a7a52509414a0d7b3e5aeed8a56e78 +SHA256 (aria2c-0.16.2.tar.bz2) = 37ff2d2f5332c50080ff2a8040e01ca38ea4d468369934eb3d87e4a08e1c120b +SIZE (aria2c-0.16.2.tar.bz2) = 1153881 Property changes on: head/www/aria2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property