Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 11:52:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201503281152.t2SBq2U8093680@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281152.t2SBq2U8093680>