Tue Mar 16 16:02:21 2010 UTC ()
Update dependency to newer package path.

	converters/php-mbstring
	databases/php-mysqli
	net/php-soap
	textproc/php-dom
	textproc/php-xsl
	time/php-calendar

No functional change should be done.


(taca)
diff -r1.3 -r1.4 pkgsrc/audio/ampache/Makefile
diff -r1.81 -r1.82 pkgsrc/databases/phpmyadmin/Makefile
diff -r1.24 -r1.25 pkgsrc/mail/roundcube/Makefile
diff -r1.4 -r1.5 pkgsrc/mail/roundcube/options.mk
diff -r1.4 -r1.5 pkgsrc/www/drupal/options.mk
diff -r1.4 -r1.5 pkgsrc/www/drupal6/options.mk
diff -r1.3 -r1.4 pkgsrc/www/fengoffice/Makefile
diff -r1.67 -r1.68 pkgsrc/www/horde/Makefile
diff -r1.15 -r1.16 pkgsrc/www/typolight27/Makefile
diff -r1.4 -r1.5 pkgsrc/www/typolight28/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/audio/ampache/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ampache/Makefile 2010/01/04 20:46:06 1.3
+++ pkgsrc/audio/ampache/Makefile 2010/03/16 16:02:20 1.4
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.3 2010/01/04 20:46:06 abs Exp $ 1# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:20 taca Exp $
2# 2#
3 3
4DISTNAME= ampache-3.5.3 4DISTNAME= ampache-3.5.3
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= http://ampache.org/downloads/ 6MASTER_SITES= http://ampache.org/downloads/
7 7
8MAINTAINER= abs@NetBSD.org 8MAINTAINER= abs@NetBSD.org
9HOMEPAGE= http://ampache.org/ 9HOMEPAGE= http://ampache.org/
10COMMENT= Web-based Audio file manager 10COMMENT= Web-based Audio file manager
11 11
12DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php 12DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
13DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=0:../../devel/php-gettext 13DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=0:../../devel/php-gettext
14DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv 14DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../misc/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../converters/php-mbstring
16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql 16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql
17 17
18NO_BUILD= yes 18NO_BUILD= yes
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
21USE_TOOLS+= pax 21USE_TOOLS+= pax
22LICENSE= gnu-gpl-v2 22LICENSE= gnu-gpl-v2
23 23
24INSTDIR= ${PREFIX}/share/ampache 24INSTDIR= ${PREFIX}/share/ampache
25EGDIR= ${PREFIX}/share/examples 25EGDIR= ${PREFIX}/share/examples
26 26
27MESSAGE_SUBST+= INSTDIR=${INSTDIR:Q} 27MESSAGE_SUBST+= INSTDIR=${INSTDIR:Q}
28FILES_SUBST+= INSTDIR=${INSTDIR:Q} 28FILES_SUBST+= INSTDIR=${INSTDIR:Q}

cvs diff -r1.81 -r1.82 pkgsrc/databases/phpmyadmin/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/phpmyadmin/Makefile 2010/01/26 12:04:37 1.81
+++ pkgsrc/databases/phpmyadmin/Makefile 2010/03/16 16:02:21 1.82
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.81 2010/01/26 12:04:37 tron Exp $ 1# $NetBSD: Makefile,v 1.82 2010/03/16 16:02:21 taca Exp $
2 2
3DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages 3DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages
4PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} 4PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
5CATEGORIES= databases www 5CATEGORIES= databases www
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpmyadmin/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpmyadmin/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9OWNER= tron@NetBSD.org 9OWNER= tron@NetBSD.org
10HOMEPAGE= http://www.phpmyadmin.net/ 10HOMEPAGE= http://www.phpmyadmin.net/
11COMMENT= Set of PHP-scripts to adminstrate MySQL over the WWW 11COMMENT= Set of PHP-scripts to adminstrate MySQL over the WWW
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring 14DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
15DEPENDS+= ${PHP_PKG_PREFIX}-mysql{,i}>=4.3.3:../../databases/php-mysql 15DEPENDS+= ${PHP_PKG_PREFIX}-mysql{,i}>=4.3.3:../../databases/php-mysql
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18 18
19FILES_SUBST+= CONF_INC_PHP=${CONF_INC_PHP:Q} PMCONFFILE=${PMCONFFILE:Q} 19FILES_SUBST+= CONF_INC_PHP=${CONF_INC_PHP:Q} PMCONFFILE=${PMCONFFILE:Q}
20PLIST_SUBST+= DIST_VERSION=${DIST_VERSION:Q} 20PLIST_SUBST+= DIST_VERSION=${DIST_VERSION:Q}
21MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \ 21MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \
22 EXDIR=${EXDIR:Q} 22 EXDIR=${EXDIR:Q}
23USE_TOOLS+= perl:run 23USE_TOOLS+= perl:run
24 24
25CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php 25CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php
26DIST_VERSION= 2.11.10 26DIST_VERSION= 2.11.10
27DOC_FILES= CREDITS ChangeLog \ 27DOC_FILES= CREDITS ChangeLog \

