diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-22 17:45:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-22 17:45:28 +0800 |
commit | 3c4ac585a7facac56e3c0142c59352809c44abd7 (patch) | |
tree | c105c6626a22a52efeceef7bbdb330a286d7a111 /sysutils/puppet | |
parent | 18969434ec17a8a7c3087e603959eabd7218330d (diff) | |
download | freebsd-ports-gnome-3c4ac585a7facac56e3c0142c59352809c44abd7.tar.gz freebsd-ports-gnome-3c4ac585a7facac56e3c0142c59352809c44abd7.tar.zst freebsd-ports-gnome-3c4ac585a7facac56e3c0142c59352809c44abd7.zip |
Add puppet37 to track the 3.7 branch puppet which is still supported
Simplify a bit the Makefile.
Remove patches related to unsupported the legacy package system
Unsilence install target
Merge do-install and post-install which has no reasons to be separated
Switch to full static plist
Keep the broken on ruby22 has I did not had a chance to test on ruby 2.2 yet
Sponsored by: gandi.net
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 5f8f007c50db..d4b5eb4a9d09 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ USES= cpe CPE_VENDOR= puppetlabs -CONFLICTS= puppet-2* +CONFLICTS_INSTALL= puppet37-* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv |