[137240] trunk/dports/perl/p5-flickr-api/Portfile

devans at macports.org devans at macports.org
Sat Jun 6 23:43:48 PDT 2015


Revision: 137240
          https://trac.macports.org/changeset/137240
Author:   devans at macports.org
Date:     2015-06-06 23:43:48 -0700 (Sat, 06 Jun 2015)
Log Message:
-----------
p5-flickr-api: update to version 1.12, now supports OAuth authentication, add new dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-flickr-api/Portfile

Modified: trunk/dports/perl/p5-flickr-api/Portfile
===================================================================
--- trunk/dports/perl/p5-flickr-api/Portfile	2015-06-07 06:40:21 UTC (rev 137239)
+++ trunk/dports/perl/p5-flickr-api/Portfile	2015-06-07 06:43:48 UTC (rev 137240)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         Flickr-API 1.10
+perl5.setup         Flickr-API 1.12 ../by-authors/id/L/LB/LBMOORE
 platforms           darwin
 maintainers         nomaintainer
 license             Artistic-2
@@ -14,13 +14,15 @@
 description         Perl interface to the Flickr API
 long_description    ${description}
 
-checksums           rmd160  41af773099883a7f90ef0855b4cc7ccc99618462 \
-                    sha256  6ad21f11d2f1038e44500bc41452f101d5311a01dfb151a5ffea30089c053568
+checksums           rmd160  7bd855f0922b9904f3ee81c38da9667f9c425fb5 \
+                    sha256  e28bc0b25e4e1ef034f71d36544c24205aa2c536fed72d6dae2674d34d59632d
 
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:p${perl5.major}-http-message \
                     port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-net-oauth \
                     port:p${perl5.major}-uri \
-                    port:p${perl5.major}-xml-parser-lite-tree
+                    port:p${perl5.major}-xml-parser-lite-tree \
+                    port:p${perl5.major}-xml-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150606/fb65b231/attachment.html>


More information about the macports-changes mailing list