Date: Fri, 22 Sep 2017 08:30:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450324 - head/math/wingz3 Message-ID: <201709220830.v8M8UkRR027936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Sep 22 08:30:46 2017 New Revision: 450324 URL: https://svnweb.freebsd.org/changeset/ports/450324 Log: Remove bits of the MASTER_SITES, it was not returning anything. Sponsored by: Absolight Modified: head/math/wingz3/Makefile (contents, props changed) Modified: head/math/wingz3/Makefile ============================================================================== --- head/math/wingz3/Makefile Fri Sep 22 08:30:43 2017 (r450323) +++ head/math/wingz3/Makefile Fri Sep 22 08:30:46 2017 (r450324) @@ -5,8 +5,9 @@ PORTNAME= wingzpro PORTVERSION= 311 PORTREVISION= 3 CATEGORIES= math linux -MASTER_SITES= SUNSITE/apps/financial/spreadsheet:wingz \ - ${MASTER_SITE_FEDORA_LINUX:M*rpmfind.net/*:S|/fedora/core||}:l +MASTER_SITES= SUNSITE/apps/financial/spreadsheet:wingz +# MASTER_SITE_FEDORA_LINUX does not contain rpmfind.net, so this does not do anything +# ${MASTER_SITE_FEDORA_LINUX:M*rpmfind.net/*:S|/fedora/core||}:l MASTER_SITE_SUBDIR= redhat-archive/6.2/en/os/i386/RedHat/RPMS/:l DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wingz \ ld.so-1.9.5-13.i386.rpm:l \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709220830.v8M8UkRR027936>