From owner-svn-ports-head@freebsd.org Wed Jan 6 07:18:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68267A6451B; Wed, 6 Jan 2016 07:18:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3303A1E23; Wed, 6 Jan 2016 07:18:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u067IPDU053986; Wed, 6 Jan 2016 07:18:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u067IP8o053985; Wed, 6 Jan 2016 07:18:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601060718.u067IP8o053985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 6 Jan 2016 07:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405335 - head/security/py-clamav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 07:18:26 -0000 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