diff options
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/files/patch-dbdimp.h | 5 |
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 |