diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-27 06:12:09 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-27 06:12:09 +0000 |
commit | 20af63807d63bc3a12183307c11c41fa1cf875b8 (patch) | |
tree | 6705ed15f44bc3d93c348bcd9e69d36d29cddf87 /textproc/p5-YAML-LibYAML | |
parent | Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=289865
Diffstat (limited to 'textproc/p5-YAML-LibYAML')
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-YAML-LibYAML/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile index 03be443e0b1a..8ce48ed0dba9 100644 --- a/textproc/p5-YAML-LibYAML/Makefile +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -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 diff --git a/textproc/p5-YAML-LibYAML/distinfo b/textproc/p5-YAML-LibYAML/distinfo index be983378c93f..e241b90a281c 100644 --- a/textproc/p5-YAML-LibYAML/distinfo +++ b/textproc/p5-YAML-LibYAML/distinfo @@ -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 |