Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 23:39:35 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425652 - head/dns/py-namebench
Message-ID:  <201611072339.uA7NdZq8086222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov  7 23:39:34 2016
New Revision: 425652
URL: https://svnweb.freebsd.org/changeset/ports/425652

Log:
  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"

Modified:
  head/dns/py-namebench/Makefile

Modified: head/dns/py-namebench/Makefile
==============================================================================
--- head/dns/py-namebench/Makefile	Mon Nov  7 23:09:11 2016	(r425651)
+++ head/dns/py-namebench/Makefile	Mon Nov  7 23:39:34 2016	(r425652)
@@ -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?201611072339.uA7NdZq8086222>