From owner-svn-ports-all@FreeBSD.ORG Wed Oct 15 09:03:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 670C1A55; Wed, 15 Oct 2014 09:03:17 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 399626BB; Wed, 15 Oct 2014 09:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9F93HWs018086; Wed, 15 Oct 2014 09:03:17 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9F93GVW018083; Wed, 15 Oct 2014 09:03:16 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201410150903.s9F93GVW018083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 15 Oct 2014 09:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370898 - head/databases/p5-SQL-Abstract 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.18-1 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: Wed, 15 Oct 2014 09:03:17 -0000 Author: culot Date: Wed Oct 15 09:03:16 2014 New Revision: 370898 URL: https://svnweb.freebsd.org/changeset/ports/370898 QAT: https://qat.redports.org/buildarchive/r370898/ Log: - Update to 1.80 - Remove unneeded dependencies Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Modified: head/databases/p5-SQL-Abstract/Makefile head/databases/p5-SQL-Abstract/distinfo Modified: head/databases/p5-SQL-Abstract/Makefile ============================================================================== --- head/databases/p5-SQL-Abstract/Makefile Wed Oct 15 08:56:43 2014 (r370897) +++ head/databases/p5-SQL-Abstract/Makefile Wed Oct 15 09:03:16 2014 (r370898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SQL-Abstract -PORTVERSION= 1.78 +PORTVERSION= 1.80 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +13,11 @@ COMMENT= Perl extension to generate SQL LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10005:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ - p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ - p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo \ p5-Test-Deep>=0.101:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 Modified: head/databases/p5-SQL-Abstract/distinfo ============================================================================== --- head/databases/p5-SQL-Abstract/distinfo Wed Oct 15 08:56:43 2014 (r370897) +++ head/databases/p5-SQL-Abstract/distinfo Wed Oct 15 09:03:16 2014 (r370898) @@ -1,2 +1,2 @@ -SHA256 (SQL-Abstract-1.78.tar.gz) = 43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 -SIZE (SQL-Abstract-1.78.tar.gz) = 97200 +SHA256 (SQL-Abstract-1.80.tar.gz) = de4d0507fca0c6340c17867abca0632017bd56594443e67ea6ace826ba9a07a2 +SIZE (SQL-Abstract-1.80.tar.gz) = 102509