- Update to 0.3.0 - Fix YAML_DESC typo - New Makefile header convention ==[QA]]== portlint: looks fine. redports build: https://redports.org/buildarchive/20120907090726-53345/ Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of net/py-beanstalkc, Please note that PR ports/171407 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171407 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->culot I'll take it.
Author: culot Date: Mon Sep 10 19:23:38 2012 New Revision: 304055 URL: http://svn.freebsd.org/changeset/ports/304055 Log: - Update to 0.3.0 - Fix typo in YAML option description PR: ports/171407 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Modified: head/net/py-beanstalkc/Makefile head/net/py-beanstalkc/distinfo Modified: head/net/py-beanstalkc/Makefile ============================================================================== --- head/net/py-beanstalkc/Makefile Mon Sep 10 19:20:41 2012 (r304054) +++ head/net/py-beanstalkc/Makefile Mon Sep 10 19:23:38 2012 (r304055) @@ -6,7 +6,7 @@ # PORTNAME= beanstalkc -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= YAML OPTIONS_DEFAULT= YAML -YAML_DESC= Support parsing YAML reponses +YAML_DESC= Support parsing YAML responses # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options Modified: head/net/py-beanstalkc/distinfo ============================================================================== --- head/net/py-beanstalkc/distinfo Mon Sep 10 19:20:41 2012 (r304054) +++ head/net/py-beanstalkc/distinfo Mon Sep 10 19:23:38 2012 (r304055) @@ -1,2 +1,2 @@ -SHA256 (beanstalkc-0.2.0.tar.gz) = 42ea9c71322e0a4b04822be83e55240986ddc4061314ec49132fdbafe750e37a -SIZE (beanstalkc-0.2.0.tar.gz) = 3518 +SHA256 (beanstalkc-0.3.0.tar.gz) = 45c3915ed876f80712fcafadee0feaaf0628e5c297e33aaea7f7b229deb80467 +SIZE (beanstalkc-0.3.0.tar.gz) = 3849 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed (but Makefile's header left intact following current consensus). Thanks!