aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:22:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:22:59 +0000
commitdeaa007f561cdeb239abb25c23371c6218c0211b (patch)
tree29abaa01b3b79f47a59e07cb57347239e4ad52fd /databases/p5-DBD-SQLite
parent35f0e7c08047b1ecb7d4d7ffb4ead0b2329e817b (diff)
downloadports-deaa007f561cdeb239abb25c23371c6218c0211b.tar.gz
ports-deaa007f561cdeb239abb25c23371c6218c0211b.zip
databases/p5-DBD-SQLite: Update to 1.68
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile2
-rw-r--r--databases/p5-DBD-SQLite/distinfo6
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h8
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 */