diff options
author | sat <sat@FreeBSD.org> | 2006-05-27 09:22:57 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-27 09:22:57 +0000 |
commit | 774fd80902c1d1891f246dce6db8bdc2e8cb1081 (patch) | |
tree | afdb28c0b030efbbac9b14a3eca3f626677df317 /www | |
parent | ed083b2a0f27614e15d4fc8b72b4e90294c009a0 (diff) | |
download | FreeBSD-ports-774fd80902c1d1891f246dce6db8bdc2e8cb1081.zip FreeBSD-ports-774fd80902c1d1891f246dce6db8bdc2e8cb1081.tar.gz |
- Update to 0.5.0+1
Approved by: krion (mentor, implicit)
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 2c233d3..ff6df09 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -PORTVERSION= 0.4.1 +DISTVERSION= 0.5.0+1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,6 +24,11 @@ USE_BZIP2= yes USE_GNOME= gnomehack USE_GETTEXT= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/aria2c share/locale/ja/LC_MESSAGES/aria2c.mo +PLIST_FILES= bin/aria2c \ + share/locale/de/LC_MESSAGES/aria2c.mo \ + share/locale/ja/LC_MESSAGES/aria2c.mo + +post-patch: + @${REINPLACE_CMD} -e 's/SA_ONESHOT/SA_RESETHAND/g' ${WRKSRC}/src/main.cc .include <bsd.port.mk> diff --git a/www/aria2/distinfo b/www/aria2/distinfo index cdfcbf0..a04f356 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,3 +1,3 @@ -MD5 (aria2-0.4.1.tar.bz2) = 6bd81ab125f5f6c725b351703c3fff90 -SHA256 (aria2-0.4.1.tar.bz2) = 0645ec3c5f93b94c157750a5075567af366486a6c20898a36370775a5d14e88d -SIZE (aria2-0.4.1.tar.bz2) = 301413 +MD5 (aria2-0.5.0+1.tar.bz2) = 85cae49034fee56225d8adaee775fd18 +SHA256 (aria2-0.5.0+1.tar.bz2) = 0088729842f59fa4e75dd944f3bdf6fb9e4e3ac74f84298379297de4ac4901ab +SIZE (aria2-0.5.0+1.tar.bz2) = 320478 |