pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc update DEPENDS for change of php4-* packages to php-*;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665d377d7d19
branches:  trunk
changeset: 482674:665d377d7d19
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Oct 31 23:47:32 2004 +0000

description:
update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well

diffstat:

 databases/acid/Makefile         |  10 +++++-----
 databases/phpldapadmin/Makefile |   4 ++--
 databases/phpmyadmin/Makefile   |   4 ++--
 databases/phppgadmin/Makefile   |   4 ++--
 graphics/php-jpgraph/Makefile   |   4 ++--
 mail/imp/Makefile               |   4 ++--
 mail/ja-squirrelmail/Makefile   |   6 +++---
 mail/squirrelmail/Makefile      |   4 ++--
 www/horde/Makefile              |   4 ++--
 9 files changed, 22 insertions(+), 22 deletions(-)

diffs (179 lines):

diff -r fe1e3af02ecd -r 665d377d7d19 databases/acid/Makefile
--- a/databases/acid/Makefile   Sun Oct 31 23:44:13 2004 +0000
+++ b/databases/acid/Makefile   Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/31 23:31:31 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/31 23:47:32 jdolecek Exp $
 #
 
 DISTNAME=      acid-0.9.6b23
@@ -12,8 +12,8 @@
 
 DEPENDS+=      adodb>=1.2:../../databases/adodb
 DEPENDS+=      php-jpgraph>=1.8:../../graphics/php-jpgraph
-DEPENDS+=      php-gd>=4.0.4:../../graphics/php4-gd
-DEPENDS+=      php-sockets>=4.0.4:../../net/php4-sockets
+DEPENDS+=      php-gd>=4.0.4:../../graphics/php-gd
+DEPENDS+=      php-sockets>=4.0.4:../../net/php-sockets
 
 NO_BUILD=      yes
 NO_BUILDLINK=  yes
@@ -26,10 +26,10 @@
 # make. ie. make install USE_PGSQL=YES
 #
 .if defined(USE_PGSQL) && ${USE_PGSQL} == YES
-DEPENDS+=      php-pgsql>=4.0.4:../../databases/php4-pgsql
+DEPENDS+=      php-pgsql>=4.0.4:../../databases/php-pgsql
 DBTYPE=                postgres
 .else
-DEPENDS+=      php-mysql>=4.0.4:../../databases/php4-mysql
+DEPENDS+=      php-mysql>=4.0.4:../../databases/php-mysql
 DBTYPE=                mysql
 .endif
 
diff -r fe1e3af02ecd -r 665d377d7d19 databases/phpldapadmin/Makefile
--- a/databases/phpldapadmin/Makefile   Sun Oct 31 23:44:13 2004 +0000
+++ b/databases/phpldapadmin/Makefile   Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/09/24 20:47:09 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/31 23:47:32 jdolecek Exp $
 
 DISTNAME=      phpldapadmin-${VERSION}
 CATEGORIES=    databases www
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://phpldapadmin.sourceforge.net/
 COMMENT=       Set of PHP-scripts to administer an LDAP directory over the WWW
 
-DEPENDS+=      php-ldap>=4.1.2:../../databases/php4-ldap
+DEPENDS+=      php-ldap>=4.1.2:../../databases/php-ldap
 
 VERSION=       0.9.4b
 NO_BUILD=      YES
diff -r fe1e3af02ecd -r 665d377d7d19 databases/phpmyadmin/Makefile
--- a/databases/phpmyadmin/Makefile     Sun Oct 31 23:44:13 2004 +0000
+++ b/databases/phpmyadmin/Makefile     Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/08/07 11:31:14 adrianp Exp $
+# $NetBSD: Makefile,v 1.18 2004/10/31 23:47:32 jdolecek Exp $
 
 DISTNAME=      phpMyAdmin-${DIST_VERSION}
 PKGNAME=       phpmyadmin-${DIST_VERSION}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://sourceforge.net/projects/phpmyadmin/
 COMMENT=       Set of PHP-scripts to adminstrate MySQL over the WWW
 
-DEPENDS+=      php-mysql>=4.3.3:../../databases/php4-mysql
+DEPENDS+=      php-mysql>=4.3.3:../../databases/php-mysql
 
 PLIST_SUBST+=  CP="${CP}" DIST_VERSION=${DIST_VERSION} \
                PMCONFFILE=${PMCONFFILE} TEST="${TEST}"
diff -r fe1e3af02ecd -r 665d377d7d19 databases/phppgadmin/Makefile
--- a/databases/phppgadmin/Makefile     Sun Oct 31 23:44:13 2004 +0000
+++ b/databases/phppgadmin/Makefile     Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/09 16:26:26 jdolecek Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/31 23:47:32 jdolecek Exp $
 
 DISTNAME=      phpPgAdmin-3.4.1
 PKGREVISION=   # empty
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://phppgadmin.sourceforge.net/
 COMMENT=       Set of PHP-scripts to administer PostgreSQL over the WWW
 
