From owner-svn-ports-all@freebsd.org Sat Aug 1 13:18:40 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 834E237B584; Sat, 1 Aug 2020 13:18:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BJl8c2yv0z4JLJ; Sat, 1 Aug 2020 13:18:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 491A913252; Sat, 1 Aug 2020 13:18:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 071DIeeq092708; Sat, 1 Aug 2020 13:18:40 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 071DIdAu092702; Sat, 1 Aug 2020 13:18:39 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202008011318.071DIdAu092702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 1 Aug 2020 13:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543909 - in head: net-im/kaidan net/kitinerary textproc/zxing-cpp textproc/zxing-cpp/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: net-im/kaidan net/kitinerary textproc/zxing-cpp textproc/zxing-cpp/files X-SVN-Commit-Revision: 543909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2020 13:18:40 -0000 Author: tcberner Date: Sat Aug 1 13:18:38 2020 New Revision: 543909 URL: https://svnweb.freebsd.org/changeset/ports/543909 Log: textproc/zxing-cpp: update to 1.1.0 Added: head/textproc/zxing-cpp/files/ head/textproc/zxing-cpp/files/patch-core_src_LogMatrix.h (contents, props changed) Modified: head/net-im/kaidan/Makefile head/net/kitinerary/Makefile head/textproc/zxing-cpp/Makefile head/textproc/zxing-cpp/distinfo head/textproc/zxing-cpp/pkg-plist Modified: head/net-im/kaidan/Makefile ============================================================================== --- head/net-im/kaidan/Makefile Sat Aug 1 13:13:29 2020 (r543908) +++ head/net-im/kaidan/Makefile Sat Aug 1 13:18:38 2020 (r543909) @@ -2,6 +2,7 @@ PORTNAME= kaidan DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} @@ -9,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= User-friendly XMPP client for every device LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 \ - libZXingCore.so:textproc/zxing-cpp + libZXing.so:textproc/zxing-cpp USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ pkgconfig qt:5 tar:xz Modified: head/net/kitinerary/Makefile ============================================================================== --- head/net/kitinerary/Makefile Sat Aug 1 13:13:29 2020 (r543908) +++ head/net/kitinerary/Makefile Sat Aug 1 13:18:38 2020 (r543909) @@ -2,7 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Data Model and Extraction System for Travel R LICENSE= LGPL21 LIB_DEPENDS= libpoppler.so:graphics/poppler \ - libZXingCore.so:textproc/zxing-cpp + libZXing.so:textproc/zxing-cpp USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz USE_GNOME= libxml2 Modified: head/textproc/zxing-cpp/Makefile ============================================================================== --- head/textproc/zxing-cpp/Makefile Sat Aug 1 13:13:29 2020 (r543908) +++ head/textproc/zxing-cpp/Makefile Sat Aug 1 13:18:38 2020 (r543909) @@ -3,8 +3,7 @@ PORTNAME= zxing-cpp DISTVERSIONPREFIX= v -DISTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= textproc MAINTAINER= kde@FreeBSD.org Modified: head/textproc/zxing-cpp/distinfo ============================================================================== --- head/textproc/zxing-cpp/distinfo Sat Aug 1 13:13:29 2020 (r543908) +++ head/textproc/zxing-cpp/distinfo Sat Aug 1 13:18:38 2020 (r543909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589647728 -SHA256 (nu-book-zxing-cpp-v1.0.8_GH0.tar.gz) = 9154b5456904e47bd4c38462d57e4b7897bfb20cb2bc2e8c958453e40e73c8b2 -SIZE (nu-book-zxing-cpp-v1.0.8_GH0.tar.gz) = 128506816 +TIMESTAMP = 1596285987 +SHA256 (nu-book-zxing-cpp-v1.1.0_GH0.tar.gz) = 283574a817a6efdb38e4f0480fb7697e9b1f90b55d6b16e92e1a2d2af9c43506 +SIZE (nu-book-zxing-cpp-v1.1.0_GH0.tar.gz) = 128856890 Added: head/textproc/zxing-cpp/files/patch-core_src_LogMatrix.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/zxing-cpp/files/patch-core_src_LogMatrix.h Sat Aug 1 13:18:38 2020 (r543909) @@ -0,0 +1,10 @@ +--- core/src/LogMatrix.h.orig 2020-08-01 12:51:07 UTC ++++ core/src/LogMatrix.h +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + namespace ZXing { + Modified: head/textproc/zxing-cpp/pkg-plist ============================================================================== --- head/textproc/zxing-cpp/pkg-plist Sat Aug 1 13:13:29 2020 (r543908) +++ head/textproc/zxing-cpp/pkg-plist Sat Aug 1 13:18:38 2020 (r543909) @@ -3,6 +3,8 @@ include/ZXing/BinaryBitmap.h include/ZXing/BitArray.h include/ZXing/BitHacks.h include/ZXing/BitMatrix.h +include/ZXing/BitMatrixCursor.h +include/ZXing/BitMatrixIO.h include/ZXing/BitSource.h include/ZXing/ByteArray.h include/ZXing/ByteMatrix.h @@ -13,16 +15,22 @@ include/ZXing/DecodeHints.h include/ZXing/DecodeStatus.h include/ZXing/DecoderResult.h include/ZXing/DetectorResult.h +include/ZXing/GTIN.h include/ZXing/GenericGF.h include/ZXing/GenericGFPoly.h include/ZXing/GenericLuminanceSource.h include/ZXing/GlobalHistogramBinarizer.h include/ZXing/GridSampler.h include/ZXing/HybridBinarizer.h +include/ZXing/LogMatrix.h include/ZXing/LuminanceSource.h +include/ZXing/Matrix.h include/ZXing/MultiFormatReader.h include/ZXing/MultiFormatWriter.h +include/ZXing/Pattern.h include/ZXing/PerspectiveTransform.h +include/ZXing/Point.h +include/ZXing/Quadrilateral.h include/ZXing/ReadBarcode.h include/ZXing/Reader.h include/ZXing/ReedSolomonDecoder.h @@ -33,11 +41,12 @@ include/ZXing/ResultPoint.h include/ZXing/TextDecoder.h include/ZXing/TextEncoder.h include/ZXing/TextUtfEncoding.h +include/ZXing/TritMatrix.h include/ZXing/WhiteRectDetector.h include/ZXing/ZXBigInteger.h include/ZXing/ZXConfig.h include/ZXing/ZXContainerAlgorithms.h -include/ZXing/ZXFilesystem.h +include/ZXing/ZXFlags.h include/ZXing/ZXNullable.h include/ZXing/ZXNumeric.h include/ZXing/ZXStrConvWorkaround.h @@ -158,9 +167,10 @@ include/ZXing/textcodec/KRHangulMapping.h include/ZXing/textcodec/KRTextDecoder.h include/ZXing/textcodec/KRTextEncoder.h lib/cmake/ZXing/ZXingConfig.cmake +lib/cmake/ZXing/ZXingConfigVersion.cmake lib/cmake/ZXing/ZXingTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ZXing/ZXingTargets.cmake -lib/libZXingCore.so -lib/libZXingCore.so.1 -lib/libZXingCore.so.1.0.7 +lib/libZXing.so +lib/libZXing.so.1 +lib/libZXing.so.1.1.0 libdata/pkgconfig/zxing.pc