svn commit: r420405 - head/devel/gaphor

John Marino marino at FreeBSD.org
Thu Aug 18 14:44:01 UTC 2016


Author: marino
Date: Thu Aug 18 14:44:00 2016
New Revision: 420405
URL: https://svnweb.freebsd.org/changeset/ports/420405

Log:
  devel/gaphor: Mark broken, deprecate
  
  Runtime failure was reported 13 months ago (unknown how long the problem
  actually existed), it's never been fixed so apparently no one is using
  this port or is interested in fixing it.  Remove in 2 months.
  
  PR:	201280

Modified:
  head/devel/gaphor/Makefile

Modified: head/devel/gaphor/Makefile
==============================================================================
--- head/devel/gaphor/Makefile	Thu Aug 18 14:02:47 2016	(r420404)
+++ head/devel/gaphor/Makefile	Thu Aug 18 14:44:00 2016	(r420405)
@@ -17,6 +17,10 @@ DISTFILES=	${DOCKING_DISTNAME}${EXTRACT_
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	UML modeling environment written in Python
 
+BROKEN=		runtime failure, missing etk.docking
+DEPRECATED=	runtime failure uncorrected for 1 year after first report
+EXPIRATION_DATE=	2016-10-18
+
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0.10.4:devel/py-nose


More information about the svn-ports-all mailing list