summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-02-28 13:22:41 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-02-28 13:22:41 +0000
commit71375ae4932331befd517c4a137e0c03cd3bc21f (patch)
tree4a4255b8d8e47884d62073fcc1b3f9a9f3bcde0b /databases/p5-DBD-SQLite
parentUnbreak: Update to 0.27 (diff)
Update to 1.08.
Notes
Notes: svn path=/head/; revision=130014
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile3
-rw-r--r--databases/p5-DBD-SQLite/distinfo4
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h5
3 files changed, 7 insertions, 5 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 9c83571e0e2b..2c92ef8c8619 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= DBD-SQLite
-PORTVERSION= 1.07
-PORTREVISION= 1
+PORTVERSION= 1.08
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo
index f54d1f13112a..7419aa363546 100644
--- a/databases/p5-DBD-SQLite/distinfo
+++ b/databases/p5-DBD-SQLite/distinfo
@@ -1,2 +1,2 @@
-MD5 (DBD-SQLite-1.07.tar.gz) = 1f82060839c2c8332bd6719287757f9b
-SIZE (DBD-SQLite-1.07.tar.gz) = 424608
+MD5 (DBD-SQLite-1.08.tar.gz) = 589a0497eaf4c855ad2a214950cba217
+SIZE (DBD-SQLite-1.08.tar.gz) = 466449
diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
index 5a532389736f..ba359752604a 100644
--- a/databases/p5-DBD-SQLite/files/patch-dbdimp.h
+++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
@@ -1,10 +1,13 @@
--- dbdimp.h.orig Sat Sep 11 00:24:28 2004
+++ dbdimp.h Mon Dec 27 16:37:25 2004
-@@ -99,6 +99,7 @@
+@@ -99,6 +99,10 @@
#define newUTF8SVpv newSVpv
#define newUTF8SVpvn newSVpvn
#define SvUTF8_on(a) (a)
+#define SvUTF8_off(a) (a)
++#ifndef get_sv
++#define get_sv perl_get_sv
++#endif
#define sv_utf8_upgrade(a) (a)
#endif