diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-29 13:46:45 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-29 13:46:45 +0000 |
commit | 7009e44a8cd7efb98dccfc917badca8818f20209 (patch) | |
tree | 64b6ec91f3a74228bd46950734add749e4460752 /net/cacti/Makefile | |
parent | a53b94b50b156ae7259f7ad0fe460275b5eb2f1c (diff) | |
download | ports-7009e44a8cd7efb98dccfc917badca8818f20209.tar.gz ports-7009e44a8cd7efb98dccfc917badca8818f20209.zip |
Notes
Diffstat (limited to 'net/cacti/Makefile')
-rw-r--r-- | net/cacti/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile index 71987c97f833..ad0d0f35955f 100644 --- a/net/cacti/Makefile +++ b/net/cacti/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cacti -PORTVERSION= 0.8.6i${PATCHLEVEL} +PORTVERSION= 0.8.6j${PATCHLEVEL} PORTREVISION= 0 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ @@ -17,11 +17,8 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= dec06-vulnerability-poller-0.8.6i.patch \ - dec06-vulnerability-scripts-0.8.6i.patch \ - import_template_argument_space_removal.patch \ - poller_output_remainder.patch -PATCHLEVEL= .4 +PATCHFILES= +#PATCHLEVEL= .4 SITEDISTVERSION= ${PORTVERSION:S/${PATCHLEVEL}$//} #SITEDISTVERSION= ${PORTVERSION} |