svn commit: r409569 - head/sysutils/ansible1

Matthew Seaman matthew at FreeBSD.org
Thu Feb 25 23:09:32 UTC 2016


Author: matthew
Date: Thu Feb 25 23:09:31 2016
New Revision: 409569
URL: https://svnweb.freebsd.org/changeset/ports/409569

Log:
  Deprecate and set expiry for June 1st
  
  Users should migrate to sysutils/ansible, now that ansible 2.x is the
  principal release version.
  
  PR:		207491
  Submitted by:	lifanov at mail.lifanov.com (maintainer)

Modified:
  head/sysutils/ansible1/Makefile

Modified: head/sysutils/ansible1/Makefile
==============================================================================
--- head/sysutils/ansible1/Makefile	Thu Feb 25 23:05:59 2016	(r409568)
+++ head/sysutils/ansible1/Makefile	Thu Feb 25 23:09:31 2016	(r409569)
@@ -14,4 +14,7 @@ SHEBANG_FILES=	lib/ansible/runner/action
 
 EXTRA_PATCHES=
 
+DEPRECATED=		please upgrade to sysutils/ansible
+EXPIRATION_DATE=	2016-06-01
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list