From owner-svn-ports-head@FreeBSD.ORG Mon Jan 6 16:06:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 974C028B; Mon, 6 Jan 2014 16:06:16 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E39F1F8A; Mon, 6 Jan 2014 16:06:15 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id el20so10043567lab.9 for ; Mon, 06 Jan 2014 08:06:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z43BjaSOEJiVVp8wRzn9Bhu74Ok7Bre3dzyJ7IYgOaw=; b=iMKRSlvIcQ7DguopWL9MVOV6+CLXOptIVKEq4SivfkjuT5RhCFFS3thlZmFqgy0t8a DTCKZ8voVd3gWs2wvtqlzkdU+DvCBOluMSDKecmHmX9zDbqrVefIyIck8WriRdofFJxE eKdFXeIYioz6ApQyoKcvLDtd8LWf8SIG9qMIDHW9v+YdjThBbjiAoXjeJm94BmxRGatb qIx4EDiZvtw9ehtqKjq2Z2MGJGPkCIXZGNpxCQT9SD6viKduHPEzPpHTcCE+bI65RDnT L24IGF4UcjGT97vbyIr9TiUG94lk21+f9sfr01MfnQxXMGk42EmigtmAyJml/fJLHezo 1rrA== MIME-Version: 1.0 X-Received: by 10.112.161.36 with SMTP id xp4mr1308978lbb.38.1389024373687; Mon, 06 Jan 2014 08:06:13 -0800 (PST) Received: by 10.152.130.193 with HTTP; Mon, 6 Jan 2014 08:06:13 -0800 (PST) In-Reply-To: <201401061044.s06AiRag092706@svn.freebsd.org> References: <201401061044.s06AiRag092706@svn.freebsd.org> Date: Mon, 6 Jan 2014 17:06:13 +0100 Message-ID: Subject: Re: svn commit: r338854 - in head: . devel devel/py-gevent-zeromq From: Olivier Duchateau To: Rene Ladan Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 06 Jan 2014 16:06:16 -0000 2014/1/6 Rene Ladan : > Author: rene > Date: Mon Jan 6 10:44:27 2014 > New Revision: 338854 > URL: http://svnweb.freebsd.org/changeset/ports/338854 > > Log: > Remove expired port: > 2014-01-06 devel/py-gevent-zeromq: devel/py-pyzmq has gevent support built in > Thanks > Deleted: > head/devel/py-gevent-zeromq/ > Modified: > head/MOVED > head/devel/Makefile > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Mon Jan 6 09:57:19 2014 (r338853) > +++ head/MOVED Mon Jan 6 10:44:27 2014 (r338854) > @@ -5358,3 +5358,4 @@ net-mgmt/unifi|net-mgmt/unifi3|2014-01-0 > www/codeigniter17|www/codeigniter|2014-01-04|Unsupported upstream, consider using newer version > net-im/xfce4-messenger-plugin||2014-01-04|Has expired: Deprecated and no update for 7 years > multimedia/xfce4-media|multimedia/xfce4-parole|2014-01-04|Has expired: Upstream development dead, use multimedia/xfce4-parole instead > +devel/py-gevent-zeromq|devel/py-pyzmq|2014-01-06|Has expired: devel/py-pyzmq has gevent support built in > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Mon Jan 6 09:57:19 2014 (r338853) > +++ head/devel/Makefile Mon Jan 6 10:44:27 2014 (r338854) > @@ -3594,7 +3594,6 @@ > SUBDIR += py-geojson > SUBDIR += py-geotypes > SUBDIR += py-gevent > - SUBDIR += py-gevent-zeromq > SUBDIR += py-gflags > SUBDIR += py-gitdb > SUBDIR += py-gitosis -- olivier