- 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
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: clsung->pgollucci committer&maintainer timeout (clsung ; 45 days) / last commit: 50 days ago
Responsible Changed From-To: pgollucci->tj I'll take this as I'm taking over maintenance of the buildbot ports.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!