From owner-svn-ports-all@FreeBSD.ORG Thu May 7 11:24:39 2015 Return-Path: Delivered-To: svn-ports-all@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 A8AA98D0; Thu, 7 May 2015 11:24:39 +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 666091647; Thu, 7 May 2015 11:24:39 +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=pH8XL6k51r4yYdSsplZmeBu9pyMO/ov+4HBgoSC5WFM=; b=MKKoOGR97Ke7CBBC4B9XxJDn1d0hlGvYbsB8YUMnnY1C2wekOVj55QAdl1tkT/NYqadANyeIeewrpF5yEtAb0EDY1AcvSyL7I9WyTnZKQ9KklqMes2z2WuooKqc4JM26G/cqC50fEZXUiIuHsRYlC4ffLPToSqA8iWu8FkyR+sE=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1YqJuo-000Bak-KX ; Thu, 07 May 2015 14:24:30 +0300 Date: Thu, 7 May 2015 14:24:29 +0300 From: Ivan Klymenko To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385623 - head/deskutils/cairo-dock-plugins Message-ID: <20150507142429.45d6efc0@nonamehost.local> In-Reply-To: <201505071113.t47BDcbH058429@svn.freebsd.org> References: <201505071113.t47BDcbH058429@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-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: Thu, 07 May 2015 11:24:39 -0000 Thu, 7 May 2015 11:13:38 +0000 (UTC) Dmitry Marakasov =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=B2: > Author: amdmi3 > Date: Thu May 7 11:13:37 2015 > New Revision: 385623 > URL: https://svnweb.freebsd.org/changeset/ports/385623 >=20 > Log: > - The port fetches fine; remove dead mirror > =20 > Approved by: portmgr blanket >=20 > Modified: > head/deskutils/cairo-dock-plugins/Makefile >=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 Thu May 7 > 11:00:25 2015 (r385622) +++ > head/deskutils/cairo-dock-plugins/Makefile Thu May 7 11:13:37 > 2015 (r385623) @@ -3,7 +3,6 @@ PORTNAME=3D > cairo-dock-plugins PORTVERSION=3D 3.4.0 > CATEGORIES=3D deskutils > -MASTER_SITES=3D http://pazzle.otdux.com.ua/ > DISTFILES=3D ${DISTNAME}.git20141115${EXTRACT_SUFX} > ${ICONS_PACKAGE}${EXTRACT_SUFX}=20 > MAINTAINER=3D fidaj@ukr.net > @@ -12,8 +11,6 @@ COMMENT=3D Cairo-Dock-Plugins for Cairo-Do > LICENSE=3D GPLv3 > LICENSE_FILE=3D ${WRKSRC}/LICENSE > =20 > -BROKEN=3D Checksum and size mismatch > - > RUN_DEPENDS=3D wget:${PORTSDIR}/ftp/wget > LIB_DEPENDS=3D libgldi.so:${PORTSDIR}/deskutils/cairo-dock > =20 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to > "svn-ports-all-unsubscribe@freebsd.org" I have several times changed the patches - and commits occur without this PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199805 Thanks.