converters/p5-Sereal*: Update to 4.023
Changes: https://metacpan.org/dist/Sereal/changes
This commit is contained in:
parent
f863f296fa
commit
2dea06c4eb
2 changed files with 11 additions and 21 deletions
|
@ -1,38 +1,28 @@
|
||||||
PORTNAME?= Sereal
|
PORTNAME= Sereal
|
||||||
PORTVERSION= 4.018
|
PORTVERSION= 4.023
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:YVES
|
MASTER_SITE_SUBDIR= CPAN:YVES
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT?= Perl extension for fast, compact, powerful binary (de-)serialization
|
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
|
||||||
|
p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder
|
||||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||||
|
p5-Test-Differences>=0,1:devel/p5-Test-Differences \
|
||||||
p5-Test-LongString>=0:devel/p5-Test-LongString \
|
p5-Test-LongString>=0:devel/p5-Test-LongString \
|
||||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
.if empty(SLAVE_PORT)
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
||||||
RUN_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
|
|
||||||
p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.else
|
|
||||||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
||||||
|
|
||||||
MAKE_ENV+= PASTHRU_DEFINE="-I${LOCALBASE}/include"
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sereal/${PORTNAME:C/Sereal-//}/*.so
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1606621048
|
TIMESTAMP = 1650228974
|
||||||
SHA256 (Sereal-4.018.tar.gz) = 8a735612c5c7d47e79a23c2eccd92e704327c4249ca526c7e1e24a84687e1e5f
|
SHA256 (Sereal-4.023.tar.gz) = cd03f26233df1a33be313fa65f9c18fefb3bfd270c5b6f94820fc5d3377bdadb
|
||||||
SIZE (Sereal-4.018.tar.gz) = 196147
|
SIZE (Sereal-4.023.tar.gz) = 197206
|
||||||
|
|
Loading…
Reference in a new issue