diff options
author | sat <sat@FreeBSD.org> | 2008-03-02 17:57:08 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-03-02 17:57:08 +0800 |
commit | 6282a2cdc2dcd9960a32087cfa48466d5278d26b (patch) | |
tree | 6a1632e779c4b8d02977819f10d24f5eed8a3b83 /www | |
parent | 5315bc6007f407f5f6ba335ab343e50a49808996 (diff) | |
download | freebsd-ports-gnome-6282a2cdc2dcd9960a32087cfa48466d5278d26b.tar.gz freebsd-ports-gnome-6282a2cdc2dcd9960a32087cfa48466d5278d26b.tar.zst freebsd-ports-gnome-6282a2cdc2dcd9960a32087cfa48466d5278d26b.zip |
- Update to 0.13.0
Diffstat (limited to 'www')
-rw-r--r-- | www/aria2/Makefile | 9 | ||||
-rw-r--r-- | www/aria2/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index b819abf8d32d..b637f7c01751 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= aria2 -DISTVERSION= 0.12.1 +DISTVERSION= 0.13.0 CATEGORIES= www MASTER_SITES= SFE +DISTNAME= ${PORTNAME}c-${DISTVERSION} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool @@ -29,12 +30,16 @@ GNU_CONFIGURE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else -LINGUAS= ca de es fi fr he it ja nl pt_BR ru sv +LINGUAS= ca de es fi fr he hu id it ja nl nn pl pt_BR ru sv th .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|} MAN1= aria2c.1 +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 diff --git a/www/aria2/distinfo b/www/aria2/distinfo index ab22f639c91e..f9cdfa2ae637 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,3 +1,3 @@ -MD5 (aria2-0.12.1.tar.bz2) = 699c3d761f79f6285dca854e39753bb8 -SHA256 (aria2-0.12.1.tar.bz2) = 5d0ef6eda95262a49be27aa96ceb40256d42ad23966d58e764cf0cc8b7b2e7c5 -SIZE (aria2-0.12.1.tar.bz2) = 720703 +MD5 (aria2c-0.13.0.tar.bz2) = ecc920fa906a4b76c6de680291557be7 +SHA256 (aria2c-0.13.0.tar.bz2) = 7acae977071f152dfa52bc2bf35ebedf6abadd7da06eeced5b45d9f3afca6914 +SIZE (aria2c-0.13.0.tar.bz2) = 831639 |