cvs diff -r1.24 -r1.25 pkgsrc/mail/roundcube/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/roundcube/Makefile 2010/03/15 16:48:53 1.24
+++ pkgsrc/mail/roundcube/Makefile 2010/03/16 16:02:21 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.24 2010/03/15 16:48:53 taca Exp $ 1# $NetBSD: Makefile,v 1.25 2010/03/16 16:02:21 taca Exp $
2# 2#
3 3
4DISTNAME= roundcubemail-${RCVERSION}-dep 4DISTNAME= roundcubemail-${RCVERSION}-dep
5PKGREVISION= 1 5PKGREVISION= 1
6PKGNAME= ${DISTNAME:S/mail-${RCVERSION}-dep/-${VERSION}/} 6PKGNAME= ${DISTNAME:S/mail-${RCVERSION}-dep/-${VERSION}/}
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
9 9
10MAINTAINER= schmonz@NetBSD.org 10MAINTAINER= schmonz@NetBSD.org
11HOMEPAGE= http://roundcube.net/ 11HOMEPAGE= http://roundcube.net/
12COMMENT= Browser-based multilingual IMAP client 12COMMENT= Browser-based multilingual IMAP client
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
@@ -19,27 +19,27 @@ RCVERSION= 0.3.1 @@ -19,27 +19,27 @@ RCVERSION= 0.3.1
19VERSION= ${RCVERSION:S/-//} 19VERSION= ${RCVERSION:S/-//}
20 20
21PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
22INSTALLATION_DIRS= ${RCDIR}/plugins ${RCDIR}/program ${RCDIR}/skins 22INSTALLATION_DIRS= ${RCDIR}/plugins ${RCDIR}/program ${RCDIR}/skins
23INSTALLATION_DIRS+= ${EGDIR}/SQL ${DOCDIR} ${RCDIR}/bin 23INSTALLATION_DIRS+= ${EGDIR}/SQL ${DOCDIR} ${RCDIR}/bin
24 24
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26.include "../../lang/php/phpversion.mk" 26.include "../../lang/php/phpversion.mk"
27 27
28DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP 28DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP
29DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime 29DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime
30DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2 30DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2
31DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL 31DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL
32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom 32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
33 33
34PKG_SYSCONFSUBDIR?= roundcube 34PKG_SYSCONFSUBDIR?= roundcube
35 35
36WWW_USER?= ${APACHE_USER} 36WWW_USER?= ${APACHE_USER}
37WWW_GROUP?= ${APACHE_GROUP} 37WWW_GROUP?= ${APACHE_GROUP}
38 38
39PKG_GROUPS_VARS+= WWW_GROUP 39PKG_GROUPS_VARS+= WWW_GROUP
40PKG_USERS_VARS+= WWW_USER 40PKG_USERS_VARS+= WWW_USER
41BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP 41BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
42 42
43RCDIR= ${PREFIX}/share/roundcube 43RCDIR= ${PREFIX}/share/roundcube
44EGDIR= ${PREFIX}/share/examples/roundcube 44EGDIR= ${PREFIX}/share/examples/roundcube
45DOCDIR= ${PREFIX}/share/doc/roundcube 45DOCDIR= ${PREFIX}/share/doc/roundcube

cvs diff -r1.4 -r1.5 pkgsrc/mail/roundcube/options.mk (expand / switch to unified diff)

--- pkgsrc/mail/roundcube/options.mk 2009/01/19 20:15:49 1.4
+++ pkgsrc/mail/roundcube/options.mk 2010/03/16 16:02:21 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.4 2009/01/19 20:15:49 abs Exp $ 1# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube 3PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube
4 4
5PKG_OPTIONS_REQUIRED_GROUPS= db 5PKG_OPTIONS_REQUIRED_GROUPS= db
6PKG_OPTIONS_GROUP.db= mysql pgsql sqlite 6PKG_OPTIONS_GROUP.db= mysql pgsql sqlite
7 7
8PKG_SUPPORTED_OPTIONS= iconv ldap multibyte mcrypt sockets gd 8PKG_SUPPORTED_OPTIONS= iconv ldap multibyte mcrypt sockets gd
9# Following the recommendations in INSTALL the iconv, multibyte, gd and 9# Following the recommendations in INSTALL the iconv, multibyte, gd and
10# mcrypt PHP extensions are all 'recommended' requirements 10# mcrypt PHP extensions are all 'recommended' requirements
11PKG_SUGGESTED_OPTIONS= mysql iconv multibyte mcrypt sockets gd 11PKG_SUGGESTED_OPTIONS= mysql iconv multibyte mcrypt sockets gd
12 12
13.include "../../mk/bsd.options.mk" 13.include "../../mk/bsd.options.mk"
14 14
@@ -47,27 +47,27 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.1 @@ -47,27 +47,27 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.1
47.endif 47.endif
48 48
49### 49###
50### Use OpenLDAP for storing data 50### Use OpenLDAP for storing data
51### 51###
52.if !empty(PKG_OPTIONS:Mldap) 52.if !empty(PKG_OPTIONS:Mldap)
53DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap 53DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap
54.endif 54.endif
55 55
56### 56###
57### Use mbstring 57### Use mbstring
58### 58###
59.if !empty(PKG_OPTIONS:Mmultibyte) 59.if !empty(PKG_OPTIONS:Mmultibyte)
60DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../misc/php-mbstring 60DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../converters/php-mbstring
61.endif 61.endif
62 62
63### 63###
64### Use mcrypt 64### Use mcrypt
65### 65###
66.if !empty(PKG_OPTIONS:Mmcrypt) 66.if !empty(PKG_OPTIONS:Mmcrypt)
67DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=4.3.1:../../security/php-mcrypt 67DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=4.3.1:../../security/php-mcrypt
68.endif 68.endif
69 69
70### 70###
71### Use sockets 71### Use sockets
72### 72###
73.if !empty(PKG_OPTIONS:Msockets) 73.if !empty(PKG_OPTIONS:Msockets)

cvs diff -r1.4 -r1.5 pkgsrc/www/drupal/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/www/drupal/Attic/options.mk 2010/03/15 16:48:53 1.4
+++ pkgsrc/www/drupal/Attic/options.mk 2010/03/16 16:02:21 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.4 2010/03/15 16:48:53 taca Exp $ 1# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.drupal 3PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
4 4
5PKG_OPTIONS_REQUIRED_GROUPS= db 5PKG_OPTIONS_REQUIRED_GROUPS= db
6PKG_OPTIONS_GROUP.db= mysql pgsql 6PKG_OPTIONS_GROUP.db= mysql pgsql
7 7
8PKG_SUPPORTED_OPTIONS= drupal-xmlservices 8PKG_SUPPORTED_OPTIONS= drupal-xmlservices
9PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices 9PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices
10 10
11.include "../../mk/bsd.options.mk" 11.include "../../mk/bsd.options.mk"
12 12
13### 13###
14### Use PostgreSQL for storing Drupal data 14### Use PostgreSQL for storing Drupal data
@@ -19,15 +19,15 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]* @@ -19,15 +19,15 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*
19.elif !empty(PKG_OPTIONS:Mmysql) 19.elif !empty(PKG_OPTIONS:Mmysql)
20### 20###
21### Use MySQL for storing Drupal data 21### Use MySQL for storing Drupal data
22### 22###
23. include "../../mk/mysql.buildlink3.mk" 23. include "../../mk/mysql.buildlink3.mk"
24DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql 24DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
25.endif 25.endif
26 26
27### 27###
28### Enable XML-based services such as the Blogger API, Jabber and RSS 28### Enable XML-based services such as the Blogger API, Jabber and RSS
29### syndication. 29### syndication.
30### 30###
31.if !empty(PKG_OPTIONS:Mdrupal-xmlservices) 31.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom 32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
33.endif 33.endif

