Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 19:25:19 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422154 - head/misc/fortune_strfile
Message-ID:  <201609141925.u8EJPJb8077087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Sep 14 19:25:19 2016
New Revision: 422154
URL: https://svnweb.freebsd.org/changeset/ports/422154

Log:
  Mark deprecated as it has no maintainer and is already in base.
  
  With hat:	portmgr

Modified:
  head/misc/fortune_strfile/Makefile

Modified: head/misc/fortune_strfile/Makefile
==============================================================================
--- head/misc/fortune_strfile/Makefile	Wed Sep 14 19:19:28 2016	(r422153)
+++ head/misc/fortune_strfile/Makefile	Wed Sep 14 19:25:19 2016	(r422154)
@@ -13,6 +13,9 @@ COMMENT=	Duplicate of strfile(8)
 PROGRAM=	fortune_strfile
 PLIST_FILES=	bin/${PROGRAM}
 
+DEPRECATED=	unmaintained and duplicated from base
+EXPIRATION_DATE=	2016-10-14
+
 do-build:
 	${MKDIR} ${WRKSRC}
 	${CC} ${CFLAGS} -o ${WRKSRC}/${PROGRAM} ${FILESDIR}/strfile.c



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