[65617] trunk/dports/archivers/libunrar

raimue at macports.org raimue at macports.org
Sun Mar 28 18:02:19 PDT 2010


Revision: 65617
          http://trac.macports.org/changeset/65617
Author:   raimue at macports.org
Date:     2010-03-28 18:02:18 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
archivers/libunrar: Update to version 3.9.10, rename patch file

Modified Paths:
--------------
    trunk/dports/archivers/libunrar/Portfile

Added Paths:
-----------
    trunk/dports/archivers/libunrar/files/patch-makefile.unix.diff

Removed Paths:
-------------
    trunk/dports/archivers/libunrar/files/makefile.unix.diff

Modified: trunk/dports/archivers/libunrar/Portfile
===================================================================
--- trunk/dports/archivers/libunrar/Portfile	2010-03-29 01:01:02 UTC (rev 65616)
+++ trunk/dports/archivers/libunrar/Portfile	2010-03-29 01:02:18 UTC (rev 65617)
@@ -5,7 +5,7 @@
 PortSystem	    1.0
 
 name		    libunrar
-version		    3.9.7
+version		    3.9.10
 categories	    archivers
 platforms	    darwin freebsd
 maintainers	    krischik openmaintainer
@@ -19,14 +19,14 @@
 homepage	    http://www.rarlab.com/
 master_sites	    ${homepage}rar/
 distname	    unrarsrc-${version}
-patchfiles	    makefile.unix.diff
+patchfiles	    patch-makefile.unix.diff
 worksrcdir	    unrar
 use_configure	    no
 use_parallel_build  yes
 
-checksums	    md5     3222f3e6a8c1b79b4f60086d2af3727a \
-		    sha1    b91dd64c82746bb9093f05751ec7f5d3a8812009 \
-		    rmd160  7b13215778df538143573f1ed69f45332999b72f
+checksums	    md5     3c130ae52ff9fece50af988c343e396d \
+		    sha1    8654c4c539a0a05b8cf52ff1aa2fca180601c8e9 \
+		    rmd160  7c7d3f5e89ed1657f716c883ef9aaae1f37c1134
 
 set CXXFLAGS	    "${configure.cxxflags} -DSILENT"
 set LDFLAGS	    "${configure.ldflags}"

Deleted: trunk/dports/archivers/libunrar/files/makefile.unix.diff
===================================================================
--- trunk/dports/archivers/libunrar/files/makefile.unix.diff	2010-03-29 01:01:02 UTC (rev 65616)
+++ trunk/dports/archivers/libunrar/files/makefile.unix.diff	2010-03-29 01:02:18 UTC (rev 65617)
@@ -1,32 +0,0 @@
---- makefile.unix.orig	2009-12-28 08:18:59.000000000 +0100
-+++ makefile.unix	2009-12-28 08:28:44.000000000 +0100
-@@ -100,7 +100,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
- 
- OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.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 \
-@@ -132,8 +132,8 @@
- 
- lib:	WHAT=RARDLL
- lib:	$(OBJECTS) $(LIB_OBJ)
--	@rm -f libunrar.so
--	$(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+	@rm -f libunrar.dylib
-+	$(LINK) -shared -o libunrar.dylib $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
- 			install unrar $(DESTDIR)/bin
-@@ -142,7 +142,7 @@
- 			rm -f $(DESTDIR)/bin/unrar
- 
- install-lib:
--		install libunrar.so $(DESTDIR)/lib
-+		install libunrar.dylib $(DESTDIR)/lib
- 
- uninstall-lib:
--		rm -f $(DESTDIR)/lib/libunrar.so
-+		rm -f $(DESTDIR)/lib/libunrar.dylib

Copied: trunk/dports/archivers/libunrar/files/patch-makefile.unix.diff (from rev 65607, trunk/dports/archivers/libunrar/files/makefile.unix.diff)
===================================================================
--- trunk/dports/archivers/libunrar/files/patch-makefile.unix.diff	                        (rev 0)
+++ trunk/dports/archivers/libunrar/files/patch-makefile.unix.diff	2010-03-29 01:02:18 UTC (rev 65617)
@@ -0,0 +1,32 @@
+--- makefile.unix.orig	2009-12-28 08:18:59.000000000 +0100
++++ makefile.unix	2009-12-28 08:28:44.000000000 +0100
+@@ -100,7 +100,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
+ 
+ OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.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 \
+@@ -132,8 +132,8 @@
+ 
+ lib:	WHAT=RARDLL
+ lib:	$(OBJECTS) $(LIB_OBJ)
+-	@rm -f libunrar.so
+-	$(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++	@rm -f libunrar.dylib
++	$(LINK) -shared -o libunrar.dylib $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+ 			install unrar $(DESTDIR)/bin
+@@ -142,7 +142,7 @@
+ 			rm -f $(DESTDIR)/bin/unrar
+ 
+ install-lib:
+-		install libunrar.so $(DESTDIR)/lib
++		install libunrar.dylib $(DESTDIR)/lib
+ 
+ uninstall-lib:
+-		rm -f $(DESTDIR)/lib/libunrar.so
++		rm -f $(DESTDIR)/lib/libunrar.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/5d83ee7b/attachment.html>


More information about the macports-changes mailing list