Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2021 18:10:59 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a62ec8a51f3 - main - games/DDNet: enable some more options by default
Message-ID:  <202105281810.14SIAxI2044732@gitrepo.freebsd.org>

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

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

commit 8a62ec8a51f32a5e705c0a95d21074932cd27de5
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-05-28 18:08:07 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-05-28 18:08:22 +0000

    games/DDNet: enable some more options by default
---
 games/DDNet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile
index abf356f5caf5..257b57c0fdbd 100644
--- a/games/DDNet/Makefile
+++ b/games/DDNet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	DDNet
 PORTVERSION=	15.4
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	https://ddnet.tw/downloads/
 
@@ -17,7 +18,7 @@ PORTDATA=	*
 DATADIR=	${PREFIX}/share/ddnet
 
 OPTIONS_DEFINE=		CLIENT TEST WEBSOCKETS MYSQL VIDEORECORDER UPNP
-OPTIONS_DEFAULT=	CLIENT TEST
+OPTIONS_DEFAULT=	CLIENT TEST VIDEORECORDER UPNP
 OPTIONS_SUB=		yes
 
 CLIENT_DESC=		Build game client



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