diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-06-06 20:32:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-06-06 20:32:39 +0000 |
commit | 412aae0efa1e4c09b7a88f5adaab243051532b8e (patch) | |
tree | b80ee394f3671969bd40651534406ed41a59baf2 /devel | |
parent | 458fd55e79351e3bc4619959a4c924b59ed14eea (diff) | |
download | pkgsrc-412aae0efa1e4c09b7a88f5adaab243051532b8e.tar.gz |
- 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 (limited to 'devel')
-rw-r--r-- | devel/mantis/Makefile | 6 | ||||
-rw-r--r-- | devel/mantis/PLIST | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index 5d0aecc3e7e..434b41c79cc 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -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 @@ DEPENDS+= php-jpgraph-[0-9]*:../../graphics/php-jpgraph .endif BUILDLINK_DEPENDS.mysql-client+= mysql-client>=3.23.2 -PHP_VERSIONS_ACCEPTED= 4 -MYSQL_VERSIONS_ACCEPTED= 40 30 APACHE_USER?= www diff --git a/devel/mantis/PLIST b/devel/mantis/PLIST index 420c523e93e..d98b8ecb542 100644 --- a/devel/mantis/PLIST +++ b/devel/mantis/PLIST @@ -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/changelog_page.php 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 |