svn commit: r466705 - in head/devel/libvirt: . files
Roman Bogorodskiy
novel at FreeBSD.org
Sat Apr 7 03:00:50 UTC 2018
Author: novel
Date: Sat Apr 7 03:00:49 2018
New Revision: 466705
URL: https://svnweb.freebsd.org/changeset/ports/466705
Log:
devel/libvirt: update to 4.2.0
- update to 4.2.0,
- python build scripts now support python3, so remove '2.7' restriction,
- remove patches included upstream.
Deleted:
head/devel/libvirt/files/patch-src_bhyve_bhyve__command.c
head/devel/libvirt/files/patch-src_qemu_qemu__agent.c
Modified:
head/devel/libvirt/Makefile
head/devel/libvirt/distinfo
head/devel/libvirt/pkg-plist
Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile Sat Apr 7 02:02:06 2018 (r466704)
+++ head/devel/libvirt/Makefile Sat Apr 7 03:00:49 2018 (r466705)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libvirt
-PORTVERSION= 4.1.0
-PORTREVISION= 2
+PORTVERSION= 4.2.0
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
@@ -99,14 +98,14 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
USES= charsetfix cpe gettext-runtime gmake libtool pathfix \
- perl5 python:2.7,build pkgconfig shebangfix tar:xz
+ perl5 python:build pkgconfig shebangfix tar:xz
USE_RC_SUBR= libvirtd virtlogd
CPE_VENDOR= redhat
USE_PERL5= build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
-SHLIB_VER= 0.4001.0
+SHLIB_VER= 0.4002.0
PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \
SHLIB_VER=${SHLIB_VER}
PORTDOCS= *
Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo Sat Apr 7 02:02:06 2018 (r466704)
+++ head/devel/libvirt/distinfo Sat Apr 7 03:00:49 2018 (r466705)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520343639
-SHA256 (libvirt-4.1.0.tar.xz) = 8a2fa4826f311a936be8b7d4c8d76516c29417a593b1d1bb8641a8caaa316439
-SIZE (libvirt-4.1.0.tar.xz) = 15046956
+TIMESTAMP = 1522571941
+SHA256 (libvirt-4.2.0.tar.xz) = 3a98ea4417811a24d2cf7be776c102919ae6376d28820b153686b018cb8f015b
+SIZE (libvirt-4.2.0.tar.xz) = 15180120
Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist Sat Apr 7 02:02:06 2018 (r466704)
+++ head/devel/libvirt/pkg-plist Sat Apr 7 03:00:49 2018 (r466705)
@@ -13,7 +13,7 @@ man/man7/virkeycode-atset2.7.gz
man/man7/virkeycode-atset3.7.gz
man/man7/virkeycode-linux.7.gz
man/man7/virkeycode-osx.7.gz
-man/man7/virkeycode-rfb.7.gz
+man/man7/virkeycode-qnum.7.gz
man/man7/virkeycode-usb.7.gz
man/man7/virkeycode-win32.7.gz
man/man7/virkeycode-xtkbd.7.gz
@@ -114,6 +114,7 @@ share/augeas/lenses/tests/test_virtlogd.aug
%%DOCSDIR%%%%PORTVERSION%%/html/contact.html
%%DOCSDIR%%%%PORTVERSION%%/html/contribute.html
%%DOCSDIR%%%%PORTVERSION%%/html/csharp.html
+%%DOCSDIR%%%%PORTVERSION%%/html/dbus.html
%%DOCSDIR%%%%PORTVERSION%%/html/devguide.html
%%DOCSDIR%%%%PORTVERSION%%/html/docs.html
%%DOCSDIR%%%%PORTVERSION%%/html/downloads.html
More information about the svn-ports-all
mailing list