[151238] trunk/dports/sysutils/ansible/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed Aug 10 19:10:30 PDT 2016


Revision: 151238
          https://trac.macports.org/changeset/151238
Author:   adfernandes at macports.org
Date:     2016-08-10 19:10:30 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
sysutils/ansible: trivial update, as per #51988

Modified Paths:
--------------
    trunk/dports/sysutils/ansible/Portfile

Modified: trunk/dports/sysutils/ansible/Portfile
===================================================================
--- trunk/dports/sysutils/ansible/Portfile	2016-08-11 01:44:28 UTC (rev 151237)
+++ trunk/dports/sysutils/ansible/Portfile	2016-08-11 02:10:30 UTC (rev 151238)
@@ -9,7 +9,7 @@
 epoch           1
 categories      sysutils
 
-github.setup    ${name} ${name} 2.1.0.0-1 v
+github.setup    ${name} ${name} 2.1.1.0-1 v
 version         [string map {- .} ${version}]
 fetch.type      git
 
@@ -49,7 +49,7 @@
 
 patch {
     fs-traverse f ${worksrcpath} {
-        if {[file isfile ${f}] && ![regexp {\.(ico|png|eot|ttf|woff|reg)$} ${f} match] && ![regexp {\.git} ${f} match] && ![regexp {v2/test/test.yml} ${f} match]} {
+        if {[file isfile ${f}] && ![regexp {\.(ico|png|eot|ttf|woff|reg|gz)$} ${f} match] && ![regexp {\.git} ${f} match] && ![regexp {v2/test/test.yml} ${f} match]} {
             reinplace "s#/etc/ansible#${prefix}/etc/ansible#g" ${f}
             reinplace "s#/usr/share/ansible#${prefix}/share/ansible#g" ${f}
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/f93978cb/attachment-0001.html>


More information about the macports-changes mailing list