[139035] trunk/dports/x11/wine-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 30 02:26:18 PDT 2015


Revision: 139035
          https://trac.macports.org/changeset/139035
Author:   ryandesign at macports.org
Date:     2015-07-30 02:26:17 -0700 (Thu, 30 Jul 2015)
Log Message:
-----------
wine-devel: update to 1.7.48; use docdir variable and install documentation to the same place as the wine port

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2015-07-30 09:20:27 UTC (rev 139034)
+++ trunk/dports/x11/wine-devel/Portfile	2015-07-30 09:26:17 UTC (rev 139035)
@@ -14,7 +14,7 @@
 name                        wine-devel
 conflicts                   wine wine-crossover
 set my_name                 wine
-version                     1.7.47
+version                     1.7.48
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -47,8 +47,8 @@
                             ${wine_mono_distfile}:winemono
 
 checksums                   ${wine_distfile} \
-                            rmd160  9123961aadd64841f7d519f7f9a16d454840a29d \
-                            sha256  ba74f75aec400dc4b1d64ddc29560e4946837e73cb19d9c231604ff0147bbb2e \
+                            rmd160  61497539eca6cf6f9256257b79f7bd32c0ae510c \
+                            sha256  e3f55ce56e2092d49b317fea8802e314be2b2170fd434f5e45f7141773946c8e \
                             ${wine_gecko_distfile} \
                             rmd160  dd1241a65645631678b3343b1fc1d1a758b69777 \
                             sha256  afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a \
@@ -217,14 +217,15 @@
     xinstall -d ${destroot}${prefix}/share/wine/mono
     xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono
 
-    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${my_name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         ANNOUNCE \
         AUTHORS \
         COPYING.LIB \
         LICENSE \
         README \
-        ${destroot}${prefix}/share/doc/${name}
+        ${destroot}${docdir}
 }
 
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150730/73472321/attachment.html>


More information about the macports-changes mailing list