[129069] trunk/dports/perl/p5-template-toolkit/Portfile

devans at macports.org devans at macports.org
Thu Dec 4 14:26:41 PST 2014


Revision: 129069
          https://trac.macports.org/changeset/129069
Author:   devans at macports.org
Date:     2014-12-04 14:26:41 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-template-toolkit: update to version 2.26, dependencies, minor white space.

Modified Paths:
--------------
    trunk/dports/perl/p5-template-toolkit/Portfile

Modified: trunk/dports/perl/p5-template-toolkit/Portfile
===================================================================
--- trunk/dports/perl/p5-template-toolkit/Portfile	2014-12-04 22:24:36 UTC (rev 129068)
+++ trunk/dports/perl/p5-template-toolkit/Portfile	2014-12-04 22:26:41 UTC (rev 129069)
@@ -5,8 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup         Template-Toolkit 2.25
-revision            1
+perl5.setup         Template-Toolkit 2.26
 
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
@@ -25,19 +24,26 @@
 
 homepage            http://www.template-toolkit.org/
 
-checksums           rmd160  e3aed83d09633c4833e51405e4134e04d3bc64bf \
-                    sha256  f423763b01604dcf27902cc6fdb22a6d1e5d3f2f72044fd9e83123220f781e11
+checksums           rmd160  53c45d92a6d54b5995464ecf92adc845e056c00b \
+                    sha256  e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-appconfig
+    depends_build-append \
+                    port:p${perl5.major}-cgi \
+                    port:p${perl5.major}-image-info
 
-configure.post_args TT_PREFIX=${prefix}/share/tt2 \
-                    TT_ACCEPT=y \
-                    TT_QUIET=y
+    depends_lib-append \
+                    port:p${perl5.major}-appconfig \
+                    port:p${perl5.major}-test-leaktrace
 
-post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-    xinstall -m 644 -W ${worksrcpath} INSTALL README \
-        ${destroot}${prefix}/share/doc/${subport}
+                    configure.post_args \
+                        TT_PREFIX=${prefix}/share/tt2 \
+                        TT_ACCEPT=y \
+                        TT_QUIET=y
+
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} INSTALL README \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141204/be3bd988/attachment.html>


More information about the macports-changes mailing list