From owner-svn-ports-head@freebsd.org Mon Oct 15 09:25:23 2018 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 47D6C10D4C5C; Mon, 15 Oct 2018 09:25:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1EEE8BF8F; Mon, 15 Oct 2018 09:25:22 +0000 (UTC) (envelope-from ehaupt@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 D4D123130; Mon, 15 Oct 2018 09:25:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F9PMFN036998; Mon, 15 Oct 2018 09:25:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F9PM1f036995; Mon, 15 Oct 2018 09:25:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810150925.w9F9PM1f036995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 15 Oct 2018 09:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482143 - head/games/bloboats X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/games/bloboats X-SVN-Commit-Revision: 482143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 15 Oct 2018 09:25:23 -0000 Author: ehaupt Date: Mon Oct 15 09:25:22 2018 New Revision: 482143 URL: https://svnweb.freebsd.org/changeset/ports/482143 Log: - Mark broken on 11.x [1] - Mark deprecated and set an expiration time of one month, upstream is gone [2] - Remove WWW (website no longer available) [2] - Drop maintainership PR: 226180 (related) Reported by: pkg-fallout [1], repology [2] MFH: 2018Q4 (blanket) Modified: head/games/bloboats/Makefile head/games/bloboats/pkg-descr Modified: head/games/bloboats/Makefile ============================================================================== --- head/games/bloboats/Makefile Mon Oct 15 09:22:24 2018 (r482142) +++ head/games/bloboats/Makefile Mon Oct 15 09:25:22 2018 (r482143) @@ -4,17 +4,21 @@ PORTNAME= bloboats PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= -source -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://bloboats.dy.fi/mirror/ \ LOCAL/ehaupt -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto +DEPRECATED= Upstream gone +EXPIRATION_DATE= 2018-11-15 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/copying.txt +BROKEN_FreeBSD_11= does not build on 11.X BROKEN_FreeBSD_12= does not build on 12.X # PR 226180 USES= dos2unix gmake Modified: head/games/bloboats/pkg-descr ============================================================================== --- head/games/bloboats/pkg-descr Mon Oct 15 09:22:24 2018 (r482142) +++ head/games/bloboats/pkg-descr Mon Oct 15 09:25:22 2018 (r482143) @@ -1,4 +1,2 @@ Bloboats is a boat racing game in the spirit of Elasto Mania or X-Moto. It introduces a handful of elements from Super Mario Bros-like games. - -WWW: http://bloboats.dy.fi/about.php