svn commit: r360444 - head/sysutils/readlink

Alex Kozlov ak at FreeBSD.org
Thu Jul 3 18:39:34 UTC 2014


Author: ak
Date: Thu Jul  3 18:39:33 2014
New Revision: 360444
URL: http://svnweb.freebsd.org/changeset/ports/360444
QAT: https://qat.redports.org/buildarchive/r360444/

Log:
  - Deprecate and set expiration date to 2014-08-03: All features implemented in the base system since FreeBSD 8.3

Modified:
  head/sysutils/readlink/Makefile

Modified: head/sysutils/readlink/Makefile
==============================================================================
--- head/sysutils/readlink/Makefile	Thu Jul  3 18:23:56 2014	(r360443)
+++ head/sysutils/readlink/Makefile	Thu Jul  3 18:39:33 2014	(r360444)
@@ -9,6 +9,9 @@ MASTER_SITES=	LOCAL/dd
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dereference a symbolic link and print the name of the target
 
+DEPRECATED=	All features implemented in the base system since FreeBSD 8.3
+EXPIRATION_DATE=	2014-08-03
+
 PLIST_FILES=	bin/readlink \
 		man/man1/readlink.1.gz
 


More information about the svn-ports-head mailing list