From owner-svn-ports-all@freebsd.org Thu Sep 3 16:22:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68EEF9C898A; Thu, 3 Sep 2015 16:22:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6946E3; Thu, 3 Sep 2015 16:22:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GMc6H032879; Thu, 3 Sep 2015 16:22:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GMbJ4032877; Thu, 3 Sep 2015 16:22:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031622.t83GMbJ4032877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395979 - head/databases/p5-Dancer2-Plugin-Database X-SVN-Group: ports-head 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.20 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: Thu, 03 Sep 2015 16:22:38 -0000 Author: sunpoet Date: Thu Sep 3 16:22:37 2015 New Revision: 395979 URL: https://svnweb.freebsd.org/changeset/ports/395979 Log: - Update to 2.13 - Fix *_DEPENDS - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile head/databases/p5-Dancer2-Plugin-Database/distinfo Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/Makefile Thu Sep 3 16:22:32 2015 (r395978) +++ head/databases/p5-Dancer2-Plugin-Database/Makefile Thu Sep 3 16:22:37 2015 (r395979) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Database -PORTVERSION= 2.12 -PORTREVISION= 1 +PORTVERSION= 2.13 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +13,17 @@ COMMENT= Easy database connections for D LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \ - p5-Dancer-Plugin-Database-Core>=0.07:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core +BUILD_DEPENDS= p5-Dancer2>=0.151000:${PORTSDIR}/www/p5-Dancer2 \ + p5-Dancer-Plugin-Database-Core>=0.12:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Plack>=1.0032:${PORTSDIR}/www/p5-Plack \ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-Dancer2-Plugin-Database/distinfo ============================================================================== --- head/databases/p5-Dancer2-Plugin-Database/distinfo Thu Sep 3 16:22:32 2015 (r395978) +++ head/databases/p5-Dancer2-Plugin-Database/distinfo Thu Sep 3 16:22:37 2015 (r395979) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Database-2.12.tar.gz) = 21a94f5b41626e6d20a0431b5c848e1abbecb25a9353e3af0209eed453875518 -SIZE (Dancer2-Plugin-Database-2.12.tar.gz) = 16602 +SHA256 (Dancer2-Plugin-Database-2.13.tar.gz) = cbc167fdaf7b9eee45bb9ee945374bc3ef7aef539173903f3f4dcb832f09a951 +SIZE (Dancer2-Plugin-Database-2.13.tar.gz) = 16738