From owner-svn-ports-head@FreeBSD.ORG Tue Jan 6 09:40:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13E2CA0E; Tue, 6 Jan 2015 09:40:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB22266553; Tue, 6 Jan 2015 09:40:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t069ercu002339; Tue, 6 Jan 2015 09:40:53 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t069eqcI002335; Tue, 6 Jan 2015 09:40:52 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201501060940.t069eqcI002335@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 6 Jan 2015 09:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376411 - in head/x11: gtk-launch thinglaunch xterm xwit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 09:40:54 -0000 Author: ehaupt Date: Tue Jan 6 09:40:51 2015 New Revision: 376411 URL: https://svnweb.freebsd.org/changeset/ports/376411 QAT: https://qat.redports.org/buildarchive/r376411/ Log: Move MASTER_SITES from CRITICAL to LOCAL/ehaupt Modified: head/x11/gtk-launch/Makefile head/x11/thinglaunch/Makefile head/x11/xterm/Makefile head/x11/xwit/Makefile Modified: head/x11/gtk-launch/Makefile ============================================================================== --- head/x11/gtk-launch/Makefile Tue Jan 6 09:40:42 2015 (r376410) +++ head/x11/gtk-launch/Makefile Tue Jan 6 09:40:51 2015 (r376411) @@ -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 Modified: head/x11/thinglaunch/Makefile ============================================================================== --- head/x11/thinglaunch/Makefile Tue Jan 6 09:40:42 2015 (r376410) +++ head/x11/thinglaunch/Makefile Tue Jan 6 09:40:51 2015 (r376411) @@ -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 Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Tue Jan 6 09:40:42 2015 (r376410) +++ head/x11/xterm/Makefile Tue Jan 6 09:40:51 2015 (r376411) @@ -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 Modified: head/x11/xwit/Makefile ============================================================================== --- head/x11/xwit/Makefile Tue Jan 6 09:40:42 2015 (r376410) +++ head/x11/xwit/Makefile Tue Jan 6 09:40:51 2015 (r376411) @@ -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