svn commit: r369437 - in head: lang/kroc net/slirp

Antoine Brodin antoine at FreeBSD.org
Sun Sep 28 06:56:34 UTC 2014


Author: antoine
Date: Sun Sep 28 06:56:33 2014
New Revision: 369437
URL: http://svnweb.freebsd.org/changeset/ports/369437
QAT: https://qat.redports.org/buildarchive/r369437/

Log:
  Deprecate ports broken for more than 6 months

Modified:
  head/lang/kroc/Makefile
  head/net/slirp/Makefile

Modified: head/lang/kroc/Makefile
==============================================================================
--- head/lang/kroc/Makefile	Sun Sep 28 06:47:29 2014	(r369436)
+++ head/lang/kroc/Makefile	Sun Sep 28 06:56:33 2014	(r369437)
@@ -13,6 +13,8 @@ MAINTAINER=	tdb at FreeBSD.org
 COMMENT=	The Kent Retargetable occam-pi Compiler
 
 BROKEN=		Fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2014-10-28
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png

Modified: head/net/slirp/Makefile
==============================================================================
--- head/net/slirp/Makefile	Sun Sep 28 06:47:29 2014	(r369436)
+++ head/net/slirp/Makefile	Sun Sep 28 06:56:33 2014	(r369437)
@@ -11,6 +11,8 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	(C)SLIP/PPP emulator for users with shell accounts
 
 BROKEN=		Does not build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2014-10-28
 
 # serious LP64 issues
 ONLY_FOR_ARCHS=	i386


More information about the svn-ports-head mailing list