diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-11-13 22:15:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-11-13 22:15:47 +0000 |
commit | 08e52f7ae66ef06b5be58cdc6a1fc633cfc570d4 (patch) | |
tree | 174f05f1db16e12679fc741bafd6c42cba2fe3d1 /net/panoptis | |
parent | e0c27001104b364f6a274fd47e124f4e2aac8219 (diff) | |
download | ports-08e52f7ae66ef06b5be58cdc6a1fc633cfc570d4.tar.gz ports-08e52f7ae66ef06b5be58cdc6a1fc633cfc570d4.zip |
- Bump PORTREVISION. The commoncpp port has been updated
- ccscript bump PORTREVISION is not neccesary because it has been marked as
BROKEN
Reported by: pav
Notes
Notes:
svn path=/head/; revision=244217
Diffstat (limited to 'net/panoptis')
-rw-r--r-- | net/panoptis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile index 20fb8c8ca0f8..3739a8cdbe06 100644 --- a/net/panoptis/Makefile +++ b/net/panoptis/Makefile @@ -7,14 +7,14 @@ PORTNAME= panoptis PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= SF MAINTAINER= sbrabez@gmail.com COMMENT= Detect and block DoS/DDoS attacks -LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp GNU_CONFIGURE= yes USE_PYTHON= yes |