aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-DBD-ODBC/Makefile6
-rw-r--r--databases/p5-DBD-ODBC/distinfo4
-rw-r--r--databases/p5-DBD-ODBC/files/patch-Makefile.PL11
3 files changed, 16 insertions, 5 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index 0e2ac44cdc7b..00ad4e9924e0 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= DBD-ODBC
-PORTVERSION= 1.45
-PORTREVISION= 1
+PORTVERSION= 1.50
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MJEVANS
@@ -38,7 +37,8 @@ post-configure:
${WRKSRC}/Makefile
post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/ODBC/ODBC.so
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-ODBC/distinfo b/databases/p5-DBD-ODBC/distinfo
index 1ad63dedc310..1debb02ec6e5 100644
--- a/databases/p5-DBD-ODBC/distinfo
+++ b/databases/p5-DBD-ODBC/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBD-ODBC-1.45.tar.gz) = 695bb83c162370a7df80386d7a3da188e9b20f87b5a00f22932fcc16fd51978a
-SIZE (DBD-ODBC-1.45.tar.gz) = 271570
+SHA256 (DBD-ODBC-1.50.tar.gz) = 355e6d90f127853dfcb6aac0903d77ebb4085545a6b6fe7354d616d66fe82e90
+SIZE (DBD-ODBC-1.50.tar.gz) = 277936
diff --git a/databases/p5-DBD-ODBC/files/patch-Makefile.PL b/databases/p5-DBD-ODBC/files/patch-Makefile.PL
new file mode 100644
index 000000000000..d2557b4b5e51
--- /dev/null
+++ b/databases/p5-DBD-ODBC/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL-orig 2014-07-25 15:03:49.000000000 +0200
++++ Makefile.PL 2014-07-25 15:04:03.000000000 +0200
+@@ -206,7 +206,7 @@
+ }
+ # see rt 46944 for why the following was suggested to be commented
+ # out which I rejected as PERL_MM_USE_DEFAULT can be used
+- prompt("Press return to continue...");
++# prompt("Press return to continue...");
+ }
+ print "Overriding ODBC Directory with command line option: $opt_o\n"
+ if $opt_o ;