diff options
author | wiz <wiz> | 2013-05-31 12:39:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-31 12:39:35 +0000 |
commit | 68d0e366623442046374ed0cb6aa333d7c6f40c5 (patch) | |
tree | 57ca2acf33387d98eee9e957997e59ad73e793fb /databases/mysql56-client | |
parent | b7a225ea5de3480dbd489df8ec282c7a723ec3c9 (diff) | |
download | pkgsrc-68d0e366623442046374ed0cb6aa333d7c6f40c5.tar.gz |
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r-- | databases/mysql56-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index 5711cdf25bb..933cc63e6cb 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/04/02 16:37:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/05/31 12:39:47 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} +PKGREVISION= 1 SVR4_PKGNAME= mysqc COMMENT= MySQL 5, a free SQL database (client) |