diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-07-06 20:38:36 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-07-06 20:38:36 +0000 |
commit | 24ae2fab58ce1d7e1d041a2dc76c7e8e65049ba4 (patch) | |
tree | b5444db0a2c12cf6112cd6db7137d5641efb70e7 /ports-mgmt | |
parent | 42579f0658996655cfaf73540f6595ae67f0af78 (diff) |
- Deprecate and set expiration date to 2014-09-01: Does not support pkgng
Notes
Notes:
svn path=/head/; revision=361008
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_add_it/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pkg_add_it/Makefile b/ports-mgmt/pkg_add_it/Makefile index d0caf453f149..5a91cc4dc45e 100644 --- a/ports-mgmt/pkg_add_it/Makefile +++ b/ports-mgmt/pkg_add_it/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.unix-heaven.org/FreeBSD/distfiles/ MAINTAINER= dnaeon@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 \ |