svn commit: r457896 - head/devel/py-smmap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 2 15:35:58 UTC 2018


Author: sunpoet
Date: Tue Jan  2 15:35:54 2018
New Revision: 457896
URL: https://svnweb.freebsd.org/changeset/ports/457896

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
  
  PR:		224686
  Submitted by:	sunpoet (myself)
  Approved by:	rm (maintainer)

Modified:
  head/devel/py-smmap/Makefile

Modified: head/devel/py-smmap/Makefile
==============================================================================
--- head/devel/py-smmap/Makefile	Tue Jan  2 15:35:50 2018	(r457895)
+++ head/devel/py-smmap/Makefile	Tue Jan  2 15:35:54 2018	(r457896)
@@ -11,6 +11,9 @@ COMMENT=	Pure python sliding memory map manager
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Use devel/py-smmap2 instead
+EXPIRATION_DATE=2018-01-31
+
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}smmap2
 
 USES=		python


More information about the svn-ports-all mailing list