aboutsummaryrefslogtreecommitdiff
path: root/security/i2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2014-03-23 23:42:40 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2014-03-23 23:42:40 +0000
commit2971e5975a828557018056de01f58b9ea7f7ee73 (patch)
tree0b7e56bacecf567c122062c0787e608207566e90 /security/i2p
parentbf7e1b295c6ed57c5842429b0f1871636b64d7a5 (diff)
downloadports-2971e5975a828557018056de01f58b9ea7f7ee73.tar.gz
ports-2971e5975a828557018056de01f58b9ea7f7ee73.zip
- Add SF to MASTER_SITES
- Replace USES_BZIP2 with USES=tar:bzip2 Approved by: bdrewery (mentor)
Notes
Notes: svn path=/head/; revision=348903
Diffstat (limited to 'security/i2p')
-rw-r--r--security/i2p/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/i2p/Makefile b/security/i2p/Makefile
index 3d0ae2deb435..ec665ce5b49d 100644
--- a/security/i2p/Makefile
+++ b/security/i2p/Makefile
@@ -4,7 +4,8 @@
PORTNAME= i2p
PORTVERSION= 0.9.11
CATEGORIES= security java net-p2p
-MASTER_SITES= http://download.i2p2.no/releases/${PORTVERSION}/ \
+MASTER_SITES= SF/${PORTNAME:L}/${PORTVERSION} \
+ http://download.i2p2.no/releases/${PORTVERSION}/ \
http://download2.geti2p.com/${PORTVERSION}/ \
http://download.geti2p.com/${PORTVERSION}/ \
http://download.i2p2.de/releases/${PORTVERSION}/ \
@@ -30,8 +31,7 @@ ONLY_FOR_ARCHS_REASON= i2p libwrapper.so library binary only available for i386
OPTIONS_DEFINE= DOCS
-USES= gettext iconv
-USE_BZIP2= yes
+USES= gettext iconv tar:bzip2
USE_RC_SUBR= i2p
USE_ANT= yes