git: 8c8b1909fc45 - main - www/freenginx-devel: enable third-party modules (+)

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Sun, 02 Nov 2025 22:20:06 UTC
The branch main has been updated by osa:

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

commit 8c8b1909fc451a1e14b688c13cbe4e9b108ad789
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-02 22:18:54 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-02 22:18:54 +0000

    www/freenginx-devel: enable third-party modules (+)
    
    - sts
    - vod
    
    Bump PORTREVISION.
    
    Sponsored by:   tipi.work
---
 www/freenginx-devel/Makefile        | 2 +-
 www/freenginx-devel/Makefile.ignore | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index 848111a83e84..fb54161434b4 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	freenginx
 PORTVERSION=	${NGINX_VERSION}
 .include "version.mk"
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	www
 MASTER_SITES=	https://freenginx.org/download/ \
 		LOCAL/osa
diff --git a/www/freenginx-devel/Makefile.ignore b/www/freenginx-devel/Makefile.ignore
index aabff92885fb..ebba4831a1e8 100644
--- a/www/freenginx-devel/Makefile.ignore
+++ b/www/freenginx-devel/Makefile.ignore
@@ -9,11 +9,3 @@ IGNORE=		lua stream module: patching is required
 .if ${PORT_OPTIONS:MPASSENGER}
 IGNORE=		passenger module: patching is required
 .endif
-
-.if ${PORT_OPTIONS:MSTS}
-IGNORE=		sts module: patching is required
-.endif
-
-.if ${PORT_OPTIONS:MVOD}
-IGNORE=		vod module: patching is required
-.endif