diff options
author | adrianp <adrianp> | 2005-03-04 22:35:22 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-03-04 22:35:22 +0000 |
commit | 21d503891d00baa2a885f9183e894ff5e7e61a0a (patch) | |
tree | 7c6c11e617dbfa7ab5b0daf6db512864404f24f9 /www/horde3/Makefile | |
parent | c8b27a025c66e593fe78fc3ef30ee38654666ec9 (diff) | |
download | pkgsrc-21d503891d00baa2a885f9183e894ff5e7e61a0a.tar.gz |
- Update horde to 3.0.3
- Whitespace police
- PLIST sorting and fixing
- Fix postgresql support to now extend to 8.0 as noted in PR# 29590 by
jaapb (at) kerguelen.org, thanks for the PR.
> Major changes compared to the Horde version 3.0.3-RC1 are:
> * Added support for clearing user preferences to LDAP driver.
> * Minor bug fixes and improvements.
>
> Major changes compared to the Horde version 3.0.2 are:
> * Improved layout of wrapping menus in Gecko and KHTML based browsers.
> * Fixed some session handler issues.
> * Fixed caching in the Version Control library, used by Chora.
> * Fixed updating of IMAP folder trees when (un)subscribing IMAP folders.
> * Improved performance of DataTree library, used by IMP's message history.
> * Changed log level of logins and logouts.
> * Updated German and Japanese translations.
> * Minor bug and layout fixes.
>
Diffstat (limited to 'www/horde3/Makefile')
-rw-r--r-- | www/horde3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index fec2cffb4d5..b17f024a828 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 21:10:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/04 22:35:22 adrianp Exp $ -DISTNAME= horde-3.0.2 +DISTNAME= horde-3.0.3 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -91,12 +91,12 @@ do-install: . for d in ${PAXDIRS} ${INSTALL_DATA_DIR} ${HORDEDIR}/${d} . endfor -. undef d +. undef d . for d in ${PAXDIRS} cd ${WRKSRC}/${d} && ${PAX} -rw . ${HORDEDIR}/${d} . endfor -. undef d +. undef d ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${HORDEDIR}/config ${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR} |