diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2022-04-02 03:01:14 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2022-04-02 09:00:32 +0000 |
commit | 910011b28db79ea5a507c9179caeaaa36ea907a5 (patch) | |
tree | bb305f3e6fff9ad2a3d9be2411dc8aeef7e2ff01 | |
parent | f31ed7ef7f470cf75514edc2c0a8e78e3dcfc245 (diff) | |
download | ports-910011b28db79ea5a507c9179caeaaa36ea907a5.tar.gz ports-910011b28db79ea5a507c9179caeaaa36ea907a5.zip |
devel/libvirt: update to 8.2.0
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 60124d5dec6a..6d780c165e65 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,8 +1,7 @@ # Created by: Jason Helfman <jgh@FreeBSD.org> PORTNAME= libvirt -PORTVERSION= 8.1.0 -PORTREVISION= 1 +PORTVERSION= 8.2.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -105,7 +104,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.8001.0 +SHLIB_VER= 0.8002.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 03f0161470c5..73a833b46ab6 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646237277 -SHA256 (libvirt-8.1.0.tar.xz) = 3c6c43becffeb34a3f397c616206aa69a893ff8bf5e8208393c84e8e75352934 -SIZE (libvirt-8.1.0.tar.xz) = 8881608 +TIMESTAMP = 1648867797 +SHA256 (libvirt-8.2.0.tar.xz) = 0ecd9c7dd52db7a2d124155ffa5e11de2fbd05014eceffbd1972b022d21becba +SIZE (libvirt-8.2.0.tar.xz) = 8871236 |