diff options
author | skv <skv@FreeBSD.org> | 2005-03-15 01:58:17 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-03-15 01:58:17 +0800 |
commit | 12f8280eaff203d49e566db5e6a46364e939e06d (patch) | |
tree | b6fb7dbf0a81683612a3c564237c5ee4de9400e1 /databases/p5-DBD-InterBase/Makefile | |
parent | 908ed215f7b4b7d4a5bac9538aa34b923380ea8b (diff) | |
download | freebsd-ports-gnome-12f8280eaff203d49e566db5e6a46364e939e06d.tar.gz freebsd-ports-gnome-12f8280eaff203d49e566db5e6a46364e939e06d.tar.zst freebsd-ports-gnome-12f8280eaff203d49e566db5e6a46364e939e06d.zip |
Import latest changes from project's repository:
* better error handling for blobs
* prevent a possible buffer overflow in date handling
* don't accept blob bind param for SELECT statement
* remove pointless 'ib_cursorname' attribute. DBD does it automatically
Also switch MASTER_SITE to use SourceForge (by mystical reason this module
was disappeared from CPAN).
Diffstat (limited to 'databases/p5-DBD-InterBase/Makefile')
-rw-r--r-- | databases/p5-DBD-InterBase/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index a7e013a3c644..80fc48c3164e 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -7,9 +7,10 @@ PORTNAME= DBD-InterBase PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= dbi-interbase PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org |