Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 15:08:46 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489498 - in head: audio/drumkv1-lv2 comms/qpage devel/zpu-gcc security/webfwlog x11/xxkb
Message-ID:  <201901061508.x06F8koG015734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan  6 15:08:46 2019
New Revision: 489498
URL: https://svnweb.freebsd.org/changeset/ports/489498

Log:
  Do not set MASTER_SITES twice

Modified:
  head/audio/drumkv1-lv2/Makefile
  head/comms/qpage/Makefile
  head/devel/zpu-gcc/Makefile
  head/security/webfwlog/Makefile
  head/x11/xxkb/Makefile

Modified: head/audio/drumkv1-lv2/Makefile
==============================================================================
--- head/audio/drumkv1-lv2/Makefile	Sun Jan  6 14:52:44 2019	(r489497)
+++ head/audio/drumkv1-lv2/Makefile	Sun Jan  6 15:08:46 2019	(r489498)
@@ -3,8 +3,7 @@
 PORTNAME=	drumkv1
 DISTVERSION=	0.9.4
 CATEGORIES=	audio multimedia
-MASTER_SITES=	SF/${PORTNAME}/
-MASTER_SITES=	http://download.sourceforge.net/${PORTNAME}/
+MASTER_SITES=	SF
 PKGNAMESUFFIX=	-lv2
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/comms/qpage/Makefile
==============================================================================
--- head/comms/qpage/Makefile	Sun Jan  6 14:52:44 2019	(r489497)
+++ head/comms/qpage/Makefile	Sun Jan  6 15:08:46 2019	(r489498)
@@ -5,7 +5,6 @@ PORTNAME=	qpage
 PORTVERSION=	3.3
 PORTREVISION=	8
 CATEGORIES=	comms
-MASTER_SITES=	http://www.qpage.org/download/
 MASTER_SITES=	http://tomiii.com/qpage/qpage.org/download/
 
 MAINTAINER=	rand@iteris.com

Modified: head/devel/zpu-gcc/Makefile
==============================================================================
--- head/devel/zpu-gcc/Makefile	Sun Jan  6 14:52:44 2019	(r489497)
+++ head/devel/zpu-gcc/Makefile	Sun Jan  6 15:08:46 2019	(r489498)
@@ -4,7 +4,6 @@ PORTNAME=	zpu-gcc
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://opensource.zylin.com/zpudownload.html/
 MASTER_SITES=	LOCAL/db
 DISTNAME=	zpu-toolchain-${PORTVERSION}
 

Modified: head/security/webfwlog/Makefile
==============================================================================
--- head/security/webfwlog/Makefile	Sun Jan  6 14:52:44 2019	(r489497)
+++ head/security/webfwlog/Makefile	Sun Jan  6 15:08:46 2019	(r489498)
@@ -4,8 +4,8 @@
 PORTNAME=	webfwlog
 PORTVERSION=	1.1.1
 CATEGORIES=	security
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
-MASTER_SITES=	http://devel.webfwlog.net/download/v1.1.x/
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
+		http://devel.webfwlog.net/download/v1.1.x/
 
 MAINTAINER=	zeus@ix.netcom.com
 COMMENT=	Web-based firewall log analyzer

Modified: head/x11/xxkb/Makefile
==============================================================================
--- head/x11/xxkb/Makefile	Sun Jan  6 14:52:44 2019	(r489497)
+++ head/x11/xxkb/Makefile	Sun Jan  6 15:08:46 2019	(r489498)
@@ -4,7 +4,6 @@
 PORTNAME=	xxkb
 PORTVERSION=	1.11.1
 CATEGORIES=	x11
-MASTER_SITES=	SF
 MASTER_SITES=	SF/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061508.x06F8koG015734>