Skip to content

Commit

Permalink
Update dependency to newer package path.
Browse files Browse the repository at this point in the history
	converters/php-mbstring
	databases/php-mysqli
	net/php-soap
	textproc/php-dom
	textproc/php-xsl
	time/php-calendar

No functional change should be done.
  • Loading branch information
taca committed Mar 16, 2010
1 parent dde245c commit f1c2b26
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions audio/ampache/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2010/01/04 20:46:06 abs Exp $
# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:20 taca Exp $
#

DISTNAME= ampache-3.5.3
Expand All @@ -12,7 +12,7 @@ COMMENT= Web-based Audio file manager
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=0:../../devel/php-gettext
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql

NO_BUILD= yes
Expand Down
4 changes: 2 additions & 2 deletions databases/phpmyadmin/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.81 2010/01/26 12:04:37 tron Exp $
# $NetBSD: Makefile,v 1.82 2010/03/16 16:02:21 taca Exp $

DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages
PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://www.phpmyadmin.net/
COMMENT= Set of PHP-scripts to adminstrate MySQL over the WWW
LICENSE= gnu-gpl-v2

DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql{,i}>=4.3.3:../../databases/php-mysql

PKG_DESTDIR_SUPPORT= user-destdir
Expand Down
4 changes: 2 additions & 2 deletions mail/roundcube/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2010/03/15 16:48:53 taca Exp $
# $NetBSD: Makefile,v 1.25 2010/03/16 16:02:21 taca Exp $
#

DISTNAME= roundcubemail-${RCVERSION}-dep
Expand Down Expand Up @@ -29,7 +29,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom

PKG_SYSCONFSUBDIR?= roundcube

Expand Down
4 changes: 2 additions & 2 deletions mail/roundcube/options.mk
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2009/01/19 20:15:49 abs Exp $
# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube

Expand Down Expand Up @@ -57,7 +57,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap
### Use mbstring
###
.if !empty(PKG_OPTIONS:Mmultibyte)
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../converters/php-mbstring
.endif

###
Expand Down
4 changes: 2 additions & 2 deletions www/drupal/options.mk
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2010/03/15 16:48:53 taca Exp $
# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.drupal

Expand Down Expand Up @@ -29,5 +29,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
### syndication.
###
.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
.endif
6 changes: 3 additions & 3 deletions www/drupal6/options.mk
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2010/03/15 16:48:53 taca Exp $
# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.drupal

Expand Down Expand Up @@ -29,14 +29,14 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
### syndication.
###
.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
.endif

###
### Support for unicode
###
.if !empty(PKG_OPTIONS:Municode)
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
.endif

###
Expand Down
6 changes: 3 additions & 3 deletions www/fengoffice/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2010/02/19 19:46:18 joerg Exp $
# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:21 taca Exp $
#

DISTNAME= fengoffice_1.6.2
Expand All @@ -17,10 +17,10 @@ LICENSE= gnu-gpl-v3
CONFLICTS+= opengoo-[0-9]*

DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap

PKG_DESTDIR_SUPPORT= user-destdir
Expand Down
4 changes: 2 additions & 2 deletions www/horde/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2010/03/15 16:48:53 taca Exp $
# $NetBSD: Makefile,v 1.68 2010/03/16 16:02:21 taca Exp $

DISTNAME= horde-3.3.6
PKGREVISION= 1
Expand All @@ -24,7 +24,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
DEPENDS+= ${PHP_PKG_PREFIX}-pear-DB-[0-9]*:../../databases/pear-DB
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table
DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find
Expand Down
6 changes: 3 additions & 3 deletions www/typolight27/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2010/03/15 16:45:59 taca Exp $
# $NetBSD: Makefile,v 1.16 2010/03/16 16:02:21 taca Exp $
#

DISTNAME= typolight-${TL_VERSION}
Expand All @@ -12,10 +12,10 @@ COMMENT= Powerful web content management system (CMS)
LICENSE= gnu-lgpl-v2.1

DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap

PKG_DESTDIR_SUPPORT= user-destdir

Expand Down
6 changes: 3 additions & 3 deletions www/typolight28/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2010/03/15 16:45:59 taca Exp $
# $NetBSD: Makefile,v 1.5 2010/03/16 16:02:21 taca Exp $
#

DISTNAME= typolight-${TL_VERSION}
Expand All @@ -12,10 +12,10 @@ COMMENT= Powerful web content management system (CMS)
LICENSE= gnu-lgpl-v3

DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap

PKG_DESTDIR_SUPPORT= user-destdir

Expand Down

0 comments on commit f1c2b26

Please sign in to comment.