svn commit: r372166 - in head/devel: libvirt py-libvirt
Jason Helfman
jgh at FreeBSD.org
Tue Nov 4 19:44:17 UTC 2014
Author: jgh
Date: Tue Nov 4 19:44:15 2014
New Revision: 372166
URL: https://svnweb.freebsd.org/changeset/ports/372166
QAT: https://qat.redports.org/buildarchive/r372166/
Log:
- fix packaging list for libvirt
- update py-libvirt to 1.2.10
Modified:
head/devel/libvirt/Makefile
head/devel/libvirt/pkg-plist
head/devel/py-libvirt/Makefile
head/devel/py-libvirt/distinfo
Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile Tue Nov 4 19:21:51 2014 (r372165)
+++ head/devel/libvirt/Makefile Tue Nov 4 19:44:15 2014 (r372166)
@@ -3,6 +3,7 @@
PORTNAME= libvirt
PORTVERSION= 1.2.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist Tue Nov 4 19:21:51 2014 (r372165)
+++ head/devel/libvirt/pkg-plist Tue Nov 4 19:44:15 2014 (r372166)
@@ -21,7 +21,18 @@ etc/logrotate.d/libvirtd.qemu
etc/logrotate.d/libvirtd.uml
include/libvirt/libvirt-lxc.h
include/libvirt/libvirt-qemu.h
+include/libvirt/libvirt-host.h
include/libvirt/libvirt.h
+include/libvirt/libvirt-domain-snapshot.h
+include/libvirt/libvirt-domain.h
+include/libvirt/libvirt-event.h
+include/libvirt/libvirt-interface.h
+include/libvirt/libvirt-network.h
+include/libvirt/libvirt-nodedev.h
+include/libvirt/libvirt-nwfilter.h
+include/libvirt/libvirt-secret.h
+include/libvirt/libvirt-storage.h
+include/libvirt/libvirt-stream.h
include/libvirt/virterror.h
lib/libvirt/lock-driver/lockd.so
lib/libvirt-lxc.so
Modified: head/devel/py-libvirt/Makefile
==============================================================================
--- head/devel/py-libvirt/Makefile Tue Nov 4 19:21:51 2014 (r372165)
+++ head/devel/py-libvirt/Makefile Tue Nov 4 19:44:15 2014 (r372166)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libvirt
-PORTVERSION= 1.2.9
-PORTREVISION= 1
+PORTVERSION= 1.2.10
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/python/ \
ftp://libvirt.org/libvirt/python/
Modified: head/devel/py-libvirt/distinfo
==============================================================================
--- head/devel/py-libvirt/distinfo Tue Nov 4 19:21:51 2014 (r372165)
+++ head/devel/py-libvirt/distinfo Tue Nov 4 19:44:15 2014 (r372166)
@@ -1,2 +1,2 @@
-SHA256 (libvirt-python-1.2.9.tar.gz) = 8f7023ae93aecc6981e07f88fd47bcec1b2bdef52c37c2db8acfb1ad379f79ed
-SIZE (libvirt-python-1.2.9.tar.gz) = 160357
+SHA256 (libvirt-python-1.2.10.tar.gz) = fd38d589da34de523756e2b39980453bd1149fe162d109fbb7cf65df0c250ba7
+SIZE (libvirt-python-1.2.10.tar.gz) = 162075
More information about the svn-ports-all
mailing list