summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2012-08-12 16:19:41 +0000
committertaca <taca>2012-08-12 16:19:41 +0000
commit4083e1ac15cbaf5cfd3b9156ed11130afd9e2c43 (patch)
tree37a7da757b98229da4eed1f33fa081dd18cea7ca /mail
parent8d76cc5509b3f4dcae76654466d0e43fabf54935 (diff)
downloadpkgsrc-4083e1ac15cbaf5cfd3b9156ed11130afd9e2c43.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/MESSAGE14
-rw-r--r--mail/roundcube/Makefile4
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/}