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 <[email protected]>
  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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"


--
Dan Langille - http://langille.org/
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to