svn commit: r348903 - head/security/i2p

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Sun Mar 23 23:42:41 UTC 2014


Author: lioux
Date: Sun Mar 23 23:42:40 2014
New Revision: 348903
URL: http://svnweb.freebsd.org/changeset/ports/348903
QAT: https://qat.redports.org/buildarchive/r348903/

Log:
  - Add SF to MASTER_SITES
  - Replace USES_BZIP2 with USES=tar:bzip2
  
  Approved by:	bdrewery (mentor)

Modified:
  head/security/i2p/Makefile

Modified: head/security/i2p/Makefile
==============================================================================
--- head/security/i2p/Makefile	Sun Mar 23 23:20:44 2014	(r348902)
+++ head/security/i2p/Makefile	Sun Mar 23 23:42:40 2014	(r348903)
@@ -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
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		gettext iconv
-USE_BZIP2=	yes
+USES=		gettext iconv tar:bzip2
 USE_RC_SUBR=	i2p
 
 USE_ANT=	yes


More information about the svn-ports-all mailing list