[129940] trunk/dports/perl/p5-xml-atom/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 23 11:01:08 PST 2014


Revision: 129940
          https://trac.macports.org/changeset/129940
Author:   mojca at macports.org
Date:     2014-12-23 11:01:08 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
p5-xml-atom: upgrade to 0.41, replace 5.8 with 5.18 5.20, checksums, refresh dependencies, no need for explicit homepage

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-atom/Portfile

Modified: trunk/dports/perl/p5-xml-atom/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-atom/Portfile	2014-12-23 17:57:16 UTC (rev 129939)
+++ trunk/dports/perl/p5-xml-atom/Portfile	2014-12-23 19:01:08 UTC (rev 129940)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         XML-Atom 0.13
-revision            3
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         XML-Atom 0.41
 maintainers         cyberscript.net:ryan
 categories-append   textproc
 license             {Artistic-1 GPL}
@@ -14,15 +13,20 @@
 long_description    Atom is a syndication, API, and archiving format \
                     for weblogs and other data. XML::Atom implements \
                     the feed format as well as a client for the API.
-homepage            http://search.cpan.org/dist/XML-Atom/
-checksums           md5 8785f3ce9a1c035bafdae46cfc05a78c
+
+checksums           rmd160  628897c5bb897f7d1c357aacb5784afa930d7227 \
+                    sha256  48cac6c7841a430fa8de54dc3b876a018fbd442c122e41cc1713e6ead39a969e
+
 platforms           darwin
 
 if {${perl5.major} != ""} {
     depends_lib-append \
+                    port:p${perl5.major}-class-data-inheritable \
                     port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-datetime-timezone \
                     port:p${perl5.major}-digest-sha1 \
                     port:p${perl5.major}-libwww-perl \
-                    port:p${perl5.major}-lwp-authen-wsse \
-                    port:p${perl5.major}-xml-libxml
+                    port:p${perl5.major}-uri \
+                    port:p${perl5.major}-xml-libxml \
+                    port:p${perl5.major}-xml-xpath
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/ffba75e6/attachment.html>


More information about the macports-changes mailing list