From owner-freebsd-ports Mon Apr 8 15:51:25 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 3A5F737B405 for ; Mon, 8 Apr 2002 15:50:22 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38Mo1B85619; Mon, 8 Apr 2002 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 994F437B4C3 for ; Mon, 8 Apr 2002 15:42:40 -0700 (PDT) Received: from graf.pompo.net (lyon-6-a7-62-147-115-110.dial.proxad.net [62.147.115.110]) by postfix2-1.free.fr (Postfix) with ESMTP id 51DFD389 for ; Tue, 9 Apr 2002 00:42:18 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 5C4A7750D; Tue, 9 Apr 2002 00:41:48 +0200 (CEST) Message-Id: <20020408224148.5C4A7750D@graf.pompo.net> Date: Tue, 9 Apr 2002 00:41:48 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36906: mail/imp3: upgrade from 3.0 to 3.1 RC2. 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: 36906 >Category: ports >Synopsis: mail/imp3: upgrade from 3.0 to 3.1 RC2. >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: Mon Apr 08 15:50:01 PDT 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 RC2. N.B.: this PR supersedes PR ports/35871. >How-To-Repeat: N/A. >Fix: Pre-requisite: this patch must be applied after PR ports/36904. 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 Mon Apr 8 20:56:29 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}-RC2 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 Mon Apr 8 22:20:42 2002 @@ -1 +1 @@ -MD5 (imp-3.0.tar.gz) = d941d7b11231c771fb801ae8010e7271 +MD5 (imp-3.1-RC2.tar.gz) = 9ed5ba6a0cf7e8959201bc2cb0e0c2d1 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 Mon Apr 8 22:31:19 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 @@ -79,11 +79,11 @@ %%IMPDIR%%/graphics/search.gif %%IMPDIR%%/graphics/signed.gif %%IMPDIR%%/graphics/spellcheck.gif +%%IMPDIR%%/graphics/thread.gif %%IMPDIR%%/graphics/unseen.gif %%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 +98,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 @@ -115,22 +120,29 @@ %%IMPDIR%%/locale/fr_FR/help.xml %%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/it_IT/help.xml +%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo %%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/ru_win/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_win/help.xml +%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/pt_PT/help.xml +%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/ru_RU/help.xml +%%IMPDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/ru_RU.KOI8-R/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 +155,28 @@ %%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/ja_JP.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/ru_win.po +%%IMPDIR%%/po/pt_PT.po +%%IMPDIR%%/po/ru_RU.po +%%IMPDIR%%/po/ru_RU.KOI8-R.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 +192,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 +214,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 +236,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 +260,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,28 +269,38 @@ @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 @dirrm %%IMPDIR%%/locale/fr_FR @dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%IMPDIR%%/locale/it_IT +@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/ja_JP @dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES @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/ru_win/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ru_win +@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/pt_PT +@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/ru_RU +@dirrm %%IMPDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/ru_RU.KOI8-R +@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 +308,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