diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-17 19:58:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-17 19:58:53 +0000 |
commit | 8f2988c814bbcf8500fad51c92ea506dd19530a2 (patch) | |
tree | 92ae55a0f7d12b6e151c15292d5b095b91966bb9 | |
parent | ded0f8bcb02c107f1d53db7680d7f4ef058fd345 (diff) | |
download | ports-8f2988c814bbcf8500fad51c92ea506dd19530a2.tar.gz ports-8f2988c814bbcf8500fad51c92ea506dd19530a2.zip |
Notes
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-ODBC/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-ODBC/files/patch-Makefile.PL | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index 4cf7af1669c2..204e6a7caa3c 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-ODBC -PORTVERSION= 1.50 -PORTREVISION= 1 +PORTVERSION= 1.52 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MJEVANS diff --git a/databases/p5-DBD-ODBC/distinfo b/databases/p5-DBD-ODBC/distinfo index 1debb02ec6e5..a7d9506f53a6 100644 --- a/databases/p5-DBD-ODBC/distinfo +++ b/databases/p5-DBD-ODBC/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-ODBC-1.50.tar.gz) = 355e6d90f127853dfcb6aac0903d77ebb4085545a6b6fe7354d616d66fe82e90 -SIZE (DBD-ODBC-1.50.tar.gz) = 277936 +SHA256 (DBD-ODBC-1.52.tar.gz) = 793c4c52e37a980171b40976d1f7160890ec2b6af03504f90c507ea68976bb9e +SIZE (DBD-ODBC-1.52.tar.gz) = 279222 diff --git a/databases/p5-DBD-ODBC/files/patch-Makefile.PL b/databases/p5-DBD-ODBC/files/patch-Makefile.PL index d2557b4b5e51..cc320d1160da 100644 --- a/databases/p5-DBD-ODBC/files/patch-Makefile.PL +++ b/databases/p5-DBD-ODBC/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- 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 @@ +--- Makefile.PL.orig 2013-12-17 09:40:52 UTC ++++ Makefile.PL +@@ -206,7 +206,7 @@ EOT } # see rt 46944 for why the following was suggested to be commented # out which I rejected as PERL_MM_USE_DEFAULT can be used |