diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:51 +0800 |
commit | 631c333655e1cc13d8b33fd8fb5416befb4b1583 (patch) | |
tree | 6ee2db70d792fc4690ef80c67c9cedf8cd05d34e /x11 | |
parent | cc530083c2bf8b7fab3f0101026c1edcc9277e3d (diff) | |
download | freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.tar.gz freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.tar.zst freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 2 | ||||
-rw-r--r-- | x11/thinglaunch/Makefile | 2 | ||||
-rw-r--r-- | x11/xterm/Makefile | 2 | ||||
-rw-r--r-- | x11/xwit/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index a3e55ff44fc3..b729300f2489 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 1.1b PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast GTK+ program launcher diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index c6b496563b22..aafbca04476d 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -4,7 +4,7 @@ PORTNAME= thinglaunch PORTVERSION= 1.8 CATEGORIES= x11 -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Very fast launcher program for X diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 0211ccabbaf6..22bf3b798ea0 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -5,7 +5,7 @@ PORTNAME= xterm PORTVERSION= 314 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ - CRITICAL:src1 CRITICAL:src2 + LOCAL/ehaupt:src1 LOCAL/ehaupt:src2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src1 \ bsd-xterm-icons-${ICONVERSION}${EXTRACT_SUFX}:src2 diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 0398f477f25c..11e048ea785b 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -5,7 +5,7 @@ PORTNAME= xwit PORTVERSION= 3.4 PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= XCONTRIB/utilities:source1 CRITICAL:source2 +MASTER_SITES= XCONTRIB/utilities:source1 LOCAL/ehaupt:source2 DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:source1 \ ${PORTNAME}-patchset-${PORTVERSION}${EXTRACT_SUFX}:source2 |