From owner-svn-ports-head@freebsd.org Sat Jun 15 08:08:53 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57DCE15C000F; Sat, 15 Jun 2019 08:08:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F23226C29E; Sat, 15 Jun 2019 08:08:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC59524410; Sat, 15 Jun 2019 08:08:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5F88qe0045975; Sat, 15 Jun 2019 08:08:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5F88pnm045971; Sat, 15 Jun 2019 08:08:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201906150808.x5F88pnm045971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 15 Jun 2019 08:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504235 - in head/games: ggz-client-libs ggz-gtk-client ggz-gtk-games ggz-sdl-games ggz-txt-client X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/games: ggz-client-libs ggz-gtk-client ggz-gtk-games ggz-sdl-games ggz-txt-client X-SVN-Commit-Revision: 504235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F23226C29E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2019 08:08:53 -0000 Author: tobik Date: Sat Jun 15 08:08:51 2019 New Revision: 504235 URL: https://svnweb.freebsd.org/changeset/ports/504235 Log: Deprecate games/ggz-* "The GGZ Gaming Zone" development seems to have been abandoned upstream ~10 years ago without any apparent active servers left. Modified: head/games/ggz-client-libs/Makefile head/games/ggz-gtk-client/Makefile head/games/ggz-gtk-games/Makefile head/games/ggz-sdl-games/Makefile head/games/ggz-txt-client/Makefile Modified: head/games/ggz-client-libs/Makefile ============================================================================== --- head/games/ggz-client-libs/Makefile Sat Jun 15 08:04:47 2019 (r504234) +++ head/games/ggz-client-libs/Makefile Sat Jun 15 08:08:51 2019 (r504235) @@ -9,6 +9,9 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Core Client Libraries +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-06-30 + LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gettext libtool Modified: head/games/ggz-gtk-client/Makefile ============================================================================== --- head/games/ggz-gtk-client/Makefile Sat Jun 15 08:04:47 2019 (r504234) +++ head/games/ggz-gtk-client/Makefile Sat Jun 15 08:08:51 2019 (r504235) @@ -12,6 +12,9 @@ COMMENT= The GGZ Gaming Zone - GTK+ Frontend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-06-30 + USES= gettext libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/games/ggz-gtk-games/Makefile ============================================================================== --- head/games/ggz-gtk-games/Makefile Sat Jun 15 08:04:47 2019 (r504234) +++ head/games/ggz-gtk-games/Makefile Sat Jun 15 08:08:51 2019 (r504235) @@ -9,6 +9,9 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - GTK+ Games +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-06-30 + RUN_DEPENDS= ${LOCALBASE}/bin/ggz-gtk:games/ggz-gtk-client USES= gettext pkgconfig Modified: head/games/ggz-sdl-games/Makefile ============================================================================== --- head/games/ggz-sdl-games/Makefile Sat Jun 15 08:04:47 2019 (r504234) +++ head/games/ggz-sdl-games/Makefile Sat Jun 15 08:08:51 2019 (r504235) @@ -9,6 +9,9 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - SDL-based games +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-06-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USES= gettext Modified: head/games/ggz-txt-client/Makefile ============================================================================== --- head/games/ggz-txt-client/Makefile Sat Jun 15 08:04:47 2019 (r504234) +++ head/games/ggz-txt-client/Makefile Sat Jun 15 08:08:51 2019 (r504235) @@ -9,6 +9,9 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Console (Text) Frontend +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-06-30 + USES= gettext readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug