Date: Tue, 12 Jan 2016 21:38:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405931 - head/databases/p5-DBD-SQLite2 Message-ID: <201601122138.u0CLc1CZ074230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601122138.u0CLc1CZ074230>