ports/134642: [UPDATE] mail/extmail update to 1.1.0

[ Available lists | Index of freebsd-ports-bugs | Month of May 2009 | Week of 18 May 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Chifeng Qu <chifeng@gmail.com>
Date
18 May 2009 10:00:04
Subject
ports/134642: [UPDATE] mail/extmail update to 1.1.0
Message-ID
200905180954.n4I9sU1T069113@www.freebsd.org


[ Hide this part ]
 
>Number: 134642
>Category: ports
>Synopsis: [UPDATE] mail/extmail update to 1.1.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon May 18 10:00:03 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

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:
>Unformatted:

Elapsed time: 0.078 seconds