aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2012-06-15 21:53:28 +0800
committersem <sem@FreeBSD.org>2012-06-15 21:53:28 +0800
commit925e8ce67f8918046bd250609679e8583ee79f6e (patch)
tree9f1a6edaeee5eb7a7abd012d46a620d92606d5b5 /net-mgmt
parent55b423236b2705c7fe5b6111c9a6c8a1c693ce51 (diff)
downloadfreebsd-ports-gnome-925e8ce67f8918046bd250609679e8583ee79f6e.tar.gz
freebsd-ports-gnome-925e8ce67f8918046bd250609679e8583ee79f6e.tar.zst
freebsd-ports-gnome-925e8ce67f8918046bd250609679e8583ee79f6e.zip
- Add an official patch: SNMPv3 Privilege Protocol None
- chown recursively in pkg-install script [1] Requested by: Paul Beard <paulbeard at gmail.com> [1]
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/Makefile5
-rw-r--r--net-mgmt/cacti/distinfo2
-rw-r--r--net-mgmt/cacti/files/pkg-install.in2
3 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 2f163afbf631..4e47f1b4ac1c 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -7,16 +7,15 @@
PORTNAME= cacti
PORTVERSION= 0.8.8a${PATCHLEVEL}
-PORTREVISION= 1
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/
DISTFILES= ${PORTNAME}-${SITEDISTVERSION}${EXTRACT_SUFX}
# Vendor's patches
PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/
-#PATCHFILES=
+PATCHFILES= snmpv3_priv_proto_none.patch
PATCH_DIST_STRIP= -p1
-#PATCHLEVEL=
+PATCHLEVEL= 1
MAINTAINER= sem@FreeBSD.org
COMMENT= Web-driven graphing interface for RRDTool
diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo
index 75c7f0944af2..dfb7e2ea8f45 100644
--- a/net-mgmt/cacti/distinfo
+++ b/net-mgmt/cacti/distinfo
@@ -1,2 +1,4 @@
SHA256 (cacti-0.8.8a.tar.gz) = 9fea2b6c438ebf2740b5982a6ff7cfd2816e48ea88a347ef0ef238c7b4875955
SIZE (cacti-0.8.8a.tar.gz) = 2273280
+SHA256 (snmpv3_priv_proto_none.patch) = 8d48d9cf89f2ba47a6dbce884ab3f3c164b52ed4771b8b76c656a3ae967211f8
+SIZE (snmpv3_priv_proto_none.patch) = 1407
diff --git a/net-mgmt/cacti/files/pkg-install.in b/net-mgmt/cacti/files/pkg-install.in
index 4a35abeaeb19..d2a32d4fe7cb 100644
--- a/net-mgmt/cacti/files/pkg-install.in
+++ b/net-mgmt/cacti/files/pkg-install.in
@@ -39,7 +39,7 @@ PRE-INSTALL)
POST-INSTALL)
- chown ${CACTIUSER}:${CACTIGROUP} "${PREFIX}/${CACTIDIR}/rra/"
+ chown -R ${CACTIUSER}:${CACTIGROUP} "${PREFIX}/${CACTIDIR}/rra/"
[ -d "${PREFIX}/${CACTIDIR}/log/" ] || mkdir -p "${PREFIX}/${CACTIDIR}/log/"
chown -R ${CACTIUSER}:${CACTIGROUP} "${PREFIX}/${CACTIDIR}/log/"
chmod -R a+r "${PREFIX}/${CACTIDIR}/scripts/"