svn commit: r506749 - head/devel/py-efilter

Antoine Brodin antoine at FreeBSD.org
Tue Jul 16 15:50:35 UTC 2019


Author: antoine
Date: Tue Jul 16 15:50:34 2019
New Revision: 506749
URL: https://svnweb.freebsd.org/changeset/ports/506749

Log:
  Fix expiration date

Modified:
  head/devel/py-efilter/Makefile

Modified: head/devel/py-efilter/Makefile
==============================================================================
--- head/devel/py-efilter/Makefile	Tue Jul 16 15:49:35 2019	(r506748)
+++ head/devel/py-efilter/Makefile	Tue Jul 16 15:50:34 2019	(r506749)
@@ -15,7 +15,7 @@ COMMENT=	EFILTER query language
 LICENSE=	APACHE20
 
 DEPRECATED=	No longer maintained
-EXPIRATION_DATE=	20190816
+EXPIRATION_DATE=	2019-08-16
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}rekall-efilter-[0-9]*
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-all mailing list