From owner-svn-ports-all@FreeBSD.ORG Sun Feb 16 10:37:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23788BB9; Sun, 16 Feb 2014 10:37:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E714311FD; Sun, 16 Feb 2014 10:37:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAbDT0062178; Sun, 16 Feb 2014 10:37:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAbD6m062175; Sun, 16 Feb 2014 10:37:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402161037.s1GAbD6m062175@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2014 10:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344515 - head/databases/p5-POE-Component-EasyDBI 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.17 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: Sun, 16 Feb 2014 10:37:14 -0000 Author: sunpoet Date: Sun Feb 16 10:37:13 2014 New Revision: 344515 URL: http://svnweb.freebsd.org/changeset/ports/344515 QAT: https://qat.redports.org/buildarchive/r344515/ Log: - Update to 1.24 - Add LICENSE - Use CPAN as WWW Changes: http://search.cpan.org/dist/POE-Component-EasyDBI/Changes Modified: head/databases/p5-POE-Component-EasyDBI/Makefile head/databases/p5-POE-Component-EasyDBI/distinfo head/databases/p5-POE-Component-EasyDBI/pkg-descr Modified: head/databases/p5-POE-Component-EasyDBI/Makefile ============================================================================== --- head/databases/p5-POE-Component-EasyDBI/Makefile Sun Feb 16 10:37:08 2014 (r344514) +++ head/databases/p5-POE-Component-EasyDBI/Makefile Sun Feb 16 10:37:13 2014 (r344515) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-EasyDBI -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 1.24 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE Component for simplified DBI usage -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/databases/p5-POE-Component-EasyDBI/distinfo ============================================================================== --- head/databases/p5-POE-Component-EasyDBI/distinfo Sun Feb 16 10:37:08 2014 (r344514) +++ head/databases/p5-POE-Component-EasyDBI/distinfo Sun Feb 16 10:37:13 2014 (r344515) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-EasyDBI-1.23.tar.gz) = cfe4067c971e8ee7c5d24338e9031d1ec9e070b570c34d006bf6e0484f3eff6e -SIZE (POE-Component-EasyDBI-1.23.tar.gz) = 36177 +SHA256 (POE-Component-EasyDBI-1.24.tar.gz) = 7c0516f611052bee703905d27678ed8bdb05a77856c0213aff7b3b905fed41f7 +SIZE (POE-Component-EasyDBI-1.24.tar.gz) = 37028 Modified: head/databases/p5-POE-Component-EasyDBI/pkg-descr ============================================================================== --- head/databases/p5-POE-Component-EasyDBI/pkg-descr Sun Feb 16 10:37:08 2014 (r344514) +++ head/databases/p5-POE-Component-EasyDBI/pkg-descr Sun Feb 16 10:37:13 2014 (r344515) @@ -1,3 +1,3 @@ Simplified use of DBI in the POE environment. -WWW: http://teknikill.net/?POE::Component::EasyDBI +WWW: http://search.cpan.org/dist/POE-Component-EasyDBI/