[137765] trunk/dports/archivers/unrar
and.damore at macports.org
and.damore at macports.org
Fri Jun 19 00:24:09 PDT 2015
Revision: 137765
https://trac.macports.org/changeset/137765
Author: and.damore at macports.org
Date: 2015-06-19 00:24:09 -0700 (Fri, 19 Jun 2015)
Log Message:
-----------
port unrar: update to 5.0.12, fix #40776; maintainer timeout
Modified Paths:
--------------
trunk/dports/archivers/unrar/Portfile
trunk/dports/archivers/unrar/files/patch-dll.hpp.diff
trunk/dports/archivers/unrar/files/patch-dylib.diff
trunk/dports/archivers/unrar/files/patch-makefile.unix.diff
Modified: trunk/dports/archivers/unrar/Portfile
===================================================================
--- trunk/dports/archivers/unrar/Portfile 2015-06-19 01:35:09 UTC (rev 137764)
+++ trunk/dports/archivers/unrar/Portfile 2015-06-19 07:24:09 UTC (rev 137765)
@@ -5,8 +5,7 @@
name unrar
set my_name ${name}src
-version 4.2.4
-revision 1
+version 5.0.12
categories archivers
platforms darwin freebsd
maintainers krischik openmaintainer
@@ -22,8 +21,8 @@
master_sites ${homepage}rar/
distname ${my_name}-${version}
-checksums rmd160 53a590ed2a71be86a0a7abfe9c37ddc8dc869800 \
- sha256 9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
+checksums rmd160 c20a2ce760142cd69f6aec6e156366bd0d39ab83 \
+ sha256 370f7a7cdc482a672e396c7ed6fa9f201b25733e41b714f19a6112e1bbcdf245
patchfiles patch-dll.hpp.diff \
patch-makefile.unix.diff
@@ -43,7 +42,7 @@
set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
}
-build.args -f makefile.unix \
+build.args -f makefile \
CXX="[join ${configure.cxx}]"
# The makefile misuses the DESTDIR variable as if it were PREFIX. We need it at
Modified: trunk/dports/archivers/unrar/files/patch-dll.hpp.diff
===================================================================
--- trunk/dports/archivers/unrar/files/patch-dll.hpp.diff 2015-06-19 01:35:09 UTC (rev 137764)
+++ trunk/dports/archivers/unrar/files/patch-dll.hpp.diff 2015-06-19 07:24:09 UTC (rev 137765)
@@ -1,8 +1,8 @@
--- dll.hpp.orig 2012-06-09 08:21:04.000000000 -0500
+++ dll.hpp 2012-11-04 02:52:55.000000000 -0600
-@@ -30,14 +30,12 @@
+@@ -36,14 +36,12 @@
+ #define RAR_HASH_BLAKE2 2
- #define RAR_DLL_VERSION 5
-#ifdef _UNIX
#define CALLBACK
@@ -13,5 +13,5 @@
#define UINT unsigned int
-#endif
- struct RARHeaderData
- {
+ #define RHDF_SPLITBEFORE 0x01
+ #define RHDF_SPLITAFTER 0x02
Modified: trunk/dports/archivers/unrar/files/patch-dylib.diff
===================================================================
--- trunk/dports/archivers/unrar/files/patch-dylib.diff 2015-06-19 01:35:09 UTC (rev 137764)
+++ trunk/dports/archivers/unrar/files/patch-dylib.diff 2015-06-19 07:24:09 UTC (rev 137765)
@@ -1,6 +1,6 @@
---- makefile.unix.orig 2012-05-15 00:31:03.000000000 -0500
-+++ makefile.unix 2012-11-04 02:54:31.000000000 -0600
-@@ -130,8 +130,8 @@
+--- makefile.orig 2012-05-15 00:31:03.000000000 -0500
++++ makefile 2012-11-04 02:54:31.000000000 -0600
+@@ -132,8 +132,8 @@
lib: WHAT=RARDLL
lib: CXXFLAGS+=$(LIBFLAGS)
lib: clean $(OBJECTS) $(LIB_OBJ)
Modified: trunk/dports/archivers/unrar/files/patch-makefile.unix.diff
===================================================================
--- trunk/dports/archivers/unrar/files/patch-makefile.unix.diff 2015-06-19 01:35:09 UTC (rev 137764)
+++ trunk/dports/archivers/unrar/files/patch-makefile.unix.diff 2015-06-19 07:24:09 UTC (rev 137765)
@@ -1,11 +1,11 @@
---- makefile.unix.orig 2012-05-15 00:31:03.000000000 -0500
-+++ makefile.unix 2012-11-04 02:52:55.000000000 -0600
-@@ -97,7 +97,7 @@
+--- makefile.orig 2012-05-15 00:31:03.000000000 -0500
++++ makefile 02:52:55.000000000 -0600
+@@ -98,7 +98,7 @@
WHAT=UNRAR
- UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
--LIB_OBJ=filestr.o scantree.o dll.o
-+LIB_OBJ=filestr.o recvol.o rs.o scantree.o dll.o
+ UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o qopen.o
+-LIB_OBJ=filestr.o scantree.o dll.o qopen.o
++LIB_OBJ=filestr.o recvol.o rs.o scantree.o dll.o qopen.o
- OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o smallfn.o global.o file.o filefn.o filcreat.o \
+ OBJECTS=rar.o strlist.o strfn.o pathfn.o smallfn.o global.o file.o filefn.o filcreat.o \
archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150619/c5502ab8/attachment.html>
More information about the macports-changes
mailing list