git: faac1ffc0680 - main - mail/libpst: Relax USES=magick to use default version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 15:54:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=faac1ffc06802173f9efbf1191b5db5a1ae4cc87 commit faac1ffc06802173f9efbf1191b5db5a1ae4cc87 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:17:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:47:43 +0000 mail/libpst: Relax USES=magick to use default version - Bump PORTREVISION for dependency change --- mail/libpst/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 088f943b845b..397886775784 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpst PORTVERSION= 0.6.76 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail converters MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \ https://fossies.org/unix/privat/ \ @@ -30,7 +30,7 @@ PST2DII_DESC= Allow Summation Document Image Information output PST2DII_CONFIGURE_ENABLE= dii PST2DII_LIB_DEPENDS= libgd.so:graphics/gd -PST2DII_USES= localbase magick:7,build,run +PST2DII_USES= localbase magick:build,run post-patch: @${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'