[20883] trunk/dports/archivers/unrar/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Dec 7 11:49:59 PST 2006
Revision: 20883
http://trac.macosforge.org/projects/macports/changeset/20883
Author: pmq at macports.org
Date: 2006-12-07 11:49:59 -0800 (Thu, 07 Dec 2006)
Log Message:
-----------
Closes #11071. Thanks to mark at stateful.net for the patch!
Modified Paths:
--------------
trunk/dports/archivers/unrar/Portfile
Modified: trunk/dports/archivers/unrar/Portfile
===================================================================
--- trunk/dports/archivers/unrar/Portfile 2006-12-07 19:32:26 UTC (rev 20882)
+++ trunk/dports/archivers/unrar/Portfile 2006-12-07 19:49:59 UTC (rev 20883)
@@ -1,29 +1,31 @@
# $Id$
PortSystem 1.0
-name unrar
-version 3.6.5
-categories archivers
-maintainers max at kruschwitz.biz
-description Extract, view & test RAR archives
-long_description The unRAR utility is a minor part of the \
- RAR archiver and contains RAR uncompression algorithm. \
- unRAR requires very small volume of memory to operate.
-homepage http://www.rarlab.com/
-platforms darwin freebsd
-master_sites http://www.rarlab.com/rar/
-distname ${name}src-${version}
-checksums md5 2ffd7aa7363928e2ecf6bcc222873a3c \
- sha1 2388fd40b2c8a0ce19f2eaa3dbd3b509e28a7b58 \
- rmd160 9aa3b60595a76208390655fa7a51127accb4b434
+name unrar
+version 3.6.8
+categories archivers
+platforms darwin freebsd
+maintainers max at kruschwitz.biz
-worksrcdir ${name}
+description Extract, view & test RAR archives
+long_description The unRAR utility is a minor part of the RAR archiver and \
+ contains RAR uncompression algorithm. unRAR requires very \
+ small volume of memory to operate.
+homepage http://www.rarlab.com/
-configure {}
+master_sites http://www.rarlab.com/rar/
+distname ${name}src-${version}
+checksums md5 903363aada5fafa9bd00cac3309e6e45 \
+ sha1 2781cb50d4421f0d0038ca440c851a79aefbeb7e \
+ rmd160 c1660a2763a15f78c701a142cfb68a3be6054113
-build.args -f makefile.unix
+worksrcdir ${name}
+use_configure no
+
+build.args -f makefile.unix
+
destroot {
- xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin
+ xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061207/d852d416/attachment.html
More information about the macports-changes
mailing list