[94349] trunk/dports/www/mod_perl2/Portfile

snc at macports.org snc at macports.org
Fri Jun 15 15:12:46 PDT 2012


Revision: 94349
          https://trac.macports.org/changeset/94349
Author:   snc at macports.org
Date:     2012-06-15 15:12:45 -0700 (Fri, 15 Jun 2012)
Log Message:
-----------
mod_perl2: update to 2.0.7, #34795, maintainer timeout

Modified Paths:
--------------
    trunk/dports/www/mod_perl2/Portfile

Modified: trunk/dports/www/mod_perl2/Portfile
===================================================================
--- trunk/dports/www/mod_perl2/Portfile	2012-06-15 21:59:39 UTC (rev 94348)
+++ trunk/dports/www/mod_perl2/Portfile	2012-06-15 22:12:45 UTC (rev 94349)
@@ -2,8 +2,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name				mod_perl2
-version				2.0.5
+version				2.0.7
 maintainers			cyberscript.net:ryan
 categories			www
 license				Apache-2
@@ -25,9 +26,10 @@
 homepage			http://perl.apache.org/
 master_sites		http://perl.apache.org/dist/
 distname			mod_perl-${version}
-checksums			md5     03d01d135a122bd8cebd0cd5b185d674 \
-                    sha1    e749e2d7236273217f33cbe7fcd704a662e532d1 \
-                    rmd160  d659db1c64200ed9c8863c6e283360dfdd0c8384
+
+checksums           rmd160  14505fd08f6915c8a260c9068608bde6ebcbac24 \
+                    sha256  53414be9db843054b927f23a35edb7b82d99e32e031b3cd81d5ff2473f51e3c6
+
 depends_lib			path:bin/perl:perl5 port:apache2
 worksrcdir			mod_perl-${version}
 
@@ -47,7 +49,7 @@
     }
 }
 
-configure { 
+configure {
 	set APXS ${prefix}/apache2/bin/apxs
 	system "cd ${workpath}/${worksrcdir} && \
 		${prefix}/bin/perl Makefile.PL MP_APXS=${APXS}"
@@ -59,7 +61,7 @@
 		xinstall -m 755 -d ${destroot}${prefix}/apache2/include/modules/perl \
 			${destroot}${prefix}/apache2/libexec
 		system "install -m 755 ${worksrcpath}/src/modules/perl/*.h \
-    	        ${destroot}${prefix}/apache2/include/modules/perl" 
+    	        ${destroot}${prefix}/apache2/include/modules/perl"
 
 		xinstall -m 755 ${worksrcpath}/src/modules/perl/mod_perl.so \
 			${destroot}${prefix}/apache2/libexec/
@@ -73,7 +75,11 @@
 	ui_msg "\nIf this your first install, you might want to"
 	ui_msg " * enable mod_perl in apache :\n"
 	ui_msg "cd ${prefix}/apache2/libexec"
-	ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"	
+	ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"
 	ui_msg " * And then relaunch apache \n"
 	ui_msg "${prefix}/apache2/bin/apachectl restart\n"
 }
+
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.type      regex
+livecheck.regex     "mod_perl-(\\d+\\.\\d+(\[0-9rc.\]+)?).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120615/e88d25fb/attachment.html>


More information about the macports-changes mailing list