From owner-svn-ports-all@FreeBSD.ORG Tue Mar 10 15:15:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74088F36; Tue, 10 Mar 2015 15:15:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54E5BCB1; Tue, 10 Mar 2015 15:15:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2AFF2Ma075361; Tue, 10 Mar 2015 15:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2AFF1Vt075352; Tue, 10 Mar 2015 15:15:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503101515.t2AFF1Vt075352@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 10 Mar 2015 15:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380937 - head/mail/libpst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 15:15:02 -0000 Author: sunpoet Date: Tue Mar 10 15:15:00 2015 New Revision: 380937 URL: https://svnweb.freebsd.org/changeset/ports/380937 QAT: https://qat.redports.org/buildarchive/r380937/ Log: - Update to 0.6.64 - Add my LOCAL to MASTER_SITES - Reformat pkg-descr Changes: http://hg.five-ten-sg.com/libpst/file/default/ChangeLog http://hg.five-ten-sg.com/libpst/file/default/NEWS Modified: head/mail/libpst/Makefile head/mail/libpst/distinfo head/mail/libpst/pkg-descr Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Tue Mar 10 15:14:52 2015 (r380936) +++ head/mail/libpst/Makefile Tue Mar 10 15:15:00 2015 (r380937) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libpst -PORTVERSION= 0.6.63 -PORTREVISION= 2 +PORTVERSION= 0.6.64 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ - http://fossies.org/unix/privat/ + http://fossies.org/unix/privat/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for converting Outlook .pst files to mbox and other formats Modified: head/mail/libpst/distinfo ============================================================================== --- head/mail/libpst/distinfo Tue Mar 10 15:14:52 2015 (r380936) +++ head/mail/libpst/distinfo Tue Mar 10 15:15:00 2015 (r380937) @@ -1,2 +1,2 @@ -SHA256 (libpst-0.6.63.tar.gz) = 5f522606fb7b97d6e31bc2490dcce77b89ec77e12ade4af4551290f953483062 -SIZE (libpst-0.6.63.tar.gz) = 13853290 +SHA256 (libpst-0.6.64.tar.gz) = 13c4f26f422b571c08ec5f602d878527606a435408724b1bf90a11e31dc17fe3 +SIZE (libpst-0.6.64.tar.gz) = 13861215 Modified: head/mail/libpst/pkg-descr ============================================================================== --- head/mail/libpst/pkg-descr Tue Mar 10 15:14:52 2015 (r380936) +++ head/mail/libpst/pkg-descr Tue Mar 10 15:15:00 2015 (r380937) @@ -1,11 +1,11 @@ -readpst: A tool for converting Outlook .pst files to Unix mbox and -other formats. +readpst: A tool for converting Outlook .pst files to Unix mbox and other +formats. -This version can now convert both 32-bit Outlook files (pre-2003), -and the 64-bit Outlook 2003 .pst files. Utilities are supplied to -convert email messages to both mbox and MH mailbox formats, and to -DII load file format for use with many of the CT Summation products. -Contacts can be converted to a simple list, to vcard format, or to +This version can now convert both 32-bit Outlook files (pre-2003), and the +64-bit Outlook 2003 .pst files. Utilities are supplied to convert email messages +to both mbox and MH mailbox formats, and to DII load file format for use with +many of the CT Summation products. Contacts can be converted to a simple list, +to vcard format, or to .ldif format for import to an LDAP server. WWW: http://www.five-ten-sg.com/libpst/