svn commit: r548281 - head/archivers/libunrar5

Jason E. Hale jhale at FreeBSD.org
Sat Sep 12 03:44:34 UTC 2020


Author: jhale
Date: Sat Sep 12 03:44:32 2020
New Revision: 548281
URL: https://svnweb.freebsd.org/changeset/ports/548281

Log:
  archivers/libunrar5: Update to 5.9.4
  
  - Use ${RLN} to install shared library symlink
  - Update WWW
  
  PR:		249263
  Submitted by:	Niclas Carlsson <n_carlsson at outlook.com>

Modified:
  head/archivers/libunrar5/Makefile
  head/archivers/libunrar5/distinfo
  head/archivers/libunrar5/pkg-descr

Modified: head/archivers/libunrar5/Makefile
==============================================================================
--- head/archivers/libunrar5/Makefile	Sat Sep 12 03:14:13 2020	(r548280)
+++ head/archivers/libunrar5/Makefile	Sat Sep 12 03:44:32 2020	(r548281)
@@ -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
 

Modified: head/archivers/libunrar5/distinfo
==============================================================================
--- head/archivers/libunrar5/distinfo	Sat Sep 12 03:14:13 2020	(r548280)
+++ head/archivers/libunrar5/distinfo	Sat Sep 12 03:44:32 2020	(r548281)
@@ -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

Modified: head/archivers/libunrar5/pkg-descr
==============================================================================
--- head/archivers/libunrar5/pkg-descr	Sat Sep 12 03:14:13 2020	(r548280)
+++ head/archivers/libunrar5/pkg-descr	Sat Sep 12 03:44:32 2020	(r548281)
@@ -3,4 +3,4 @@ the RAR uncompression algorithm. UnRAR requires a very
 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/


More information about the svn-ports-all mailing list