svn commit: r530018 - head/net/py-pcap

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Mar 31 21:01:12 UTC 2020


Author: bofh
Date: Tue Mar 31 21:00:39 2020
New Revision: 530018
URL: https://svnweb.freebsd.org/changeset/ports/530018

Log:
  net/py-pcap: Mark DEPRECATED and set EXPIRATION_DATE
  
  - Broken with python3 please consider using net/py-pypcap

Modified:
  head/net/py-pcap/Makefile

Modified: head/net/py-pcap/Makefile
==============================================================================
--- head/net/py-pcap/Makefile	Tue Mar 31 20:40:43 2020	(r530017)
+++ head/net/py-pcap/Makefile	Tue Mar 31 21:00:39 2020	(r530018)
@@ -12,6 +12,9 @@ COMMENT=	Python interface to LBL Packet Capture librar
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Broken with python3 please consider using net/py-pypcap
+EXPIRATION_DATE=2020-05-01
+
 BUILD_DEPENDS=	swig3.0:devel/swig30
 
 USES=		python


More information about the svn-ports-head mailing list