Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2023 20:03:11 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf9c28003077 - main - www/newsboat: obey CARGO_ENV
Message-ID:  <202310042003.394K3Bkt056764@gitrepo.freebsd.org>

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

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

commit cf9c28003077703463187991bc153f8e7cd954d8
Author:     Marko Turk <mt-bugs@markoturk.info>
AuthorDate: 2023-10-04 17:19:32 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-04 20:01:39 +0000

    www/newsboat: obey CARGO_ENV
    
    PR:             272675
    Reported by:    debdrup
    MFH:            2023Q4
---
 www/newsboat/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile
index 05875e983f9f..b011eb7b5b0e 100644
--- a/www/newsboat/Makefile
+++ b/www/newsboat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	newsboat
 DISTVERSION=	2.30.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 MASTER_SITES=	https://newsboat.org/releases/${DISTVERSION}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -27,6 +27,7 @@ SHEBANG_FILES=	contrib/bookmark-evernote.sh contrib/exportOPMLWithTags.py \
 		contrib/slashdot.rb doc/examples/example-exec-script.py \
 		contrib/newsboat_reorganize.py
 
+MAKE_ENV=		${CARGO_ENV}
 CARGO_BUILD=		no
 CARGO_INSTALL=		no
 CARGO_TARGET_DIR=	${WRKSRC}/target



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