diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-04 17:22:08 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-04 17:22:08 +0800 |
commit | 40d3610310bce59c05133191a0f74ef37abf9bb0 (patch) | |
tree | 6373d732ebfb295d3a51b30bdd1ec841cec0f4fe /net-p2p/libtorrent-rasterbar-14 | |
parent | 8f9643ec5e67a97fb367148c46805fa1312d88eb (diff) | |
download | freebsd-ports-gnome-40d3610310bce59c05133191a0f74ef37abf9bb0.tar.gz freebsd-ports-gnome-40d3610310bce59c05133191a0f74ef37abf9bb0.tar.zst freebsd-ports-gnome-40d3610310bce59c05133191a0f74ef37abf9bb0.zip |
- Update to version 0.13svn.r1876.
- Do not rename installed library, just create a symlink.
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 274de4de936d..198a44f68ca0 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -DISTVERSION= 0.13svn.r1806b +DISTVERSION= 0.13svn.r1876 CATEGORIES= net-p2p MASTER_SITES= SF/qbittorrent PKGNAMEPREFIX= rb @@ -34,9 +34,7 @@ BROKEN= does not build on FreeBSD 5.x .endif post-install: - @cd ${PREFIX}/lib && ${MV} libtorrent-0.13.so libtorrent.so.1 && \ + @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.1 && \ ${LN} -sf libtorrent.so.1 libtorrent.so - @${REINPLACE_CMD} -i '' -e 's|libtorrent-0.13.so|libtorrent.so.1|g' \ - ${PREFIX}/lib/libtorrent.la .include <bsd.port.post.mk> diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo index f4fd45fcb360..185c4a0731b0 100644 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ b/net-p2p/libtorrent-rasterbar-14/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.13svn.r1806b.tar.gz) = bd258478fbce161eddf26aa9b8b371fd -SHA256 (libtorrent-0.13svn.r1806b.tar.gz) = 5bc41586244724bf6339e78965c363aa74c8b89281935e73eca3d1013bcf7f0e -SIZE (libtorrent-0.13svn.r1806b.tar.gz) = 1864362 +MD5 (libtorrent-0.13svn.r1876.tar.gz) = c15e5cc0350aa315577da2d9de83d6e8 +SHA256 (libtorrent-0.13svn.r1876.tar.gz) = 7d30c068573720bc95d3d1f5ff419e1f282b3d4db2acdcc7d523be2bb0b020ad +SIZE (libtorrent-0.13svn.r1876.tar.gz) = 1867716 diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index 857ac93336a8..6e8c7eddb58e 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/pkg-plist @@ -235,6 +235,7 @@ include/libtorrent/variant_stream.hpp include/libtorrent/version.hpp include/libtorrent/web_peer_connection.hpp include/libtorrent/xml_parse.hpp +lib/libtorrent-0.13.so lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so |