Thu Jul 31 19:54:04 2008 UTC ()
Add js directory which should fix PR 39253
PKGREVISION++


(adrianp)
diff -r1.29 -r1.30 pkgsrc/mail/turba/Makefile
diff -r1.11 -r1.12 pkgsrc/mail/turba/PLIST

cvs diff -r1.29 -r1.30 pkgsrc/mail/turba/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/turba/Makefile 2008/06/17 21:29:59 1.29
+++ pkgsrc/mail/turba/Makefile 2008/07/31 19:54:04 1.30
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.29 2008/06/17 21:29:59 adrianp Exp $ 1# $NetBSD: Makefile,v 1.30 2008/07/31 19:54:04 adrianp Exp $
2 2
3DISTNAME= turba-h3-${TURBAVER} 3DISTNAME= turba-h3-${TURBAVER}
4PKGNAME= turba-${TURBAVER} 4PKGNAME= turba-${TURBAVER}
 5PKGREVISION= 1
5CATEGORIES= mail www 6CATEGORIES= mail www
6MASTER_SITES= http://ftp.horde.org/pub/turba/ \ 7MASTER_SITES= http://ftp.horde.org/pub/turba/ \
7 ftp://ftp.horde.org/pub/turba/ 8 ftp://ftp.horde.org/pub/turba/
8 9
9MAINTAINER= adrianp@NetBSD.org 10MAINTAINER= adrianp@NetBSD.org
10HOMEPAGE= http://www.horde.org/turba/ 11HOMEPAGE= http://www.horde.org/turba/
11COMMENT= Horde contact management application 12COMMENT= Horde contact management application
12 13
13DEPENDS+= horde>=3.2:../../www/horde 14DEPENDS+= horde>=3.2:../../www/horde
14 15
15PKG_DESTDIR_SUPPORT= destdir 16PKG_DESTDIR_SUPPORT= destdir
16 17
17.include "../../mk/bsd.prefs.mk" 18.include "../../mk/bsd.prefs.mk"
18 19
19DOCDIR= ${PREFIX}/share/doc/turba 20DOCDIR= ${PREFIX}/share/doc/turba
20EGDIR= ${PREFIX}/share/examples/turba 21EGDIR= ${PREFIX}/share/examples/turba
21HORDEDIR= ${PREFIX}/share/horde 22HORDEDIR= ${PREFIX}/share/horde
22TURBADIR= ${HORDEDIR}/turba 23TURBADIR= ${HORDEDIR}/turba
23TURBAVER= 2.2.1 24TURBAVER= 2.2.1
24PAXDIRS= lib locale po scripts templates themes 25PAXDIRS= lib locale po scripts templates themes js
25USE_TOOLS+= pax perl:run 26USE_TOOLS+= pax perl:run
26 27
27MESSAGE_SUBST+= TURBADIR=${TURBADIR:Q} 28MESSAGE_SUBST+= TURBADIR=${TURBADIR:Q}
28MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} 29MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
29REPLACE_PERL+= ${WRKSRC}/scripts/ldap/addou.pl 30REPLACE_PERL+= ${WRKSRC}/scripts/ldap/addou.pl
30 31
31PKG_SYSCONFSUBDIR?= httpd 32PKG_SYSCONFSUBDIR?= httpd
32 33
33PKG_USERS_VARS+= APACHE_USER 34PKG_USERS_VARS+= APACHE_USER
34BUILD_DEFS= APACHE_USER 35BUILD_DEFS= APACHE_USER
35 36
36SUBST_CLASSES+= files 37SUBST_CLASSES+= files
37SUBST_STAGE.files= post-build 38SUBST_STAGE.files= post-build

cvs diff -r1.11 -r1.12 pkgsrc/mail/turba/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/turba/PLIST 2008/06/17 21:29:59 1.11
+++ pkgsrc/mail/turba/PLIST 2008/07/31 19:54:04 1.12
@@ -1,35 +1,51 @@ @@ -1,35 +1,51 @@
1@comment $NetBSD: PLIST,v 1.11 2008/06/17 21:29:59 adrianp Exp $ 1@comment $NetBSD: PLIST,v 1.12 2008/07/31 19:54:04 adrianp Exp $
2share/doc/turba/INSTALL 2share/doc/turba/INSTALL
3share/doc/turba/LDAP 3share/doc/turba/LDAP
4share/doc/turba/README 4share/doc/turba/README
5share/doc/turba/RELEASE_NOTES 5share/doc/turba/RELEASE_NOTES
6share/doc/turba/UPGRADING 6share/doc/turba/UPGRADING
7share/examples/turba/turba.conf 7share/examples/turba/turba.conf
8share/horde/turba/add.php 8share/horde/turba/add.php
9share/horde/turba/browse.php 9share/horde/turba/browse.php
10share/horde/turba/config/attributes.php.dist 10share/horde/turba/config/attributes.php.dist
11share/horde/turba/config/conf.xml.dist 11share/horde/turba/config/conf.xml.dist
12share/horde/turba/config/hooks.php.dist 12share/horde/turba/config/hooks.php.dist
13share/horde/turba/config/menu.php.dist 13share/horde/turba/config/menu.php.dist
14share/horde/turba/config/mime_drivers.php.dist 14share/horde/turba/config/mime_drivers.php.dist
15share/horde/turba/config/prefs.php.dist 15share/horde/turba/config/prefs.php.dist
16share/horde/turba/config/sources.php.dist 16share/horde/turba/config/sources.php.dist
17share/horde/turba/contact.php 17share/horde/turba/contact.php
18share/horde/turba/data.php 18share/horde/turba/data.php
19share/horde/turba/delete.php 19share/horde/turba/delete.php
20share/horde/turba/deletefile.php 20share/horde/turba/deletefile.php
21share/horde/turba/edit.php 21share/horde/turba/edit.php
22share/horde/turba/index.php 22share/horde/turba/index.php
 23share/horde/turba/js/QuickFinder.js
 24share/horde/turba/js/contact_tabs.js
 25share/horde/turba/js/dragdrop.js
 26share/horde/turba/js/effects.js
 27share/horde/turba/js/prototype.js
 28share/horde/turba/js/redbox.js
 29share/horde/turba/js/scriptaculous.js
 30share/horde/turba/js/src/QuickFinder.js
 31share/horde/turba/js/src/contact_tabs.js
 32share/horde/turba/js/src/dragdrop.js
 33share/horde/turba/js/src/effects.js
 34share/horde/turba/js/src/prototype.js
 35share/horde/turba/js/src/redbox.js
 36share/horde/turba/js/src/scriptaculous.js
 37share/horde/turba/js/src/tables.js
 38share/horde/turba/js/tables.js
