[27498] trunk/dports/archivers/unrar/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 4 21:18:12 PDT 2007


Revision: 27498
          http://trac.macosforge.org/projects/macports/changeset/27498
Author:   ryandesign at macports.org
Date:     2007-08-04 21:18:11 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
unrar: update to 3.7.6, and now install documentation into -; ticket #12064

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

Modified: trunk/dports/archivers/unrar/Portfile
===================================================================
--- trunk/dports/archivers/unrar/Portfile	2007-08-05 04:14:22 UTC (rev 27497)
+++ trunk/dports/archivers/unrar/Portfile	2007-08-05 04:18:11 UTC (rev 27498)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name              unrar
-version           3.7.4
+version           3.7.6
 categories        archivers
 platforms         darwin freebsd
 maintainers       max at kruschwitz.biz
@@ -16,9 +16,9 @@
 
 master_sites      ${homepage}rar/
 distname          ${name}src-${version}
-checksums         md5 7334c345597f6699c53fd91866b1a7e1 \
-                  sha1 df5079afb65fbb2a51f0cde990430daac0bb0d79 \
-                  rmd160 481a41bf83c992e8f96fbca2660a8ec406e974f9
+checksums         md5 c6e1ae41bc140d47f4608c1ab5f01802 \
+                  sha1 b75966a564a799a082d1c95de5e4a44e21cf33d1 \
+                  rmd160 68f5738b6c9ede8de24061cc1e1e285ad5b0bf16
 
 worksrcdir        ${name}
 
@@ -27,10 +27,11 @@
 build.args        -f makefile.unix
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 ${worksrcpath}/${name} ${destroot}/${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/license.txt \
-		${destroot}${prefix}/share/doc/${name}
+	set docdir ${prefix}/share/doc/${name}-${version}
+
+	xinstall -m 755 -d ${destroot}${docdir}
+	xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+	xinstall -m 644 ${worksrcpath}/license.txt ${destroot}${docdir}
 }
 
 livecheck.check regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070804/142d05b0/attachment.html


More information about the macports-changes mailing list