From owner-svn-ports-head@FreeBSD.ORG Sat May 9 07:00:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8E0DC96; Sat, 9 May 2015 07:00:21 +0000 (UTC) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (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 9A11D1E4E; Sat, 9 May 2015 07:00:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=wjjx3D6WGB7KFtJqRWtTKl8T0giQ1LM4r9l/G9OdcN8=; b=xLv/NOh/U9WJFlu93g8IicY6/n7Q1OP3ftqlCZwJD63SiTmOQgktKgmytN/LAxE/aBY7AOm9qIsMEBsTfE8h+SULa8ItTKi9bbofAL6uGxx7/ZwfDHQEPqwlu+udSiQjSaeiHcQA3lTb7ZPsDJ0PZBhYFPifg6ubTWRLN4oUEj8=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1YqykD-0003Ek-N9 ; Sat, 09 May 2015 10:00:17 +0300 Date: Sat, 9 May 2015 10:00:17 +0300 From: Ivan Klymenko To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385842 - head/deskutils/cairo-dock-plugins Message-ID: <20150509100017.51cab893@nonamehost.local> In-Reply-To: <201505082321.t48NLwH1074667@svn.freebsd.org> References: <201505082321.t48NLwH1074667@svn.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 09 May 2015 07:00:22 -0000 Fri, 8 May 2015 23:21:58 +0000 (UTC) Antoine Brodin =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=B2: > Author: antoine > Date: Fri May 8 23:21:58 2015 > New Revision: 385842 > URL: https://svnweb.freebsd.org/changeset/ports/385842 >=20 > Log: > Unbreak by providing temporary host for the icons >=20 > Modified: > head/deskutils/cairo-dock-plugins/Makefile > head/deskutils/cairo-dock-plugins/distinfo >=20 > Modified: head/deskutils/cairo-dock-plugins/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/deskutils/cairo-dock-plugins/Makefile Fri May 8 > 22:47:14 2015 (r385841) +++ > head/deskutils/cairo-dock-plugins/Makefile Fri May 8 23:21:58 > 2015 (r385842) @@ -3,7 +3,8 @@ PORTNAME=3D > cairo-dock-plugins PORTVERSION=3D 3.4.0 > CATEGORIES=3D deskutils > -DISTFILES=3D ${DISTNAME}.git20141115${EXTRACT_SUFX} > ${ICONS_PACKAGE}${EXTRACT_SUFX} +MASTER_SITES=3D > LOCAL/antoine:icons # Temporary until maintainer finds a host > +DISTFILES=3D ${DISTNAME}.git20141115${EXTRACT_SUFX} > ${ICONS_PACKAGE}${EXTRACT_SUFX}:icons MAINTAINER=3D fidaj@ukr.net > COMMENT=3D Cairo-Dock-Plugins for Cairo-Dock > @@ -11,8 +12,6 @@ COMMENT=3D Cairo-Dock-Plugins for Cairo-Do > LICENSE=3D GPLv3 > LICENSE_FILE=3D ${WRKSRC}/LICENSE > =20 > -BROKEN=3D Icons unfetchable > - > RUN_DEPENDS=3D wget:${PORTSDIR}/ftp/wget > LIB_DEPENDS=3D libgldi.so:${PORTSDIR}/deskutils/cairo-dock > =20 Thanks!