23share/horde/turba/lib/Block/minisearch.php 39share/horde/turba/lib/Block/minisearch.php
24share/horde/turba/lib/Block/tree_menu.php 40share/horde/turba/lib/Block/tree_menu.php
25share/horde/turba/lib/Data/ldif.php 41share/horde/turba/lib/Data/ldif.php
26share/horde/turba/lib/Driver.php 42share/horde/turba/lib/Driver.php
27share/horde/turba/lib/Driver/favourites.php 43share/horde/turba/lib/Driver/favourites.php
28share/horde/turba/lib/Driver/group.php 44share/horde/turba/lib/Driver/group.php
29share/horde/turba/lib/Driver/imsp.php 45share/horde/turba/lib/Driver/imsp.php
30share/horde/turba/lib/Driver/kolab.php 46share/horde/turba/lib/Driver/kolab.php
31share/horde/turba/lib/Driver/ldap.php 47share/horde/turba/lib/Driver/ldap.php
32share/horde/turba/lib/Driver/null.php 48share/horde/turba/lib/Driver/null.php
33share/horde/turba/lib/Driver/prefs.php 49share/horde/turba/lib/Driver/prefs.php
34share/horde/turba/lib/Driver/share.php 50share/horde/turba/lib/Driver/share.php
35share/horde/turba/lib/Driver/sql.php 51share/horde/turba/lib/Driver/sql.php
@@ -259,26 +275,28 @@ share/horde/turba/view.php @@ -259,26 +275,28 @@ share/horde/turba/view.php
259@dirrm share/horde/turba/themes/bluewhite 275@dirrm share/horde/turba/themes/bluewhite
260@dirrm share/horde/turba/themes 276@dirrm share/horde/turba/themes
261@dirrm share/horde/turba/templates/prefs 277@dirrm share/horde/turba/templates/prefs
262@dirrm share/horde/turba/templates/list 278@dirrm share/horde/turba/templates/list
263@dirrm share/horde/turba/templates/data 279@dirrm share/horde/turba/templates/data
264@dirrm share/horde/turba/templates/browse 280@dirrm share/horde/turba/templates/browse
265@dirrm share/horde/turba/templates/block 281@dirrm share/horde/turba/templates/block
266@dirrm share/horde/turba/templates 282@dirrm share/horde/turba/templates
267@dirrm share/horde/turba/scripts/upgrades 283@dirrm share/horde/turba/scripts/upgrades
268@dirrm share/horde/turba/scripts/sql 284@dirrm share/horde/turba/scripts/sql
269@dirrm share/horde/turba/scripts/ldap 285@dirrm share/horde/turba/scripts/ldap
270@dirrm share/horde/turba/scripts 286@dirrm share/horde/turba/scripts
271@dirrm share/horde/turba/po 287@dirrm share/horde/turba/po
 288@dirrm share/horde/turba/js/src
 289@dirrm share/horde/turba/js
272@dirrm share/horde/turba/locale/zh_TW/LC_MESSAGES 290@dirrm share/horde/turba/locale/zh_TW/LC_MESSAGES
273@dirrm share/horde/turba/locale/zh_TW 291@dirrm share/horde/turba/locale/zh_TW
274@dirrm share/horde/turba/locale/zh_CN/LC_MESSAGES 292@dirrm share/horde/turba/locale/zh_CN/LC_MESSAGES
275@dirrm share/horde/turba/locale/zh_CN 293@dirrm share/horde/turba/locale/zh_CN
276@dirrm share/horde/turba/locale/uk_UA/LC_MESSAGES 294@dirrm share/horde/turba/locale/uk_UA/LC_MESSAGES
277@dirrm share/horde/turba/locale/uk_UA 295@dirrm share/horde/turba/locale/uk_UA
278@dirrm share/horde/turba/locale/tr_TR/LC_MESSAGES 296@dirrm share/horde/turba/locale/tr_TR/LC_MESSAGES
279@dirrm share/horde/turba/locale/tr_TR 297@dirrm share/horde/turba/locale/tr_TR
280@dirrm share/horde/turba/locale/sv_SE/LC_MESSAGES 298@dirrm share/horde/turba/locale/sv_SE/LC_MESSAGES
281@dirrm share/horde/turba/locale/sv_SE 299@dirrm share/horde/turba/locale/sv_SE
282@dirrm share/horde/turba/locale/sl_SI/LC_MESSAGES 300@dirrm share/horde/turba/locale/sl_SI/LC_MESSAGES
283@dirrm share/horde/turba/locale/sl_SI 301@dirrm share/horde/turba/locale/sl_SI
284@dirrm share/horde/turba/locale/sk_SK/LC_MESSAGES 302@dirrm share/horde/turba/locale/sk_SK/LC_MESSAGES