Date: Sun, 23 Mar 2014 23:42:40 +0000 (UTC) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348903 - head/security/i2p Message-ID: <201403232342.s2NNgfCY062727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403232342.s2NNgfCY062727>