Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 09:03:16 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370898 - head/databases/p5-SQL-Abstract
Message-ID:  <201410150903.s9F93GVW018083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410150903.s9F93GVW018083>