From nobody Tue Dec 21 19:41:38 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6EC6D1900D99; Tue, 21 Dec 2021 19:41:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJRfY3x75z4xY6; Tue, 21 Dec 2021 19:41:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D89717A80; Tue, 21 Dec 2021 19:41:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BLJfcBB022965; Tue, 21 Dec 2021 19:41:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJfcYN022964; Tue, 21 Dec 2021 19:41:38 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:41:38 GMT Message-Id: <202112211941.1BLJfcYN022964@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 887705439d9a - main - mail/libpst: Use ImageMagick 7 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 887705439d9a614a332f6af33c9a41e8c8de7c5f Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640115702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1nRSpiHXrhsVP5U720lwXsf3flhKSg/kY3BP8D+FCXk=; b=nelqe9UgXydDHyCSpQ8FO4YzG9PPAXcxeuxuvP8JjM5b33eVoJ4cE9sPvAc+uo0wIsDJwy uMWhBEHWmAET+o4+sR4HbMVe9RyhDDCCcjX4hIMWs/Fug1JTYQOd4OLOUPq+kXZyysFMET dvbK+nvYziHL9S1WQRm/cRDWV0KDhfISsIxFaxjrVMyEABrrvoLLuX2gThczVFV3Azc/MA UaYMb95N5Fi4CP5adceaLdUig0562ZEIKDwTsOktb0xlMVL9O32A7J6B25WUYpbJVWo75I 4W7bwi+L4B/IVcbtC4wzhSQbzIfFU7n2nhKAJM5bJVchXCcmYnUjwjlxWaNKYQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640115702; a=rsa-sha256; cv=none; b=O058qOblrwi/BJIYjyLthhYFmb9BuTveX7JuiClblcHubV/x5nRRxZviN1VJg7btDsli5B vWhGOD/FMfdIYZhyhj30CoJrjbhrqN9Qllv6kPGYMIEvZ3oXqalPZvCbTgI2PDiKn1YV4o MVCtS3SQex/FD+IaEUmcRxOYpzPnyF84u6n7vT1aV+h5aGgiViM7GRgmBB2K6cuzv/ScWR ReYIsP1WKJWPtn8pOsYiPMRK0VQZCZ6lsjPPXr0tUHxY9Mfp3YUKlRV5rK5zAt0SkyegN3 48cqKgh0dzq0l6l9AvgxN0qHU/tb0aWXWBk/qyfz7VlSbUhlrZG+2lvAiWp7Bg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=887705439d9a614a332f6af33c9a41e8c8de7c5f commit 887705439d9a614a332f6af33c9a41e8c8de7c5f Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 18:46:26 +0000 Commit: Po-Chuan Hsieh 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'