diff options
author | adrianp <adrianp> | 2006-05-12 21:12:28 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-05-12 21:12:28 +0000 |
commit | a409f78b387661c352fde92eea18210851e70531 (patch) | |
tree | a63ec68df0bf49b9370f18e440067373662fab8c /mail/turba/Makefile | |
parent | dd744a82f0cfa3a09f45dbf0c75114ae0ae9dbeb (diff) | |
download | pkgsrc-a409f78b387661c352fde92eea18210851e70531.tar.gz |
Update to turba 2.1.1
> Major changes compared to the Turba H3 (2.1) version are:
> * Fixed losing sessions when editing address books.
> * Added upgrade script for Oracle to upgrade from 1.2 to 2.x.
> * Fixes and improvements to the create_default_histories.php and
> public_to_horde_share.php scripts.
> * Updated Danish, Dutch, German, Greek, Estonian and Japanese translations.
> * Small bugfixes and improvements.
>
> The full list of changes (from version H3 (2.1)) can be viewed here:
>
> http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.68&r2=1.181.2.80&ty=h
Diffstat (limited to 'mail/turba/Makefile')
-rw-r--r-- | mail/turba/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 8e9ca2ece9d..98728d95cfc 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/29 09:23:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/12 21:12:28 adrianp Exp $ DISTNAME= turba-h3-${TURBAVER} PKGNAME= turba-${TURBAVER} @@ -18,7 +18,7 @@ DOCDIR= ${PREFIX}/share/doc/turba EGDIR= ${PREFIX}/share/examples/turba HORDEDIR= ${PREFIX}/share/horde TURBADIR= ${HORDEDIR}/turba -TURBAVER= 2.1 +TURBAVER= 2.1.1 PAXDIRS= lib locale po scripts templates themes USE_TOOLS+= perl:run @@ -71,11 +71,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DOCDIR} . for d in ${PAXDIRS} - ${INSTALL_DATA_DIR} ${TURBADIR}/${d} + ${INSTALL_DATA_DIR} ${TURBADIR}/${d:Q} . endfor . for d in ${PAXDIRS} - @cd ${WRKSRC}/${d} && ${PAX} -rwpma . ${TURBADIR}/${d} + @cd ${WRKSRC}/${d:Q} && ${PAX} -rwpma . ${TURBADIR}/${d:Q} . endfor ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${TURBADIR}/config |