Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 15:26:13 +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: r352431 - in head: devel/clint math/py-graphtool
Message-ID:  <201404271526.s3RFQDam001630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr 27 15:26:12 2014
New Revision: 352431
URL: http://svnweb.freebsd.org/changeset/ports/352431
QAT: https://qat.redports.org/buildarchive/r352431/

Log:
  Deprecate ports broken for more than 6 months
  
  With hat:	portmgr

Modified:
  head/devel/clint/Makefile
  head/math/py-graphtool/Makefile

Modified: head/devel/clint/Makefile
==============================================================================
--- head/devel/clint/Makefile	Sun Apr 27 15:25:37 2014	(r352430)
+++ head/devel/clint/Makefile	Sun Apr 27 15:26:12 2014	(r352431)
@@ -25,6 +25,8 @@ USES=		gmake
 INFO=		clint
 MAKE_JOBS_UNSAFE=	yes
 BROKEN=		fails to find python.h
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2014-05-27
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \

Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile	Sun Apr 27 15:25:37 2014	(r352430)
+++ head/math/py-graphtool/Makefile	Sun Apr 27 15:26:12 2014	(r352431)
@@ -30,6 +30,8 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 BROKEN=                fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2014-05-27
 
 .if ${ARCH} == "powerpc"
 BROKEN=		Does not compile on powerpc: exhausts virtual memory



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