From owner-svn-ports-head@freebsd.org Sun Sep 23 11:14:28 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 0BA7410B2C79; Sun, 23 Sep 2018 11:14:28 +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 B0A4671F32; Sun, 23 Sep 2018 11:14:27 +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 9324A1CC3; Sun, 23 Sep 2018 11:14:27 +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 w8NBERSX087413; Sun, 23 Sep 2018 11:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NBERYk087412; Sun, 23 Sep 2018 11:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809231114.w8NBERYk087412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Sep 2018 11:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480491 - head/databases/p5-Dancer2-Session-DBIC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-Dancer2-Session-DBIC X-SVN-Commit-Revision: 480491 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: Sun, 23 Sep 2018 11:14:28 -0000 Author: sunpoet Date: Sun Sep 23 11:14:26 2018 New Revision: 480491 URL: https://svnweb.freebsd.org/changeset/ports/480491 Log: Update to 0.120 - Fix *_DEPENDS Changes: https://metacpan.org/changes/distribution/Dancer2-Session-DBIC Modified: head/databases/p5-Dancer2-Session-DBIC/Makefile head/databases/p5-Dancer2-Session-DBIC/distinfo Modified: head/databases/p5-Dancer2-Session-DBIC/Makefile ============================================================================== --- head/databases/p5-Dancer2-Session-DBIC/Makefile Sun Sep 23 11:14:22 2018 (r480490) +++ head/databases/p5-Dancer2-Session-DBIC/Makefile Sun Sep 23 11:14:26 2018 (r480491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Session-DBIC -PORTVERSION= 0.110 +PORTVERSION= 0.120 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +13,22 @@ COMMENT= DBIx::Class based session engine for Dancer2 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class\ - p5-DBICx-Sugar>=0:databases/p5-DBICx-Sugar\ - p5-Dancer2>=0.200002:www/p5-Dancer2\ - p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Sereal-Decoder>=0:converters/p5-Sereal-Decoder\ - p5-Sereal-Encoder>=0:converters/p5-Sereal-Encoder\ - p5-DBIx-Class-TimeStamp>=0:databases/p5-DBIx-Class-TimeStamp\ - p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DBICx-Sugar>=0:databases/p5-DBICx-Sugar \ + p5-DBIx-Class>=0:databases/p5-DBIx-Class \ + p5-Dancer2>=0.140000:www/p5-Dancer2 \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Try-Tiny>=0.01:lang/p5-Try-Tiny \ + p5-namespace-clean>=0:devel/p5-namespace-clean +TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase \ + p5-DBIx-Class-TimeStamp>=0:databases/p5-DBIx-Class-TimeStamp \ + p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/databases/p5-Dancer2-Session-DBIC/distinfo ============================================================================== --- head/databases/p5-Dancer2-Session-DBIC/distinfo Sun Sep 23 11:14:22 2018 (r480490) +++ head/databases/p5-Dancer2-Session-DBIC/distinfo Sun Sep 23 11:14:26 2018 (r480491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469120161 -SHA256 (Dancer2-Session-DBIC-0.110.tar.gz) = 1f90df68c86a64a499d4b60e419f950b94392c9e926f88c6dd3c9c9a4a68e8b6 -SIZE (Dancer2-Session-DBIC-0.110.tar.gz) = 13082 +TIMESTAMP = 1537690127 +SHA256 (Dancer2-Session-DBIC-0.120.tar.gz) = 3efb9ec9c865b18f051f405825184742f23350bf21d6c8470b711e6a5af3d49c +SIZE (Dancer2-Session-DBIC-0.120.tar.gz) = 11924