From owner-svn-ports-head@freebsd.org Sat Oct 6 09:34:17 2018 Return-Path: Delivered-To: svn-ports-head@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 4112A10B3FC0; Sat, 6 Oct 2018 09:34:17 +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 DC23B8D2BE; Sat, 6 Oct 2018 09:34:16 +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 D71DD22C8D; Sat, 6 Oct 2018 09:34:16 +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 w969YGca000960; Sat, 6 Oct 2018 09:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w969YG8S000959; Sat, 6 Oct 2018 09:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810060934.w969YG8S000959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Oct 2018 09:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481338 - head/databases/p5-BSON X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-BSON X-SVN-Commit-Revision: 481338 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2018 09:34:17 -0000 Author: sunpoet Date: Sat Oct 6 09:34:16 2018 New Revision: 481338 URL: https://svnweb.freebsd.org/changeset/ports/481338 Log: Update to 1.8.1 Changes: https://metacpan.org/changes/distribution/BSON Modified: head/databases/p5-BSON/Makefile head/databases/p5-BSON/distinfo Modified: head/databases/p5-BSON/Makefile ============================================================================== --- head/databases/p5-BSON/Makefile Sat Oct 6 09:34:07 2018 (r481337) +++ head/databases/p5-BSON/Makefile Sat Oct 6 09:34:16 2018 (r481338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BSON -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -30,4 +30,10 @@ USE_PERL5= configure NO_ARCH= yes -.include +.include + +.if ${PERL_LEVEL} < 502708 +TEST_DEPENDS+= p5-JSON-PP>=2.97001:converters/p5-JSON-PP +.endif + +.include Modified: head/databases/p5-BSON/distinfo ============================================================================== --- head/databases/p5-BSON/distinfo Sat Oct 6 09:34:07 2018 (r481337) +++ head/databases/p5-BSON/distinfo Sat Oct 6 09:34:16 2018 (r481338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536860568 -SHA256 (BSON-v1.8.0.tar.gz) = 0523443b882264387dca6bb3a4ccedac41d3e7a620ae0aa0d5e64f739e9d35c7 -SIZE (BSON-v1.8.0.tar.gz) = 113638 +TIMESTAMP = 1538591572 +SHA256 (BSON-v1.8.1.tar.gz) = 26e5b76cf29755fd8fe42d1c1dae6462de1797ee7818dec4f5c377eb9ff9c88d +SIZE (BSON-v1.8.1.tar.gz) = 113705