Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 13:07:19 +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: r486354 - head/databases/p5-DBD-SQLite
Message-ID:  <201812011307.wB1D7JBK031322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  1 13:07:19 2018
New Revision: 486354
URL: https://svnweb.freebsd.org/changeset/ports/486354

Log:
  Update to 1.60
  
  - Add LICENSE_FILE
  
  Changes:	https://metacpan.org/changes/distribution/DBD-SQLite

Modified:
  head/databases/p5-DBD-SQLite/Makefile
  head/databases/p5-DBD-SQLite/distinfo
  head/databases/p5-DBD-SQLite/pkg-plist

Modified: head/databases/p5-DBD-SQLite/Makefile
==============================================================================
--- head/databases/p5-DBD-SQLite/Makefile	Sat Dec  1 13:07:11 2018	(r486353)
+++ head/databases/p5-DBD-SQLite/Makefile	Sat Dec  1 13:07:19 2018	(r486354)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBD-SQLite
-PORTVERSION=	1.58
+PORTVERSION=	1.60
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Provides access to SQLite3 databases through 
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBI>=1.57:databases/p5-DBI

Modified: head/databases/p5-DBD-SQLite/distinfo
==============================================================================
--- head/databases/p5-DBD-SQLite/distinfo	Sat Dec  1 13:07:11 2018	(r486353)
+++ head/databases/p5-DBD-SQLite/distinfo	Sat Dec  1 13:07:19 2018	(r486354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522398919
-SHA256 (DBD-SQLite-1.58.tar.gz) = 7120dd99d0338dea2802fda8bfe3fbf10077d5af559f6c67ae35e9270d1a1d3b
-SIZE (DBD-SQLite-1.58.tar.gz) = 2248800
+TIMESTAMP = 1543654930
+SHA256 (DBD-SQLite-1.60.tar.gz) = 280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3
+SIZE (DBD-SQLite-1.60.tar.gz) = 2366390

Modified: head/databases/p5-DBD-SQLite/pkg-plist
==============================================================================
--- head/databases/p5-DBD-SQLite/pkg-plist	Sat Dec  1 13:07:11 2018	(r486353)
+++ head/databases/p5-DBD-SQLite/pkg-plist	Sat Dec  1 13:07:19 2018	(r486354)
@@ -2,6 +2,7 @@
 %%SITE_ARCH%%/DBD/SQLite/Constants.pm
 %%SITE_ARCH%%/DBD/SQLite/Cookbook.pod
 %%SITE_ARCH%%/DBD/SQLite/Fulltext_search.pod
+%%SITE_ARCH%%/DBD/SQLite/GetInfo.pm
 %%SITE_ARCH%%/DBD/SQLite/VirtualTable.pm
 %%SITE_ARCH%%/DBD/SQLite/VirtualTable/FileContent.pm
 %%SITE_ARCH%%/DBD/SQLite/VirtualTable/PerlData.pm



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