aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/puppet27
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2013-10-18 11:05:47 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2013-10-18 11:05:47 +0800
commitfc8f0da69d10a9de11fbd7d8358578c819bb266a (patch)
treee4a546d49b04737b86897dbf5a5e8b3cdf49bce4 /sysutils/puppet27
parent921293065d5967767a86862c749f758488dbc589 (diff)
downloadfreebsd-ports-gnome-fc8f0da69d10a9de11fbd7d8358578c819bb266a.tar.gz
freebsd-ports-gnome-fc8f0da69d10a9de11fbd7d8358578c819bb266a.tar.zst
freebsd-ports-gnome-fc8f0da69d10a9de11fbd7d8358578c819bb266a.zip
- Mark devel/rubygem-rascut broken
- Remove dependancy on www/rubygem-mongerl from other ports With hat: portmgr
Diffstat (limited to 'sysutils/puppet27')
-rw-r--r--sysutils/puppet27/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile
index 7d0eb324f9f3..6328c55ea281 100644
--- a/sysutils/puppet27/Makefile
+++ b/sysutils/puppet27/Makefile
@@ -42,11 +42,9 @@ MAN8= filebucket.8 pi.8 puppet-agent.8 puppet-apply.8 puppet-ca.8 \
puppet.8 puppetca.8 puppetd.8 puppetdoc.8 puppetmasterd.8 \
puppetqd.8 puppetrun.8 ralsh.8
-OPTIONS_DEFINE= MONGREL
OPTIONS_DEFAULT= PACKAGE_ORIGIN
OPTIONS_SINGLE= PATCHES
OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT
-MONGREL_DESC= Run puppet server as a mongrel service
PACKAGE_ORIGIN_DESC= Use port origin as package name
PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE
PATCHES_DESC= Optional exclusive patches
@@ -54,10 +52,6 @@ PATCHES_DESC= Optional exclusive patches
NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MMONGREL}
-RUN_DEPENDS+= rubygem-mongrel>=0:${PORTSDIR}/www/rubygem-mongrel
-.endif
-
.if ${PORT_OPTIONS:MPACKAGE_ORIGIN}
EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin
RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2