diff options
author | acm <acm@FreeBSD.org> | 2009-11-14 06:15:47 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-11-14 06:15:47 +0800 |
commit | 3523859428b663dcfaae55d8574015414bb5ff56 (patch) | |
tree | 9c72c5d6fcd184796ec073fc9670e0b835b07935 /net-p2p | |
parent | 3a5c5cfdbcddefe70a3c6357b821759ac052fa9a (diff) | |
download | freebsd-ports-gnome-3523859428b663dcfaae55d8574015414bb5ff56.tar.gz freebsd-ports-gnome-3523859428b663dcfaae55d8574015414bb5ff56.tar.zst freebsd-ports-gnome-3523859428b663dcfaae55d8574015414bb5ff56.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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 \ |