svn commit: r383826 - head/sysutils/puppet

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 20:04:13 UTC 2015


Author: mat
Date: Sat Apr 11 20:04:12 2015
New Revision: 383826
URL: https://svnweb.freebsd.org/changeset/ports/383826

Log:
  There's no need for a SINGLE here, the ports works perfecly without any patches
  applied.
  
  Differential Revision:	https://reviews.freebsd.org/D2282
  Approved by:	swills (maintainer)
  Sponsored by:	Absolight

Modified:
  head/sysutils/puppet/Makefile

Modified: head/sysutils/puppet/Makefile
==============================================================================
--- head/sysutils/puppet/Makefile	Sat Apr 11 19:31:22 2015	(r383825)
+++ head/sysutils/puppet/Makefile	Sat Apr 11 20:04:12 2015	(r383826)
@@ -31,8 +31,8 @@ SUB_LIST=	RUBY=${RUBY}
 
 OPTIONS_DEFINE=		DOCS EXAMPLES
 OPTIONS_DEFAULT=	PACKAGE_ORIGIN
-OPTIONS_SINGLE=		PATCHES
-OPTIONS_SINGLE_PATCHES=	PACKAGE_ORIGIN PACKAGE_ROOT
+OPTIONS_RADIO=		PATCHES
+OPTIONS_RADIO_PATCHES=	PACKAGE_ORIGIN PACKAGE_ROOT
 PACKAGE_ORIGIN_DESC=	Use port origin as package name
 PACKAGE_ROOT_DESC=	Use PACKAGEROOT instead of PACKAGESITE
 PATCHES_DESC=		Optional exclusive patches


More information about the svn-ports-head mailing list