From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 11:52:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19E1F988; Sat, 28 Mar 2015 11:52:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE07E96B; Sat, 28 Mar 2015 11:52:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SBq3UB093687; Sat, 28 Mar 2015 11:52:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SBq2U8093680; Sat, 28 Mar 2015 11:52:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201503281152.t2SBq2U8093680@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 28 Mar 2015 11:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382466 - in head/games: spring springlobby wmfortune X-SVN-Group: ports-head 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.18-1 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, 28 Mar 2015 11:52:04 -0000 Author: antoine Date: Sat Mar 28 11:52:01 2015 New Revision: 382466 URL: https://svnweb.freebsd.org/changeset/ports/382466 QAT: https://qat.redports.org/buildarchive/r382466/ Log: Deprecate ports broken for more than 6 months Modified: head/games/spring/Makefile head/games/springlobby/Makefile head/games/wmfortune/Makefile Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Sat Mar 28 11:38:59 2015 (r382465) +++ head/games/spring/Makefile Sat Mar 28 11:52:01 2015 (r382466) @@ -23,6 +23,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip BROKEN= Fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-04-30 # XXX: it should be possible to build it on i386, investigate # (currently link fails on undefined reference to __sync_fetch_and_add_8) ONLY_FOR_ARCHS= amd64 Modified: head/games/springlobby/Makefile ============================================================================== --- head/games/springlobby/Makefile Sat Mar 28 11:38:59 2015 (r382465) +++ head/games/springlobby/Makefile Sat Mar 28 11:52:01 2015 (r382466) @@ -14,6 +14,9 @@ COMMENT= Cross-platform lobby client for LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring games/spring +EXPIRATION_DATE= 2015-04-30 + RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs Modified: head/games/wmfortune/Makefile ============================================================================== --- head/games/wmfortune/Makefile Sat Mar 28 11:38:59 2015 (r382465) +++ head/games/wmfortune/Makefile Sat Mar 28 11:52:01 2015 (r382466) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that outputs fortune messages BROKEN= No public disfiles +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-04-30 PLIST_FILES= bin/wmfortune USES= gmake