Re: cvs commit: ports/security Makefile ports/security/py-oauthl

看板FB_cvs作者時間13年前 (2012/06/14 20:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
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/ _______________________________________________ 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"
文章代碼(AID): #1FsT9-py (FB_cvs)
文章代碼(AID): #1FsT9-py (FB_cvs)