diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:58:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:58:53 +0800 |
commit | 704655746afe88c095595c137156b41c76e27aad (patch) | |
tree | 92ae55a0f7d12b6e151c15292d5b095b91966bb9 | |
parent | 6d530d1739c78e2c6cfbdd6d7ef6c6b3cb70ab0a (diff) | |
download | freebsd-ports-gnome-704655746afe88c095595c137156b41c76e27aad.tar.gz freebsd-ports-gnome-704655746afe88c095595c137156b41c76e27aad.tar.zst freebsd-ports-gnome-704655746afe88c095595c137156b41c76e27aad.zip |
- Update to 0.52
- Regenerate patch file
Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
-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 |