diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-05-04 02:24:39 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-05-04 15:36:20 +0000 |
commit | 4d40fec7bda7b163a73e0fd159a9178b45acd102 (patch) | |
tree | a48da5aa1f03ef61936859c2341309d1a4a344c6 | |
parent | f686aeaf9ddd5742fcb3a2b37d844d9ddef23c43 (diff) | |
download | ports-4d40fec7bda7b163a73e0fd159a9178b45acd102.tar.gz ports-4d40fec7bda7b163a73e0fd159a9178b45acd102.zip |
devel/libvirt: update to 7.3.0
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 9a710bbf5e5d..7a75931f0f0e 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,7 +1,7 @@ # Created by: Jason Helfman <jgh@FreeBSD.org> PORTNAME= libvirt -PORTVERSION= 7.2.0 +PORTVERSION= 7.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -17,6 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ ${LOCALBASE}/bin/grep:textproc/gnugrep \ + gsed:textproc/gsed \ rst2html-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR} \ xsltproc:textproc/libxslt RUN_DEPENDS= dnsmasq:dns/dnsmasq @@ -104,7 +105,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.7002.0 +SHLIB_VER= 0.7003.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 754326e90ef4..9cdbc4701d5f 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617805506 -SHA256 (libvirt-7.2.0.tar.xz) = 01f459d0c7ba5009622a628dba1a026200e8f4a299fea783b936a71d7e0ed1d0 -SIZE (libvirt-7.2.0.tar.xz) = 8661052 +TIMESTAMP = 1620056127 +SHA256 (libvirt-7.3.0.tar.xz) = 27bdbb85c0301475ab1f2ecd185c629ea0bfd5512bef3f6f1817b6c55d1dc1be +SIZE (libvirt-7.3.0.tar.xz) = 8680468 |