- update to version 2.0.7
- Use APACHE macro for MASTER_SITES - Remove SITE_PERL from *_DEPENDS Changes: Fix breakage caused by removal of PL_uid et al from perl 5.16.0. Patch from rt.cpan.org #77129. [Zefram] PR: ports/168819 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
This commit is contained in:
parent
0437cf932d
commit
74d17dc69b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299476
2 changed files with 5 additions and 7 deletions
|
@ -6,18 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= mod_perl
|
||||
PORTVERSION= 2.0.6
|
||||
PORTEPOCH= 3
|
||||
PORTVERSION= 2.0.7
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR=perl
|
||||
MASTER_SITES= APACHE/perl
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Embeds a Perl interpreter in the Apache2 server
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource
|
||||
BUILD_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-Apache-Reload-0.*
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mod_perl-2.0.6.tar.gz) = 8cf768d2c55291e10542ef8d9a4f4ebe835365e43b4584771e654079405827dc
|
||||
SIZE (mod_perl-2.0.6.tar.gz) = 3784836
|
||||
SHA256 (mod_perl-2.0.7.tar.gz) = 53414be9db843054b927f23a35edb7b82d99e32e031b3cd81d5ff2473f51e3c6
|
||||
SIZE (mod_perl-2.0.7.tar.gz) = 3784950
|
||||
|
|
Loading…
Reference in a new issue