svn commit: r354642 - head/security/ccsrch

Frederic Culot culot at FreeBSD.org
Tue May 20 14:43:45 UTC 2014


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 <pavelivolkov at gmail.com> (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
 


More information about the svn-ports-all mailing list