diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-16 07:19:56 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-16 07:19:56 +0800 |
commit | 312c7ccd7558f9e5de7afdbd1b48197aa9c15d25 (patch) | |
tree | c9b9c81cbaa551b770ee0a9ca52dc73892ab3971 /net-p2p | |
parent | ebcdcdf4e01987fa899e630b956acac8df1b7c00 (diff) | |
download | freebsd-ports-gnome-312c7ccd7558f9e5de7afdbd1b48197aa9c15d25.tar.gz freebsd-ports-gnome-312c7ccd7558f9e5de7afdbd1b48197aa9c15d25.tar.zst freebsd-ports-gnome-312c7ccd7558f9e5de7afdbd1b48197aa9c15d25.zip |
Update PORTREVISION to reflect boost-libs 1.48.0_1 fix
Approved by: portmgr (beat)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent-29/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index e740014bff20..a9eaf2fd1ad3 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.15.9 +PORTREVISION?= 1 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent diff --git a/net-p2p/qbittorrent-29/Makefile b/net-p2p/qbittorrent-29/Makefile index 79c896d713b2..e1e70552c9d4 100644 --- a/net-p2p/qbittorrent-29/Makefile +++ b/net-p2p/qbittorrent-29/Makefile @@ -6,7 +6,7 @@ PORTNAME= qbittorrent PORTVERSION= 2.9.11 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ |