[107101] trunk/dports/x11/winetricks/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 17 23:00:07 PDT 2013


Revision: 107101
          https://trac.macports.org/changeset/107101
Author:   ryandesign at macports.org
Date:     2013-06-17 23:00:07 -0700 (Mon, 17 Jun 2013)
Log Message:
-----------
winetricks: update to 20130617

Modified Paths:
--------------
    trunk/dports/x11/winetricks/Portfile

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- trunk/dports/x11/winetricks/Portfile	2013-06-18 04:45:58 UTC (rev 107100)
+++ trunk/dports/x11/winetricks/Portfile	2013-06-18 06:00:07 UTC (rev 107101)
@@ -4,14 +4,13 @@
 PortSystem              1.0
 
 name                    winetricks
-version                 20130609
+version                 20130617
 categories              x11
 maintainers             ryandesign
 license                 LGPL-2+
 homepage                http://www.winetricks.org/
 master_sites            ${homepage}download/releases/
 platforms               darwin
-extract.suffix          .tgz
 extract.mkdir           yes
 supported_archs         noarch
 use_configure           no
@@ -24,8 +23,8 @@
                         systems have all the needed redistributable runtime \
                         libraries or fonts.
 
-checksums               rmd160  009fb92893b009192f115d91ddf21d311fb5d629 \
-                        sha256  cde113a2366e6993cad0d687f26af74edb7affbc59cad61c049225a8e45fc7b1
+checksums               rmd160  11fecb598972d721a3e76f4892a5531f52cf689c \
+                        sha256  1b0e6189464b6228906c4f455cfd7d48f89d7a86a669a2afb9f280845be599a4
 
 depends_run             path:bin/zenity:zenity \
                         path:bin/wine:wine \
@@ -37,7 +36,11 @@
 build {}
 
 destroot {
-    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
+    xinstall -m 755 ${worksrcpath}/src/${name} ${destroot}${prefix}/bin/${name}
+    xinstall -m 644 ${worksrcpath}/src/${name}.1 ${destroot}${prefix}/share/man/man1
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/src/COPYING ${destroot}${docdir}
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130617/73135a66/attachment-0001.html>


More information about the macports-changes mailing list