mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 0.13svn.r1876.
- Do not rename installed library, just create a symlink.
This commit is contained in:
parent
fde8779769
commit
6eba9a6528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204969
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user