pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/blur6ex Depend on mysql5-server by default, so tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe147753553
branches:  trunk
changeset: 506883:9fe147753553
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jan 23 15:13:08 2006 +0000

description:
Depend on mysql5-server by default, so that it match default dependency
specified in the mysql.buildlink3.mk file.

Bump PKGREVISION.

diffstat:

 www/blur6ex/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 6ee278c9d458 -r 9fe147753553 www/blur6ex/Makefile
--- a/www/blur6ex/Makefile      Mon Jan 23 15:01:39 2006 +0000
+++ b/www/blur6ex/Makefile      Mon Jan 23 15:13:08 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/12/29 06:22:22 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/23 15:13:08 xtraeme Exp $
 #
 
 DISTNAME=      blur6ex-0.1.198
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.blursoft.com/releases/
 
@@ -11,7 +12,7 @@
 
 DEPENDS+=      ap{,2}-php>=4.0.0:../../www/ap-php
 DEPENDS+=      php-mysql-[0-9]*:../../databases/php-mysql
-DEPENDS+=      mysql{,4}-server>=4.0:../../databases/mysql4-server
+DEPENDS+=      mysql-server>=4.1:../../databases/mysql5-server
 
 NO_CONFIGURE=  yes
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index