[122747] trunk/dports/devel/vcheck/Portfile

afb at macports.org afb at macports.org
Mon Jul 28 09:28:16 PDT 2014


Revision: 122747
          https://trac.macports.org/changeset/122747
Author:   afb at macports.org
Date:     2014-07-28 09:28:16 -0700 (Mon, 28 Jul 2014)
Log Message:
-----------
vcheck: perl5.12 to perl5.16

Modified Paths:
--------------
    trunk/dports/devel/vcheck/Portfile

Modified: trunk/dports/devel/vcheck/Portfile
===================================================================
--- trunk/dports/devel/vcheck/Portfile	2014-07-28 15:57:12 UTC (rev 122746)
+++ trunk/dports/devel/vcheck/Portfile	2014-07-28 16:28:16 UTC (rev 122747)
@@ -4,7 +4,7 @@
 
 name		vcheck
 version		1.2.1
-revision    1
+revision    2
 categories	devel
 license		Artistic-1
 maintainers	afb openmaintainer
@@ -20,17 +20,17 @@
 use_bzip2	yes
 checksums	md5 712cb91d13ffb4b347b094c9935abca1
 
-depends_lib	port:perl5.12
-depends_run	port:p5.12-libwww-perl
+depends_lib	port:perl5.16
+depends_run	port:p5.16-libwww-perl
 
 patch {
-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" ${worksrcpath}/vcheck
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/vcheck
 }
 
 use_configure	no
 
 build {
-    system "${prefix}/bin/pod2man-5.12 ${worksrcpath}/vcheck >${worksrcpath}/vcheck.1"
+    system "${prefix}/bin/pod2man-5.16 ${worksrcpath}/vcheck >${worksrcpath}/vcheck.1"
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140728/59894f7d/attachment.html>


More information about the macports-changes mailing list