Index: head/mail/libpst/Makefile =================================================================== --- head/mail/libpst/Makefile (revision 490586) +++ head/mail/libpst/Makefile (revision 490587) @@ -1,42 +1,42 @@ # Created by: Nate Underwood # $FreeBSD$ PORTNAME= libpst PORTVERSION= 0.6.72 CATEGORIES= mail converters -MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ +MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \ https://fossies.org/unix/privat/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsf-1.so:devel/libgsf OPTIONS_DEFINE= DOCS PST2DII OPTIONS_SUB= yes PST2DII_DESC= Allow Summation Document Image Information output CONFIGURE_ARGS= --disable-python --enable-libpst-shared GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= gmake iconv libtool pathfix pkgconfig PORTDOCS= * PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick6 PST2DII_CONFIGURE_OFF= --enable-dii=no PST2DII_CONFIGURE_ON= --enable-dii=yes PST2DII_LIB_DEPENDS= libgd.so:graphics/gd PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick6 post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${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 @${REINPLACE_CMD} -e '/html_DATA =/ s|COPYING ||' ${WRKSRC}/Makefile.in .include Index: head/mail/libpst/pkg-descr =================================================================== --- head/mail/libpst/pkg-descr (revision 490586) +++ head/mail/libpst/pkg-descr (revision 490587) @@ -1,10 +1,10 @@ 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 .ldif format for import to an LDAP server. -WWW: http://www.five-ten-sg.com/libpst/ +WWW: https://www.five-ten-sg.com/libpst/