From 7a1d0fc63ffc6560f59e612924042c8e9bf6fb42 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 5 Dec 2011 10:29:09 +0000 Subject: [PATCH] bump REVISION due to -stable commit; the php dependencies changed in -current so this needs to have a higher version number than -stable otherwise there will be problems moving from -stable -> -current or -stable -> 5.1 --- www/phpmyadmin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/phpmyadmin/Makefile b/www/phpmyadmin/Makefile index 65cac32b96e..c8801d461ac 100644 --- a/www/phpmyadmin/Makefile +++ b/www/phpmyadmin/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.69 2011/12/05 09:55:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.70 2011/12/05 10:29:09 sthen Exp $ COMMENT= tool to handle the administration of MySQL over the web V= 3.4.8 +REVISION= 0 DISTNAME= phpMyAdmin-${V} CATEGORIES= www HOMEPAGE= http://www.phpmyadmin.net/