- update to 0.54
This commit is contained in:
parent
145001f5c4
commit
0436718918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172410
2 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= WWW-Myspace
|
||||
PORTVERSION= 0.53
|
||||
PORTVERSION= 0.54
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
|
@ -30,6 +30,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
|||
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
|
||||
p5-Spiffy>=0.24:${PORTSDIR}/devel/p5-Spiffy \
|
||||
p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -41,8 +42,8 @@ MAN3= WWW::Myspace.3 WWW::Myspace::Comment.3 WWW::Myspace::Data.3 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # Inherited from depends
|
||||
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
||||
.if ${PERL_LEVEL} < 500804 # Locale::SubCountry needs perl 5.8.4
|
||||
IGNORE= requires Perl 5.8.4 or newer. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (WWW-Myspace-0.53.tar.gz) = e748f87657612b8ef8883b7ac4ffd0fe
|
||||
SHA256 (WWW-Myspace-0.53.tar.gz) = 1a615dcf2fe11a38a355d3fb44814ecff9e12f8cb374a3deb2e508f0c08436e5
|
||||
SIZE (WWW-Myspace-0.53.tar.gz) = 110965
|
||||
MD5 (WWW-Myspace-0.54.tar.gz) = c49576698e81febd0395323b237895b7
|
||||
SHA256 (WWW-Myspace-0.54.tar.gz) = d9089c0e3c91778caa045432b2d61a3d4ae1900540a3f34aadc8f91f82870948
|
||||
SIZE (WWW-Myspace-0.54.tar.gz) = 111106
|
||||
|
|
Loading…
Reference in a new issue