[133672] trunk/dports/perl/p5-file-libmagic/Portfile

devans at macports.org devans at macports.org
Sun Mar 8 11:34:01 PDT 2015


Revision: 133672
          https://trac.macports.org/changeset/133672
Author:   devans at macports.org
Date:     2015-03-08 11:34:01 -0700 (Sun, 08 Mar 2015)
Log Message:
-----------
p5-file-libmagic: update to version 1.12, fix path in t/oo-api.t, license.

Modified Paths:
--------------
    trunk/dports/perl/p5-file-libmagic/Portfile

Modified: trunk/dports/perl/p5-file-libmagic/Portfile
===================================================================
--- trunk/dports/perl/p5-file-libmagic/Portfile	2015-03-08 18:31:13 UTC (rev 133671)
+++ trunk/dports/perl/p5-file-libmagic/Portfile	2015-03-08 18:34:01 UTC (rev 133672)
@@ -5,13 +5,14 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         File-LibMagic 1.11
+perl5.setup         File-LibMagic 1.12
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Perl wrapper for libmagic
 long_description    ${description}
 
-checksums           rmd160  2b9816191ba5de3a3521b6575146cd8006e113a8 \
-                    sha256  1a0bbf2f97e90ee1fcf1e0168ddb16de0db5c1ee36a975a8217eceee72850329
+checksums           rmd160  860c83af8f3eeecfd4ca70014e5143cc8c35c7b4 \
+                    sha256  e206e0b82a56afb74bcf4db705c8ec68ad2c5ff13dd73d2ce041752741428bab
 
 platforms           darwin
 
@@ -21,4 +22,11 @@
 
     depends_lib-append \
                     port:libmagic
+
+# use correct path to our magic.mgc for testing
+
+    post-patch {
+        reinplace "s|/usr/share/file|${prefix}/share/misc|" \
+                    ${worksrcpath}/t/oo-api.t
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150308/18303304/attachment.html>


More information about the macports-changes mailing list