svn commit: r447285 - head/security/py-pyme

Jason E. Hale jhale at FreeBSD.org
Thu Aug 3 21:45:25 UTC 2017


Author: jhale
Date: Thu Aug  3 21:45:23 2017
New Revision: 447285
URL: https://svnweb.freebsd.org/changeset/ports/447285

Log:
  Mark DEPRECATED and set EXPIRATION_DATE
  This project has been merged into the GPGme project and users should
  switch to security/py-gpgme instead. Since there are no dependent ports,
  EXPIRATION_DATE has been set for one month from now.
  
  PR:		213635

Modified:
  head/security/py-pyme/Makefile

Modified: head/security/py-pyme/Makefile
==============================================================================
--- head/security/py-pyme/Makefile	Thu Aug  3 21:44:51 2017	(r447284)
+++ head/security/py-pyme/Makefile	Thu Aug  3 21:45:23 2017	(r447285)
@@ -17,6 +17,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	swig1.3:devel/swig13
 LIB_DEPENDS=	libgpgme.so:security/gpgme
 
+DEPRECATED=	Merged with GPGme project. Please use security/py-gpgme instead
+EXPIRATION_DATE=	2017-09-03
+
 USES=		gmake python:2
 USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=pygpgme


More information about the svn-ports-all mailing list