svn commit: r425751 - branches/2016Q4/dns/py-namebench
Jason Helfman
jgh at FreeBSD.org
Tue Nov 8 16:23:16 UTC 2016
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
More information about the svn-ports-branches
mailing list