From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 9 05:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3DBBE for ; Sat, 9 Feb 2013 05:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DEB2974 for ; Sat, 9 Feb 2013 05:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r195o0CQ073771 for ; Sat, 9 Feb 2013 05:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r195o0dk073770; Sat, 9 Feb 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2013 05:50:00 GMT Resent-Message-Id: <201302090550.r195o0dk073770@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, TAKATSU Tomonari Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05858B92 for ; Sat, 9 Feb 2013 05:44:52 +0000 (UTC) (envelope-from tota@rtfm.jp) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id CB80995D for ; Sat, 9 Feb 2013 05:44:51 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id C4195B84B; Sat, 9 Feb 2013 14:34:26 +0900 (JST) Message-Id: <20130209053426.C4195B84B@rtfm.jp> Date: Sat, 9 Feb 2013 14:34:26 +0900 (JST) From: TAKATSU Tomonari To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175977: [PATCH] mail/libpst: update to 0.6.58 Cc: chifeng@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 05:50:00 -0000 >Number: 175977 >Category: ports >Synopsis: [PATCH] mail/libpst: update to 0.6.58 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 05:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: none (private) >Environment: System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 >Description: - Update to 0.6.58 - Remove indefinite article from COMMENT - Remove redundant option from REINPLACE_CMD Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- libpst-0.6.58.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 311960) +++ Makefile (working copy) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= libpst -PORTVERSION= 0.6.55 +PORTVERSION= 0.6.58 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ MAINTAINER= chifeng@gmail.com -COMMENT= A tool for converting Outlook .pst files to mbox and other formats +COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 +LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf + GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes @@ -41,7 +43,7 @@ .endif post-patch: - ${FIND} -X ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -i "" \ + ${FIND} -X ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's/malloc.h/stdlib.h/g' ${REINPLACE_CMD} -e 's;doc\/@PACKAGE@-@VERSION@;doc\/@PACKAGE@;g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in Index: distinfo =================================================================== --- distinfo (revision 311960) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libpst-0.6.55.tar.gz) = ef69d87ae5e28175c2abeb8ae5e714eae218a0c950a5071a16fefb851e2912c5 -SIZE (libpst-0.6.55.tar.gz) = 13444072 +SHA256 (libpst-0.6.58.tar.gz) = 585222d78ce288b390bea4e03b0a8d394f66a944db5a85d9eaa34a50cecd5cd4 +SIZE (libpst-0.6.58.tar.gz) = 13903372 --- libpst-0.6.58.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: