Date: Tue, 21 Dec 2021 19:41:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 887705439d9a - main - mail/libpst: Use ImageMagick 7 Message-ID: <202112211941.1BLJfcYN022964@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=887705439d9a614a332f6af33c9a41e8c8de7c5f commit 887705439d9a614a332f6af33c9a41e8c8de7c5f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 18:46:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 18:46:26 +0000 mail/libpst: Use ImageMagick 7 - Bump PORTREVISION for dependency change --- mail/libpst/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index cbec84b56ee2..983842989dce 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -2,6 +2,7 @@ PORTNAME= libpst PORTVERSION= 0.6.76 +PORTREVISION= 1 CATEGORIES= mail converters MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \ https://fossies.org/unix/privat/ \ @@ -29,8 +30,8 @@ OPTIONS_SUB= yes PST2DII_DESC= Allow Summation Document Image Information output PST2DII_CONFIGURE_ENABLE= dii -PST2DII_USES= localbase magick:6,build,run PST2DII_LIB_DEPENDS= libgd.so:graphics/gd +PST2DII_USES= localbase magick:7,build,run post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211941.1BLJfcYN022964>