Update to 0.68. Finally require perl 5.8.X. As a consequence
of this, greatly simplify the port. Changes: http://search.cpan.org/dist/YAML/Changes
This commit is contained in:
parent
05a7575324
commit
6c03b02472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225558
3 changed files with 8 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= YAML
|
||||
PORTVERSION= 0.66
|
||||
PORTVERSION= 0.68
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,17 +14,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= YAML implementation in Perl
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
PERL_CONFIGURE= 5.8.3+
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= </dev/null
|
||||
|
||||
MAN1= ysh.1
|
||||
MAN3= \
|
||||
Test::YAML.3 \
|
||||
YAML.3 \
|
||||
YAML::Any.3 \
|
||||
YAML::Base.3 \
|
||||
YAML::Dumper.3 \
|
||||
YAML::Dumper::Base.3 \
|
||||
|
@ -36,19 +31,4 @@ MAN3= \
|
|||
YAML::Tag.3 \
|
||||
YAML::Types.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
post-install:
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "===> You are using an old version of Perl."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "===> YAML.pm module is known to be buggy with your"
|
||||
@${ECHO_MSG} "===> version of Perl. It should mostly work, but"
|
||||
@${ECHO_MSG} "===> it will not be able to dump Perl code correctly."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "===> Perhaps you should consider an upgrade."
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (YAML-0.66.tar.gz) = 33a0367cb343e1f0dce20f144d0167ba
|
||||
SHA256 (YAML-0.66.tar.gz) = fcd9d1e9315406c655b944b50eeb287529fa642263ce2a8aba1e213abc7192dd
|
||||
SIZE (YAML-0.66.tar.gz) = 94654
|
||||
MD5 (YAML-0.68.tar.gz) = 4b4255360bb885acdba05314daa9129a
|
||||
SHA256 (YAML-0.68.tar.gz) = 64c06038788da7d551112a2cdff80353a41509a73d0fd0e9d29fb929f5bbe079
|
||||
SIZE (YAML-0.68.tar.gz) = 92676
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/ysh
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
|
||||
%%SITE_PERL%%/Test/YAML.pm
|
||||
%%SITE_PERL%%/YAML.pm
|
||||
%%SITE_PERL%%/YAML/Any.pm
|
||||
%%SITE_PERL%%/YAML/Base.pm
|
||||
%%SITE_PERL%%/YAML/Dumper.pm
|
||||
%%SITE_PERL%%/YAML/Dumper/Base.pm
|
||||
|
|
Loading…
Reference in a new issue