cvs diff -r1.4 -r1.5 pkgsrc/www/drupal6/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/www/drupal6/Attic/options.mk 2010/03/15 16:48:53 1.4
+++ pkgsrc/www/drupal6/Attic/options.mk 2010/03/16 16:02:21 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.4 2010/03/15 16:48:53 taca Exp $ 1# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.drupal 3PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
4 4
5PKG_OPTIONS_REQUIRED_GROUPS= db 5PKG_OPTIONS_REQUIRED_GROUPS= db
6PKG_OPTIONS_GROUP.db= mysql pgsql 6PKG_OPTIONS_GROUP.db= mysql pgsql
7 7
8PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode 8PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode
9PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache 9PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache
10 10
11.include "../../mk/bsd.options.mk" 11.include "../../mk/bsd.options.mk"
12 12
13### 13###
14### Use PostgreSQL for storing Drupal data 14### Use PostgreSQL for storing Drupal data
@@ -19,34 +19,34 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]* @@ -19,34 +19,34 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*
19.elif !empty(PKG_OPTIONS:Mmysql) 19.elif !empty(PKG_OPTIONS:Mmysql)
20### 20###
21### Use MySQL for storing Drupal data 21### Use MySQL for storing Drupal data
22### 22###
23. include "../../mk/mysql.buildlink3.mk" 23. include "../../mk/mysql.buildlink3.mk"
24DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql 24DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
25.endif 25.endif
26 26
27### 27###
28### Enable XML-based services such as the Blogger API, Jabber and RSS 28### Enable XML-based services such as the Blogger API, Jabber and RSS
29### syndication. 29### syndication.
30### 30###
31.if !empty(PKG_OPTIONS:Mdrupal-xmlservices) 31.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom 32DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
33.endif 33.endif
34 34
35### 35###
36### Support for unicode 36### Support for unicode
37### 37###
38.if !empty(PKG_OPTIONS:Municode) 38.if !empty(PKG_OPTIONS:Municode)
39DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring 39DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
40.endif 40.endif
41 41
42### 42###
43### Drupal can run on a number of web servers, we support apache by default 43### Drupal can run on a number of web servers, we support apache by default
44### 44###
45.if !empty(PKG_OPTIONS:Mapache) 45.if !empty(PKG_OPTIONS:Mapache)
46DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.5:../../www/ap-php 46DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.5:../../www/ap-php
47. include "../../mk/apachever.mk" 47. include "../../mk/apachever.mk"
48WWW_USER?= ${APACHE_USER} 48WWW_USER?= ${APACHE_USER}
49WWW_GROUP?= ${APACHE_GROUP} 49WWW_GROUP?= ${APACHE_GROUP}
50.else 50.else
51WWW_USER?= ${ROOT_USER} 51WWW_USER?= ${ROOT_USER}
52WWW_GROUP?= ${ROOT_GROUP} 52WWW_GROUP?= ${ROOT_GROUP}

