Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2018 15:35:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457896 - head/devel/py-smmap
Message-ID:  <201801021535.w02FZtTJ019946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801021535.w02FZtTJ019946>