- Update to 0.38 [1]

- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS

Changes:	http://search.cpan.org/dist/YAML-LibYAML/Changes
PR:		ports/164510 [1]
Submitted by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
Frederic Culot 2012-01-27 06:12:09 +00:00
parent 465c42effe
commit 20af63807d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289865
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= YAML-LibYAML
PORTVERSION= 0.37
PORTVERSION= 0.38
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,8 +17,8 @@ COMMENT= Perl YAML Serialization using XS and libyaml
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= p5-Filter>0:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View file

@ -1,2 +1,2 @@
SHA256 (YAML-LibYAML-0.37.tar.gz) = 75ee088be6c9e44ad28ebeab47df8336548c48b59bab79c8fdf45f6ac117ced1
SIZE (YAML-LibYAML-0.37.tar.gz) = 176294
SHA256 (YAML-LibYAML-0.38.tar.gz) = eb98f304d14f6557b07adfa24da16e00cfa54a9d9484b6e898e35f919c5eb7ba
SIZE (YAML-LibYAML-0.38.tar.gz) = 176599