From nobody@FreeBSD.org  Thu Oct 14 08:40:42 2010
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 8AE4A106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 08:40:42 +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 79C678FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 08:40:42 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9E8egiB009669
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 08:40:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9E8egrb009651;
	Thu, 14 Oct 2010 08:40:42 GMT
	(envelope-from nobody)
Message-Id: <201010140840.o9E8egrb009651@www.freebsd.org>
Date: Thu, 14 Oct 2010 08:40:42 GMT
From: Chifeng Qu <chifeng@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER-UPDATE] mail/libpst update to 0.6.49
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151446
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] mail/libpst update to 0.6.49
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 14 08:50:08 UTC 2010
>Closed-Date:    Thu Oct 14 11:12:22 UTC 2010
>Last-Modified:  Thu Oct 14 11:20:05 UTC 2010
>Originator:     Chifeng Qu
>Release:        FreeBSD 8.0-RELEASE
>Organization:
Platform
>Environment:
FreeBSD panabit.asia.corp.platform.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The port mail/libpst update from 0.6.47 to 0.6.49, please commit.
Thanks.
>How-To-Repeat:
NONE.
>Fix:
apply this patch.

Patch attached with submission follows:

diff -ruN libpst.bak/Makefile libpst/Makefile
--- libpst.bak/Makefile	2010-07-15 11:30:25.000000000 +0000
+++ libpst/Makefile	2010-10-14 16:20:06.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libpst
-PORTVERSION=	0.6.47
+PORTVERSION=	0.6.49
 CATEGORIES=	mail converters
 MASTER_SITES=	http://www.five-ten-sg.com/libpst/packages/
 
diff -ruN libpst.bak/distinfo libpst/distinfo
--- libpst.bak/distinfo	2010-07-12 11:29:12.000000000 +0000
+++ libpst/distinfo	2010-10-14 16:21:01.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (libpst-0.6.47.tar.gz) = 72e49f127ca1fff888d5a262e7a60d4e
-SHA256 (libpst-0.6.47.tar.gz) = a68ef956921987ed81af0d81ec469709ca5e278cf4d6691378b165aff862852f
-SIZE (libpst-0.6.47.tar.gz) = 1938755
+MD5 (libpst-0.6.49.tar.gz) = a0a0f927e82ab14bb042bd8bbd97c312
+SHA256 (libpst-0.6.49.tar.gz) = 6302bf919971a34b084f1496e17aaebcf39634a68a8962f35230d079b2be32d9
+SIZE (libpst-0.6.49.tar.gz) = 1962396


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Oct 14 09:32:42 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151446 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Oct 14 11:12:21 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151446: commit references a PR
Date: Thu, 14 Oct 2010 11:12:10 +0000 (UTC)

 sunpoet     2010-10-14 11:12:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/libpst          Makefile distinfo 
   Log:
   - Update to 0.6.49
   
   Changes:
     0.6.49 (2010-09-13)
       * fix to ignore embedded objects that are not email messages
     0.6.48 (2010-09-02)
       * fix for broken internet headers from Outlook.
       * fix ax_python.m4 to look for python2.7
       * Subpackage Licensing, add COPYING to -libs.
       * use mboxrd from quoting for output formats with multiple messages
         per file
       * use no from quoting for output formats with single message per file
   
   PR:             ports/151446
   Submitted by:   Chifeng Qu <chifeng@gmail.com> (maintainer)
   Approved by:    pgollucci (mentor, implicit)
   
   Revision  Changes    Path
   1.18      +1 -1      ports/mail/libpst/Makefile
   1.15      +3 -3      ports/mail/libpst/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:
