svn commit: r506790 - head/devel/ddd

Tobias Kortkamp tobik at FreeBSD.org
Wed Jul 17 04:19:47 UTC 2019


Author: tobik
Date: Wed Jul 17 04:19:46 2019
New Revision: 506790
URL: https://svnweb.freebsd.org/changeset/ports/506790

Log:
  Deprecate devel/ddd
  
  It does not work with modern gdb.
  
  While here reset MAINTAINER.
  
  PR:		238984, 226827
  Approved by:	maintainer timeout (~1.5 years based on PR 226827)
  Reported by:	jhb

Modified:
  head/devel/ddd/Makefile

Modified: head/devel/ddd/Makefile
==============================================================================
--- head/devel/ddd/Makefile	Wed Jul 17 04:15:10 2019	(r506789)
+++ head/devel/ddd/Makefile	Wed Jul 17 04:19:46 2019	(r506790)
@@ -7,8 +7,11 @@ PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
-MAINTAINER=	sergio at softshark.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
+
+DEPRECATED=	does not work with modern gdb
+EXPIRATION_DATE=	2019-07-31
 
 USES=		cpe gmake makeinfo motif
 USE_XORG=	xpm


More information about the svn-ports-head mailing list