Date: Fri, 12 Oct 2018 19:58:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481925 - head/databases/p5-BSON-XS Message-ID: <201810121958.w9CJwhE9034925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 12 19:58:43 2018 New Revision: 481925 URL: https://svnweb.freebsd.org/changeset/ports/481925 Log: Update to 0.4.5 Changes: https://metacpan.org/changes/distribution/BSON-XS Modified: head/databases/p5-BSON-XS/Makefile head/databases/p5-BSON-XS/distinfo Modified: head/databases/p5-BSON-XS/Makefile ============================================================================== --- head/databases/p5-BSON-XS/Makefile Fri Oct 12 19:58:35 2018 (r481924) +++ head/databases/p5-BSON-XS/Makefile Fri Oct 12 19:58:43 2018 (r481925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BSON-XS -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Config-AutoConf>=0.220:devel/p5-Config-AutoConf \ p5-Path-Tiny>=0.052:devel/p5-Path-Tiny \ ${RUN_DEPENDS} -RUN_DEPENDS= p5-BSON>=1.8.0:databases/p5-BSON +RUN_DEPENDS= p5-BSON>=1.8.1:databases/p5-BSON TEST_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Path-Tiny>=0.054:devel/p5-Path-Tiny \ p5-Test-Deep>=0:devel/p5-Test-Deep \ @@ -29,7 +29,13 @@ USE_PERL5= configure CFLAGS+= -DBSON_COMPILATION +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502708 +TEST_DEPENDS+= p5-JSON-PP>=2.97001:converters/p5-JSON-PP +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/databases/p5-BSON-XS/distinfo ============================================================================== --- head/databases/p5-BSON-XS/distinfo Fri Oct 12 19:58:35 2018 (r481924) +++ head/databases/p5-BSON-XS/distinfo Fri Oct 12 19:58:43 2018 (r481925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536861870 -SHA256 (BSON-XS-v0.4.4.tar.gz) = 23ec96a28662193a9a615e6f1d50882bcd995324e46393422d8413bccc365f5d -SIZE (BSON-XS-v0.4.4.tar.gz) = 232607 +TIMESTAMP = 1539368214 +SHA256 (BSON-XS-v0.4.5.tar.gz) = 7de69911c38dee97dcdda01f4a08107093a8263a8ee90bef1597952dcec40405 +SIZE (BSON-XS-v0.4.5.tar.gz) = 232720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121958.w9CJwhE9034925>