From owner-svn-ports-all@FreeBSD.ORG Tue Nov 4 18:53:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF352437; Tue, 4 Nov 2014 18:53:22 +0000 (UTC) Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177]) by mx1.freebsd.org (Postfix) with ESMTP id DA742CF4; Tue, 4 Nov 2014 18:53:21 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmwGAKQfWVRbsIXe/2dsb2JhbABbgw5UTQvOXYdNAoEiFwEBAQEBfYQDAQEEOhwjEAsOBgQJGgsPKh4GE4hFAQjNdQEBAQEBAQEDAQEBAQEBARuNU4MKMweESwWWb4cXgTI9jS9Fhm2CNIFFPC8BgkoBAQE Received: from 222.133-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.133.222]) by relay.skynet.be with ESMTP; 04 Nov 2014 19:52:10 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id sA4Iq9tU003722; Tue, 4 Nov 2014 19:52:09 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Tue, 4 Nov 2014 19:52:09 +0100 From: Tijl Coosemans To: Jason Helfman Subject: Re: svn commit: r372162 - in head: deskutils/virt-manager devel/libvirt devel/libvirt-glib devel/libvirt-java devel/p5-Sys-Virt devel/py-libvirt net-mgmt/collectd net-mgmt/collectd5 net-mgmt/virt-viewe... Message-ID: <20141104195209.7c69cf92@kalimero.tijl.coosemans.org> In-Reply-To: <201411041841.sA4IfGF9036687@svn.freebsd.org> References: <201411041841.sA4IfGF9036687@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 18:53:23 -0000 On Tue, 4 Nov 2014 18:41:16 +0000 (UTC) Jason Helfman wrote: > Author: jgh > Date: Tue Nov 4 18:41:15 2014 > New Revision: 372162 > URL: https://svnweb.freebsd.org/changeset/ports/372162 > QAT: https://qat.redports.org/buildarchive/r372162/ > > Log: > - update libvirt to 1.2.10 > - chase shared library bump > > Modified: > head/deskutils/virt-manager/Makefile > head/devel/libvirt-glib/Makefile > head/devel/libvirt-java/Makefile > head/devel/libvirt/Makefile > head/devel/libvirt/distinfo > head/devel/p5-Sys-Virt/Makefile > head/devel/py-libvirt/Makefile > head/net-mgmt/collectd/Makefile > head/net-mgmt/collectd5/Makefile > head/net-mgmt/virt-viewer/Makefile > head/net-mgmt/virtinst/Makefile > head/sysutils/cfengine33/Makefile > head/sysutils/cfengine34/Makefile > head/sysutils/cfengine35/Makefile > head/sysutils/cfengine36-rc/Makefile > head/sysutils/cfengine36/Makefile > > Modified: head/deskutils/virt-manager/Makefile > ============================================================================== > --- head/deskutils/virt-manager/Makefile Tue Nov 4 18:36:41 2014 (r372161) > +++ head/deskutils/virt-manager/Makefile Tue Nov 4 18:41:15 2014 (r372162) > @@ -3,7 +3,7 @@ > > PORTNAME= virt-manager > PORTVERSION= 0.9.5 > -PORTREVISION= 7 > +PORTREVISION= 8 > CATEGORIES= deskutils net-mgmt > MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \ > LOCAL/jgh/deskutils/${PORTNAME}/ > > Modified: head/devel/libvirt-glib/Makefile > ============================================================================== > --- head/devel/libvirt-glib/Makefile Tue Nov 4 18:36:41 2014 (r372161) > +++ head/devel/libvirt-glib/Makefile Tue Nov 4 18:41:15 2014 (r372162) > @@ -3,6 +3,7 @@ > > PORTNAME= libvirt-glib > PORTVERSION= 0.1.9 > +PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://libvirt.org/libvirt/glib/ > > > Modified: head/devel/libvirt-java/Makefile > ============================================================================== > --- head/devel/libvirt-java/Makefile Tue Nov 4 18:36:41 2014 (r372161) > +++ head/devel/libvirt-java/Makefile Tue Nov 4 18:41:15 2014 (r372162) > @@ -3,7 +3,7 @@ > > PORTNAME= libvirt-java > PORTVERSION= 0.5.1 > -PORTREVISION= 3 > +PORTREVISION= 4 > CATEGORIES= devel java > MASTER_SITES= http://libvirt.org/sources/java/ \ > ftp://libvirt.org/libvirt/java/ > > Modified: head/devel/libvirt/Makefile > ============================================================================== > --- head/devel/libvirt/Makefile Tue Nov 4 18:36:41 2014 (r372161) > +++ head/devel/libvirt/Makefile Tue Nov 4 18:41:15 2014 (r372162) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libvirt > -PORTVERSION= 1.2.9 > +PORTVERSION= 1.2.10 > CATEGORIES= devel > MASTER_SITES= http://libvirt.org/sources/ \ > ftp://libvirt.org/libvirt/ > @@ -72,7 +72,7 @@ CPE_VENDOR= redhat > USE_PERL5= build > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > -SHLIB_VER= 0.1002.9 > +SHLIB_VER= 0.1002.10 Only changes to the major version (0 in this case) require revision bumps.