From 5644d6f8d1193547f8e2e61cdcfba249105093d7 Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 27 Jun 2004 14:29:09 +0000 Subject: Upgrade to 1.1.2. --- deskutils/horde4-mnemo/Makefile | 13 ++++++++----- deskutils/horde4-mnemo/distinfo | 4 ++-- deskutils/horde4-mnemo/files/pkg-message.in | 21 +++++++++++++++++++++ deskutils/horde4-mnemo/pkg-message | 21 --------------------- 4 files changed, 31 insertions(+), 28 deletions(-) create mode 100644 deskutils/horde4-mnemo/files/pkg-message.in delete mode 100644 deskutils/horde4-mnemo/pkg-message (limited to 'deskutils/horde4-mnemo') diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile index 9d2a8fd2382d..0de63b50f4c3 100644 --- a/deskutils/horde4-mnemo/Makefile +++ b/deskutils/horde4-mnemo/Makefile @@ -6,19 +6,18 @@ # PORTNAME= mnemo -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ ftp://ftp.au.horde.org/pub/horde/mnemo/ \ ftp://ftp.be.horde.org/mnemo/ \ ftp://ftp.es.horde.org/pub/mnemo/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/mnemo/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/mnemo/ \ http://ftp.horde.org/pub/mnemo/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Mnemo is the Horde notes and memos application RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 @@ -29,6 +28,7 @@ USE_REINPLACE= yes REINPLACE_ARGS= -i.beforeMnemo PLIST_SUB= HORDEDIR=${LHORDEDIR} MNEMODIR=${LMNEMODIR} +PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/RELEASE_NOTES @@ -66,7 +66,8 @@ do-install: @${RM} ${HORDE_INC}/httpd.conf.mnemo.beforeMnemo @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.beforeMnemo - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" ${HORDEDIR}/config/registry.php + @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" \ + ${HORDEDIR}/config/registry.php @${CP} -p ${HORDEDIR}/config/registry.php \ ${HORDEDIR}/config/registry.php.afterMnemo .if !defined(NOPORTDOCS) @@ -80,7 +81,9 @@ do-install: post-install: @${ECHO_MSG} @${SED} -e "s:%%MNEMODIR%%:${MNEMODIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \ - -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" ${PKGMESSAGE} + -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" \ + < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include diff --git a/deskutils/horde4-mnemo/distinfo b/deskutils/horde4-mnemo/distinfo index b5479303f98a..c3ab27135e22 100644 --- a/deskutils/horde4-mnemo/distinfo +++ b/deskutils/horde4-mnemo/distinfo @@ -1,2 +1,2 @@ -MD5 (mnemo-1.1.1.tar.gz) = dab994b5c963b02050c6159271bf2eef -SIZE (mnemo-1.1.1.tar.gz) = 264897 +MD5 (mnemo-1.1.2.tar.gz) = 5712907caa5a755bb7564f0e5b970d88 +SIZE (mnemo-1.1.2.tar.gz) = 268416 diff --git a/deskutils/horde4-mnemo/files/pkg-message.in b/deskutils/horde4-mnemo/files/pkg-message.in new file mode 100644 index 000000000000..df8570e3f82c --- /dev/null +++ b/deskutils/horde4-mnemo/files/pkg-message.in @@ -0,0 +1,21 @@ +************************************************************************ +Mnemo has been installed in %%MNEMODIR%% with your blank +configuration files. + +Horde and IMP must be configured; if not, see: +- %%PORTSDIR%%/www/horde2/pkg-message +- %%PORTSDIR%%/mail/imp3/pkg-message + +Then, you have to create the table mnemo_memos, from the SQL script +%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. +For example, if your database is MySQL, you may run +mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql +(If you run another database server, see + %%HORDEDIR%%/scripts/db/README + for more explanations.) + +Finally, you may have to tune the configuration files located in +%%CONFDIR%%/, specially the files conf.php. + +To protect your configuration files, you have to restart Apache. +************************************************************************ diff --git a/deskutils/horde4-mnemo/pkg-message b/deskutils/horde4-mnemo/pkg-message deleted file mode 100644 index df8570e3f82c..000000000000 --- a/deskutils/horde4-mnemo/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************************ -Mnemo has been installed in %%MNEMODIR%% with your blank -configuration files. - -Horde and IMP must be configured; if not, see: -- %%PORTSDIR%%/www/horde2/pkg-message -- %%PORTSDIR%%/mail/imp3/pkg-message - -Then, you have to create the table mnemo_memos, from the SQL script -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. -For example, if your database is MySQL, you may run -mysql --user=hordemgr --password=yourpass horde < mnemo_memos.sql -(If you run another database server, see - %%HORDEDIR%%/scripts/db/README - for more explanations.) - -Finally, you may have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php. - -To protect your configuration files, you have to restart Apache. -************************************************************************ -- cgit