[116124] trunk/dports/devel/cvsweb/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 18 20:33:54 PST 2014


Revision: 116124
          https://trac.macports.org/changeset/116124
Author:   jmr at macports.org
Date:     2014-01-18 20:33:54 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
cvsweb: use perl 5.16, set license

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

Modified: trunk/dports/devel/cvsweb/Portfile
===================================================================
--- trunk/dports/devel/cvsweb/Portfile	2014-01-19 04:29:40 UTC (rev 116123)
+++ trunk/dports/devel/cvsweb/Portfile	2014-01-19 04:33:54 UTC (rev 116124)
@@ -4,8 +4,9 @@
 
 name		cvsweb
 version		3.0.6
-revision    1
+revision    2
 categories	devel www
+license		BSD
 maintainers	nomaintainer
 supported_archs	noarch
 
@@ -21,12 +22,12 @@
 		ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/
 checksums	md5 0e1eec962b1db00e01b295fff84b6e89
 
-depends_build	port:perl5.12 \
-		port:p5.12-ipc-run \
-		port:p5.12-file-temp \
-		port:p5.12-uri \
-		port:p5.12-mime-types \
-		port:p5.12-string-ediff \
+depends_build	port:perl5.16 \
+		port:p5.16-ipc-run \
+		port:p5.16-file-temp \
+		port:p5.16-uri \
+		port:p5.16-mime-types \
+		port:p5.16-string-ediff \
 		port:cvsgraph
 
 use_configure	no
@@ -59,7 +60,7 @@
 	eval xinstall -m 755 [glob ${worksrcpath}/icons/*] ${destroot}${icons_path}
 	eval xinstall -m 755 [glob ${worksrcpath}/css/*] ${destroot}${css_path}
 
-	reinplace -locale en_US.ISO8859-1 "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|g" \
+	reinplace -locale en_US.ISO8859-1 "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.16|g" \
 		"${destroot}${cgi_path}/cvsweb.cgi"
 	reinplace -locale en_US.ISO8859-1 "s|/usr/local/etc/cvsweb/cvsweb.conf|${httpd_conf_path}cvsweb.conf|g" \
 		"${destroot}${cgi_path}/cvsweb.cgi"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/ce684e82/attachment.html>


More information about the macports-changes mailing list