From owner-svn-ports-all@freebsd.org Fri Oct 12 19:58:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C38C110C8D08; Fri, 12 Oct 2018 19:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71D4573493; Fri, 12 Oct 2018 19:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CC8423FC4; Fri, 12 Oct 2018 19:58:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9CJwixR034927; Fri, 12 Oct 2018 19:58:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9CJwhE9034925; Fri, 12 Oct 2018 19:58:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810121958.w9CJwhE9034925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 Oct 2018 19:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481925 - head/databases/p5-BSON-XS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-BSON-XS X-SVN-Commit-Revision: 481925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 19:58:45 -0000 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 + +.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 +.include 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