[153515] users/khindenburg/ports/net/xmltv

khindenburg at macports.org khindenburg at macports.org
Mon Oct 3 22:52:01 CEST 2016


Revision: 153515
          https://trac.macports.org/changeset/153515
Author:   khindenburg at macports.org
Date:     2016-10-03 13:52:00 -0700 (Mon, 03 Oct 2016)
Log Message:
-----------
xmltv: update 0.5.68; change how configure questions are answered; use perl5.24

Modified Paths:
--------------
    users/khindenburg/ports/net/xmltv/Portfile

Removed Paths:
-------------
    users/khindenburg/ports/net/xmltv/files/

Modified: users/khindenburg/ports/net/xmltv/Portfile
===================================================================
--- users/khindenburg/ports/net/xmltv/Portfile	2016-10-03 20:01:37 UTC (rev 153514)
+++ users/khindenburg/ports/net/xmltv/Portfile	2016-10-03 20:52:00 UTC (rev 153515)
@@ -6,7 +6,7 @@
 PortGroup           perl5 1.0
 
 name                xmltv
-version             0.5.67
+version             0.5.68
 categories          net perl
 license             GPL-2+
 platforms           darwin
@@ -20,10 +20,10 @@
 master_sites        sourceforge:/project/xmltv/xmltv/${version}
 use_bzip2           yes
 
-checksums           rmd160  f8a6a0c57d718e5af3f58ded6df005b620c2de0a \
-                    sha256  f5ee784961be2a35035d55ef39bcba0ccfd7aecfa5359c1a890cb411c1c7a694
+checksums           rmd160  808b4930c1bb25ec2a517fff2fab4a256f2f0666 \
+                    sha256  ed6589118943f1028b318dea2cd30c395c41b8abc9bbf106b3787f095d79919d
 
-set perl_version    5.22
+set perl_version    5.24
 perl5.branches      ${perl_version}
 
 depends_lib-append  port:perl${perl_version} \
@@ -37,12 +37,13 @@
                     port:p${perl_version}-xml-twig \
                     port:p${perl_version}-xml-writer
 
-configure.cmd       ${prefix}/bin/perl${perl_version}
-configure.pre_args  Makefile.PL
-# Otherwise all binaries are in libexec/perl5.16/sitebin/
-configure.args      INSTALLSITEBIN=${prefix}/bin INSTALLSITESCRIPT=${prefix}/bin
+configure {
+    # Use EOF to agree to questions - for now agree to what it finds
+    # Use INSTALLSITE* otherwise all binaries are in libexec/perl5.16/sitebin
+    system -W ${worksrcpath} "${prefix}/bin/perl${perl_version} Makefile.PL \
+        INSTALLSITEBIN=${prefix}/bin INSTALLSITESCRIPT=${prefix}/bin << EOF
+yes
+EOF"
+}
 
-patchfiles          patch-makefile.diff \
-                    patch-prompt-makefile.diff
-
 livecheck.regex     xmltv/files/xmltv/(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161003/edc70b07/attachment-0002.html>


More information about the macports-changes mailing list