From owner-svn-ports-head@freebsd.org Tue Jan 12 21:38:03 2016 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 19493A6D42E; Tue, 12 Jan 2016 21:38:03 +0000 (UTC) (envelope-from sunpoet@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 AB4DD194E; Tue, 12 Jan 2016 21:38:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CLc1ls074232; Tue, 12 Jan 2016 21:38:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CLc1CZ074230; Tue, 12 Jan 2016 21:38:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601122138.u0CLc1CZ074230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Jan 2016 21:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405931 - head/databases/p5-DBD-SQLite2 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: Tue, 12 Jan 2016 21:38:03 -0000 Author: sunpoet Date: Tue Jan 12 21:38:01 2016 New Revision: 405931 URL: https://svnweb.freebsd.org/changeset/ports/405931 Log: - Update to 0.37 - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes Modified: head/databases/p5-DBD-SQLite2/Makefile head/databases/p5-DBD-SQLite2/distinfo Modified: head/databases/p5-DBD-SQLite2/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite2/Makefile Tue Jan 12 21:37:55 2016 (r405930) +++ head/databases/p5-DBD-SQLite2/Makefile Tue Jan 12 21:38:01 2016 (r405931) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-SQLite2 -PORTVERSION= 0.36 -PORTREVISION= 1 +PORTVERSION= 0.37 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to SQLite2 databases through the DBI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI USES= perl5 USE_PERL5= configure -post-extract: - ${RM} -f ${WRKSRC}/getsqlite.pl +post-patch: + @${RM} -f ${WRKSRC}/getsqlite.pl + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite2/SQLite2.so .include Modified: head/databases/p5-DBD-SQLite2/distinfo ============================================================================== --- head/databases/p5-DBD-SQLite2/distinfo Tue Jan 12 21:37:55 2016 (r405930) +++ head/databases/p5-DBD-SQLite2/distinfo Tue Jan 12 21:38:01 2016 (r405931) @@ -1,2 +1,2 @@ -SHA256 (DBD-SQLite2-0.36.tar.gz) = 1715f8e6dfd6e1fe34ae5c8d8b15e3d856b29e5416d6b02d5575ff55f4411e60 -SIZE (DBD-SQLite2-0.36.tar.gz) = 371022 +SHA256 (DBD-SQLite2-0.37.tar.gz) = 8948fa682607ebbeb0fad5abf12aab4085deb4388a4dec06a65896dc340fd07f +SIZE (DBD-SQLite2-0.37.tar.gz) = 370783