diff options
author | culot <culot@FreeBSD.org> | 2012-09-11 03:23:38 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-09-11 03:23:38 +0800 |
commit | 665bab8bf8f05118c27d7bfddcb950c0909c2409 (patch) | |
tree | 44b839e84dd33cd5caf2cf3f9148c7b09cf93aa7 /net | |
parent | 80fa3be40711476b5257133af92f78f3092f43e7 (diff) | |
download | freebsd-ports-gnome-665bab8bf8f05118c27d7bfddcb950c0909c2409.tar.gz freebsd-ports-gnome-665bab8bf8f05118c27d7bfddcb950c0909c2409.tar.zst freebsd-ports-gnome-665bab8bf8f05118c27d7bfddcb950c0909c2409.zip |
- Update to 0.3.0
- Fix typo in YAML option description
PR: ports/171407
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-beanstalkc/Makefile | 4 | ||||
-rw-r--r-- | net/py-beanstalkc/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile index d01037a1af46..4f5e427a70cd 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -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 diff --git a/net/py-beanstalkc/distinfo b/net/py-beanstalkc/distinfo index d5846e6075cb..c9d09080793e 100644 --- a/net/py-beanstalkc/distinfo +++ b/net/py-beanstalkc/distinfo @@ -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 |