diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-27 14:29:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-27 14:29:09 +0000 |
commit | 1fb8a1e30ea3c4c33f8f32dd62903f141dca6b63 (patch) | |
tree | f242fd3a86bd6cc4e2d656d50c2f558e88ebe93b /deskutils | |
parent | 48a58b03546f4f8fb0d5df8a9b916803ce9a4390 (diff) | |
download | ports-1fb8a1e30ea3c4c33f8f32dd62903f141dca6b63.tar.gz ports-1fb8a1e30ea3c4c33f8f32dd62903f141dca6b63.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/horde-mnemo/Makefile | 13 | ||||
-rw-r--r-- | deskutils/horde-mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/horde-mnemo/files/pkg-message.in (renamed from deskutils/horde-mnemo/pkg-message) | 0 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/Makefile | 13 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/files/pkg-message.in (renamed from deskutils/horde4-mnemo/pkg-message) | 0 | ||||
-rw-r--r-- | deskutils/mnemo/Makefile | 13 | ||||
-rw-r--r-- | deskutils/mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/mnemo/files/pkg-message.in (renamed from deskutils/mnemo/pkg-message) | 0 |
9 files changed, 30 insertions, 21 deletions
diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile index 9d2a8fd2382d..0de63b50f4c3 100644 --- a/deskutils/horde-mnemo/Makefile +++ b/deskutils/horde-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 <bsd.port.mk> diff --git a/deskutils/horde-mnemo/distinfo b/deskutils/horde-mnemo/distinfo index b5479303f98a..c3ab27135e22 100644 --- a/deskutils/horde-mnemo/distinfo +++ b/deskutils/horde-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/horde-mnemo/pkg-message b/deskutils/horde-mnemo/files/pkg-message.in index df8570e3f82c..df8570e3f82c 100644 --- a/deskutils/horde-mnemo/pkg-message +++ b/deskutils/horde-mnemo/files/pkg-message.in 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 <bsd.port.mk> 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/pkg-message b/deskutils/horde4-mnemo/files/pkg-message.in index df8570e3f82c..df8570e3f82c 100644 --- a/deskutils/horde4-mnemo/pkg-message +++ b/deskutils/horde4-mnemo/files/pkg-message.in diff --git a/deskutils/mnemo/Makefile b/deskutils/mnemo/Makefile index 9d2a8fd2382d..0de63b50f4c3 100644 --- a/deskutils/mnemo/Makefile +++ b/deskutils/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 <bsd.port.mk> diff --git a/deskutils/mnemo/distinfo b/deskutils/mnemo/distinfo index b5479303f98a..c3ab27135e22 100644 --- a/deskutils/mnemo/distinfo +++ b/deskutils/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/mnemo/pkg-message b/deskutils/mnemo/files/pkg-message.in index df8570e3f82c..df8570e3f82c 100644 --- a/deskutils/mnemo/pkg-message +++ b/deskutils/mnemo/files/pkg-message.in |