Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unrar: update to 7.1.1 #26564

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions archivers/unrar/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0

name unrar
set my_name ${name}src
version 7.0.9
version 7.1.1
categories archivers
maintainers nomaintainer
license Restrictive/Distributable
Expand All @@ -20,9 +20,9 @@ homepage https://www.rarlab.com/
master_sites ${homepage}rar/
distname ${my_name}-${version}

checksums rmd160 a6f75fbb962be30fe27862bede474e4a94b8e501 \
sha256 505c13f9e4c54c01546f2e29b2fcc2d7fabc856a060b81e5cdfe6012a9198326 \
size 258287
checksums rmd160 33d4a433d9413c2fd20e95cac385e3fb37f261c7 \
sha256 2e9cbc9d1c250b40f4a7a6a363b6ccfa3703e190534979d18c8c4ac5ae35dafc \
size 263865

patchfiles patch-makefile.unix.diff

Expand Down
10 changes: 5 additions & 5 deletions archivers/unrar/files/patch-dylib.diff
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- makefile.orig 2020-08-23 23:52:29.000000000 -0400
+++ makefile 2020-08-23 23:55:50.000000000 -0400
@@ -157,7 +157,7 @@
--- makefile.orig 2024-08-19 11:26:32.000000000 +0300
+++ makefile 2024-11-12 07:20:54.539613000 +0300
@@ -62,7 +62,7 @@
lib: CXXFLAGS+=$(LIBFLAGS)
lib: clean $(OBJECTS) $(LIB_OBJ)
lib: $(OBJECTS) $(LIB_OBJ)
@rm -f libunrar.*
- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ $(LINK) -dynamiclib -o libunrar.dylib -install_name $(DESTDIR)/lib/libunrar.dylib $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
$(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)

install-unrar:
@@ -167,8 +167,8 @@
@@ -72,8 +72,8 @@
rm -f $(DESTDIR)/bin/unrar

install-lib:
Expand Down
8 changes: 4 additions & 4 deletions archivers/unrar/files/patch-makefile.unix.diff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- makefile.orig 2017-06-13 11:04:49.000000000 +0000
+++ makefile 2017-06-17 01:24:19.000000000 +0000
@@ -120,7 +120,7 @@
--- makefile.orig 2024-08-19 11:26:32.000000000 +0300
+++ makefile 2024-11-12 07:15:32.300385000 +0300
@@ -22,7 +22,7 @@
WHAT=UNRAR

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 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 \
archive.o arcread.o unicode.o system.o crypt.o crc.o rawread.o encname.o \