Date: Sat, 4 Oct 2025 14:30:02 +0900 From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, ahicks@p-o.co.uk Subject: Re: git: dafe8e968a90 - main - www/mythplugin-mythweb: mark as DEPRECATED Message-ID: <b701edb4-4aa8-41cb-94a7-a2db64a258a9@FreeBSD.org> In-Reply-To: <202510040524.5945OcAg079874@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
> The branch main has been updated by tagattie: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=dafe8e968a9042c0a2e9a026e6bb94b82ce1cc1a > > commit dafe8e968a9042c0a2e9a026e6bb94b82ce1cc1a > Author: Alan Hicks <ahicks@p-o.co.uk> > AuthorDate: 2025-10-04 05:21:41 +0000 > Commit: Hiroki Tagato <tagattie@FreeBSD.org> > CommitDate: 2025-10-04 05:24:16 +0000 > > 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. I forgot to include the PR number in this commit. Sorry. PR: 285284 Reported by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) > --- > www/mythplugin-mythweb/Makefile | 14 ++++++++------ > 1 file 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:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b701edb4-4aa8-41cb-94a7-a2db64a258a9>