cvs diff -r1.3 -r1.4 pkgsrc/www/fengoffice/Makefile (expand / switch to unified diff)

--- pkgsrc/www/fengoffice/Makefile 2010/02/19 19:46:18 1.3
+++ pkgsrc/www/fengoffice/Makefile 2010/03/16 16:02:21 1.4
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.3 2010/02/19 19:46:18 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:21 taca Exp $
2# 2#
3 3
4DISTNAME= fengoffice_1.6.2 4DISTNAME= fengoffice_1.6.2
5PKGNAME= ${DISTNAME:S/_/-/:S/.rc/rc1/} 5PKGNAME= ${DISTNAME:S/_/-/:S/.rc/rc1/}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
9EXTRACT_SUFX= .zip 9EXTRACT_SUFX= .zip
10DIST_SUBDIR= ${PKGBASE}-20100126 10DIST_SUBDIR= ${PKGBASE}-20100126
11 11
12MAINTAINER= taca@NetBSD.org 12MAINTAINER= taca@NetBSD.org
13HOMEPAGE= http://fengoffice.com/web/community/community_index.php 13HOMEPAGE= http://fengoffice.com/web/community/community_index.php
14COMMENT= Easy to use Open Source Web Office 14COMMENT= Easy to use Open Source Web Office
15LICENSE= gnu-gpl-v3 15LICENSE= gnu-gpl-v3
16 16
17CONFLICTS+= opengoo-[0-9]* 17CONFLICTS+= opengoo-[0-9]*
18 18
19DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql 19DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
20DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring 20DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../converters/php-mbstring
21DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip 21DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
22DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd 22DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
23DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php5-dom 23DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
24DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap 24DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
25 25
26PKG_DESTDIR_SUPPORT= user-destdir 26PKG_DESTDIR_SUPPORT= user-destdir
27 27
28WRKSRC= ${WRKDIR}/${PKGBASE} 28WRKSRC= ${WRKDIR}/${PKGBASE}
29USE_TOOLS= pax 29USE_TOOLS= pax
30NO_BUILD= yes 30NO_BUILD= yes
31 31
32OWN_DIRS_PERMS+= ${FO_DIR}/public/files ${REAL_ROOT_USER} ${APACHE_GROUP} 0775 32OWN_DIRS_PERMS+= ${FO_DIR}/public/files ${REAL_ROOT_USER} ${APACHE_GROUP} 0775
33OWN_DIRS_PERMS+= ${FO_DIR}/upload ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 33OWN_DIRS_PERMS+= ${FO_DIR}/upload ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
34OWN_DIRS_PERMS+= ${FO_DIR}/cache ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 34OWN_DIRS_PERMS+= ${FO_DIR}/cache ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
35OWN_DIRS_PERMS+= ${FO_DIR}/config ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 35OWN_DIRS_PERMS+= ${FO_DIR}/config ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
36SPECIAL_PERMS+= ${FO_DIR}/tmp ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 36SPECIAL_PERMS+= ${FO_DIR}/tmp ${REAL_ROOT_USER} ${APACHE_GROUP} 0770

