mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- update to 1.0.4
- add additional mirror - pet portlint - misc. cleanups Changes: http://libvirt.org/news.html Feature safe: yes
This commit is contained in:
parent
feb844a02b
commit
79f052a3f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315927
@ -2,24 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/
|
||||
MASTER_SITES= http://libvirt.org/sources/ \
|
||||
ftp://libvirt.org/libvirt/
|
||||
|
||||
MAINTAINER= jgh@FreeBSD.org
|
||||
COMMENT= Toolkit to interact with virtualization capabilities
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
OPTIONS_DEFINE= QEMU DOCS
|
||||
QEMU_DESC= QEMU bindings
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
gnutls:${PORTSDIR}/security/gnutls \
|
||||
ssh2:${PORTSDIR}/security/libssh2
|
||||
|
||||
OPTIONS_DEFINE= QEMU DOCS
|
||||
QEMU_DESC= QEMU bindings
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
CONFIGURE_ARGS= --without-sasl \
|
||||
@ -37,11 +38,9 @@ CONFIGURE_ARGS= --without-sasl \
|
||||
PORTSCOUT= limit:\d+\.\d+\.\d+$$
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
USES= charsetfix pathfix
|
||||
USE_GMAKE= yes
|
||||
GNOME_MAKEFILEIN= Makefile.in
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
SHLIB_VER= 1000
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-1.0.3.tar.gz) = f64f4acd7cdcfc6ab5e803195ed58b949f262b54e3659d8c37b33f0fec112757
|
||||
SIZE (libvirt-1.0.3.tar.gz) = 23238381
|
||||
SHA256 (libvirt-1.0.4.tar.gz) = d94c99ce286f5a89eb02c9f3d9d620930df1f9348262a60199b4a565a222c9a0
|
||||
SIZE (libvirt-1.0.4.tar.gz) = 23353253
|
||||
|
Loading…
Reference in New Issue
Block a user