From owner-svn-ports-all@freebsd.org Sun May 6 14:14:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A8AAFBAE98; Sun, 6 May 2018 14:14:03 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CD318018B; Sun, 6 May 2018 14:14:03 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27A665D52; Sun, 6 May 2018 14:14:03 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w46EE3uf094185; Sun, 6 May 2018 14:14:03 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w46EE2kY094181; Sun, 6 May 2018 14:14:02 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201805061414.w46EE2kY094181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 May 2018 14:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469217 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 469217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 06 May 2018 14:14:03 -0000 Author: novel Date: Sun May 6 14:14:02 2018 New Revision: 469217 URL: https://svnweb.freebsd.org/changeset/ports/469217 Log: devel/libvirt: update to 4.3.0 - Update to 4.3.0, - Chase a change in libintl detection by removing no longer functional '--with-libintl-prefix' configure flag and setting CFLAGS appropriately, - Remove trailing whitespace from pkg-plist [1], - Update website [1]. PR: 227883 [1] Submitted by: 0mp [1] Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-descr head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun May 6 13:40:50 2018 (r469216) +++ head/devel/libvirt/Makefile Sun May 6 14:14:02 2018 (r469217) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -52,7 +52,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CFLAGS= -I${LOCALBASE}/include NSS_CONFIGURE_WITH= nss-plugin @@ -105,7 +105,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.4002.0 +SHLIB_VER= 0.4003.0 PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun May 6 13:40:50 2018 (r469216) +++ head/devel/libvirt/distinfo Sun May 6 14:14:02 2018 (r469217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522571941 -SHA256 (libvirt-4.2.0.tar.xz) = 3a98ea4417811a24d2cf7be776c102919ae6376d28820b153686b018cb8f015b -SIZE (libvirt-4.2.0.tar.xz) = 15180120 +TIMESTAMP = 1525530163 +SHA256 (libvirt-4.3.0.tar.xz) = a531e22c8b985ecb2d1223b913fd6ec0f1800e3ebe02351924274885db20c2b7 +SIZE (libvirt-4.3.0.tar.xz) = 14667860 Modified: head/devel/libvirt/pkg-descr ============================================================================== --- head/devel/libvirt/pkg-descr Sun May 6 13:40:50 2018 (r469216) +++ head/devel/libvirt/pkg-descr Sun May 6 14:14:02 2018 (r469217) @@ -9,4 +9,4 @@ libvirt provides: * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows -WWW: http://libvirt.org/ +WWW: https://libvirt.org/ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Sun May 6 13:40:50 2018 (r469216) +++ head/devel/libvirt/pkg-plist Sun May 6 14:14:02 2018 (r469217) @@ -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-qnum.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,7 +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/dbus.html %%DOCSDIR%%%%PORTVERSION%%/html/devguide.html %%DOCSDIR%%%%PORTVERSION%%/html/docs.html %%DOCSDIR%%%%PORTVERSION%%/html/downloads.html @@ -239,6 +239,7 @@ share/augeas/lenses/tests/test_virtlogd.aug %%DOCSDIR%%%%PORTVERSION%%/html/nss.html %%DOCSDIR%%%%PORTVERSION%%/html/pci-hotplug.html %%DOCSDIR%%%%PORTVERSION%%/html/php.html +%%DOCSDIR%%%%PORTVERSION%%/html/platforms.html %%DOCSDIR%%%%PORTVERSION%%/html/python.html %%DOCSDIR%%%%PORTVERSION%%/html/remote.html %%DOCSDIR%%%%PORTVERSION%%/html/secureusage.html @@ -314,7 +315,10 @@ share/gtk-doc/html/libvirt/up.png %%NLS%%share/locale/eu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fa/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fi/LC_MESSAGES/libvirt.mo +%%NLS%%share/locale/fil/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fr/LC_MESSAGES/libvirt.mo +%%NLS%%share/locale/fur/LC_MESSAGES/libvirt.mo +%%NLS%%share/locale/ga/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/he/LC_MESSAGES/libvirt.mo @@ -345,6 +349,7 @@ share/gtk-doc/html/libvirt/up.png %%NLS%%share/locale/mn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ms/LC_MESSAGES/libvirt.mo +%%NLS%%share/locale/my/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nb/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nds/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ne/LC_MESSAGES/libvirt.mo