From owner-svn-ports-head@freebsd.org Sun Nov 15 02:46:53 2015 Return-Path: Delivered-To: svn-ports-head@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 1EB05A28EF8; Sun, 15 Nov 2015 02:46:53 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 DA5C5186E; Sun, 15 Nov 2015 02:46:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacdm15 with SMTP id dm15so138256617pac.3; Sat, 14 Nov 2015 18:46:52 -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=rm26UtliQfRgdkQX+QFskBFq02BCLyjrP22hm42ijVc=; b=fZmJDk2SPc83MEWYBMh8GLPFN24pRjM/E91LqgK7Ts4E0+KCiEZyN1TfQUQiw+yvt2 Q6sB9JTdguzwJfTmE66skzaoOdHMFELnyVgWoPHU17aA5ypjdnlWA3sVITRcgvh4ex3E 7HNhZfGcX+4SdC+bki/PftpQ02woxxYyBz/gBaAA+zKXyp6Q7Y7SlelG2IQfXiaC7XrT q/WGP+1DkaGahP8SgRtYM0V9LNt+Ih3CtgUt+CbvabUCAJTrPXC9G+mA44XdaHnH2qhe zRDqa1PcxOU/rO2WwpMwydwvCwRtqoQCTYa9KByWFF7chUPkng82RvjZePTtqUMJbctk PAwQ== X-Received: by 10.66.150.198 with SMTP id uk6mr5484565pab.70.1447555612490; Sat, 14 Nov 2015 18:46:52 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:a6:2228:3a9d:93b2? (2001-44b8-31ae-7b01-00a6-2228-3a9d-93b2.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:a6:2228:3a9d:93b2]) by smtp.gmail.com with ESMTPSA id rn7sm28338713pab.23.2015.11.14.18.46.50 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 Nov 2015 18:46:52 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401598 - in head: . devel devel/py-asn1-modules devel/py-pyasn1-modules net/py-ldap security/py-oauth2client security/py-service_identity References: <201511142054.tAEKsgg9048252@repo.freebsd.org> To: Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5647F216.9060904@FreeBSD.org> Date: Sun, 15 Nov 2015 13:46:46 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511142054.tAEKsgg9048252@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Sun, 15 Nov 2015 02:46:53 -0000 On 15/11/2015 7:54 AM, Ruslan Makhmatkhanov wrote: > Author: rm > Date: Sat Nov 14 20:54:41 2015 > New Revision: 401598 > URL: https://svnweb.freebsd.org/changeset/ports/401598 > > Log: > devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming > > - bump PORTREVISION for dependend ports > > Added: > head/devel/py-pyasn1-modules/ > - copied from r401597, head/devel/py-asn1-modules/ > Deleted: > head/devel/py-asn1-modules/ > Modified: > head/MOVED > head/devel/Makefile > head/devel/py-pyasn1-modules/Makefile > head/net/py-ldap/Makefile > head/security/py-oauth2client/Makefile > head/security/py-service_identity/Makefile > Thanks Ruslan!