diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-17 04:56:36 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-17 04:56:36 +0800 |
commit | dadb088f8ab7c10baccc96f76e5a2e26029eda7a (patch) | |
tree | da512677e7c129f82a5fb3d02910b3e9c651a557 /converters/p5-Sereal | |
parent | 78158fe62c2d404a371fe31ddccede640d530f35 (diff) | |
download | freebsd-ports-gnome-dadb088f8ab7c10baccc96f76e5a2e26029eda7a.tar.gz freebsd-ports-gnome-dadb088f8ab7c10baccc96f76e5a2e26029eda7a.tar.zst freebsd-ports-gnome-dadb088f8ab7c10baccc96f76e5a2e26029eda7a.zip |
Update p5-Sereal* to 3.005.
Changes: https://metacpan.org/changes/distribution/Sereal
https://metacpan.org/changes/distribution/Sereal-Encoder
https://metacpan.org/changes/distribution/Sereal-Decoder
PR: 197714
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'converters/p5-Sereal')
-rw-r--r-- | converters/p5-Sereal/Makefile | 9 | ||||
-rw-r--r-- | converters/p5-Sereal/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-Sereal/Makefile b/converters/p5-Sereal/Makefile index 16ed74139ef6..d1528829f8d2 100644 --- a/converters/p5-Sereal/Makefile +++ b/converters/p5-Sereal/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Sereal -PORTVERSION= 3.003 -PORTREVISION= 1 +PORTVERSION= 3.005 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:YVES @@ -15,9 +14,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Sereal-Decoder>=3.003:${PORTSDIR}/converters/p5-Sereal-Decoder \ - p5-Sereal-Encoder>=3.003:${PORTSDIR}/converters/p5-Sereal-Encoder -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Sereal-Decoder>=3.005:${PORTSDIR}/converters/p5-Sereal-Decoder \ + p5-Sereal-Encoder>=3.005:${PORTSDIR}/converters/p5-Sereal-Encoder +BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/converters/p5-Sereal/distinfo b/converters/p5-Sereal/distinfo index 198f2d4665de..0cac86b46cb4 100644 --- a/converters/p5-Sereal/distinfo +++ b/converters/p5-Sereal/distinfo @@ -1,2 +1,2 @@ -SHA256 (Sereal-3.003.tar.gz) = 579fdaa69fb85f1fe94d47cf4f15fb2aff040474664b247cbb544562e68a73af -SIZE (Sereal-3.003.tar.gz) = 5120 +SHA256 (Sereal-3.005.tar.gz) = 621e4f69ad70331d5041d45fc36f2602a3ed0551b89aa6c0c45df05d5820adbb +SIZE (Sereal-3.005.tar.gz) = 5260 |