[114661] trunk/dports/net/liboping/Portfile

cal at macports.org cal at macports.org
Fri Dec 13 08:13:55 PST 2013


Revision: 114661
          https://trac.macports.org/changeset/114661
Author:   cal at macports.org
Date:     2013-12-13 08:13:55 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
liboping: delete perllocal.pod and .packlist files, fixes buildbot failure

Modified Paths:
--------------
    trunk/dports/net/liboping/Portfile

Modified: trunk/dports/net/liboping/Portfile
===================================================================
--- trunk/dports/net/liboping/Portfile	2013-12-13 16:03:43 UTC (rev 114660)
+++ trunk/dports/net/liboping/Portfile	2013-12-13 16:13:55 UTC (rev 114661)
@@ -5,6 +5,7 @@
 
 name                liboping
 version             1.6.2
+revision            1
 categories          net
 platforms           darwin
 license             LGPL-2.1 GPL-2
@@ -19,3 +20,16 @@
 
 depends_lib         port:ncurses \
                     path:bin/perl:perl5
+
+post-destroot {
+    fs-traverse f ${destroot}${prefix} {
+        if {[file isfile ${f}]} {
+            switch [file tail ${f}] {
+                .packlist -
+                perllocal.pod {
+                    delete ${f}
+                }
+            }
+        }
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/0bcb1088/attachment.html>


More information about the macports-changes mailing list