diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2020-09-12 03:44:32 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2020-09-12 03:44:32 +0000 |
commit | 52a173da7f66709264a31e1ac74a97b155d633a0 (patch) | |
tree | 9b8181097a97ba6375998ac9a1d399ad3a28a564 /archivers/libunrar5 | |
parent | 802a535d34c9ff61fc8b8a15a6890facd441280d (diff) | |
download | ports-52a173da7f66709264a31e1ac74a97b155d633a0.tar.gz ports-52a173da7f66709264a31e1ac74a97b155d633a0.zip |
Notes
Diffstat (limited to 'archivers/libunrar5')
-rw-r--r-- | archivers/libunrar5/Makefile | 5 | ||||
-rw-r--r-- | archivers/libunrar5/distinfo | 6 | ||||
-rw-r--r-- | archivers/libunrar5/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/archivers/libunrar5/Makefile b/archivers/libunrar5/Makefile index b121b340ce74..4174bf524fba 100644 --- a/archivers/libunrar5/Makefile +++ b/archivers/libunrar5/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libunrar5 -PORTVERSION= 5.6.8 -PORTREVISION= 1 +PORTVERSION= 5.9.4 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} @@ -46,7 +45,7 @@ PLIST_FILES= lib/libunrar.a \ do-install: ${INSTALL_DATA} ${WRKSRC}/libunrar.a ${STAGEDIR}${PREFIX}/lib/libunrar.a ${INSTALL_LIB} ${WRKSRC}/libunrar.so ${STAGEDIR}${PREFIX}/lib/${SONAME} - (cd ${STAGEDIR}${PREFIX}/lib; ${LN} -sf ${SONAME} libunrar.so) + ${RLN} ${STAGEDIR}${PREFIX}/lib/${SONAME} ${STAGEDIR}${PREFIX}/lib/${SONAME:R} @${MKDIR} ${STAGEDIR}${PREFIX}/include/libunrar5 ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${STAGEDIR}${PREFIX}/include/libunrar5/dll.hpp diff --git a/archivers/libunrar5/distinfo b/archivers/libunrar5/distinfo index e9265ca115be..0d73da0fe8d8 100644 --- a/archivers/libunrar5/distinfo +++ b/archivers/libunrar5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539042126 -SHA256 (unrarsrc-5.6.8.tar.gz) = a4cc0ac14a354827751912d2af4a0a09e2c2129df5766576fa7e151791dd3dff -SIZE (unrarsrc-5.6.8.tar.gz) = 226647 +TIMESTAMP = 1599876733 +SHA256 (unrarsrc-5.9.4.tar.gz) = 3d010d14223e0c7a385ed740e8f046edcbe885e5c22c5ad5733d009596865300 +SIZE (unrarsrc-5.9.4.tar.gz) = 229921 diff --git a/archivers/libunrar5/pkg-descr b/archivers/libunrar5/pkg-descr index 01e3ef8237e5..084c2a82388b 100644 --- a/archivers/libunrar5/pkg-descr +++ b/archivers/libunrar5/pkg-descr @@ -3,4 +3,4 @@ the RAR uncompression algorithm. UnRAR requires a very small amount of memory to operate. It can be used by other programs to extract RAR archives. -WWW: http://www.rarsoft.com/ +WWW: https://www.rarlab.com/ |