Bug 163674 - [PATCH] devel/buildbot-slave: update to 0.8.5
Summary: [PATCH] devel/buildbot-slave: update to 0.8.5
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: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-28 18:10 UTC by Michael Gmelin
Modified: 2012-08-20 04:28 UTC (History)
1 user (show)

See Also:


Attachments
buildbot-slave-0.8.5.patch (2.66 KB, patch)
2011-12-28 18:10 UTC, Michael Gmelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin 2011-12-28 18:10:09 UTC
- Update to 0.8.5
- Fix problem in git.py which prevented buildbot-slave from working with git >= 1.7.7 (see http://trac.buildbot.net/ticket/2127 and https://github.com/buildbot/buildbot/commit/6f5ce3b2ab033338f3ad7ddccbf8b6542311f70b)

Added file(s):
- files/patch-buildslave__commands__git.py

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-28 18:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-11 23:56:30 UTC
Responsible Changed
From-To: clsung->pgollucci

committer&maintainer timeout (clsung ; 45 days) / last commit: 50 days 
ago
Comment 3 Tom Judge freebsd_committer freebsd_triage 2012-06-02 05:24:22 UTC
Responsible Changed
From-To: pgollucci->tj

I'll take this as I'm taking over maintenance of the buildbot ports.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-20 02:45:18 UTC
Author: tj
Date: Mon Aug 20 01:45:03 2012
New Revision: 302777
URL: http://svn.freebsd.org/changeset/ports/302777

Log:
  Update to 0.8.6p1 and take maintainership of port.
  
  Changes:
  	http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html
  	http://trac.buildbot.net/wiki/Buildbot085
  
  PR:		ports/163674
  Submitted by:	Michael Gmelin <freebsd@grem.de>
  Approved by: 	clsung (maintainer)
  Approved by: 	eadler (mentor)

Modified:
  head/devel/buildbot-slave/Makefile
  head/devel/buildbot-slave/distinfo

Modified: head/devel/buildbot-slave/Makefile
==============================================================================
--- head/devel/buildbot-slave/Makefile	Mon Aug 20 01:42:56 2012	(r302776)
+++ head/devel/buildbot-slave/Makefile	Mon Aug 20 01:45:03 2012	(r302777)
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	buildbot-slave
-PORTVERSION=	0.8.4
+PORTVERSION=	0.8.6p1
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	clsung@FreeBSD.org
+MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Slave part of Buildbot, an continuous integration system
 
 PROJECTHOST=	buildbot

Modified: head/devel/buildbot-slave/distinfo
==============================================================================
--- head/devel/buildbot-slave/distinfo	Mon Aug 20 01:42:56 2012	(r302776)
+++ head/devel/buildbot-slave/distinfo	Mon Aug 20 01:45:03 2012	(r302777)
@@ -1,2 +1,2 @@
-SHA256 (buildbot-slave-0.8.4.tar.gz) = 392ea68373d6e3000c4948c53f3dd157fa4ac491a1ca8a54dba75aca6f361dbb
-SIZE (buildbot-slave-0.8.4.tar.gz) = 97185
+SHA256 (buildbot-slave-0.8.6p1.tar.gz) = 43e6f94a7c37e103af755bc4f9b2ede945cf3c4247b22f595c5ab1c21ccf092f
+SIZE (buildbot-slave-0.8.6p1.tar.gz) = 101660
_______________________________________________
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 5 Tom Judge freebsd_committer freebsd_triage 2012-08-20 04:28:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!