- Upgrade to 0.36.
This commit is contained in:
parent
4a3aabf8d2
commit
69b55f57bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319139
6 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal-Decoder
|
||||
PORTVERSION= 0.35
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Sereal-Decoder-0.35.tar.gz) = 5a3662bea7e1f252f53da0ac715216e3751b4bf7f5101e445c32ae04d0860bb3
|
||||
SIZE (Sereal-Decoder-0.35.tar.gz) = 273725
|
||||
SHA256 (Sereal-Decoder-0.36.tar.gz) = 3072533979f600944b3f038a45e3014a1f2db72b68c0788a9033a22192b3aa02
|
||||
SIZE (Sereal-Decoder-0.36.tar.gz) = 274248
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal-Encoder
|
||||
PORTVERSION= 0.35
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Sereal-Encoder-0.35.tar.gz) = 3196cc6a27c8f8be63e7e96a2fc1514ea0d48964d8f1abf6445dd557df3866a3
|
||||
SIZE (Sereal-Encoder-0.35.tar.gz) = 275695
|
||||
SHA256 (Sereal-Encoder-0.36.tar.gz) = fb87faa38d6659a0107a82819fa4657e248f6682b6707819777dea3e6a1fc3bb
|
||||
SIZE (Sereal-Encoder-0.36.tar.gz) = 276846
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal
|
||||
PORTVERSION= 0.350
|
||||
PORTVERSION= 0.360
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
|
@ -11,8 +11,8 @@ MAINTAINER= kuriyama@FreeBSD.org
|
|||
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Sereal-Decoder>=0.35:${PORTSDIR}/converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=0.35:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
p5-Sereal-Decoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Sereal-0.350.tar.gz) = 73f49839184d642093d15c8faeb191977b4dac26f218f7dd189414028c8d855c
|
||||
SIZE (Sereal-0.350.tar.gz) = 3537
|
||||
SHA256 (Sereal-0.360.tar.gz) = 37ce4f40ab02e1257b5c8160d99dfb883ea23b9a06f3762c3e4b2911e24e35cf
|
||||
SIZE (Sereal-0.360.tar.gz) = 3537
|
||||
|
|
Loading…
Reference in a new issue