Date: Thu, 14 Jun 2012 07:33:26 -0400 From: Dan Langille <dan@langille.org> To: Tom Judge <tj@freebsd.org> Cc: cvs-ports@freebsd.org, koobs <koobs.freebsd@gmail.com>, 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 Message-ID: <3e593a9470a8c298963a542fb929cde3@nyi.unixathome.org> In-Reply-To: <201206140036.q5E0aNfb008216@repoman.freebsd.org> References: <201206140036.q5E0aNfb008216@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <koobs.freebsd@gmail.com> > 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3e593a9470a8c298963a542fb929cde3>