Bug 171407 - [MAINTAINER] net/py-beanstalkc: update to 0.3.0
Summary: [MAINTAINER] net/py-beanstalkc: update to 0.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 11:50 UTC by koobs
Modified: 2012-09-10 20:30 UTC (History)
0 users

See Also:


Attachments
py27-beanstalkc-0.3.0.patch (1.37 KB, patch)
2012-09-07 11:50 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-09-07 11:50:01 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-07 11:50:13 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-07 11:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-07 11:50:27 UTC
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
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-07 11:50:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2012-09-07 18:33:37 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-10 20:23:51 UTC
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"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2012-09-10 20:24:31 UTC
State Changed
From-To: feedback->closed

Committed (but Makefile's header left intact following current 
consensus). Thanks!