mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to 20240308
take MAINTAINER feedback and OK sthen@
This commit is contained in:
@@ -1,26 +1,27 @@
|
||||
COMMENT = library and tools to access the QEMU Copy-On-Write (QCOW)
|
||||
|
||||
VERSION = 20191221
|
||||
VERSION = 20240308
|
||||
DISTNAME = libqcow-alpha-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-alpha//}
|
||||
REVISION = 6
|
||||
|
||||
SHARED_LIBS += qcow 0.0 # 1.0
|
||||
SHARED_LIBS += qcow 0.1 # 1.0
|
||||
|
||||
CATEGORIES = sysutils security
|
||||
|
||||
HOMEPAGE = https://github.com/libyal/libqcow/wiki
|
||||
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
SITES = https://github.com/libyal/libqcow/releases/download/${VERSION}/
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = ${MODPY_WANTLIB}
|
||||
WANTLIB += bfio c crypto fuse iconv intl m pthread util z
|
||||
WANTLIB += bfio c crypto fuse iconv intl m pthread ssl util z
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python3
|
||||
CONFIGURE_ARGS += --enable-python
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (libqcow-alpha-20191221.tar.gz) = 1qEfUfeS0fV1bmDCMgwOfD+NqyUlKbXqVOUBr8vPKow=
|
||||
SIZE (libqcow-alpha-20191221.tar.gz) = 1488067
|
||||
SHA256 (libqcow-alpha-20240308.tar.gz) = 94E7RvRtTWVoPyCvBz1zYvmSAs/bpzQhEmEWGAbXN7I=
|
||||
SIZE (libqcow-alpha-20240308.tar.gz) = 1562859
|
||||
|
||||
Reference in New Issue
Block a user