svn commit: r522321 - in head: devel/hachoir-core devel/hachoir-parser devel/hachoir-regex sysutils/hachoir-metadata sysutils/hachoir-subfile sysutils/hachoir-urwid sysutils/hachoir-wx

Antoine Brodin antoine at FreeBSD.org
Tue Jan 7 10:20:01 UTC 2020


Author: antoine
Date: Tue Jan  7 10:19:59 2020
New Revision: 522321
URL: https://svnweb.freebsd.org/changeset/ports/522321

Log:
  Deprecate hachoir ports
  
  With hat:	portmgr

Modified:
  head/devel/hachoir-core/Makefile
  head/devel/hachoir-parser/Makefile
  head/devel/hachoir-regex/Makefile
  head/sysutils/hachoir-metadata/Makefile
  head/sysutils/hachoir-subfile/Makefile
  head/sysutils/hachoir-urwid/Makefile
  head/sysutils/hachoir-wx/Makefile

Modified: head/devel/hachoir-core/Makefile
==============================================================================
--- head/devel/hachoir-core/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/devel/hachoir-core/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -9,6 +9,9 @@ MASTER_SITES=	CHEESESHOP
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Hachoir core parser
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
+
 USES=		python:2.7
 USE_PYTHON=	distutils
 

Modified: head/devel/hachoir-parser/Makefile
==============================================================================
--- head/devel/hachoir-parser/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/devel/hachoir-parser/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -9,6 +9,9 @@ MASTER_SITES=	CHEESESHOP
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Parsers of most common file formats
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core
 

Modified: head/devel/hachoir-regex/Makefile
==============================================================================
--- head/devel/hachoir-regex/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/devel/hachoir-regex/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -9,6 +9,10 @@ MASTER_SITES=	CHEESESHOP
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Regular expression manipulation library
 
+BROKEN=		unfetchable
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
+
 USES=		python:2.7
 USE_PYTHON=	distutils
 

Modified: head/sysutils/hachoir-metadata/Makefile
==============================================================================
--- head/sysutils/hachoir-metadata/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/sysutils/hachoir-metadata/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -10,6 +10,9 @@ MASTER_SITES=	CHEESESHOP
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Extract metadata from files
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
 

Modified: head/sysutils/hachoir-subfile/Makefile
==============================================================================
--- head/sysutils/hachoir-subfile/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/sysutils/hachoir-subfile/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -10,6 +10,8 @@ MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Find subfiles in any binary stream
 
 BROKEN=		unfetchable
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \
 		${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:devel/hachoir-regex

Modified: head/sysutils/hachoir-urwid/Makefile
==============================================================================
--- head/sysutils/hachoir-urwid/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/sysutils/hachoir-urwid/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -10,6 +10,8 @@ MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Binary file explorer
 
 BROKEN=		unfetchable
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \
 		${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid@${PY_FLAVOR}

Modified: head/sysutils/hachoir-wx/Makefile
==============================================================================
--- head/sysutils/hachoir-wx/Makefile	Tue Jan  7 09:34:20 2020	(r522320)
+++ head/sysutils/hachoir-wx/Makefile	Tue Jan  7 10:19:59 2020	(r522321)
@@ -11,6 +11,8 @@ MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Hachoir GUI
 
 BROKEN=		unfetchable
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-08
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser
 


More information about the svn-ports-head mailing list