aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-06-15 13:53:28 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-06-15 13:53:28 +0000
commit2212b0ce558cfe043f2c88c7048109f90958a639 (patch)
treecf8ef1b27a7bbaebadd13119fa1953f928305050 /net-mgmt/cacti
parentd470b35feea3c56c3baa12f6be1800d109056f67 (diff)
downloadports-2212b0ce558cfe043f2c88c7048109f90958a639.tar.gz
ports-2212b0ce558cfe043f2c88c7048109f90958a639.zip
Notes
Diffstat (limited to 'net-mgmt/cacti')
-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/"