git: 8a62ec8a51f3 - main - games/DDNet: enable some more options by default

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 28 18:11:00 UTC 2021


The branch main has been updated by amdmi3:

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

commit 8a62ec8a51f32a5e705c0a95d21074932cd27de5
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-28 18:08:07 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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


More information about the dev-commits-ports-all mailing list