From nobody@FreeBSD.org  Mon May 18 09:54:30 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 929EB1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 09:54:30 +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 801D38FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 09:54:30 +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 n4I9sUk3069127
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 May 2009 09:54:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4I9sU1T069113;
	Mon, 18 May 2009 09:54:30 GMT
	(envelope-from nobody)
Message-Id: <200905180954.n4I9sU1T069113@www.freebsd.org>
Date: Mon, 18 May 2009 09:54:30 GMT
From: Chifeng Qu <chifeng@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] mail/extmail update to 1.1.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134642
>Category:       ports
>Synopsis:       [UPDATE] mail/extmail update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 18 10:00:03 UTC 2009
>Closed-Date:    Mon May 18 16:11:32 UTC 2009
>Last-Modified:  Mon May 18 16:20:01 UTC 2009
>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

ports update from 1.0.9 to 1.1.0, 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-05-18 17:31:42.000000000 +0800
+++ extmail/Makefile	2009-05-18 17:44:09.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	extmail
-PORTVERSION=	1.0.9
+PORTVERSION=	1.1.0
 CATEGORIES=	mail
 MASTER_SITES=	http://www.chifeng.name/dist/extmail/ \
 		http://mirror3.extmail.net/dist/
@@ -35,7 +35,8 @@
 .endif
 
 do-install:
-	@cd ${WRKSRC} && ${COPYTREE_BIN} . ${WWWDIR}
+	@${MKDIR} ${WWWDIR}
+	@cd ${WRKSRC} && ${CP} -Rfp * ${WWWDIR}
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
diff -ruN extmail.bak/distinfo extmail/distinfo
--- extmail.bak/distinfo	2009-05-18 17:31:42.000000000 +0800
+++ extmail/distinfo	2009-05-18 17:39:00.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (extmail-1.0.9.tar.gz) = 827a32785166dc73c9f03972122746b1
-SHA256 (extmail-1.0.9.tar.gz) = 42c1fcf1aa8ec8adb82570b38d1c87469ae193778b551d7d810ba0ee2fed8dd1
-SIZE (extmail-1.0.9.tar.gz) = 692142
+MD5 (extmail-1.1.0.tar.gz) = ec2e2ad054ed6019476bcf077e6aad23
+SHA256 (extmail-1.1.0.tar.gz) = 1d5761e7874ebcb7ed6ce50b50b24e7bc210ec5f5ec927b9fd491050b0860ce1
+SIZE (extmail-1.1.0.tar.gz) = 692304


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon May 18 14:06:12 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134642 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Mon May 18 16:11:31 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134642 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134642: commit references a PR
Date: Mon, 18 May 2009 16:11:16 +0000 (UTC)

 amdmi3      2009-05-18 16:11:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/extmail         Makefile distinfo 
   Log:
   - Update to 1.1.0
   - Fix dependency on p5-BDB-LDAP
   
   PR:             134642
   Submitted by:   Chifeng Qu <chifeng@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.11      +4 -3      ports/mail/extmail/Makefile
   1.11      +3 -3      ports/mail/extmail/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
