From owner-svn-ports-head@freebsd.org Fri May 10 15:32:23 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A46F15A571A; Fri, 10 May 2019 15:32:23 +0000 (UTC) (envelope-from swills@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) server-signature RSA-PSS (4096 bits) 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 1016C757D3; Fri, 10 May 2019 15:32:23 +0000 (UTC) (envelope-from swills@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 E12626400; Fri, 10 May 2019 15:32:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AFWMpq050190; Fri, 10 May 2019 15:32:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AFWMZS050187; Fri, 10 May 2019 15:32:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905101532.x4AFWMZS050187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 10 May 2019 15:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501181 - in head/graphics/ossim: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/ossim: . files X-SVN-Commit-Revision: 501181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1016C757D3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2019 15:32:23 -0000 Author: swills Date: Fri May 10 15:32:21 2019 New Revision: 501181 URL: https://svnweb.freebsd.org/changeset/ports/501181 Log: graphics/ossim: update to 2.8.0 PR: 237820 Submitted by: lbartoletti (maintainer) Modified: head/graphics/ossim/Makefile (contents, props changed) head/graphics/ossim/distinfo (contents, props changed) head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake (contents, props changed) Modified: head/graphics/ossim/Makefile ============================================================================== --- head/graphics/ossim/Makefile Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/Makefile Fri May 10 15:32:21 2019 (r501181) @@ -2,8 +2,7 @@ PORTNAME= ossim DISTVERSIONPREFIX= Laguna- -DISTVERSION= 2.7.0 -PORTREVISION= 1 +DISTVERSION= 2.8.0 CATEGORIES= graphics geography MAINTAINER= lbartoletti@tuxfamily.org Modified: head/graphics/ossim/distinfo ============================================================================== --- head/graphics/ossim/distinfo Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/distinfo Fri May 10 15:32:21 2019 (r501181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552535693 -SHA256 (ossimlabs-ossim-Laguna-2.7.0_GH0.tar.gz) = 63695f00441d025c758552864b4048dc405bb5f0495fbaab4647aad024b0f8ac -SIZE (ossimlabs-ossim-Laguna-2.7.0_GH0.tar.gz) = 6837707 +TIMESTAMP = 1557462365 +SHA256 (ossimlabs-ossim-Laguna-2.8.0_GH0.tar.gz) = 3a8fb6332083461f388b99f4f174ee6500960574d090bc400c3537af8e563686 +SIZE (ossimlabs-ossim-Laguna-2.8.0_GH0.tar.gz) = 6839012 Modified: head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake ============================================================================== --- head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake Fri May 10 15:30:12 2019 (r501180) +++ head/graphics/ossim/files/patch-cmake_CMakeModules_FindJsonCpp.cmake Fri May 10 15:32:21 2019 (r501181) @@ -1,11 +1,11 @@ ---- cmake/CMakeModules/FindJsonCpp.cmake.orig 2019-03-14 03:58:28 UTC +--- cmake/CMakeModules/FindJsonCpp.cmake.orig 2019-05-10 05:17:01 UTC +++ cmake/CMakeModules/FindJsonCpp.cmake @@ -16,7 +16,7 @@ set(JSONCPP_FOUND "NO") set(OSSIM_HAS_JSONCPP 0) find_path( JSONCPP_INCLUDE_DIR json/json.h -- PATHS /usr/include/jsoncpp ) -+ PATHS ${CMAKE_INSTALL_PREFIX}/include/jsoncpp ) +- PATHS "${CMAKE_INSTALL_PREFIX}" "/usr/include/jsoncpp" ) ++ PATHS "${CMAKE_INSTALL_PREFIX}/include/jsoncpp" ) find_library( JSONCPP_LIBRARY NAMES "jsoncpp")