[150257] trunk/dports/perl/p5-xml-filter-buffertext/Portfile

devans at macports.org devans at macports.org
Wed Jul 13 12:53:00 PDT 2016


Revision: 150257
          https://trac.macports.org/changeset/150257
Author:   devans at macports.org
Date:     2016-07-13 12:53:00 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
p5-xml-filter-buffertext: update dependencies, use default homepage, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-filter-buffertext/Portfile

Modified: trunk/dports/perl/p5-xml-filter-buffertext/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-filter-buffertext/Portfile	2016-07-13 19:45:05 UTC (rev 150256)
+++ trunk/dports/perl/p5-xml-filter-buffertext/Portfile	2016-07-13 19:53:00 UTC (rev 150257)
@@ -6,7 +6,7 @@
 
 perl5.branches      5.22 5.24
 perl5.setup         XML-Filter-BufferText 1.01
-revision            3
+revision            4
 license             {Artistic-1 GPL}
 maintainers         mac.com:kykim
 categories-append   textproc
@@ -15,8 +15,13 @@
                     error) is that XML parsers aren't required to provide character events in one \
                     chunk. They can, but are not forced to, and most don't. This filter does the \
                     trivial but oft-repeated task of putting all characters into a single event.
-homepage            http://search.cpan.org/~rberjon/${distname}
 checksums           md5 2992c0387632583b966ab9c965b25512
 platforms           darwin
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-xml-sax \
+                    port:p${perl5.major}-xml-sax-base
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/aac3b427/attachment.html>


More information about the macports-changes mailing list