diff options
author | taca <taca@pkgsrc.org> | 2012-08-12 16:19:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-08-12 16:19:41 +0000 |
commit | 5fa6e759b8a2d1fa6018d526ddddebda5c1753e0 (patch) | |
tree | 37a7da757b98229da4eed1f33fa081dd18cea7ca /mail | |
parent | bb31ef4766a7a47ff5c8c776c2567c17755e4790 (diff) | |
download | pkgsrc-5fa6e759b8a2d1fa6018d526ddddebda5c1753e0.tar.gz |
Some tweak in MESSAGE.
* Note UPGRADING document which describes update process.
* Remove note for older package.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/MESSAGE | 14 | ||||
-rw-r--r-- | mail/roundcube/Makefile | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/roundcube/MESSAGE b/mail/roundcube/MESSAGE index d475ee7d310..aea9e9e9360 100644 --- a/mail/roundcube/MESSAGE +++ b/mail/roundcube/MESSAGE @@ -1,13 +1,18 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2008/07/30 21:29:56 schmonz Exp $ +$NetBSD: MESSAGE,v 1.7 2012/08/12 16:19:41 taca Exp $ Please refer to the following file on how to setup your RoundCube installation. ${DOCDIR}/INSTALL +And please refer to the following file on how to upgrade your RoundCube +from older version. + + ${DOCDIR}/UPGRADING + For pkgsrc installations the RoundCube package is installed in -non-default locations. +these locations. Log files: ${VARBASE}/log/roundcube/ Document root: ${PREFIX}/share/roundcube/ @@ -18,9 +23,4 @@ to httpd.conf: Include ${PKG_SYSCONFDIR}/roundcube.conf -NOTE: The location of some of the roundcube configuration files -has changed. In addition to this please read the note in the -${PKG_SYSCONFDIR}/roundcube.conf file about the protection of the -installer directory. - =========================================================================== diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 0192a0fcac0..41ce27d18ee 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2012/07/25 11:24:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.45 2012/08/12 16:19:41 taca Exp $ DISTNAME= roundcubemail-0.7.2-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} |