svn commit: r405335 - head/security/py-clamav

Martin Wilke miwi at FreeBSD.org
Wed Jan 6 07:18:26 UTC 2016


Author: miwi
Date: Wed Jan  6 07:18:25 2016
New Revision: 405335
URL: https://svnweb.freebsd.org/changeset/ports/405335

Log:
  - Mark DEPRECATED (obsoleted by upstream)
  
  Deprecate the port with expiration date
  
  The port has not been updated since 2008 and has been
  abandoned by upstream in favor of pyClamd, ported as
  security/py-pyclamd.
  
  PR:		205869
  Submitted by:	Vladimir Krstulja

Modified:
  head/security/py-clamav/Makefile

Modified: head/security/py-clamav/Makefile
==============================================================================
--- head/security/py-clamav/Makefile	Wed Jan  6 06:22:29 2016	(r405334)
+++ head/security/py-clamav/Makefile	Wed Jan  6 07:18:25 2016	(r405335)
@@ -12,11 +12,13 @@ DISTNAME=	py${PORTNAME}-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python binding to libclamav written in C
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2 # or later
 LICENSE_FILE=	${WRKSRC}/gpl.txt
 
+BROKEN=		unfetchable
+DEPRECATED=	Not updated since 2008 by upstream and abandoned in favor of pyClamd (security/py-pyclamd)
+EXPIRATION_DATE=	2016-03-31
+
 LIB_DEPENDS=	libclamav.so:${PORTSDIR}/security/clamav
 
 DIST_SUBDIR=	python


More information about the svn-ports-head mailing list