diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 01:33:52 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 01:33:52 +0000 |
commit | 4cfed0ab3a9cc4220e286f6cba957c51063ac890 (patch) | |
tree | 29769f823811757cbb03978399c2418d1aba66a3 /www/mod_perl | |
parent | 0106bcc5aca3513ce61464c54868380b04585bdf (diff) | |
download | ports-4cfed0ab3a9cc4220e286f6cba957c51063ac890.tar.gz ports-4cfed0ab3a9cc4220e286f6cba957c51063ac890.zip |
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 16 | ||||
-rw-r--r-- | www/mod_perl/distinfo | 6 |
2 files changed, 10 insertions, 12 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 4ca9cec1dcad..a4c482967522 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_perl -PORTVERSION= 1.30 +PORTVERSION= 1.31 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ModPerl/GOZER @@ -41,21 +41,19 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::PerlSections.3 Apache::fork.3 cgi_to_mod_perl.3 \ mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \ mod_perl_tuning.3 + .if defined(APACHE_PORT) -. if ${APACHE_PORT:Mipv6} != "" +. if ${APACHE_PORT:Mipv6} != "" WITH_APACHE_IPV6= YES -. endif -.endif - -.if defined(WITH_APACHE_IPV6) CFLAGS+= -DAPACHE6 +. endif .endif post-install: - ${MKDIR} ${PREFIX}/include/apache/modules/perl + ${MKDIR} ${LOCALBASE}/${APACHEINCLUDEDIR}/modules/perl ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ - ${PREFIX}/include/apache/modules/perl - ${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so ${PREFIX}/libexec/apache + ${LOCALBASE}/${APACHEINCLUDEDIR}/modules/perl + ${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so ${LOCALBASE}/${APACHEMODDIR}/ @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL post-deinstall: diff --git a/www/mod_perl/distinfo b/www/mod_perl/distinfo index 9e7d591edfc5..84bee7bcee6d 100644 --- a/www/mod_perl/distinfo +++ b/www/mod_perl/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_perl-1.30.tar.gz) = bfd6f6cff1ab1cc3dbb58a236701d169 -SHA256 (mod_perl-1.30.tar.gz) = af6e1380a9197750b2d443f02a7a0dba3586c3fc0c8269beaafef09159184a08 -SIZE (mod_perl-1.30.tar.gz) = 389029 +MD5 (mod_perl-1.31.tar.gz) = d2188bf500e9f00cd78dc97c3fbf6b97 +SHA256 (mod_perl-1.31.tar.gz) = 0bc7d2638139b7ac9742e27051513efb332504093eca84488ca15585b14860c1 +SIZE (mod_perl-1.31.tar.gz) = 389960 |