diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-10 02:02:24 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-10 02:02:24 +0800 |
commit | f3542e285db410a811a669fb71ebd1ca6c81696c (patch) | |
tree | b7da364c7ae01ac87991ad766d9bbce9be9c6625 /mail/imp | |
parent | 514ab4f454b77f13f97b9410317497e101ce20ef (diff) | |
download | freebsd-ports-gnome-f3542e285db410a811a669fb71ebd1ca6c81696c.tar.gz freebsd-ports-gnome-f3542e285db410a811a669fb71ebd1ca6c81696c.tar.zst freebsd-ports-gnome-f3542e285db410a811a669fb71ebd1ca6c81696c.zip |
Upgrade to 4.0.3.
Changelog available at:
<http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.30&r2=1.699.2.62&ty=h>.
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 10 | ||||
-rw-r--r-- | mail/imp/distinfo | 4 | ||||
-rw-r--r-- | mail/imp/files/patch-bug1367 | 11 |
3 files changed, 6 insertions, 19 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 5037567e8de5..62de9a6325a7 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imp -PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.3 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ @@ -118,8 +117,10 @@ LIMPDIR= ${LHORDEDIR}/imp PEARDIR?= ${LOCALBASE}/share/pear PLIST_SUB= IMPDIR=${LIMPDIR} +SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message IMPDIR= ${PREFIX}/${LIMPDIR} CONFDIR= ${IMPDIR}/config @@ -202,7 +203,7 @@ pre-configure: .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor - @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP ${WRKSRC}/lib/IMP.php.orig + @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @@ -238,9 +239,6 @@ do-install: .endif post-install: - @${SED} -e "s:%%IMPDIR%%:${IMPDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;" \ - -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \ - < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} diff --git a/mail/imp/distinfo b/mail/imp/distinfo index b604a6d9900f..f02a82afb2d8 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,2 +1,2 @@ -MD5 (imp-h3-4.0.2.tar.gz) = a676aa84a9722b4107f557a124cb48a6 -SIZE (imp-h3-4.0.2.tar.gz) = 2960421 +MD5 (imp-h3-4.0.3.tar.gz) = 42e7232663f65c2edf5e5bb8c85e84f9 +SIZE (imp-h3-4.0.3.tar.gz) = 3060914 diff --git a/mail/imp/files/patch-bug1367 b/mail/imp/files/patch-bug1367 deleted file mode 100644 index 83db997b1782..000000000000 --- a/mail/imp/files/patch-bug1367 +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/IMP.php.orig Wed Jan 26 10:23:02 2005 -+++ lib/IMP.php Mon Feb 14 21:14:11 2005 -@@ -582,7 +582,7 @@ - - /* Add the list of mailboxes to the lists. */ - $showmbox = false; -- if (is_null($filter[0])) { -+ if (count($filter) && is_null($filter[0])) { - $showmbox = true; - array_shift($filter); - } |