diff options
author | acm <acm@FreeBSD.org> | 2007-12-23 08:00:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-12-23 08:00:01 +0800 |
commit | a145b7b383b1f86be94a222718dccb2076b79815 (patch) | |
tree | 39b7ef37e9589544ff03c412bfa7a93cde1c8329 /net/panoptis | |
parent | 154cfec3483e9f0470066249ea475e7e6d97cf11 (diff) | |
download | freebsd-ports-gnome-a145b7b383b1f86be94a222718dccb2076b79815.tar.gz freebsd-ports-gnome-a145b7b383b1f86be94a222718dccb2076b79815.tar.zst freebsd-ports-gnome-a145b7b383b1f86be94a222718dccb2076b79815.zip |
- Chase devel/commoncpp update
Reported by: erwin
Forgotten by: me
Diffstat (limited to 'net/panoptis')
-rw-r--r-- | net/panoptis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile index 9aa1d2ceb875..8ed08dee4b94 100644 --- a/net/panoptis/Makefile +++ b/net/panoptis/Makefile @@ -7,6 +7,7 @@ PORTNAME= panoptis PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= farrokhi@FreeBSD.org COMMENT= Detect and block DoS/DDoS attacks -LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp GNU_CONFIGURE= yes USE_PYTHON= yes |