svn commit: r382466 - in head/games: spring springlobby wmfortune

Antoine Brodin antoine at FreeBSD.org
Sat Mar 28 11:52:04 UTC 2015


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 at 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


More information about the svn-ports-head mailing list