Index: head/textproc/zxing-cpp/Makefile =================================================================== --- head/textproc/zxing-cpp/Makefile (revision 499443) +++ head/textproc/zxing-cpp/Makefile (revision 499444) @@ -1,24 +1,28 @@ # Created by: Yuri Victorovich # $FreeBSD$ 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 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \ libopencv_photo.so:graphics/opencv USES= cmake compiler:c++11-lang iconv USE_GITHUB= yes GH_ACCOUNT= glassechidna GH_TAGNAME= e0e40dd CMAKE_ON= BUILD_SHARED_LIBS .include Index: head/textproc/zxing-cpp/distinfo =================================================================== --- head/textproc/zxing-cpp/distinfo (revision 499443) +++ head/textproc/zxing-cpp/distinfo (revision 499444) @@ -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 Index: head/textproc/zxing-cpp/files/patch-CMakeLists.txt =================================================================== --- head/textproc/zxing-cpp/files/patch-CMakeLists.txt (revision 499443) +++ head/textproc/zxing-cpp/files/patch-CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2018-07-09 07:47:42 UTC -+++ CMakeLists.txt -@@ -83,7 +83,7 @@ file(GLOB_RECURSE ZXING_FILES - ) - - add_executable(zxing ${ZXING_FILES}) --target_link_libraries(zxing libzxing) -+target_link_libraries(zxing libzxing ${OpenCV_LIBRARIES}) - - install(TARGETS zxing libzxing EXPORT zxing-targets - LIBRARY DESTINATION lib Property changes on: head/textproc/zxing-cpp/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property