Date: Thu, 12 Mar 2009 09:19:57 GMT From: Chifeng Qu <chifeng@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132568: [UPDATE] update mail/extmail to 1.0.7 Message-ID: <200903120919.n2C9JvAs086073@www.freebsd.org> Resent-Message-ID: <200903120930.n2C9U25P036123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132568 >Category: ports >Synopsis: [UPDATE] update mail/extmail to 1.0.7 >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: Thu Mar 12 09:30:02 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: mail/extmail update to 1.0.7, 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 2008-12-18 11:18:20.000000000 +0800 +++ extmail/Makefile 2009-03-12 08:42:31.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= extmail -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ @@ -34,11 +34,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP .endif -OWCGIDIR= ${PREFIX}/www/extmail - do-install: - @${MKDIR} ${OWCGIDIR} - @cd ${WRKSRC} && ${CP} -Rpf * ${OWCGIDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff -ruN extmail.bak/distinfo extmail/distinfo --- extmail.bak/distinfo 2008-12-18 11:18:20.000000000 +0800 +++ extmail/distinfo 2009-03-12 08:36:56.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (extmail-1.0.5.tar.gz) = 97a935ad7571f15e6b01cba93ccdc4a6 -SHA256 (extmail-1.0.5.tar.gz) = 1e47611d210e59b28627010a398f16adca80c4bd33729055b8c9a5e4871e5276 -SIZE (extmail-1.0.5.tar.gz) = 685284 +MD5 (extmail-1.0.7.tar.gz) = 7ba7bb5e0d23cea1ba01ac15eca0283e +SHA256 (extmail-1.0.7.tar.gz) = f7443f8d2e8cda299518681a5c877e5347b490290690b6fab97baa733c423439 +SIZE (extmail-1.0.7.tar.gz) = 686741 diff -ruN extmail.bak/files/pkg-message.in extmail/files/pkg-message.in --- extmail.bak/files/pkg-message.in 2007-02-06 11:52:13.000000000 +0800 +++ extmail/files/pkg-message.in 2009-03-12 08:46:21.000000000 +0800 @@ -1,5 +1,5 @@ Please make a configure file for extmail. -cp %%PREFIX%%/www/extmail/webmail.cf.default %%PREFIX%%/www/extmail/webmail.cf +cp %%WWWDIR%%/webmail.cf.default %%WWWDIR%%/webmail.cf and referrence README and INSTALL to change it's some variable, enable it! diff -ruN extmail.bak/pkg-plist extmail/pkg-plist --- extmail.bak/pkg-plist 2008-12-18 11:18:22.000000000 +0800 +++ extmail/pkg-plist 2009-03-12 08:54:36.000000000 +0800 @@ -180,6 +180,7 @@ www/extmail/html/default/loading.html www/extmail/html/default/multifile_new.inc www/extmail/html/default/netdisk.html +www/extmail/html/default/notify.html www/extmail/html/default/pref.html www/extmail/html/default/pref_pop3.html www/extmail/html/default/print.html >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903120919.n2C9JvAs086073>