[144993] trunk/dports/perl/p5-wx/Portfile

mojca at macports.org mojca at macports.org
Sat Jan 23 11:17:48 PST 2016


Revision: 144993
          https://trac.macports.org/changeset/144993
Author:   mojca at macports.org
Date:     2016-01-23 11:17:48 -0800 (Sat, 23 Jan 2016)
Log Message:
-----------
p5-wx: upgrade to 0.9928 (and change permissions of directories in sources)

Modified Paths:
--------------
    trunk/dports/perl/p5-wx/Portfile

Modified: trunk/dports/perl/p5-wx/Portfile
===================================================================
--- trunk/dports/perl/p5-wx/Portfile	2016-01-23 18:51:04 UTC (rev 144992)
+++ trunk/dports/perl/p5-wx/Portfile	2016-01-23 19:17:48 UTC (rev 144993)
@@ -6,7 +6,7 @@
 PortGroup           wxWidgets 1.0
 
 perl5.branches      5.22
-perl5.setup         Wx 0.9927
+perl5.setup         Wx 0.9928
 
 platforms           darwin
 maintainers         mojca openmaintainer
@@ -15,12 +15,21 @@
 description         Interface to the wxWidgets cross-platform GUI toolkit
 long_description    ${description}
 
-checksums           rmd160  603c2041d7bdc46260a759783513f6ba00556306 \
-                    sha256  a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb
+checksums           rmd160  629d22b5f920dee8725db8d02eb0b0687e085604 \
+                    sha256  58e06c094c07817617b1e69fa0501f2cee80cd4700ac7a62c516179f7aa85b42
 
 if {${perl5.major} != ""} {
     wxWidgets.use   wxWidgets-3.0
 
+    # temporary change the mode
+    post-extract {
+        fs-traverse dir ${worksrcpath} {
+            if { [ file isdirectory ${dir} ] } {
+                file attributes ${dir} -permissions 0755
+            }
+        }
+    }
+
     patchfiles      patch-build-Wx-build-MakeMaker-MacOSX_GCC.pm.diff \
                     patch-cpp-wxPerl.osx-Makefile.diff
     post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160123/bda8b64c/attachment.html>


More information about the macports-changes mailing list