From 3523859428b663dcfaae55d8574015414bb5ff56 Mon Sep 17 00:00:00 2001 From: acm Date: Fri, 13 Nov 2009 22:15:47 +0000 Subject: - Bump PORTREVISION. The commoncpp port has been updated - ccscript bump PORTREVISION is not neccesary because it has been marked as BROKEN Reported by: pav --- lang/ccscript/Makefile | 2 +- net-p2p/qbittorrent-22/Makefile | 3 ++- net-p2p/qbittorrent/Makefile | 3 ++- net/panoptis/Makefile | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 44dcf8cd2171..ef4c06427cfd 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME:S/$/3/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp BROKEN= Does not build with libtool 2.2. diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index b3fae756d850..c4512b3be1c4 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -7,13 +7,14 @@ PORTNAME= qbittorrent PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ +LIB_DEPENDS= ccext2-1.7.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index b3fae756d850..c4512b3be1c4 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -7,13 +7,14 @@ PORTNAME= qbittorrent PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ +LIB_DEPENDS= ccext2-1.7.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ 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 -- cgit