summaryrefslogtreecommitdiff
path: root/sysutils/cfengine22
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-05-29 05:20:25 +0000
committerCy Schubert <cy@FreeBSD.org>2014-05-29 05:20:25 +0000
commit2af39e55a170f92e12a3740dcc6ebced52bb0bca (patch)
treea83e19014e6e3d95df2fa11d7461a15426caa3e8 /sysutils/cfengine22
parent- Update to 1.9 (diff)
Update MASTER_SITES.
Fix other issues including USES shebangfix and libtool. Stage remaining cfengine ports. PR: 190135 and 190329
Diffstat (limited to 'sysutils/cfengine22')
-rw-r--r--sysutils/cfengine22/Makefile6
-rw-r--r--sysutils/cfengine22/pkg-plist6
2 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/cfengine22/Makefile b/sysutils/cfengine22/Makefile
index 91e950d4cbf1..723ce232e2aa 100644
--- a/sysutils/cfengine22/Makefile
+++ b/sysutils/cfengine22/Makefile
@@ -5,7 +5,8 @@ PORTNAME= cfengine
PORTVERSION= 2.2.10
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://cfengine.com/source-code/download?file=
+MASTER_SITES= http://cfengine.com/source-code/download?file= \
+ https://s3.amazonaws.com/cfengine.package-repos/tarballs/
PKGNAMESUFFIX= 22
MAINTAINER= cy@FreeBSD.org
@@ -18,6 +19,9 @@ CONFLICTS= cfengine-3* cfengine-devel-*
USE_RC_SUBR= cfexecd cfservd
+USES= libtool shebangfix
+SHEBANG_FILES= contrib/cfdoc
+
WITH_BDB_VER?= 46
USE_BDB= yes
USE_OPENSSL= yes
diff --git a/sysutils/cfengine22/pkg-plist b/sysutils/cfengine22/pkg-plist
index 0b999de0fa03..62b4212821d5 100644
--- a/sysutils/cfengine22/pkg-plist
+++ b/sysutils/cfengine22/pkg-plist
@@ -1,4 +1,3 @@
-lib/libcfengine.la
lib/libcfengine.a
sbin/cfagent
sbin/cfdoc
@@ -56,8 +55,3 @@ man/man8/cfshow.8.gz
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || :
-@unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || :
-@unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || :
-@unexec rmdir "/var/cfengine/ppkeys" >/dev/null 2>&1 || :
-@unexec rmdir "/var/cfengine" >/dev/null 2>&1 || :