databases/p5-DBD-ODBC: 1.45_1 -> 1.50

http://cpansearch.perl.org/src/MJEVANS/DBD-ODBC-1.50/Changes

- This release removes the odbc_old_unicode attribute
This commit is contained in:
Kurt Jaeger 2014-07-25 13:13:15 +00:00
parent f9bea1c48b
commit 13d455512d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362894
3 changed files with 16 additions and 5 deletions

View file

@ -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>

View file

@ -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

View file

@ -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 ;