svn commit: r361008 - head/ports-mgmt/pkg_add_it

Alex Kozlov ak at FreeBSD.org
Sun Jul 6 20:38:36 UTC 2014


Author: ak
Date: Sun Jul  6 20:38:36 2014
New Revision: 361008
URL: http://svnweb.freebsd.org/changeset/ports/361008
QAT: https://qat.redports.org/buildarchive/r361008/

Log:
  - Deprecate and set expiration date to 2014-09-01: Does not support pkgng

Modified:
  head/ports-mgmt/pkg_add_it/Makefile

Modified: head/ports-mgmt/pkg_add_it/Makefile
==============================================================================
--- head/ports-mgmt/pkg_add_it/Makefile	Sun Jul  6 20:34:36 2014	(r361007)
+++ head/ports-mgmt/pkg_add_it/Makefile	Sun Jul  6 20:38:36 2014	(r361008)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://www.unix-heaven.org
 MAINTAINER=	dnaeon at gmail.com
 COMMENT=	Interactive tool for package installation
 
+EXPIRATION_DATE=	2014-08-30
+DEPRECATED=	Does not support pkgng
+
 PLIST_FILES=	etc/pkg_add_it.conf \
 		man/man1/pkg_add_it.1.gz \
 		man/man5/pkg_add_it.conf.5.gz \


More information about the svn-ports-all mailing list