diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-24 20:40:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-24 20:40:11 +0800 |
commit | e117324edab243964e8d30344f1910db9fd387b4 (patch) | |
tree | 240701e09339bd7f3961fa4668a39d0b2b478f77 /www | |
parent | db216d46fdf1c7a62168356f62359e0c3f08fcbf (diff) | |
download | freebsd-ports-gnome-e117324edab243964e8d30344f1910db9fd387b4.tar.gz freebsd-ports-gnome-e117324edab243964e8d30344f1910db9fd387b4.tar.zst freebsd-ports-gnome-e117324edab243964e8d30344f1910db9fd387b4.zip |
- Update to 0.16.2
Diffstat (limited to 'www')
-rw-r--r-- | www/aria2/Makefile | 13 | ||||
-rw-r--r-- | www/aria2/distinfo | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 150d57346b62..33aeee39d690 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.15.3 +DISTVERSION= 0.16.2 CATEGORIES= www MASTER_SITES= SFE DISTNAME= ${PORTNAME}c-${DISTVERSION} @@ -25,12 +25,19 @@ 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 <bsd.port.pre.mk> + +.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 @@ -38,4 +45,4 @@ post-patch: post-configure: @${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/aria2/distinfo b/www/aria2/distinfo index e31a343f21d5..c4d57b64f8fe 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -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 |