Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 16:23:15 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r425751 - branches/2016Q4/dns/py-namebench
Message-ID:  <201611081623.uA8GNFdC089134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Nov  8 16:23:15 2016
New Revision: 425751
URL: https://svnweb.freebsd.org/changeset/ports/425751

Log:
  MFH: r425652
  
  Remove trailing newline escape from MASTER_SITES.  This had the effect of
  eating the PKGNAMEPREFIX line, which gave portsmon a case of heartburn.
  
  Approved by:	"just fix it"
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/dns/py-namebench/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/dns/py-namebench/Makefile
==============================================================================
--- branches/2016Q4/dns/py-namebench/Makefile	Tue Nov  8 15:51:11 2016	(r425750)
+++ branches/2016Q4/dns/py-namebench/Makefile	Tue Nov  8 16:23:15 2016	(r425751)
@@ -6,7 +6,7 @@ PORTVERSION=	1.3.1
 PORTREVISION=	1
 CATEGORIES=	dns python benchmarks
 MASTER_SITES=	SF/bsdsrc/${PORTDIRNAME}/ \
-		https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ \
+		https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 



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