From owner-cvs-all@FreeBSD.ORG Thu Jun 14 11:46:18 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22172106564A; Thu, 14 Jun 2012 11:46:18 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 227708FC12; Thu, 14 Jun 2012 11:46:16 +0000 (UTC) Received: by bkvi18 with SMTP id i18so1685435bkv.13 for ; Thu, 14 Jun 2012 04:46:15 -0700 (PDT) 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=W/esOf75CkYBSDuDB77JjlVl7oeP90c2iW64JAoGl/0=; b=I40yGhpjvwNAjbck1R/DrLVexAN44heBajDQ0OMRZO7vh98730dwpxvHfZK/uoGu4G Eyf8EM6koCrMPJrYmWEPxg/Xe9rLJ+Rjx8SfiNaQxMsDs9g5c9tijaUsi3Dd090Tbr0T 8/jp2LsifU6D9b37S4QmgRJA+3f3NjXnobQORa321qCTbwy5Na/eBLc3SiiHgiYUfw3h xHywf+KSaoEBDBHbIzXgj4s7fcJ1A4F4gX7MZJq4KokQEo4itgU9i7FgdTnp3WBxin64 xmIH7C63TybJm8ykLENYMboe0ABgs84bKZQQky6X+kCT4dus82LRjEz7iQh5DcWmWmjR eLPg== MIME-Version: 1.0 Received: by 10.205.117.3 with SMTP id fk3mr834027bkc.136.1339674375199; Thu, 14 Jun 2012 04:46:15 -0700 (PDT) Received: by 10.204.171.138 with HTTP; Thu, 14 Jun 2012 04:46:15 -0700 (PDT) Received: by 10.204.171.138 with HTTP; Thu, 14 Jun 2012 04:46:15 -0700 (PDT) In-Reply-To: <4FD9336F.1020101@FreeBSD.org> References: <201206140036.q5E0aNfb008216@repoman.freebsd.org> <4FD9336F.1020101@FreeBSD.org> Date: Thu, 14 Jun 2012 12:46:15 +0100 Message-ID: From: Chris Rees To: Tom Judge Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/security Makefile ports/security/py-oauthlib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 11:46:18 -0000 On Jun 14, 2012 1:43 AM, "Tom Judge" wrote: > > On 6/13/12 8:36 PM, Tom Judge wrote: >> >> tj 2012-06-14 00:36:22 UTC >> >> FreeBSD ports repository >> >> Modified files: >> security Makefile >> Added files: >> security/py-oauthlib Makefile distinfo pkg-descr pkg-plist >> Log: >> OAuthLib is a generic Python module which implements the logic of >> OAuth without assuming a specific HTTP request object. Use it to graft >> OAuth support onto your favorite HTTP library. >> WWW: https://github.com/idangazit/oauthlib >> PR: ports/168460 > > Oops this should be: > > PR: ports/168461 With something like that, you should force a commit to the files you touched so it shows up in the CVS log for a later date. As an added bonus, dfilter will then update GNATS for you :) Chris