svn commit: r362894 - in head/databases/p5-DBD-ODBC: . files
Kurt Jaeger
pi at FreeBSD.org
Fri Jul 25 13:13:16 UTC 2014
Author: pi
Date: Fri Jul 25 13:13:15 2014
New Revision: 362894
URL: http://svnweb.freebsd.org/changeset/ports/362894
QAT: https://qat.redports.org/buildarchive/r362894/
Log:
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
Added:
head/databases/p5-DBD-ODBC/files/
head/databases/p5-DBD-ODBC/files/patch-Makefile.PL (contents, props changed)
Modified:
head/databases/p5-DBD-ODBC/Makefile
head/databases/p5-DBD-ODBC/distinfo
Modified: head/databases/p5-DBD-ODBC/Makefile
==============================================================================
--- head/databases/p5-DBD-ODBC/Makefile Fri Jul 25 13:08:13 2014 (r362893)
+++ head/databases/p5-DBD-ODBC/Makefile Fri Jul 25 13:13:15 2014 (r362894)
@@ -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>
Modified: head/databases/p5-DBD-ODBC/distinfo
==============================================================================
--- head/databases/p5-DBD-ODBC/distinfo Fri Jul 25 13:08:13 2014 (r362893)
+++ head/databases/p5-DBD-ODBC/distinfo Fri Jul 25 13:13:15 2014 (r362894)
@@ -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
Added: head/databases/p5-DBD-ODBC/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-DBD-ODBC/files/patch-Makefile.PL Fri Jul 25 13:13:15 2014 (r362894)
@@ -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 ;
More information about the svn-ports-head
mailing list