summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-09-29 11:07:10 +0000
committerobache <obache>2011-09-29 11:07:10 +0000
commit2c256efeada2062c43ad9457019f9cb6436b7d11 (patch)
tree0c80c12bcc96a53dbef44ec44f414b710b6ee179 /databases/p5-DBD-Sybase/Makefile
parent99081ac51d781c9f8fa35b59acea3c67924a1dc7 (diff)
downloadpkgsrc-2c256efeada2062c43ad9457019f9cb6436b7d11.tar.gz
Update p5-DBD-Sybase to 1.13, to buildable with perl-5.14.
Release 1.13 Fix for incorrect UTF8 handling when retrieving UNICODE data (Jean-Pierre Rupp). Release 1.12 Bug/Typo/Compatibility fixes with various versions of OpenClient. Experimental: Handle in/out parameters (Merijn Broeren) Release 1.11 Remove reliance on PERL_POLLUTE. Add better support for utf8 (Dave Rolsky) Release 1.10 Handle 15.x datatypes correctly. Add LONGMS date format symbol to handle microseconds for bigdatetime. Add support for CS_LONGCHAR_TYPE (Mark Aufflick) Document syb_isdead(). Handle 64bit builds with FreeTDS (Ian Grant/Hans Kristian Rosbach) Add foreign_key_info & statistics_info (Jim Radford) Change behavior of large fixed precision numeric types (money, bigint) to be converted to a string internally and returned as such to the caller (behavior similar to numeric/decimal). This can be reverted to the old behavior by defining SYB_NATIVE_NUM.
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r--databases/p5-DBD-Sybase/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 4042f9c1f43..ccb2d09ca42 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2011/08/14 08:18:05 obache Exp $
+# $NetBSD: Makefile,v 1.34 2011/09/29 11:07:10 obache Exp $
#
-DISTNAME= DBD-Sybase-1.09
+DISTNAME= DBD-Sybase-1.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
SVR4_PKGNAME= p5dsy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}