Date: Sat, 11 Apr 2015 20:04:13 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383826 - head/sysutils/puppet Message-ID: <201504112004.t3BK4Djw004713@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504112004.t3BK4Djw004713>