- Update to 1.15
- Restrict to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99021 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
This commit is contained in:
parent
9562727647
commit
eaf5f86428
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165572
2 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= MasonX-Interp-WithCallbacks
|
PORTNAME= MasonX-Interp-WithCallbacks
|
||||||
PORTVERSION= 1.13
|
PORTVERSION= 1.15
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= MasonX/DWHEELER
|
MASTER_SITE_SUBDIR= MasonX/DWHEELER
|
||||||
|
@ -23,4 +23,10 @@ PERL_MODBUILD= yes
|
||||||
|
|
||||||
MAN3= MasonX::Interp::WithCallbacks.3
|
MAN3= MasonX::Interp::WithCallbacks.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class
|
||||||
|
IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (MasonX-Interp-WithCallbacks-1.13.tar.gz) = cd0b2a49683d4c67fb2aa44dadedc42f
|
MD5 (MasonX-Interp-WithCallbacks-1.15.tar.gz) = c99b6cc8f18d7998351362e9d5e37ebf
|
||||||
SHA256 (MasonX-Interp-WithCallbacks-1.13.tar.gz) = b102d978f2568d1d634bb72e01caac6bb6e4682dc12bcf7b3575ea5d4e9feefa
|
SHA256 (MasonX-Interp-WithCallbacks-1.15.tar.gz) = bc549ec1c30c00d9dd54cdc6222165d0f910e6190910437419ee859a49ebf264
|
||||||
SIZE (MasonX-Interp-WithCallbacks-1.13.tar.gz) = 24509
|
SIZE (MasonX-Interp-WithCallbacks-1.15.tar.gz) = 25362
|
||||||
|
|
Loading…
Reference in a new issue