mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c770da752d
Release notes are here: https://github.com/stachenov/quazip/releases/tag/v1.2 There are a handful of internal changes that don't affect us (allowing QtZip, for instance) or don't show up in our use of quazip (-lz in pkgconfig file). There's one relevant change to close() that **might** affect consumers, but then I'd expect bug reports from the consumers about failures on load/save. While here, move the libraries needed only for testing to _build. Bumping PORTREVISION of consumers. Reported by: portscout
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
PORTNAME= quazip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= archivers
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt/C++ wrapper for ZIP/UNZIP package
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake compiler:c++11-lang cpe qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stachenov
|
|
CPE_VENDOR= quazip_project
|
|
USE_LDCONFIG= yes
|
|
USE_QT= core network \
|
|
buildtools_build testlib_build qmake_build
|
|
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=FALSE
|
|
|
|
PLIST_SUB= QTVER_SUFFIX=5 \
|
|
QUAZIP_VERSION=${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|