pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis - Fix incomplete PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe9cf486ff1d
branches:  trunk
changeset: 495319:fe9cf486ff1d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Jun 06 20:32:39 2005 +0000

description:
- Fix incomplete PLIST
- Relax restrictions for PHP and mySQL requirements - all versions should
  work OK - this should fix the bulk-builds failures.
- Bump to nb3

diffstat:

 devel/mantis/Makefile |  6 ++----
 devel/mantis/PLIST    |  7 ++++++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r 89b36aa74e35 -r fe9cf486ff1d devel/mantis/Makefile
--- a/devel/mantis/Makefile     Mon Jun 06 20:15:46 2005 +0000
+++ b/devel/mantis/Makefile     Mon Jun 06 20:32:39 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/04/25 21:24:51 kristerw Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/06 20:32:39 adrianp Exp $
 
 DISTNAME=      mantis-0.19.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
 
@@ -27,8 +27,6 @@
 .endif
 
 BUILDLINK_DEPENDS.mysql-client+=       mysql-client>=3.23.2
-PHP_VERSIONS_ACCEPTED=                 4
-MYSQL_VERSIONS_ACCEPTED=               40 30
 
 APACHE_USER?=  www
 
diff -r 89b36aa74e35 -r fe9cf486ff1d devel/mantis/PLIST
--- a/devel/mantis/PLIST        Mon Jun 06 20:15:46 2005 +0000
+++ b/devel/mantis/PLIST        Mon Jun 06 20:32:39 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/28 22:14:34 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/06/06 20:32:39 adrianp Exp $
 share/doc/mantis/CUSTOMIZATION
 share/doc/mantis/INSTALL
 share/doc/mantis/README
@@ -90,15 +90,20 @@
 share/mantis/config_defaults_inc.php
 share/mantis/core.php
 share/mantis/core/access_api.php
+share/mantis/core/prepare_api.php
 share/mantis/core/adodb/adodb-cryptsession.php
 share/mantis/core/adodb/adodb-csvlib.inc.php
 share/mantis/core/adodb/adodb-datadict.inc.php
 share/mantis/core/adodb/adodb-error.inc.php
 share/mantis/core/adodb/adodb-errorhandler.inc.php
 share/mantis/core/adodb/adodb-errorpear.inc.php
+share/mantis/core/adodb/adodb-exceptions.inc.php
+share/mantis/core/adodb/adodb-iterator.inc.php
 share/mantis/core/adodb/adodb-lib.inc.php
 share/mantis/core/adodb/adodb-pager.inc.php
 share/mantis/core/adodb/adodb-pear.inc.php
+share/mantis/core/adodb/adodb-perf.inc.php
+share/mantis/core/adodb/adodb-php4.inc.php
 share/mantis/core/adodb/adodb-session-clob.php
 share/mantis/core/adodb/adodb-session.php
 share/mantis/core/adodb/adodb-time.inc.php



Home | Main Index | Thread Index | Old Index