svn commit: r425652 - head/dns/py-namebench

Mark Linimon linimon at FreeBSD.org
Mon Nov 7 23:39:36 UTC 2016


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
 


More information about the svn-ports-all mailing list