svn commit: r422154 - head/misc/fortune_strfile

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 14 19:25:20 UTC 2016


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


More information about the svn-ports-head mailing list