- fix depends if apache22 is the default
- remove MD5 from distinfo - followup for PR ports/147009 [1] PR: ports/155216 ports/147009 [1] Submitted by: ohauer
This commit is contained in:
parent
8de4beafc1
commit
3a33ff2b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270143
2 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,14 @@ COMMENT= A bundle to install all modules used for Sledge
|
|||
BUILD_DEPENDS= ${PM_DEPENDS}
|
||||
RUN_DEPENDS= ${PM_DEPENDS}
|
||||
|
||||
USE_APACHE= 13+
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${APACHE_VERSION} == 13
|
||||
PM_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.else
|
||||
PM_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
||||
.endif
|
||||
PM_DEPENDS+= ${SITE_PERL}/Apache/Reload.pm:${PORTSDIR}/www/p5-Apache-Reload
|
||||
PM_DEPENDS+= ${SITE_PERL}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline
|
||||
PM_DEPENDS+= ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
|
@ -45,4 +52,4 @@ MAN3= Bundle::Sledge.3
|
|||
|
||||
JCODE= ${SITE_PERL}/Jcode.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (Bundle-Sledge-0.04.tar.gz) = 487e4b67139595f71ef936034f8448b9
|
||||
SHA256 (Bundle-Sledge-0.04.tar.gz) = 454a503cc9060df664de00e6db701275904a7f4befa99fcc136e119093861282
|
||||
SIZE (Bundle-Sledge-0.04.tar.gz) = 2108
|
||||
|
|
Loading…
Reference in a new issue