- sync with libvirt-glib

* move homepage to https
* prefer https mirror
This commit is contained in:
jasper 2015-06-17 10:23:17 +00:00
parent 5aafed3c65
commit bc8a2cadab
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/06/03 06:21:41 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2015/06/17 10:23:17 jasper Exp $
SHARED_ONLY = Yes
@ -6,16 +6,19 @@ COMMENT = libvirt virtualization API python bindings
MODPY_EGG_VERSION = 1.2.16
DISTNAME = libvirt-python-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = http://libvirt.org/python.html
HOMEPAGE = https://libvirt.org/python.html
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# LGPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ftp://libvirt.org/libvirt/python/
MASTER_SITES = https://libvirt.org/sources/python/ \
ftp://libvirt.org/libvirt/python/
MODULES = lang/python

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.33 2015/06/03 06:21:26 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2015/06/17 10:23:17 jasper Exp $
COMMENT= tool/library for managing platform virtualization
DISTNAME= libvirt-1.2.16
CATEGORIES= sysutils devel
REVISION= 0
SHARED_LIBS += virt-qemu 0.3 # 1002.15
SHARED_LIBS += virt 0.7 # 1002.15
SHARED_LIBS += virt-lxc 0.0 # 1002.15
HOMEPAGE= http://libvirt.org/
HOMEPAGE= https://libvirt.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>