diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-03 03:33:48 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-03 03:33:48 +0800 |
commit | c0d40c3bbb5f5eb3939afaadc4e7fd6d625a4d21 (patch) | |
tree | ee13d66abf4809c08a240f7a8b700cf160518bc2 /net-p2p/libtorrent-rasterbar-14 | |
parent | 28b88e07d15991dfe48604184ff1750c2eb2a2f2 (diff) | |
download | freebsd-ports-gnome-c0d40c3bbb5f5eb3939afaadc4e7fd6d625a4d21.tar.gz freebsd-ports-gnome-c0d40c3bbb5f5eb3939afaadc4e7fd6d625a4d21.tar.zst freebsd-ports-gnome-c0d40c3bbb5f5eb3939afaadc4e7fd6d625a4d21.zip |
Bump PORTREVISION relative to the recent boost-libs update. Old binaries
linked to this lib with new boost-libs will work. Compiling a new binary
(such as net-p2p/qbittorrent) linked to this lib linked to old boost-libs
will fail.
Adopt the orphan.
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 22aba2e77cec..68a5d3d94bd5 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,13 +7,14 @@ PORTNAME= libtorrent PORTVERSION= 0.14.7 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= rb PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= A C++ library implementing a BitTorrent client (devel version) LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs |