From owner-svn-ports-all@FreeBSD.ORG Tue May 20 14:43:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FDAFB57; Tue, 20 May 2014 14:43:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5D73E2CE0; Tue, 20 May 2014 14:43:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KEhjaj088389; Tue, 20 May 2014 14:43:45 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KEhjMV088388; Tue, 20 May 2014 14:43:45 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201405201443.s4KEhjMV088388@svn.freebsd.org> From: Frederic Culot Date: Tue, 20 May 2014 14:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354642 - head/security/ccsrch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 14:43:45 -0000 Author: culot Date: Tue May 20 14:43:44 2014 New Revision: 354642 URL: http://svnweb.freebsd.org/changeset/ports/354642 QAT: https://qat.redports.org/buildarchive/r354642/ Log: - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macro PR: ports/190001 Submitted by: Pavel I Volkov (maintainer) Modified: head/security/ccsrch/Makefile Modified: head/security/ccsrch/Makefile ============================================================================== --- head/security/ccsrch/Makefile Tue May 20 14:30:11 2014 (r354641) +++ head/security/ccsrch/Makefile Tue May 20 14:43:44 2014 (r354642) @@ -5,7 +5,7 @@ PORTNAME= ccsrch PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://downloads.sourceforge.net/project/${MASTER_SITE_SUBDIR}/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} EXTRACT_SUFX= .tgz