diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 3 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 3ad02f4..a3c1aaf 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 diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 96e1e37..7d06411 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -13,3 +13,6 @@ SIZE (nth_percentile_empty_return_set_issue.patch) = 4792 MD5 (mysql_5x_strict.patch) = f5ed4305cc0b388e18be4e85b2534f1a SHA256 (mysql_5x_strict.patch) = 346845072b3b66957f4f494f7dadb9a51df1c4320791f4f89943856fa858c2fe SIZE (mysql_5x_strict.patch) = 5243 +MD5 (database_autoincrement_corruption.patch) = 412ccd38633fa040c1de50d7f3d11e7b +SHA256 (database_autoincrement_corruption.patch) = 03b1651c25173237c94f9dacf75f5243e37322aa4bb3d584457d1c4add2ae654 +SIZE (database_autoincrement_corruption.patch) = 1247 |