diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-03-02 09:57:08 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-03-02 09:57:08 +0000 |
commit | 9e4bfc1d241ab43989c157713d9a4a62a3ef0c15 (patch) | |
tree | 6887504a21d86934b1a387ff24b8dc99058a5f2f /www/aria2 | |
parent | 165567f51b5469848a390167d3d0ac0a8097a7a3 (diff) | |
download | ports-9e4bfc1d241ab43989c157713d9a4a62a3ef0c15.tar.gz ports-9e4bfc1d241ab43989c157713d9a4a62a3ef0c15.zip |
Notes
Diffstat (limited to 'www/aria2')
-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 |