diff options
author | obache <obache@pkgsrc.org> | 2010-09-30 10:49:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-30 10:49:10 +0000 |
commit | 231407f9fb7a3d54ca5bdf3a4fe9fddf98468bfa (patch) | |
tree | 506f05425ee0071a33fd6b71e767742b451fbad3 /databases/libdbi-driver-mysql | |
parent | b22622648de31fe14b36b6f598bc0bfa1c49d1b9 (diff) | |
download | pkgsrc-231407f9fb7a3d54ca5bdf3a4fe9fddf98468bfa.tar.gz |
Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.
Diffstat (limited to 'databases/libdbi-driver-mysql')
-rw-r--r-- | databases/libdbi-driver-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libdbi-driver-mysql/Makefile b/databases/libdbi-driver-mysql/Makefile index a32ed0e2030..a2ec28f7943 100644 --- a/databases/libdbi-driver-mysql/Makefile +++ b/databases/libdbi-driver-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/10 23:55:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/30 10:49:16 obache Exp $ # .include "../../databases/libdbi/Makefile_drivers" -PKGREVISION= 1 +PKGREVISION= 2 LICENSE= gnu-lgpl-v2 DRIVER= mysql |