svn commit: r482496 - head/korean/man-doc

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 20 13:06:26 UTC 2018


Author: tobik
Date: Sat Oct 20 13:06:25 2018
New Revision: 482496
URL: https://svnweb.freebsd.org/changeset/ports/482496

Log:
  Deprecate korean/man-doc
  
  It is unmaintained, was last updated in 2002, some files have
  encoding errors [1], some appear to be machine translated [1], and
  it documents commands that have changed significantly since then
  with flags that no longer exist, new flags that are not documented,
  etc.
  
  PR:		212125 [1], 217826, 218176

Modified:
  head/korean/man-doc/Makefile

Modified: head/korean/man-doc/Makefile
==============================================================================
--- head/korean/man-doc/Makefile	Sat Oct 20 12:21:15 2018	(r482495)
+++ head/korean/man-doc/Makefile	Sat Oct 20 13:06:25 2018	(r482496)
@@ -13,6 +13,9 @@ DISTNAME=	ko-man-doc-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Korean online manual pages
 
+DEPRECATED=	unmaintained and outdated
+EXPIRATION_DATE=	2018-12-31
+
 RUN_DEPENDS=	${LOCALBASE}/bin/groff:japanese/groff
 
 post-patch:


More information about the svn-ports-all mailing list