Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 20:32:40 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: deaa007f561c - main - databases/p5-DBD-SQLite: Update to 1.68
Message-ID:  <202107242032.16OKWe2B008392@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=deaa007f561cdeb239abb25c23371c6218c0211b

commit deaa007f561cdeb239abb25c23371c6218c0211b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-24 20:22:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-24 20:22:59 +0000

    databases/p5-DBD-SQLite: Update to 1.68
    
    Changes:        https://metacpan.org/dist/DBD-SQLite/changes
---
 databases/p5-DBD-SQLite/Makefile             | 2 +-
 databases/p5-DBD-SQLite/distinfo             | 6 +++---
 databases/p5-DBD-SQLite/files/patch-dbdimp.h | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index b949a23be5bd..081edd6e1ed6 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -1,7 +1,7 @@
 # Created by: nork@cityfujisawa.ne.jp
 
 PORTNAME=	DBD-SQLite
-PORTVERSION=	1.66
+PORTVERSION=	1.68
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo
index 7088c22c137c..ce42d15c1c92 100644
--- a/databases/p5-DBD-SQLite/distinfo
+++ b/databases/p5-DBD-SQLite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598777680
-SHA256 (DBD-SQLite-1.66.tar.gz) = 89e75dff9f66c273e0e459d51f151f88960eb7d82e2821e6902f18688ba592fe
-SIZE (DBD-SQLite-1.66.tar.gz) = 2483436
+TIMESTAMP = 1627120922
+SHA256 (DBD-SQLite-1.68.tar.gz) = 0e84e831a50d547d2e634b66650455f1791f223495c9138db82d42360c691e61
+SIZE (DBD-SQLite-1.68.tar.gz) = 2537419
diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
index 4506595aca58..1feaf40519e9 100644
--- a/databases/p5-DBD-SQLite/files/patch-dbdimp.h
+++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
@@ -1,6 +1,6 @@
---- dbdimp.h.orig	Fri Sep  8 06:50:50 2006
-+++ dbdimp.h	Tue Sep 12 14:00:36 2006
-@@ -105,6 +105,9 @@
+--- dbdimp.h.orig	2021-06-05 16:28:51 UTC
++++ dbdimp.h
+@@ -222,6 +222,9 @@ newUTF8SVpvn(char *s, STRLEN len) {
  #define newUTF8SVpvn newSVpvn
  #define SvUTF8_on(a) (a)
  #define SvUTF8_off(a) (a)
@@ -9,4 +9,4 @@
 +#endif
  #define sv_utf8_upgrade(a) (a)
  
- #endif
+ #endif /* #ifdef SvUTF8_on */



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