Date: Tue, 4 Nov 2014 19:52:09 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Jason Helfman <jgh@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Nov 2014 18:41:16 +0000 (UTC) Jason Helfman <jgh@FreeBSD.org> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141104195209.7c69cf92>