diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-31 12:31:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-31 12:31:48 +0000 |
commit | 30c71fef2c06e3c18073d8d0d1e00bc0e740cd04 (patch) | |
tree | ef4c2c8a7823291bb64521f6b79b6845a1a9715a /net-p2p/libtorrent-rasterbar-16-python/Makefile | |
parent | 0fd127090109e0066c5d6e6077922e806a5ec810 (diff) | |
download | ports-30c71fef2c06e3c18073d8d0d1e00bc0e740cd04.tar.gz ports-30c71fef2c06e3c18073d8d0d1e00bc0e740cd04.zip |
- update to 0.16.7
- chase shlib version update in dependent ports
- use GOOGLE_CODE shortcut in MASTER_SITES
- convert to USE_PKGCONFIG
- remove shared lib version for net/GeoIP dependency
changelogs:
0.16.5: http://sourceforge.net/mailarchive/message.php?msg_id=30000954
0.16.6: http://sourceforge.net/mailarchive/message.php?msg_id=30237614
0.16.7: http://sourceforge.net/mailarchive/message.php?msg_id=30372288
PR: 175502
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Notes
Notes:
svn path=/head/; revision=311304
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-16-python/Makefile')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index 4beaf60cde03..c56d4eadb4d3 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net-p2p python USE_PYTHON= yes LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 + torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 BUILD_WRKSRC= ${WRKSRC}/bindings/python INSTALL_WRKSRC= ${BUILD_WRKSRC} |