cvs diff -r1.67 -r1.68 pkgsrc/www/horde/Makefile (expand / switch to unified diff)

--- pkgsrc/www/horde/Makefile 2010/03/15 16:48:53 1.67
+++ pkgsrc/www/horde/Makefile 2010/03/16 16:02:21 1.68
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1# $NetBSD: Makefile,v 1.67 2010/03/15 16:48:53 taca Exp $ 1# $NetBSD: Makefile,v 1.68 2010/03/16 16:02:21 taca Exp $
2 2
3DISTNAME= horde-3.3.6 3DISTNAME= horde-3.3.6
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://ftp.horde.org/pub/horde/ \ 6MASTER_SITES= http://ftp.horde.org/pub/horde/ \
7 ftp://ftp.horde.org/pub/horde/ 7 ftp://ftp.horde.org/pub/horde/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.horde.org/ 10HOMEPAGE= http://www.horde.org/
11COMMENT= PHP application framework 11COMMENT= PHP application framework
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15CONFLICTS+= horde-2.*{,nb*} 15CONFLICTS+= horde-2.*{,nb*}
16 16
17.include "../../lang/php/phpversion.mk" 17.include "../../lang/php/phpversion.mk"
18 18
19DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext 19DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext
20DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=4.3.3:../../security/php-mcrypt 20DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=4.3.3:../../security/php-mcrypt
21DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.3:../../converters/php-iconv 21DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.3:../../converters/php-iconv
22DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd 22DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
23DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log 23DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log
24DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime 24DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
25DEPENDS+= ${PHP_PKG_PREFIX}-pear-DB-[0-9]*:../../databases/pear-DB 25DEPENDS+= ${PHP_PKG_PREFIX}-pear-DB-[0-9]*:../../databases/pear-DB
26DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php 26DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
27DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom 27DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
28DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib 28DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib
29DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table 29DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table
30DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find 30DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find
31DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request-[0-9]*:../../www/pear-HTTP_Request 31DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request-[0-9]*:../../www/pear-HTTP_Request
32 32
33USE_TOOLS+= pax 33USE_TOOLS+= pax
34 34
35.include "../../mk/bsd.prefs.mk" 35.include "../../mk/bsd.prefs.mk"
36 36
37DOCDIR= ${PREFIX}/share/doc/horde 37DOCDIR= ${PREFIX}/share/doc/horde
38EGDIR= ${PREFIX}/share/examples/horde 38EGDIR= ${PREFIX}/share/examples/horde
39HORDEDIR= ${PREFIX}/share/horde 39HORDEDIR= ${PREFIX}/share/horde
40PAXDIRS= js lib locale po scripts services templates themes util admin \ 40PAXDIRS= js lib locale po scripts services templates themes util admin \

