Date: Sat, 20 Apr 2019 14:38:20 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499444 - in head/textproc/zxing-cpp: . files Message-ID: <201904201438.x3KEcKs5000843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Apr 20 14:38:20 2019 New Revision: 499444 URL: https://svnweb.freebsd.org/changeset/ports/499444 Log: textproc/zxing-cpp: Link OpenCV libs to the library Add the patch from the upstream pull request PR: 237388 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> Deleted: head/textproc/zxing-cpp/files/patch-CMakeLists.txt Modified: head/textproc/zxing-cpp/Makefile head/textproc/zxing-cpp/distinfo Modified: head/textproc/zxing-cpp/Makefile ============================================================================== --- head/textproc/zxing-cpp/Makefile Sat Apr 20 13:59:54 2019 (r499443) +++ head/textproc/zxing-cpp/Makefile Sat Apr 20 14:38:20 2019 (r499444) @@ -3,7 +3,11 @@ PORTNAME= zxing-cpp DISTVERSION= 0.20190320 +PORTREVISION= 1 CATEGORIES= textproc + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= ZXing C++ Library for QR code recognition Modified: head/textproc/zxing-cpp/distinfo ============================================================================== --- head/textproc/zxing-cpp/distinfo Sat Apr 20 13:59:54 2019 (r499443) +++ head/textproc/zxing-cpp/distinfo Sat Apr 20 14:38:20 2019 (r499444) @@ -1,3 +1,5 @@ -TIMESTAMP = 1555688287 +TIMESTAMP = 1555770661 SHA256 (glassechidna-zxing-cpp-0.20190320-e0e40dd_GH0.tar.gz) = 699ed1e08812631d40730bd96a7e314d1ad8adf28f45770d8ae8e57a536ba33b SIZE (glassechidna-zxing-cpp-0.20190320-e0e40dd_GH0.tar.gz) = 312377 +SHA256 (bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch) = a3430c1284be71bc9bdefae35d4f683905a5b31a9fd72289ff0891a798d5837f +SIZE (bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch) = 720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904201438.x3KEcKs5000843>