Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 07:18:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405335 - head/security/py-clamav
Message-ID:  <201601060718.u067IP8o053985@repo.freebsd.org>

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



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