From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 20 08:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30D1E106566C for ; Mon, 20 Apr 2009 08:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07FA28FC23 for ; Mon, 20 Apr 2009 08:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3K80CYw074299 for ; Mon, 20 Apr 2009 08:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3K80Ct0074298; Mon, 20 Apr 2009 08:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 20 Apr 2009 08:00:12 GMT Resent-Message-Id: <200904200800.n3K80Ct0074298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chifeng Qu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C8EA1065672 for ; Mon, 20 Apr 2009 07:56:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6ABD98FC1D for ; Mon, 20 Apr 2009 07:56:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3K7upO9037974 for ; Mon, 20 Apr 2009 07:56:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n3K7uptn037973; Mon, 20 Apr 2009 07:56:51 GMT (envelope-from nobody) Message-Id: <200904200756.n3K7uptn037973@www.freebsd.org> Date: Mon, 20 Apr 2009 07:56:51 GMT From: Chifeng Qu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133865: [UPDATE] mail/extmail update to 1.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 08:00:13 -0000 >Number: 133865 >Category: ports >Synopsis: [UPDATE] mail/extmail update to 1.0.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 20 08:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chifeng Qu >Release: FreeBSD 7.0-BETA2 >Organization: Extmail Team >Environment: FreeBSD chifeng.asia.corp.platform.com 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Fri Nov 2 16:47:33 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update mail/extmail to 1.0.9, please commit! Thanks! >How-To-Repeat: NONE. >Fix: apply this patch. Patch attached with submission follows: diff -ruN extmail.bak/Makefile extmail/Makefile --- extmail.bak/Makefile 2009-03-25 23:11:21.000000000 +0800 +++ extmail/Makefile 2009-04-20 05:46:18.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= extmail -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ @@ -35,7 +35,7 @@ .endif do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_BIN} . ${WWWDIR} @${CAT} ${PKGMESSAGE} .include diff -ruN extmail.bak/distinfo extmail/distinfo --- extmail.bak/distinfo 2009-03-26 02:31:41.000000000 +0800 +++ extmail/distinfo 2009-04-20 05:43:57.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (extmail-1.0.8.tar.gz) = 2f0386a9f1a973c283986a8abc5c3bbd -SHA256 (extmail-1.0.8.tar.gz) = 57b80cf9644a122cd2269978169ed960bdb7ed104fd6f8c4c2e2f0a055c4f08c -SIZE (extmail-1.0.8.tar.gz) = 687967 +MD5 (extmail-1.0.9.tar.gz) = 827a32785166dc73c9f03972122746b1 +SHA256 (extmail-1.0.9.tar.gz) = 42c1fcf1aa8ec8adb82570b38d1c87469ae193778b551d7d810ba0ee2fed8dd1 +SIZE (extmail-1.0.9.tar.gz) = 692142 diff -ruN extmail.bak/pkg-plist extmail/pkg-plist --- extmail.bak/pkg-plist 2009-03-17 07:13:25.000000000 +0800 +++ extmail/pkg-plist 2009-04-20 05:54:59.000000000 +0800 @@ -18,6 +18,7 @@ www/extmail/cgi/netdisk.cgi www/extmail/cgi/pref.cgi www/extmail/cgi/readmsg.cgi +www/extmail/cgi/search.cgi www/extmail/dispatch-init www/extmail/dispatch.fcgi www/extmail/dispatch_lig.sh @@ -165,6 +166,7 @@ www/extmail/html/default/images/prevpg.gif www/extmail/html/default/images/purge.gif www/extmail/html/default/images/rb.gif +www/extmail/html/default/images/search.gif www/extmail/html/default/images/sl.gif www/extmail/html/default/images/sort_asc.gif www/extmail/html/default/images/sort_desc.gif @@ -187,6 +189,7 @@ www/extmail/html/default/readmsg.html www/extmail/html/default/rich_abook.inc www/extmail/html/default/saveok.html +www/extmail/html/default/search.html www/extmail/html/default/sendok.html www/extmail/html/default/welcome.html www/extmail/html/default/whitelist.html @@ -294,6 +297,7 @@ www/extmail/libs/Ext/App/Message.pm www/extmail/libs/Ext/App/NetDisk.pm www/extmail/libs/Ext/App/Pref.pm +www/extmail/libs/Ext/App/Search.pm www/extmail/libs/Ext/Auth/Authlib.pm www/extmail/libs/Ext/Auth/LDAP.pm www/extmail/libs/Ext/Auth/MySQL.pm @@ -320,6 +324,7 @@ www/extmail/libs/Ext/Session.pm www/extmail/libs/Ext/Storage/Fileman.pm www/extmail/libs/Ext/Storage/Maildir.pm +www/extmail/libs/Ext/Storage/Search.pm www/extmail/libs/Ext/Template.pm www/extmail/libs/Ext/Unicode.pm www/extmail/libs/Ext/Unicode/IMAPUTF7.pm @@ -327,19 +332,17 @@ www/extmail/libs/Ext/Unicode/UTF8.pm www/extmail/libs/Ext/Utils.pm www/extmail/libs/HTML/KTemplate.pm -www/extmail/libs/MIME/Base64.pm -www/extmail/libs/MIME/QuotedPrint.pm www/extmail/libs/Mail/POP3Client.pm www/extmail/tools/abook_tpl.pl www/extmail/tools/abook_update.pl www/extmail/tools/cleansid.pl www/extmail/tools/decode www/extmail/tools/pkg_stats.sh +www/extmail/tools/spam_report.pl www/extmail/tools/suid-with www/extmail/webmail.cf.default @dirrm www/extmail/tools @dirrm www/extmail/libs/Mail -@dirrm www/extmail/libs/MIME @dirrm www/extmail/libs/HTML @dirrm www/extmail/libs/Ext/Unicode @dirrm www/extmail/libs/Ext/Storage @@ -366,4 +369,4 @@ @dirrm www/extmail/html/default @dirrm www/extmail/html @dirrm www/extmail/cgi -@dirrmtry www/extmail +@dirrmtry www/extmail/ >Release-Note: >Audit-Trail: >Unformatted: