mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Upgrade to 1.1.2.
This commit is contained in:
parent
48a58b0354
commit
1fb8a1e30e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112369
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user