mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Upgrade to 0.37.
This commit is contained in:
parent
75567a9c53
commit
20b19e4418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331758
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal-Decoder
|
||||
PORTVERSION= 0.36
|
||||
PORTVERSION= 0.37
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
@ -16,7 +16,4 @@ TEST_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sereal::Decoder.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Sereal-Decoder-0.36.tar.gz) = 3072533979f600944b3f038a45e3014a1f2db72b68c0788a9033a22192b3aa02
|
||||
SIZE (Sereal-Decoder-0.36.tar.gz) = 274248
|
||||
SHA256 (Sereal-Decoder-0.37.tar.gz) = 53d9403694b34d239823b382d35052452d37451ffc10a2a6451ff666bcfef2ca
|
||||
SIZE (Sereal-Decoder-0.37.tar.gz) = 275863
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Decoder/Decoder.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Decoder.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Decoder/Constants.pm
|
||||
%%PERL5_MAN3%%/Sereal::Decoder.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Decoder
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sereal
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Decoder
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal-Encoder
|
||||
PORTVERSION= 0.36
|
||||
PORTVERSION= 0.37
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
@ -18,7 +18,4 @@ TEST_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sereal::Encoder.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Sereal-Encoder-0.36.tar.gz) = fb87faa38d6659a0107a82819fa4657e248f6682b6707819777dea3e6a1fc3bb
|
||||
SIZE (Sereal-Encoder-0.36.tar.gz) = 276846
|
||||
SHA256 (Sereal-Encoder-0.37.tar.gz) = 70178de6c8455b30e4c4a49e1b3aee11d700d3771fdfff5af04212a54e6dce11
|
||||
SIZE (Sereal-Encoder-0.37.tar.gz) = 278875
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder/Encoder.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder/Constants.pm
|
||||
%%PERL5_MAN3%%/Sereal::Encoder.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Sereal/Encoder
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sereal
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/Encoder
|
||||
|
@ -1,24 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sereal
|
||||
PORTVERSION= 0.360
|
||||
PORTVERSION= 0.370
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||
MASTER_SITE_SUBDIR= CPAN:SMUELLER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Sereal-Decoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
p5-Sereal-Decoder>=0.37:${PORTSDIR}/converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=0.37:${PORTSDIR}/converters/p5-Sereal-Encoder
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sereal.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Sereal-0.360.tar.gz) = 37ce4f40ab02e1257b5c8160d99dfb883ea23b9a06f3762c3e4b2911e24e35cf
|
||||
SIZE (Sereal-0.360.tar.gz) = 3537
|
||||
SHA256 (Sereal-0.370.tar.gz) = 63283dddd5ed1dfd969caf9d8bc06fc05bd50713bb3b4d3207c1f15a13def295
|
||||
SIZE (Sereal-0.370.tar.gz) = 3985
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal/.packlist
|
||||
%%SITE_PERL%%/Sereal.pm
|
||||
%%PERL5_MAN3%%/Sereal.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sereal
|
||||
|
Loading…
Reference in New Issue
Block a user