svn commit: r399433 - head/databases/p5-Test-DatabaseRow

Frederic Culot culot at FreeBSD.org
Fri Oct 16 11:30:31 UTC 2015


Author: culot
Date: Fri Oct 16 11:30:30 2015
New Revision: 399433
URL: https://svnweb.freebsd.org/changeset/ports/399433

Log:
  - Update to 2.04
  - Add LICENSE (Artistic 1 & GPL 1)
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test-DatabaseRow/CHANGES

Modified:
  head/databases/p5-Test-DatabaseRow/Makefile
  head/databases/p5-Test-DatabaseRow/distinfo

Modified: head/databases/p5-Test-DatabaseRow/Makefile
==============================================================================
--- head/databases/p5-Test-DatabaseRow/Makefile	Fri Oct 16 11:20:58 2015	(r399432)
+++ head/databases/p5-Test-DatabaseRow/Makefile	Fri Oct 16 11:30:30 2015	(r399433)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-DatabaseRow
-PORTVERSION=	2.03
-PORTREVISION=	1
+PORTVERSION=	2.04
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Simple database tests
 
-BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/databases/p5-Test-DatabaseRow/distinfo
==============================================================================
--- head/databases/p5-Test-DatabaseRow/distinfo	Fri Oct 16 11:20:58 2015	(r399432)
+++ head/databases/p5-Test-DatabaseRow/distinfo	Fri Oct 16 11:30:30 2015	(r399433)
@@ -1,2 +1,2 @@
-SHA256 (Test-DatabaseRow-2.03.tar.gz) = 67e22bc06acdc67b608f184739ba6af6aa182034263a672a26fe00489041f548
-SIZE (Test-DatabaseRow-2.03.tar.gz) = 44548
+SHA256 (Test-DatabaseRow-2.04.tar.gz) = 3bcacc2061bfa743ea9d5471ffb0ca6b858153be0527bdadce93f58e85981ddf
+SIZE (Test-DatabaseRow-2.04.tar.gz) = 47090


More information about the svn-ports-all mailing list