From owner-svn-ports-head@freebsd.org Wed May 16 00:00:34 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 5F113EDDFF7; Wed, 16 May 2018 00:00:34 +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 0D5DC6B120; Wed, 16 May 2018 00:00:34 +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 E37191286A; Wed, 16 May 2018 00:00:33 +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 w4G00XPY084617; Wed, 16 May 2018 00:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00XVj084615; Wed, 16 May 2018 00:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00XVj084615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 May 2018 00:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470087 - head/devel/p5-CHI-Driver-DBI X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CHI-Driver-DBI X-SVN-Commit-Revision: 470087 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.26 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: Wed, 16 May 2018 00:00:34 -0000 Author: sunpoet Date: Wed May 16 00:00:33 2018 New Revision: 470087 URL: https://svnweb.freebsd.org/changeset/ports/470087 Log: Add LICENSE - Fix *_DEPENDS - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/p5-CHI-Driver-DBI/Makefile head/devel/p5-CHI-Driver-DBI/pkg-descr (contents, props changed) Modified: head/devel/p5-CHI-Driver-DBI/Makefile ============================================================================== --- head/devel/p5-CHI-Driver-DBI/Makefile Wed May 16 00:00:27 2018 (r470086) +++ head/devel/p5-CHI-Driver-DBI/Makefile Wed May 16 00:00:33 2018 (r470087) @@ -2,22 +2,25 @@ PORTNAME= CHI-Driver-DBI PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JSWARTZ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Use DBI for CHI unified cache interface storage +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-CHI>=0.241:devel/p5-CHI \ p5-DBI>=1.26:databases/p5-DBI \ - p5-Moose>=0.66:devel/p5-Moose \ - p5-Test-Class>=0:devel/p5-Test-Class \ - p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny + p5-Moose>=0.66:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-CHI-Driver-DBI/pkg-descr ============================================================================== --- head/devel/p5-CHI-Driver-DBI/pkg-descr Wed May 16 00:00:27 2018 (r470086) +++ head/devel/p5-CHI-Driver-DBI/pkg-descr Wed May 16 00:00:33 2018 (r470087) @@ -1,6 +1,5 @@ -This driver uses a database table to store the cache for CHI. -The newest versions of MySQL and SQLite are known to work. -Other RDBMSes should work. +This driver uses a database table to store the cache. The newest versions of +MySQL and SQLite work are known to work. Other RDBMSes should work. Why cache things in a database? Isn't the database what people are trying to avoid with caches? This is often true, but a simple primary key lookup is