pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis Prefer mysql version 40 over version 30 (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc5ab3cf6c72
branches:  trunk
changeset: 493029:dc5ab3cf6c72
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Apr 25 21:24:51 2005 +0000

description:
Prefer mysql version 40 over version 30 (because version 30 has been
removed from pkgsrc).
Bump PKGREVISION.

diffstat:

 devel/mantis/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 9e383a681c80 -r dc5ab3cf6c72 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Mon Apr 25 19:26:10 2005 +0000
+++ b/devel/mantis/Makefile     Mon Apr 25 21:24:51 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:28 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/25 21:24:51 kristerw Exp $
 
 DISTNAME=      mantis-0.19.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
 
@@ -28,7 +28,7 @@
 
 BUILDLINK_DEPENDS.mysql-client+=       mysql-client>=3.23.2
 PHP_VERSIONS_ACCEPTED=                 4
-MYSQL_VERSIONS_ACCEPTED=               30 40
+MYSQL_VERSIONS_ACCEPTED=               40 30
 
 APACHE_USER?=  www
 



Home | Main Index | Thread Index | Old Index