Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 03:39:22 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531572 - head/devel/libvirt-glib
Message-ID:  <202004130339.03D3dMXC000582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Mon Apr 13 03:39:21 2020
New Revision: 531572
URL: https://svnweb.freebsd.org/changeset/ports/531572

Log:
  devel/libvirt-glib: update to 3.0.0
  
   - Update to 3.0.0
   - Switch from python2.7 to default 3.7 [1]
  
  PR:		244372 [1]
  Submitted by:	VVD <vvd@unislabs.com> [1]

Modified:
  head/devel/libvirt-glib/Makefile
  head/devel/libvirt-glib/distinfo
  head/devel/libvirt-glib/pkg-plist

Modified: head/devel/libvirt-glib/Makefile
==============================================================================
--- head/devel/libvirt-glib/Makefile	Mon Apr 13 03:15:19 2020	(r531571)
+++ head/devel/libvirt-glib/Makefile	Mon Apr 13 03:39:21 2020	(r531572)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt-glib
-PORTVERSION=	2.0.0
+PORTVERSION=	3.0.0
 CATEGORIES=	devel
 MASTER_SITES=	ftp://libvirt.org/libvirt/glib/
 
@@ -21,7 +21,7 @@ VALA_BUILD_DEPENDS=	valac:lang/vala
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-introspection
-USES=		gettext gmake gnome libtool pathfix pkgconfig python:2.7
+USES=		gettext gmake gnome libtool pathfix pkgconfig python
 USE_LDCONFIG=	yes
 USE_GNOME=	intlhack introspection libxml2
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/libvirt-glib/distinfo
==============================================================================
--- head/devel/libvirt-glib/distinfo	Mon Apr 13 03:15:19 2020	(r531571)
+++ head/devel/libvirt-glib/distinfo	Mon Apr 13 03:39:21 2020	(r531572)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539421402
-SHA256 (libvirt-glib-2.0.0.tar.gz) = 94e8c410c67501303d3b32ca8ce2c36edf898511ec4de9b7f29cd35d274b3d6a
-SIZE (libvirt-glib-2.0.0.tar.gz) = 868946
+TIMESTAMP = 1586662866
+SHA256 (libvirt-glib-3.0.0.tar.gz) = 7fff8ca9a2b723dbfd04223b1c7624251c8bf79eb57ec27362a7301b2dd9ebfe
+SIZE (libvirt-glib-3.0.0.tar.gz) = 899180

Modified: head/devel/libvirt-glib/pkg-plist
==============================================================================
--- head/devel/libvirt-glib/pkg-plist	Mon Apr 13 03:15:19 2020	(r531571)
+++ head/devel/libvirt-glib/pkg-plist	Mon Apr 13 03:39:21 2020	(r531572)
@@ -12,6 +12,8 @@ include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/li
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address-pci.h
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address-usb.h
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address.h
+include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.h
+include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-capabilities.h
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-channel.h
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.h
 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-spiceport.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004130339.03D3dMXC000582>