aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cacti/Makefile
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-07-31 16:57:31 +0800
committersem <sem@FreeBSD.org>2006-07-31 16:57:31 +0800
commit8d6814a2b46ad7329d9629b840615f712026c174 (patch)
tree3efbbe86c1b440a2cfb19d3e790d5070b266a274 /net-mgmt/cacti/Makefile
parent0cdb993ceeba51d9fe33c0afc74f2cefbbbe1e43 (diff)
downloadfreebsd-ports-gnome-8d6814a2b46ad7329d9629b840615f712026c174.tar.gz
freebsd-ports-gnome-8d6814a2b46ad7329d9629b840615f712026c174.tar.zst
freebsd-ports-gnome-8d6814a2b46ad7329d9629b840615f712026c174.zip
- Add a vendor patch.
- Change port version scheme.
Diffstat (limited to 'net-mgmt/cacti/Makefile')
-rw-r--r--net-mgmt/cacti/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 3ad02f453bc7..a3c1aaf84416 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -6,20 +6,24 @@
#
PORTNAME= cacti
-PORTVERSION= 0.8.6h
-PORTREVISION= 43
+PORTVERSION= 0.8.6h.${PATCHLEVEL}
+PORTREVISION= 4
CATEGORIES= net www
MASTER_SITES= http://www.cacti.net/downloads/
+DISTNAME= ${PORTNAME}-${SITEDISTVERSION}
MAINTAINER= sem@FreeBSD.org
COMMENT= Web-driven graphing interface for RRDTool
# Vendor's patches
-PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/
+PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/
PATCHFILES= fix_search_session_clear_issue.patch \
fix_sql_syntax_related_to_default_rra_id.patch \
nth_percentile_empty_return_set_issue.patch \
- mysql_5x_strict.patch
+ mysql_5x_strict.patch \
+ database_autoincrement_corruption.patch
+PATCHLEVEL= 5
+SITEDISTVERSION= ${PORTVERSION:S/.${PATCHLEVEL}//}
PATCH_DIST_STRIP=-p1