Bug 169992 - [MAINTAINER] www/py-rackspace-monitoring: update to 0.2.10
Summary: [MAINTAINER] www/py-rackspace-monitoring: update to 0.2.10
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-19 10:10 UTC by koobs
Modified: 2012-07-20 08:50 UTC (History)
0 users

See Also:


Attachments
py27-rackspace-monitoring-0.2.10.patch (1.17 KB, patch)
2012-07-19 10:10 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-07-19 10:10:11 UTC
- Update to 0.2.10

Changes: rackspace-monitoring v0.2.10 - 2012-07-18:

    Fix a bug with forcing base_url in the driver constructor. [Jessica Lucci]

RedPorts clean in all buildgroups:

https://redports.org/buildarchive/20120719085622-53499/

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-19 10:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-07-20 08:16:47 UTC
Responsible Changed
From-To: freebsd-python->crees

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-20 08:40:29 UTC
Author: crees
Date: Fri Jul 20 07:40:14 2012
New Revision: 301217
URL: http://svn.freebsd.org/changeset/ports/301217

Log:
  - Update to 0.2.10
  
  Changes: rackspace-monitoring v0.2.10 - 2012-07-18:
  
  Fix a bug with forcing base_url in the driver constructor. [Jessica Lucci]
  
  PR:		ports/169992
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

Modified:
  head/www/py-rackspace-monitoring/Makefile
  head/www/py-rackspace-monitoring/distinfo

Modified: head/www/py-rackspace-monitoring/Makefile
==============================================================================
--- head/www/py-rackspace-monitoring/Makefile	Fri Jul 20 06:18:37 2012	(r301216)
+++ head/www/py-rackspace-monitoring/Makefile	Fri Jul 20 07:40:14 2012	(r301217)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rackspace-monitoring
-PORTVERSION=	0.2.9
+PORTVERSION=	0.2.10
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ COMMENT=	Python client library for Racks
 
 LICENSE=	AL2
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcloud>0:${PORTSDIR}/net/py-libcloud
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcloud>=0.9.0:${PORTSDIR}/net/py-libcloud
 
 # Python3 ready
 USE_PYTHON=	yes

Modified: head/www/py-rackspace-monitoring/distinfo
==============================================================================
--- head/www/py-rackspace-monitoring/distinfo	Fri Jul 20 06:18:37 2012	(r301216)
+++ head/www/py-rackspace-monitoring/distinfo	Fri Jul 20 07:40:14 2012	(r301217)
@@ -1,2 +1,2 @@
-SHA256 (rackspace-monitoring-0.2.9.tar.gz) = d77ab0648a8cb5b0cc73e90f6ca67d8f54faf1f5ca0a1ee9115efaae290422da
-SIZE (rackspace-monitoring-0.2.9.tar.gz) = 19150
+SHA256 (rackspace-monitoring-0.2.10.tar.gz) = 81e7b325b17b987d353d7070bf941886f5dd2156e3747f6baccaebe5f560df72
+SIZE (rackspace-monitoring-0.2.10.tar.gz) = 19241
_______________________________________________
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 4 Chris Rees freebsd_committer freebsd_triage 2012-07-20 08:43:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!