From owner-svn-ports-all@FreeBSD.ORG Sun Mar 23 23:42:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F9366A; Sun, 23 Mar 2014 23:42:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2592A348; Sun, 23 Mar 2014 23:42:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NNgfk8062728; Sun, 23 Mar 2014 23:42:41 GMT (envelope-from lioux@svn.freebsd.org) Received: (from lioux@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2NNgfCY062727; Sun, 23 Mar 2014 23:42:41 GMT (envelope-from lioux@svn.freebsd.org) Message-Id: <201403232342.s2NNgfCY062727@svn.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 23 Mar 2014 23:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348903 - head/security/i2p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 23:42:41 -0000 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