cvs diff -r1.15 -r1.16 pkgsrc/www/typolight27/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typolight27/Attic/Makefile 2010/03/15 16:45:59 1.15
+++ pkgsrc/www/typolight27/Attic/Makefile 2010/03/16 16:02:21 1.16
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.15 2010/03/15 16:45:59 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2010/03/16 16:02:21 taca Exp $
2# 2#
3 3
4DISTNAME= typolight-${TL_VERSION} 4DISTNAME= typolight-${TL_VERSION}
5PKGNAME= typolight${TL_VER}-${TL_PKGVER} 5PKGNAME= typolight${TL_VER}-${TL_PKGVER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
8 8
9MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.typolight.org/ 10HOMEPAGE= http://www.typolight.org/
11COMMENT= Powerful web content management system (CMS) 11COMMENT= Powerful web content management system (CMS)
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd 14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql 16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
17DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt 17DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
18DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap 18DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21
22USE_TOOLS= pax 22USE_TOOLS= pax
23NO_BUILD= yes 23NO_BUILD= yes
24 24
25EG_DATA= ${WWW_EG_FILES} system/config tl_files 25EG_DATA= ${WWW_EG_FILES} system/config tl_files
26EG_FILES= system/config/config.php system/config/countries.php \ 26EG_FILES= system/config/config.php system/config/countries.php \
27 system/config/dcaconfig.php system/config/langconfig.php \ 27 system/config/dcaconfig.php system/config/langconfig.php \
28 system/config/languages.php \ 28 system/config/languages.php \
29 system/config/tcpdf.php system/config/timezones.php \ 29 system/config/tcpdf.php system/config/timezones.php \
30 system/config/tinyFlash.php system/config/tinyMCE.php \ 30 system/config/tinyFlash.php system/config/tinyMCE.php \
31 system/config/tinyNews.php 31 system/config/tinyNews.php

cvs diff -r1.4 -r1.5 pkgsrc/www/typolight28/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typolight28/Attic/Makefile 2010/03/15 16:45:59 1.4
+++ pkgsrc/www/typolight28/Attic/Makefile 2010/03/16 16:02:21 1.5
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.4 2010/03/15 16:45:59 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2010/03/16 16:02:21 taca Exp $
2# 2#
3 3
4DISTNAME= typolight-${TL_VERSION} 4DISTNAME= typolight-${TL_VERSION}
5PKGNAME= typolight${TL_VER}-${TL_PKGVER} 5PKGNAME= typolight${TL_VER}-${TL_PKGVER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
8 8
9MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.typolight.org/ 10HOMEPAGE= http://www.typolight.org/
11COMMENT= Powerful web content management system (CMS) 11COMMENT= Powerful web content management system (CMS)
12LICENSE= gnu-lgpl-v3 12LICENSE= gnu-lgpl-v3
13 13
14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd 14DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring 15DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql 16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
17DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt 17DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
18DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap 18DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21
22USE_TOOLS= pax 22USE_TOOLS= pax
23NO_BUILD= yes 23NO_BUILD= yes
24 24
25EG_DATA= ${WWW_EG_FILES} system/config tl_files 25EG_DATA= ${WWW_EG_FILES} system/config tl_files
26EG_FILES= system/config/config.php system/config/countries.php \ 26EG_FILES= system/config/config.php system/config/countries.php \
27 system/config/dcaconfig.php system/config/langconfig.php \ 27 system/config/dcaconfig.php system/config/langconfig.php \
28 system/config/languages.php \ 28 system/config/languages.php \
29 system/config/tcpdf.php system/config/timezones.php \ 29 system/config/tcpdf.php system/config/timezones.php \
30 system/config/tinyFlash.php system/config/tinyMCE.php \ 30 system/config/tinyFlash.php system/config/tinyMCE.php \
31 system/config/tinyNews.php 31 system/config/tinyNews.php