From owner-svn-ports-all@freebsd.org Fri Jan 1 17:44:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12604A5E8F4; Fri, 1 Jan 2016 17:44:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD90B1F90; Fri, 1 Jan 2016 17:44:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x229.google.com with SMTP id ho8so1290807pac.2; Fri, 01 Jan 2016 09:44:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=uRnPLReMZvsw00DXIbb3I3HTWnTpG/GZJDUPBozbcEY=; b=fW7RvfP3ZoVqpKEqy8c5QZr25b4r7EP8d/f2+fSHjObzmRUF4AOb+InLLSumMle3zR q23VD9GqV6VV9OW5LgMka+zbdpNjRHMOdX8CRGUh/IuDZVf65PVy/xgclbmI02Sxed6p pdVCoQqGLpQYUvn8VEW4+TkjvQ1I82jUxvXlTBg8yuiNor4DeUjtHviU03I4F/3GcyKr hY8H4x/oApxBpOUV0lcr0GgeuRqID1viLLA0Bx/KS+iU+lUr8/r7XWe8A77IQqxBpdyS J761OfR6zlQKliJ4hDX+p8zDDxFtSUS9pF8MdaUH1Woy3Y32p44U91NKnyF1SXXdMiEk 9MFA== X-Received: by 10.67.14.201 with SMTP id fi9mr109255191pad.41.1451670282453; Fri, 01 Jan 2016 09:44:42 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:f1e3:ffa0:2d5a:39e7? (2001-44b8-31ae-7b01-f1e3-ffa0-2d5a-39e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:f1e3:ffa0:2d5a:39e7]) by smtp.gmail.com with ESMTPSA id 78sm97601976pfr.41.2016.01.01.09.44.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Jan 2016 09:44:42 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r405022 - head/x11/docker-tray References: <201601011743.u01HhuXN025469@repo.freebsd.org> To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5686BAFF.3070906@FreeBSD.org> Date: Sat, 2 Jan 2016 04:44:31 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Thunderbird/43.0 MIME-Version: 1.0 In-Reply-To: <201601011743.u01HhuXN025469@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2016 17:44:43 -0000 On 2/01/2016 4:43 AM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Fri Jan 1 17:43:56 2016 > New Revision: 405022 > URL: https://svnweb.freebsd.org/changeset/ports/405022 > > Log: > Fix MASTER_SITES and unmark BROKEN. > > Modified: > head/x11/docker-tray/Makefile > > Modified: head/x11/docker-tray/Makefile > ============================================================================== > --- head/x11/docker-tray/Makefile Fri Jan 1 17:41:24 2016 (r405021) > +++ head/x11/docker-tray/Makefile Fri Jan 1 17:43:56 2016 (r405022) > @@ -5,15 +5,12 @@ PORTNAME= docker > PORTVERSION= 1.5 > PORTREVISION= 8 > CATEGORIES= x11 > -MASTER_SITES= http://offload2.icculus.org:9090/openbox/2/docker/ \ > - http://offload1.icculus.org:9090/openbox/2/docker/ > +MASTER_SITES= https://icculus.org/openbox/2/${PORTNAME}/ > PKGNAMESUFFIX= -tray > > MAINTAINER= ports@FreeBSD.org > COMMENT= Dockapp with support for GNOME2 and KDE3 tray icons > > -BROKEN= unfetchable > - > LICENSE= GPLv2 # (or later) > LICENSE_FILE= ${WRKSRC}/COPYING > > Thanks for taking care of all of these Raphael!