diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-10 23:15:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-10 23:15:00 +0800 |
commit | 51b4c64735d6877f7dff621af8757136ff73d83f (patch) | |
tree | 7e93ea92bcb2517a6ba916a156fabadc65dadf94 /mail | |
parent | 5e4f89fef0da6e0a2eead7b77fe2dad73c1d80d2 (diff) | |
download | freebsd-ports-gnome-51b4c64735d6877f7dff621af8757136ff73d83f.tar.gz freebsd-ports-gnome-51b4c64735d6877f7dff621af8757136ff73d83f.tar.zst freebsd-ports-gnome-51b4c64735d6877f7dff621af8757136ff73d83f.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 6 | ||||
-rw-r--r-- | mail/libpst/distinfo | 4 | ||||
-rw-r--r-- | mail/libpst/pkg-descr | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index ca23a58d3a8f..03916287ba52 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -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 diff --git a/mail/libpst/distinfo b/mail/libpst/distinfo index cad84aeba68b..ff8e156c89ef 100644 --- a/mail/libpst/distinfo +++ b/mail/libpst/distinfo @@ -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 diff --git a/mail/libpst/pkg-descr b/mail/libpst/pkg-descr index 7654dde62ef6..1e2776c43c3a 100644 --- a/mail/libpst/pkg-descr +++ b/mail/libpst/pkg-descr @@ -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/ |