aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2021-01-19 19:51:31 +0000
committerJason E. Hale <jhale@FreeBSD.org>2021-01-19 19:51:31 +0000
commitbbe35d292dfa982679630968763adf29406b1e38 (patch)
treeb440c0441b6feeb66475920dddab5293418da572 /archivers
parent24085fd69d83c7eb534351afb2ba5e4ad85d44f3 (diff)
downloadports-bbe35d292dfa982679630968763adf29406b1e38.tar.gz
ports-bbe35d292dfa982679630968763adf29406b1e38.zip
Move archivers/libunrar5 -> archivers/libunrar6 due to new major version.
Update renamed port to 6.0.3. Bump PORTREVISION on consumers and adjust to use new port origin.
Notes
Notes: svn path=/head/; revision=562072
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile2
-rw-r--r--archivers/libunrar5/distinfo3
-rw-r--r--archivers/libunrar6/Makefile (renamed from archivers/libunrar5/Makefile)14
-rw-r--r--archivers/libunrar6/distinfo3
-rw-r--r--archivers/libunrar6/files/patch-os.hpp (renamed from archivers/libunrar5/files/patch-os.hpp)0
-rw-r--r--archivers/libunrar6/files/patch-rijndael.cpp (renamed from archivers/libunrar5/files/patch-rijndael.cpp)0
-rw-r--r--archivers/libunrar6/files/patch-rijndael.hpp (renamed from archivers/libunrar5/files/patch-rijndael.hpp)0
-rw-r--r--archivers/libunrar6/pkg-descr (renamed from archivers/libunrar5/pkg-descr)0
8 files changed, 11 insertions, 11 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 6ed475daf60b..b1ab7b528ca2 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -66,7 +66,7 @@
SUBDIR += libpar2
SUBDIR += librtfcomp
SUBDIR += libunrar
- SUBDIR += libunrar5
+ SUBDIR += libunrar6
SUBDIR += libzip
SUBDIR += linux-c7-lz4
SUBDIR += lizard
diff --git a/archivers/libunrar5/distinfo b/archivers/libunrar5/distinfo
deleted file mode 100644
index 0d73da0fe8d8..000000000000
--- a/archivers/libunrar5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1599876733
-SHA256 (unrarsrc-5.9.4.tar.gz) = 3d010d14223e0c7a385ed740e8f046edcbe885e5c22c5ad5733d009596865300
-SIZE (unrarsrc-5.9.4.tar.gz) = 229921
diff --git a/archivers/libunrar5/Makefile b/archivers/libunrar6/Makefile
index 4174bf524fba..f63f917f8237 100644
--- a/archivers/libunrar5/Makefile
+++ b/archivers/libunrar6/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-PORTNAME= libunrar5
-PORTVERSION= 5.9.4
+PORTNAME= libunrar6
+PORTVERSION= 6.0.3
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
DISTNAME= unrarsrc-${PORTVERSION}
@@ -24,10 +24,10 @@ MAKE_ARGS= AR="${AR}" \
CXXFLAGS="${CXXFLAGS} -fPIC" \
LDFLAGS="-Wl,-soname,${SONAME} -pthread ${LDFLAGS}" \
STRIP="${STRIP_CMD}"
-SONAME= libunrar.so.5
+SONAME= libunrar.so.6
WRKSRC= ${WRKDIR}/unrar
-CONFLICTS_INSTALL= libunrar-3* libunrar4-4*
+CONFLICTS_INSTALL= libunrar-3*
OPTIONS_DEFINE= OPENSSL_AES
OPTIONS_DEFAULT= OPENSSL_AES
@@ -40,13 +40,13 @@ OPENSSL_AES_USES= ssl
PLIST_FILES= lib/libunrar.a \
lib/libunrar.so \
lib/${SONAME} \
- include/libunrar5/dll.hpp
+ include/${PORTNAME}/dll.hpp
do-install:
${INSTALL_DATA} ${WRKSRC}/libunrar.a ${STAGEDIR}${PREFIX}/lib/libunrar.a
${INSTALL_LIB} ${WRKSRC}/libunrar.so ${STAGEDIR}${PREFIX}/lib/${SONAME}
${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
+ @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${STAGEDIR}${PREFIX}/include/${PORTNAME}/dll.hpp
.include <bsd.port.mk>
diff --git a/archivers/libunrar6/distinfo b/archivers/libunrar6/distinfo
new file mode 100644
index 000000000000..fe98c4e5d6af
--- /dev/null
+++ b/archivers/libunrar6/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611078397
+SHA256 (unrarsrc-6.0.3.tar.gz) = 1def53392d879f9e304aa6eac1339cf41f9bce1111a2f5845071665738c4aca0
+SIZE (unrarsrc-6.0.3.tar.gz) = 232331
diff --git a/archivers/libunrar5/files/patch-os.hpp b/archivers/libunrar6/files/patch-os.hpp
index dff506575c08..dff506575c08 100644
--- a/archivers/libunrar5/files/patch-os.hpp
+++ b/archivers/libunrar6/files/patch-os.hpp
diff --git a/archivers/libunrar5/files/patch-rijndael.cpp b/archivers/libunrar6/files/patch-rijndael.cpp
index 93d60494b85c..93d60494b85c 100644
--- a/archivers/libunrar5/files/patch-rijndael.cpp
+++ b/archivers/libunrar6/files/patch-rijndael.cpp
diff --git a/archivers/libunrar5/files/patch-rijndael.hpp b/archivers/libunrar6/files/patch-rijndael.hpp
index e85656700db5..e85656700db5 100644
--- a/archivers/libunrar5/files/patch-rijndael.hpp
+++ b/archivers/libunrar6/files/patch-rijndael.hpp
diff --git a/archivers/libunrar5/pkg-descr b/archivers/libunrar6/pkg-descr
index 084c2a82388b..084c2a82388b 100644
--- a/archivers/libunrar5/pkg-descr
+++ b/archivers/libunrar6/pkg-descr