Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2023 14:52:38 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29e25c557566 - main - www/nginx: unbreak build after 18c6e1827669 (+)
Message-ID:  <202301181452.30IEqcFj008693@gitrepo.freebsd.org>

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

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

commit 29e25c5575666a068d6bbe949249241891719f4a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-01-18 14:51:03 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-01-18 14:52:19 +0000

    www/nginx: unbreak build after 18c6e1827669 (+)
    
    Changes in framework need adjustment for declared options.
    
    *_USE=ruby now became as *_USES=ruby
    
    Approved by:    portmgr blanket
---
 www/nginx/Makefile.extmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index 38bfb60bc974..fa7472f5823f 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -247,7 +247,7 @@ OPENTRACING_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-nginx-opentracing-opentracing
 
 PASSENGER_NGINX_VER=	6.0.15
 PASSENGER_CATEGORIES=	ruby
-PASSENGER_USE=		ruby=yes
+PASSENGER_USES=		ruby
 PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
 PASSENGER_RAKE_BIN=	${LOCALBASE}/bin/rake
 PASSENGER_MASTER_SITES=	http://s3.amazonaws.com/phusion-passenger/releases/:passenger



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