diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 19:05:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 19:05:11 +0000 |
commit | 6527b79d7f6df96d257f1dde16f27d8bef78ef45 (patch) | |
tree | 936f1ddd328ff43e41bf9f538172572759a91925 /databases/p5-SQL-Abstract/Makefile | |
parent | 49f21f89d376b22c0e6e6adc032d217133e2e070 (diff) | |
download | pkgsrc-6527b79d7f6df96d257f1dde16f27d8bef78ef45.tar.gz |
Updating databases/p5-SQL-Abstract from 1.56 to 1.58
Upstream changes:
revision 1.58 2009-09-04 15:20 (UTC)
- expanded the scope of -bool and -not_bool operators
- added proper testing support
revision 1.57 2009-09-03 20:18 (UTC)
- added -bool and -not_bool operators
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 17ea067681d..0a97bd7adcd 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/06/14 22:00:38 sno Exp $ +# $NetBSD: Makefile,v 1.15 2009/09/12 19:05:11 sno Exp $ # -DISTNAME= SQL-Abstract-1.56 +DISTNAME= SQL-Abstract-1.58 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 |