From owner-svn-ports-all@FreeBSD.ORG Fri Jan 3 14:08:56 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 E6F5FD4A; Fri, 3 Jan 2014 14:08:56 +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 D2EC62000; Fri, 3 Jan 2014 14:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s03E8ut0081225; Fri, 3 Jan 2014 14:08:56 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s03E8uUG081224; Fri, 3 Jan 2014 14:08:56 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201401031408.s03E8uUG081224@svn.freebsd.org> From: Adam Weinberger Date: Fri, 3 Jan 2014 14:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338540 - head/Mk 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: Fri, 03 Jan 2014 14:08:57 -0000 Author: adamw Date: Fri Jan 3 14:08:56 2014 New Revision: 338540 URL: http://svnweb.freebsd.org/changeset/ports/338540 Log: Remove FETCH_ARGS from github stuff in bsd.sites.mk. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Jan 3 13:51:50 2014 (r338539) +++ head/Mk/bsd.sites.mk Fri Jan 3 14:08:56 2014 (r338540) @@ -536,14 +536,12 @@ MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} -FETCH_ARGS= -Fpr .endif .endif # -# GitHub files can also be obtained, without the commit hashes, by doing: +# GitHub files can also be obtained, without the need for any of the above, by doing: # # MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ -# FETCH_ARGS= -Fpr # .if !defined(IGNORE_MASTER_SITE_GNOME)