From owner-freebsd-ports Wed Mar 13 14:50:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B16637B417 for ; Wed, 13 Mar 2002 14:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DMo1r45195; Wed, 13 Mar 2002 14:50:01 -0800 (PST) (envelope-from gnats) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id E0A3137B416 for ; Wed, 13 Mar 2002 14:40:51 -0800 (PST) Received: from graf.pompo.net (lyon-6-a7-115-17.dial.proxad.net [62.147.115.17]) by postfix3-2.free.fr (Postfix) with ESMTP id 0027817E29 for ; Wed, 13 Mar 2002 23:40:48 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id E1B9F750F; Wed, 13 Mar 2002 23:40:45 +0100 (CET) Message-Id: <20020313224045.E1B9F750F@graf.pompo.net> Date: Wed, 13 Mar 2002 23:40:45 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35871: mail/imp3: upgrade from 3.0 to 3.1 RC1. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35871 >Category: ports >Synopsis: mail/imp3: upgrade from 3.0 to 3.1 RC1. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 13 14:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.5-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Mar 9 11:54:44 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: This patch upgrades IMP from 3.0 to 3.1 RC1. >How-To-Repeat: N/A. >Fix: Pre-requisite: this patch must be applied after PR ports/35870. Then, apply the following patch: diff -urN /usr/ports/mail/imp3.orig/Makefile /usr/ports/mail/imp3/Makefile --- /usr/ports/mail/imp3.orig/Makefile Sun Mar 10 15:44:59 2002 +++ /usr/ports/mail/imp3/Makefile Wed Mar 13 00:30:43 2002 @@ -6,10 +6,10 @@ # PORTNAME= imp -PORTVERSION= 3.0 -PORTREVISION= 2 +PORTVERSION= 3.1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 MAINTAINER= thierry@pompo.net @@ -123,6 +123,7 @@ CONFFILE= conf.php filter.txt header.txt html.php menu.php \ mime_drivers.php motd.php prefs.php servers.php \ trailer.txt +SUB_DIRS= config graphics lib locale scripts templates po LHORDEDIR?= www/horde LIMPDIR?= ${LHORDEDIR}/imp @@ -226,9 +227,9 @@ do-install: @${MKDIR} ${IMPDIR} - @${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${IMPDIR} - @${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${WRKSRC}/templates ${IMPDIR} - @${CP} -Rp ${WRKSRC}/po ${IMPDIR} +.for REP in ${SUB_DIRS} + @${CP} -Rp ${WRKSRC}/${REP} ${IMPDIR} +.endfor @${CP} -p ${WRKSRC}/*.php ${IMPDIR} .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ diff -urN /usr/ports/mail/imp3.orig/distinfo /usr/ports/mail/imp3/distinfo --- /usr/ports/mail/imp3.orig/distinfo Sat Jan 19 17:58:08 2002 +++ /usr/ports/mail/imp3/distinfo Wed Mar 13 00:50:43 2002 @@ -1 +1 @@ -MD5 (imp-3.0.tar.gz) = d941d7b11231c771fb801ae8010e7271 +MD5 (imp-3.1-RC1.tar.gz) = 1524f271497e5ec759a827c18f4d7bb4 diff -urN /usr/ports/mail/imp3.orig/files/patch-aa /usr/ports/mail/imp3/files/patch-aa --- /usr/ports/mail/imp3.orig/files/patch-aa Sun Feb 17 11:47:53 2002 +++ /usr/ports/mail/imp3/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,31 +0,0 @@ ---- config/mime_drivers.php.dist.orig Mon Dec 24 04:51:49 2001 -+++ config/mime_drivers.php.dist Sun Feb 17 11:47:19 2002 -@@ -61,4 +61,28 @@ - $mime_drivers['imp']['html']['handles'] = array( - 'text/html', 'text/richtext' ); - -+/** -+ * Misc utilities -+ */ -+ -+/** -+ ** PGP/GnuPG Configuration -+ **/ -+ -+// Should we attempt to verify pgp/gpg signatures? -+//$conf['pgp']['enabled'] = false; -+ -+// If we are using gpg support, where is the gpg binary? -+//$conf['utils']['gpg'] = '%%LOCALBASE%%/bin/gpg'; -+ -+// What kind of binary are we using? Valid values are 'gpg', 'pgp2', -+// and 'pgp5'. -+//$conf['pgp']['type'] = 'gpg'; -+ -+// Where should we look for keyrings? -+//$conf['pgp']['conf_dir'] = '%%GNUPG_CNFDIR%%'; -+ -+// What keyserver should we use? -+//$conf['pgp']['keyserver'] = 'wwwkeys.pgp.net'; -+ - ?> diff -urN /usr/ports/mail/imp3.orig/pkg-plist /usr/ports/mail/imp3/pkg-plist --- /usr/ports/mail/imp3.orig/pkg-plist Sat Jan 19 17:58:08 2002 +++ /usr/ports/mail/imp3/pkg-plist Wed Mar 13 01:12:15 2002 @@ -17,7 +17,6 @@ %%IMPDIR%%/config/menu.php.dist %%IMPDIR%%/config/mime_drivers.php %%IMPDIR%%/config/mime_drivers.php.dist -%%IMPDIR%%/config/mime_drivers.php.dist.orig %%IMPDIR%%/config/motd.php %%IMPDIR%%/config/motd.php.dist %%IMPDIR%%/config/prefs.php @@ -28,6 +27,7 @@ %%IMPDIR%%/config/servers.php.dist.orig %%IMPDIR%%/config/trailer.txt %%IMPDIR%%/config/trailer.txt.dist +%%IMPDIR%%/contacts.php %%IMPDIR%%/filters.php %%IMPDIR%%/folders.php %%IMPDIR%%/graphics/addressbook-blue.gif @@ -83,7 +83,6 @@ %%IMPDIR%%/graphics/up.gif %%IMPDIR%%/identities.php %%IMPDIR%%/index.php -%%IMPDIR%%/intro.php %%IMPDIR%%/lib/.htaccess %%IMPDIR%%/lib/Folder.php %%IMPDIR%%/lib/IMP.php @@ -98,14 +97,19 @@ %%IMPDIR%%/lib/Tree.php %%IMPDIR%%/lib/api.php %%IMPDIR%%/lib/base.php +%%IMPDIR%%/lib/constants.php %%IMPDIR%%/lib/version.php %%IMPDIR%%/locale/.htaccess %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/cs_CZ/help.xml +%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/da_DK/help.xml %%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/de_DE/help.xml %%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/el_GR/help.xml +%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/et_EE/help.xml %%IMPDIR%%/locale/en_US/help.xml %%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/es_ES/help.xml @@ -119,18 +123,22 @@ %%IMPDIR%%/locale/ko_KR/help.xml %%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/nl_NL/help.xml -%%IMPDIR%%/locale/no_BOK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/no_BOK/help.xml +%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/nb_NO/help.xml %%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/pl_PL/help.xml %%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/pt_BR/help.xml +%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/pt_PT/help.xml %%IMPDIR%%/locale/ru_win/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/ru_win/help.xml +%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/sk_SK/help.xml %%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sv_SE/help.xml -%%IMPDIR%%/locale/uk/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/uk/help.xml +%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/uk_UA/help.xml %%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/zh_CN/help.xml %%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo @@ -143,22 +151,26 @@ %%IMPDIR%%/po/Makefile %%IMPDIR%%/po/README %%IMPDIR%%/po/cs_CZ.po +%%IMPDIR%%/po/da_DK.po %%IMPDIR%%/po/de_DE.po %%IMPDIR%%/po/el_GR.po %%IMPDIR%%/po/es_ES.po +%%IMPDIR%%/po/et_EE.po %%IMPDIR%%/po/extract.pl %%IMPDIR%%/po/fi_FI.po %%IMPDIR%%/po/fr_FR.po %%IMPDIR%%/po/it_IT.po %%IMPDIR%%/po/ko_KR.po %%IMPDIR%%/po/nl_NL.po -%%IMPDIR%%/po/no_BOK.po +%%IMPDIR%%/po/nb_NO.po %%IMPDIR%%/po/pl_PL.po %%IMPDIR%%/po/pt_BR.po +%%IMPDIR%%/po/pt_PT.po %%IMPDIR%%/po/ru_win.po %%IMPDIR%%/po/shtool +%%IMPDIR%%/po/sk_SK.po %%IMPDIR%%/po/sv_SE.po -%%IMPDIR%%/po/uk.po +%%IMPDIR%%/po/uk_UA.po %%IMPDIR%%/po/xgettext.sh %%IMPDIR%%/po/zh_CN.po %%IMPDIR%%/po/zh_TW.po @@ -174,6 +186,8 @@ %%IMPDIR%%/spelling.php %%IMPDIR%%/status.php %%IMPDIR%%/templates/.htaccess +%%IMPDIR%%/templates/contacts/contacts.inc +%%IMPDIR%%/templates/contacts/javascript.inc %%IMPDIR%%/templates/common-footer.inc %%IMPDIR%%/templates/common-header.inc %%IMPDIR%%/templates/compose/bounce.inc @@ -194,7 +208,6 @@ %%IMPDIR%%/templates/identities/manage.inc %%IMPDIR%%/templates/index/css.inc %%IMPDIR%%/templates/index/notconfigured.inc -%%IMPDIR%%/templates/intro/main.inc %%IMPDIR%%/templates/javascript/open_compose_win.js %%IMPDIR%%/templates/javascript/open_print_win.js %%IMPDIR%%/templates/login/login.inc @@ -217,12 +230,15 @@ %%IMPDIR%%/templates/message/navbar.inc %%IMPDIR%%/templates/message/navbar_aux_bottom.inc %%IMPDIR%%/templates/message/navbar_aux_top.inc +%%IMPDIR%%/templates/message/print.inc %%IMPDIR%%/templates/prefs/folderselect.inc %%IMPDIR%%/templates/prefs/identityselect.inc +%%IMPDIR%%/templates/prefs/initialpageselect.inc %%IMPDIR%%/templates/prefs/sourceselect.inc %%IMPDIR%%/templates/prefs/trashselect.inc %%IMPDIR%%/templates/search/javascript.inc %%IMPDIR%%/templates/search/main.inc +%%IMPDIR%%/test.php %%IMPDIR%%/view.php %%PORTDOCS%%@dirrm share/doc/imp etc/horde/httpd.conf.imp @@ -238,6 +254,8 @@ @dirrm %%IMPDIR%%/lib @dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%IMPDIR%%/locale/cs_CZ +@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/da_DK @dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%IMPDIR%%/locale/de_DE @dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES @@ -245,6 +263,8 @@ @dirrm %%IMPDIR%%/locale/en_US @dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%IMPDIR%%/locale/es_ES +@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/et_EE @dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%IMPDIR%%/locale/fi_FI @dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES @@ -255,18 +275,22 @@ @dirrm %%IMPDIR%%/locale/ko_KR @dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%IMPDIR%%/locale/nl_NL -@dirrm %%IMPDIR%%/locale/no_BOK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/no_BOK +@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/nb_NO @dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%IMPDIR%%/locale/pl_PL @dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%IMPDIR%%/locale/pt_BR +@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/pt_PT @dirrm %%IMPDIR%%/locale/ru_win/LC_MESSAGES @dirrm %%IMPDIR%%/locale/ru_win +@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/sk_SK @dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%IMPDIR%%/locale/sv_SE -@dirrm %%IMPDIR%%/locale/uk/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/uk +@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/uk_UA @dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES @dirrm %%IMPDIR%%/locale/zh_CN @dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES @@ -274,12 +298,12 @@ @dirrm %%IMPDIR%%/locale @dirrm %%IMPDIR%%/po @dirrm %%IMPDIR%%/scripts +@dirrm %%IMPDIR%%/templates/contacts @dirrm %%IMPDIR%%/templates/compose @dirrm %%IMPDIR%%/templates/filters @dirrm %%IMPDIR%%/templates/folders @dirrm %%IMPDIR%%/templates/identities @dirrm %%IMPDIR%%/templates/index -@dirrm %%IMPDIR%%/templates/intro @dirrm %%IMPDIR%%/templates/javascript @dirrm %%IMPDIR%%/templates/login @dirrm %%IMPDIR%%/templates/mailbox >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message