Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 19:23:38 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304055 - head/net/py-beanstalkc
Message-ID:  <201209101923.q8AJNc7d006202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101923.q8AJNc7d006202>