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 | 105718aaf0f3ab24d9647ae7cd61be966c802edc (patch) | |
tree | 506f05425ee0071a33fd6b71e767742b451fbad3 /net/mydns-mysql/Makefile | |
parent | 6a8082e4c18cbe48e463df53f39acda342c344da (diff) | |
download | pkgsrc-105718aaf0f3ab24d9647ae7cd61be966c802edc.tar.gz |
Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.
Diffstat (limited to 'net/mydns-mysql/Makefile')
-rw-r--r-- | net/mydns-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index 892404a70c8..99f8f8ea3e3 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2010/07/01 21:29:33 ghen Exp $ +# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:10 obache Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= MySQL-based DNS server CONFLICTS= mydns-pgsql-[0-9]* |