svn commit: r477277 - head/cad/electric-ng

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 15 19:34:31 UTC 2018


Author: sunpoet
Date: Wed Aug 15 19:34:23 2018
New Revision: 477277
URL: https://svnweb.freebsd.org/changeset/ports/477277

Log:
  Simplify MASTER_SITES
  
  Differential Revision:	https://reviews.freebsd.org/D14090
  Submitted by:	sunpoet (myself)
  Approved by:	danilo (maintainer)

Modified:
  head/cad/electric-ng/Makefile

Modified: head/cad/electric-ng/Makefile
==============================================================================
--- head/cad/electric-ng/Makefile	Wed Aug 15 19:34:18 2018	(r477276)
+++ head/cad/electric-ng/Makefile	Wed Aug 15 19:34:23 2018	(r477277)
@@ -4,7 +4,7 @@
 PORTNAME=	electric
 PORTVERSION=	9.07
 CATEGORIES=	cad java
-MASTER_SITES=	GNU/${PORTNAME:S/-ng//} \
+MASTER_SITES=	GNU \
 		http://www.staticfreesoft.com/:1 \
 		http://www.staticfreesoft.com/jmanual/:2
 PKGNAMESUFFIX=	-ng


More information about the svn-ports-head mailing list