Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2024 13:29:35 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 727be8db1efd - main - devel/arcanist-lib: Fix plist issue
Message-ID:  <202403251329.42PDTZv0028695@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=727be8db1efd3d7c2d6ae24d1f1d974c8e20413c

commit 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-03-25 13:23:33 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-03-25 13:26:10 +0000

    devel/arcanist-lib: Fix plist issue
    
    Leftover file default.pem should have been removed as part of
    03b792c59a524
    
    Reported by:    mfechner
---
 devel/arcanist-lib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile
index ed33bb9facd5..b5ffbe608260 100644
--- a/devel/arcanist-lib/Makefile
+++ b/devel/arcanist-lib/Makefile
@@ -76,6 +76,7 @@ do-install:
 	@${REINPLACE_CMD} \
 		's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \
 		${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/src/workflow/ArcanistAnoidWorkflow.php
+	${RM} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/ssl/default.pem
 	${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/support/shell/hooks/bash-completion.sh \
 		 ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc
 	${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/bin/arc shell-complete --generate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403251329.42PDTZv0028695>