[116120] trunk/dports/databases/postgresql_autodoc/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 18 20:12:45 PST 2014


Revision: 116120
          https://trac.macports.org/changeset/116120
Author:   jmr at macports.org
Date:     2014-01-18 20:12:45 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
postgresql_autodoc: use perl 5.16

Modified Paths:
--------------
    trunk/dports/databases/postgresql_autodoc/Portfile

Modified: trunk/dports/databases/postgresql_autodoc/Portfile
===================================================================
--- trunk/dports/databases/postgresql_autodoc/Portfile	2014-01-19 04:05:29 UTC (rev 116119)
+++ trunk/dports/databases/postgresql_autodoc/Portfile	2014-01-19 04:12:45 UTC (rev 116120)
@@ -5,6 +5,7 @@
 
 name                postgresql_autodoc
 version             1.41
+revision            1
 categories          databases textproc
 license             BSD
 platforms           darwin
@@ -23,11 +24,11 @@
                     sha1   66ef9804854bbec54bba7788fe3ba90e5a47abe2 \
                     rmd160 c588ef93e955b5c41b6175f3f2762c35accbb567
 
-depends_lib         port:perl5.12 \
-                    port:p5.12-dbi \
-                    port:p5.12-dbd-pg \
-                    port:p5.12-html-template \
-                    port:p5.12-term-readkey
+depends_lib         port:perl5.16 \
+                    port:p5.16-dbi \
+                    port:p5.16-dbd-pg \
+                    port:p5.16-html-template \
+                    port:p5.16-term-readkey
 worksrcdir          ${name}
 
 patchfiles          patch-make.diff
@@ -39,6 +40,7 @@
         Makefile
 }
 
+destroot.args       PERL=${prefix}/bin/perl5.16
 destroot.destdir    DESTDIR=${destroot}
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/2500a17f/attachment.html>


More information about the macports-changes mailing list