From owner-svn-ports-all@freebsd.org Mon Oct 15 09:27:27 2018 Return-Path: Delivered-To: svn-ports-all@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 6D59710D4D17; Mon, 15 Oct 2018 09:27:27 +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 245ED8C0C3; Mon, 15 Oct 2018 09:27:27 +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 1AB733133; Mon, 15 Oct 2018 09:27:27 +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 w9F9RQv6037263; Mon, 15 Oct 2018 09:27:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F9RQWS037261; Mon, 15 Oct 2018 09:27:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810150927.w9F9RQWS037261@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:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482144 - branches/2018Q4/games/bloboats X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2018Q4/games/bloboats X-SVN-Commit-Revision: 482144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 09:27:27 -0000 Author: ehaupt Date: Mon Oct 15 09:27:26 2018 New Revision: 482144 URL: https://svnweb.freebsd.org/changeset/ports/482144 Log: MFH: r482143 - 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] Approved by: ports-secteam (blanket) Modified: branches/2018Q4/games/bloboats/Makefile branches/2018Q4/games/bloboats/pkg-descr Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/bloboats/Makefile ============================================================================== --- branches/2018Q4/games/bloboats/Makefile Mon Oct 15 09:25:22 2018 (r482143) +++ branches/2018Q4/games/bloboats/Makefile Mon Oct 15 09:27:26 2018 (r482144) @@ -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: branches/2018Q4/games/bloboats/pkg-descr ============================================================================== --- branches/2018Q4/games/bloboats/pkg-descr Mon Oct 15 09:25:22 2018 (r482143) +++ branches/2018Q4/games/bloboats/pkg-descr Mon Oct 15 09:27:26 2018 (r482144) @@ -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