From owner-svn-ports-head@freebsd.org Fri Oct 16 11:30:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0811A1548D; Fri, 16 Oct 2015 11:30:31 +0000 (UTC) (envelope-from culot@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 mx1.freebsd.org (Postfix) with ESMTPS id 7C2726EF; Fri, 16 Oct 2015 11:30:31 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GBUUnB095892; Fri, 16 Oct 2015 11:30:30 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GBUU0u095890; Fri, 16 Oct 2015 11:30:30 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201510161130.t9GBUU0u095890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 16 Oct 2015 11:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399433 - head/databases/p5-Test-DatabaseRow X-SVN-Group: ports-head 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.20 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: Fri, 16 Oct 2015 11:30:31 -0000 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@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