[151996] trunk/dports/net/get_iplayer/Portfile

mojca at macports.org mojca at macports.org
Fri Aug 26 03:05:19 PDT 2016


Revision: 151996
          https://trac.macports.org/changeset/151996
Author:   mojca at macports.org
Date:     2016-08-26 03:05:19 -0700 (Fri, 26 Aug 2016)
Log Message:
-----------
get_iplayer: upgrade to 2.96 (maintainer, closes #52105), drop perl 5.22 (#52081)

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

Modified: trunk/dports/net/get_iplayer/Portfile
===================================================================
--- trunk/dports/net/get_iplayer/Portfile	2016-08-26 03:00:00 UTC (rev 151995)
+++ trunk/dports/net/get_iplayer/Portfile	2016-08-26 10:05:19 UTC (rev 151996)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 PortGroup           github 1.0
 
-github.setup        get-iplayer get_iplayer 2.94 v
+github.setup        get-iplayer get_iplayer 2.96 v
 categories          net multimedia
 platforms           darwin
 maintainers         gmail.com:davide.liessi openmaintainer
@@ -16,17 +16,18 @@
 long_description    ${description}. \
                     \nThis port does not install the Web PVR Manager (get_iplayer.cgi).
 
-checksums           rmd160  5f43f5840ad2eb6c07a8c95effa5bf1d6f100a6b \
-                    sha256  06caa8f96ad6fba53c3a7f97400a5701d013d3edee1658a6e0a3cbed4f94ae57
+checksums           rmd160  fcf390ad60d337b4b71c665a8eeb2d619d347440 \
+                    sha256  4d675c3da69bca878477649649d6344a4f18defa0c486deef04c76589b391163
 
 perl5.require_variant   yes
 perl5.conflict_variants yes
-perl5.branches          5.22 5.24
+perl5.branches          5.24
 perl5.create_variants   ${perl5.branches}
 
 depends_run         port:perl${perl5.major} \
                     port:p${perl5.major}-libwww-perl \
                     port:p${perl5.major}-xml-simple \
+                    port:p${perl5.major}-xml-libxml \
                     port:p${perl5.major}-mp3-tag \
                     port:p${perl5.major}-mp3-info \
                     port:p${perl5.major}-net-smtp-tls-butmaintained \
@@ -58,22 +59,11 @@
 
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} \
-        CHANGELOG.txt \
+        CHANGELOG.md \
         CONTRIBUTORS \
         LICENSE.txt \
         README.md \
         ${destroot}${prefix}/share/doc/${name}
-
-    xinstall -d ${destroot}${prefix}/share/${name}/plugins
-    xinstall -m 644 {*}[glob ${worksrcpath}/plugins/*.plugin] \
-        ${destroot}${prefix}/share/${name}/plugins
-    xinstall -m 644 ${worksrcpath}/plugins/plugin.template \
-        ${destroot}${prefix}/share/${name}/plugins
-
-    xinstall -d ${destroot}${prefix}/etc/${name}
-    set optionsfile [open ${destroot}${prefix}/etc/${name}/options w]
-    puts ${optionsfile} "packagemanager MacPorts"
-    close ${optionsfile}
 }
 
 notes-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160826/b85c2229/attachment.html>


More information about the macports-changes mailing list