archivers/quazip: update to 1.2, latest upstream
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
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= quazip
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1
|
||||
DISTVERSION= 1.2
|
||||
CATEGORIES= archivers
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
@@ -16,8 +16,8 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= stachenov
|
||||
CPE_VENDOR= quazip_project
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= core network testlib \
|
||||
buildtools_build qmake_build
|
||||
USE_QT= core network \
|
||||
buildtools_build testlib_build qmake_build
|
||||
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=FALSE
|
||||
|
||||
PLIST_SUB= QTVER_SUFFIX=5 \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604822379
|
||||
SHA256 (stachenov-quazip-v1.1_GH0.tar.gz) = 54edce9c11371762bd4f0003c2937b5d8806a2752dd9c0fd9085e90792612ad0
|
||||
SIZE (stachenov-quazip-v1.1_GH0.tar.gz) = 153870
|
||||
TIMESTAMP = 1639004523
|
||||
SHA256 (stachenov-quazip-v1.2_GH0.tar.gz) = 2dfb911d6b27545de0b98798d967c40430312377e6ade57096d6ec80c720cb61
|
||||
SIZE (stachenov-quazip-v1.2_GH0.tar.gz) = 155878
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= marble
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro education kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= merkaartor
|
||||
PORTVERSION= 0.19.0
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
|
||||
MAINTAINER= dev2@heesakkers.info
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
PORTNAME= qmapshack
|
||||
PORTVERSION= 1.16.0
|
||||
DISTVERSIONPREFIX= V_
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= astro
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= texstudio
|
||||
DISTVERSION= 4.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= rigoletto@FreeBSD.org
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= emu64
|
||||
PORTVERSION= 5.0.19
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= felix@palmen-it.de
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= mupen64plus-qt
|
||||
DISTVERSION= 1.14
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= maintainer@hasting.email
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= krita
|
||||
DISTVERSION= 4.4.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PORTNAME= nomacs
|
||||
PORTVERSION= 3.16
|
||||
DISTVERSIONSUFFIX= .224
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
|
||||
PATCH_SITES= https://github.com/nomacs/nomacs/commit/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= keepassxc
|
||||
DISTVERSION= 2.6.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user