From owner-svn-ports-head@freebsd.org Fri Mar 18 13:13:30 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 DFF2AAD487F; Fri, 18 Mar 2016 13:13:30 +0000 (UTC) (envelope-from garga@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 B03F7117D; Fri, 18 Mar 2016 13:13:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2IDDTIi043441; Fri, 18 Mar 2016 13:13:29 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2IDDTVW043440; Fri, 18 Mar 2016 13:13:29 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201603181313.u2IDDTVW043440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 18 Mar 2016 13:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411352 - head/security/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.21 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: Fri, 18 Mar 2016 13:13:31 -0000 Author: garga Date: Fri Mar 18 13:13:29 2016 New Revision: 411352 URL: https://svnweb.freebsd.org/changeset/ports/411352 Log: Remove sourceforge and use correct MASTER_SITES since clamav announced this is the last version available there Pointed out by: pi Modified: head/security/clamav/Makefile Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Fri Mar 18 13:12:26 2016 (r411351) +++ head/security/clamav/Makefile Fri Mar 18 13:13:29 2016 (r411352) @@ -4,7 +4,7 @@ PORTNAME= clamav PORTVERSION= 0.99.1 CATEGORIES= security -MASTER_SITES= SF +MASTER_SITES= http://www.clamav.net/downloads/production/ MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C