diff options
author | Alan Hicks <ahicks@p-o.co.uk> | 2025-10-04 14:21:41 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-04 14:24:16 +0900 |
commit | dafe8e968a9042c0a2e9a026e6bb94b82ce1cc1a (patch) | |
tree | 155046a03af165ff35f11cb7b806748c88484598 | |
parent | audio/mythplugin-mythmusic: update to 35.0 (diff) |
www/mythplugin-mythweb: mark as DEPRECATED
mythweb is no longer maintained in MythTV project. The port is now
marked as DEPRECATED without a specific EXPIRATION_DATE since it will
still work.
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index 7ae492fbc01d..86504369cbfc 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -2,6 +2,7 @@ PORTNAME= mythweb DISTVERSIONPREFIX= v DISTVERSION= 34.0 DISTVERSIONSUFFIX= -g92f0f9bc +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= mythplugin- @@ -12,26 +13,27 @@ WWW= https://www.mythtv.org/wiki/MythWeb LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= mythweb is no longer maintained in MythTV USES= php shebangfix perl5 -USE_PERL5= run -USE_PHP= posix mysqli session sockets USE_GITHUB= yes GH_ACCOUNT= MythTV +USE_PERL5= run +USE_PHP= posix mysqli session sockets SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \ modules/coverart/handler.pl modules/stream/*.pl -NO_BUILD= yes +REINPLACE_ARGS= -i "" NO_ARCH= yes -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" +NO_BUILD= yes SUB_FILES= pkg-message -REINPLACE_ARGS= -i "" +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" OPTIONS_DEFINE= APACHE LIGHTTPD NGINX OPTIONS_DEFAULT= APACHE +NGINX_DESC= Nginx server support APACHE_USES= apache LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd -NGINX_DESC= Nginx server support NGINX_RUN_DEPENDS= nginx:www/nginx post-patch: |