Date: Sat, 25 May 2019 16:18:34 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502590 - in head: archivers/quazip archivers/quazip/files astro/marble astro/merkaartor astro/qmapshack cad/qcad editors/texstudio emulators/mupen64plus-qt security/keepassxc Message-ID: <201905251618.x4PGIYfo036224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat May 25 16:18:34 2019 New Revision: 502590 URL: https://svnweb.freebsd.org/changeset/ports/502590 Log: archivers/quazip: update to 0.8 From the changelog: * Support for UTF-8 in file names and comments (Denis Zavorotnyy) * get/setOsCode(), get/setDefaultOsCode() * Fixed Z_STREAM_END handling in QuaZioDevic Added: head/archivers/quazip/files/ head/archivers/quazip/files/patch-CMakeLists.txt (contents, props changed) Modified: head/archivers/quazip/Makefile head/archivers/quazip/distinfo head/astro/marble/Makefile head/astro/merkaartor/Makefile head/astro/qmapshack/Makefile head/cad/qcad/Makefile head/editors/texstudio/Makefile head/emulators/mupen64plus-qt/Makefile head/security/keepassxc/Makefile Modified: head/archivers/quazip/Makefile ============================================================================== --- head/archivers/quazip/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/archivers/quazip/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= quazip -DISTVERSION= 0.7.6 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 0.8 CATEGORIES= archivers PKGNAMESUFFIX= -qt5 Modified: head/archivers/quazip/distinfo ============================================================================== --- head/archivers/quazip/distinfo Sat May 25 16:16:27 2019 (r502589) +++ head/archivers/quazip/distinfo Sat May 25 16:18:34 2019 (r502590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546696187 -SHA256 (stachenov-quazip-0.7.6_GH0.tar.gz) = 4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70 -SIZE (stachenov-quazip-0.7.6_GH0.tar.gz) = 149029 +TIMESTAMP = 1558780883 +SHA256 (stachenov-quazip-v0.8_GH0.tar.gz) = e9ddc67dfbe81a1633ecdf6995abb483f578b835946f216d67bffd18b18c9f52 +SIZE (stachenov-quazip-v0.8_GH0.tar.gz) = 150570 Added: head/archivers/quazip/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/quazip/files/patch-CMakeLists.txt Sat May 25 16:18:34 2019 (r502590) @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2019-05-25 14:14:20 UTC ++++ CMakeLists.txt +@@ -60,4 +60,4 @@ set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_ + + add_subdirectory(quazip) + +-install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake) ++install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake/Modules) Modified: head/astro/marble/Makefile ============================================================================== --- head/astro/marble/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/astro/marble/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -2,6 +2,7 @@ PORTNAME= marble DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 PORTREVIWION= 1 CATEGORIES= astro kde kde-applications Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/astro/merkaartor/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info Modified: head/astro/qmapshack/Makefile ============================================================================== --- head/astro/qmapshack/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/astro/qmapshack/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/cad/qcad/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -4,7 +4,7 @@ PORTNAME= qcad PORTVERSION= 3.21.3.15 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad DIST_SUBDIR= ${PORTNAME} Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/editors/texstudio/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org Modified: head/emulators/mupen64plus-qt/Makefile ============================================================================== --- head/emulators/mupen64plus-qt/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/emulators/mupen64plus-qt/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -2,7 +2,7 @@ PORTNAME= mupen64plus-qt DISTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MAINTAINER= maintainer@hasting.email Modified: head/security/keepassxc/Makefile ============================================================================== --- head/security/keepassxc/Makefile Sat May 25 16:16:27 2019 (r502589) +++ head/security/keepassxc/Makefile Sat May 25 16:18:34 2019 (r502590) @@ -2,6 +2,7 @@ PORTNAME= keepassxc DISTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251618.x4PGIYfo036224>