From owner-cvs-ports@FreeBSD.ORG Thu Jun 14 11:33:33 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 815F0106566B; Thu, 14 Jun 2012 11:33:33 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 521988FC17; Thu, 14 Jun 2012 11:33:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 5480C50B95; Thu, 14 Jun 2012 11:33:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QhGI8Pdrwo30; Thu, 14 Jun 2012 11:33:27 +0000 (UTC) Received: by nyi.unixathome.org (Postfix, from userid 80) id 1410E50A06; Thu, 14 Jun 2012 11:33:27 +0000 (UTC) To: Tom Judge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 14 Jun 2012 07:33:26 -0400 From: Dan Langille In-Reply-To: <201206140036.q5E0aNfb008216@repoman.freebsd.org> References: <201206140036.q5E0aNfb008216@repoman.freebsd.org> Message-ID: <3e593a9470a8c298963a542fb929cde3@nyi.unixathome.org> X-Sender: dan@langille.org User-Agent: Roundcube Webmail/0.7.2 Cc: cvs-ports@freebsd.org, koobs , 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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 11:33:33 -0000 FYI, this port is not listed in its primary category (i.e. security): $ grep CATEGORIES ports/security/py-oauthlib/Makefile CATEGORIES= net python IMHO, that line should be: CATEGORIES= security net python Usually I see this situation only with repocopies. I recently added a sanity test to FreshPorts for this situation. On production, this port will not appear as a port, because it's not in security. http://www.freshports.org/security/py-oauthlib/ But on beta, where I have issued this magic SQL: insert into ports_categories select id, category_id from ports_active PA WHERE NOT EXISTS (SELECT * from ports_categories PC where PC.port_id = PA.id and PC.category_id = PA.category_id); the port appears as expected: http://beta.freshports.org/security/py-oauthlib/ HTH. :) On 2012-06-13 20:36, 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 > Submitted by: koobs > Approved by: eadler (mentor) > > Revision Changes Path > 1.1292 +1 -0 ports/security/Makefile > 1.1 +30 -0 ports/security/py-oauthlib/Makefile (new) > 1.1 +2 -0 ports/security/py-oauthlib/distinfo (new) > 1.1 +5 -0 ports/security/py-oauthlib/pkg-descr (new) > 1.1 +47 -0 ports/security/py-oauthlib/pkg-plist (new) > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" -- Dan Langille - http://langille.org/