svn commit: r450324 - head/math/wingz3
Mathieu Arnold
mat at FreeBSD.org
Fri Sep 22 08:30:48 UTC 2017
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 \
More information about the svn-ports-all
mailing list