-DEPENDS+=      php-pgsql>=4.2.0:../../databases/php4-pgsql
+DEPENDS+=      php-pgsql>=4.2.0:../../databases/php-pgsql
 
 MESSAGE_SUBST+=        EGDIR=${EGDIR}
 
diff -r fe1e3af02ecd -r 665d377d7d19 graphics/php-jpgraph/Makefile
--- a/graphics/php-jpgraph/Makefile     Sun Oct 31 23:44:13 2004 +0000
+++ b/graphics/php-jpgraph/Makefile     Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/25 00:26:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/31 23:47:32 jdolecek Exp $
 
 DISTNAME=      jpgraph-1.13
 PKGNAME=       php-${DISTNAME}
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.aditus.nu/jpgraph/index.php
 COMMENT=       Object Oriented class library for PHP
 
-DEPENDS+=      php-gd>=4.3.0:../../graphics/php4-gd
+DEPENDS+=      php-gd>=4.3.0:../../graphics/php-gd
 
 NO_BUILD=      YES
 NO_BUILDLINK=  YES
diff -r fe1e3af02ecd -r 665d377d7d19 mail/imp/Makefile
--- a/mail/imp/Makefile Sun Oct 31 23:44:13 2004 +0000
+++ b/mail/imp/Makefile Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/06/26 20:35:48 adrianp Exp $
+# $NetBSD: Makefile,v 1.26 2004/10/31 23:47:33 jdolecek Exp $
 
 DISTNAME=      imp-3.2.4
 CATEGORIES=    mail www
@@ -9,7 +9,7 @@
 COMMENT=       Internet Messaging Program
 
 DEPENDS+=      horde-2.2.4:../../www/horde
-DEPENDS+=      php-imap>4.0.0:../../mail/php4-imap
+DEPENDS+=      php-imap>4.0.0:../../mail/php-imap
 
 DOCDIR=                ${PREFIX}/share/doc/imp
 EGDIR=         ${PREFIX}/share/examples/imp
diff -r fe1e3af02ecd -r 665d377d7d19 mail/ja-squirrelmail/Makefile
--- a/mail/ja-squirrelmail/Makefile     Sun Oct 31 23:44:13 2004 +0000
+++ b/mail/ja-squirrelmail/Makefile     Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/20 14:38:58 taca Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/31 23:47:33 jdolecek Exp $
 
 DISTNAME=      squirrelmail-1.4.3a
 PKGNAME=       ja-${DISTNAME}
@@ -15,8 +15,8 @@
 HOMEPAGE=      http://www.squirrelmail.jp/
 COMMENT=       PHP4 webmail package with Japanese localization
 
-DEPENDS+=      php-gettext>=4.3.3:../../devel/php4-gettext
-DEPENDS+=      php-mbstring>=4.3.3:../../misc/php4-mbstring
+DEPENDS+=      php-gettext>=4.3.3:../../devel/php-gettext
+DEPENDS+=      php-mbstring>=4.3.3:../../misc/php-mbstring
 CONFLICTS=     sq-attachment-handlers-[0-9]*
 CONFLICTS+=    sq-squirrelspell-[0-9]*
 CONFLICTS+=    squirrelmail-[0-9]*
diff -r fe1e3af02ecd -r 665d377d7d19 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Sun Oct 31 23:44:13 2004 +0000
+++ b/mail/squirrelmail/Makefile        Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/06/04 14:05:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.42 2004/10/31 23:47:33 jdolecek Exp $
 
 DISTNAME=      squirrelmail-1.4.3a
 CATEGORIES=    mail www
@@ -12,7 +12,7 @@
 CONFLICTS=     sq-attachment-handlers-[0-9]*
 CONFLICTS+=    sq-squirrelspell-[0-9]*
 
-DEPENDS+=      php-gettext>=4.3.3:../../devel/php4-gettext
+DEPENDS+=      php-gettext>=4.3.3:../../devel/php-gettext
 
 USE_BUILDLINK3=        yes
 USE_LANGUAGES= # empty
diff -r fe1e3af02ecd -r 665d377d7d19 www/horde/Makefile
--- a/www/horde/Makefile        Sun Oct 31 23:44:13 2004 +0000
+++ b/www/horde/Makefile        Sun Oct 31 23:47:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/04/04 10:40:19 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2004/10/31 23:47:33 jdolecek Exp $
 
 DISTNAME=      horde-2.2.4
 CATEGORIES=    www
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://www.horde.org/
 COMMENT=       PHP application framework
 
-DEPENDS+=      php-gettext>=4.3.3:../../devel/php4-gettext
+DEPENDS+=      php-gettext>=4.3.3:../../devel/php-gettext
 
 DOCDIR=                ${PREFIX}/share/doc/horde
 EGDIR=         ${PREFIX}/share/examples/horde



Home | Main Index | Thread Index | Old Index