Date: Sun, 26 Aug 2018 15:04:34 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478129 - in head/graphics/openorienteering-mapper: . files Message-ID: <201808261504.w7QF4Y5F002380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Aug 26 15:04:34 2018 New Revision: 478129 URL: https://svnweb.freebsd.org/changeset/ports/478129 Log: Update to upstream version 0.8.2 PR: 230853 Submitted by: sikmir@gmail.com (maintainer) MFH: 2018Q3 Modified: head/graphics/openorienteering-mapper/Makefile head/graphics/openorienteering-mapper/distinfo head/graphics/openorienteering-mapper/files/patch-CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake head/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in head/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in head/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh head/graphics/openorienteering-mapper/pkg-plist Modified: head/graphics/openorienteering-mapper/Makefile ============================================================================== --- head/graphics/openorienteering-mapper/Makefile Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/Makefile Sun Aug 26 15:04:34 2018 (r478129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openorienteering-mapper -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= graphics geography Modified: head/graphics/openorienteering-mapper/distinfo ============================================================================== --- head/graphics/openorienteering-mapper/distinfo Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/distinfo Sun Aug 26 15:04:34 2018 (r478129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523720387 -SHA256 (OpenOrienteering-mapper-v0.8.1_GH0.tar.gz) = 14debf0c31a3ca5b608154e264007a7582ea87d3466bd7d30527157396ae16d7 -SIZE (OpenOrienteering-mapper-v0.8.1_GH0.tar.gz) = 8449610 +TIMESTAMP = 1535041627 +SHA256 (OpenOrienteering-mapper-v0.8.2_GH0.tar.gz) = 11e6f2e93442f217f7373bd737a58a75e8e6da81d4365e12691a8dfdf1f01066 +SIZE (OpenOrienteering-mapper-v0.8.2_GH0.tar.gz) = 8586246 Modified: head/graphics/openorienteering-mapper/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-CMakeLists.txt Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-CMakeLists.txt Sun Aug 26 15:04:34 2018 (r478129) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2018-03-11 14:00:07 UTC +--- CMakeLists.txt.orig 2018-08-11 08:14:55 UTC +++ CMakeLists.txt -@@ -69,6 +69,11 @@ option(Mapper_DEBUG_TRANSLATIONS "Debug +@@ -73,6 +73,11 @@ option(Mapper_DEBUG_TRANSLATIONS "Debug # Used for some Linux distributions which do not provide the polyclipping lib. option(Mapper_BUILD_CLIPPER "Build the Clipper package from source" OFF) @@ -12,7 +12,7 @@ option(Mapper_USE_GDAL "Use the GDAL library" ON) if(CMAKE_BUILD_TYPE MATCHES Release|MinSizeRel|RelWithDebInfo) -@@ -227,10 +232,20 @@ endif() +@@ -231,10 +236,20 @@ endif() # Subdirectories @@ -36,7 +36,7 @@ add_subdirectory("3rd-party/qbezier") if(NOT ANDROID) add_subdirectory("3rd-party/qtsingleapplication") -@@ -250,7 +265,7 @@ if(CMAKE_CROSSCOMPILING) +@@ -254,7 +269,7 @@ if(CMAKE_CROSSCOMPILING) add_custom_target(TEST_WARNING ALL COMMENT "Crosscompiling, skipping all tests") add_dependencies(TEST_WARNING Mapper) Modified: head/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- doc/licensing/freebsd-licensing.cmake.orig 2018-04-14 16:13:40 UTC +--- doc/licensing/freebsd-licensing.cmake.orig 2018-08-23 17:44:26 UTC +++ doc/licensing/freebsd-licensing.cmake @@ -0,0 +1,6 @@ +include("linux-distribution.cmake") Modified: head/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- packaging/CMakeLists.txt.orig 2018-03-11 14:00:07 UTC +--- packaging/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC +++ packaging/CMakeLists.txt @@ -437,7 +437,7 @@ endforeach(_qt_plugin) if(UNIX AND NOT APPLE AND NOT ANDROID) Modified: head/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- packaging/custom_install.cmake.in.orig 2018-03-11 14:00:07 UTC +--- packaging/custom_install.cmake.in.orig 2018-08-11 08:14:55 UTC +++ packaging/custom_install.cmake.in @@ -215,4 +215,4 @@ endif() set(runtime "") Modified: head/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- src/CMakeLists.txt.orig 2018-03-11 14:00:07 UTC +--- src/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC +++ src/CMakeLists.txt @@ -286,8 +286,9 @@ target_compile_definitions(Mapper_Common # MAPPER_ENABLE_COMPATIBILITY Modified: head/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- src/gdal/CMakeLists.txt.orig 2018-03-11 14:00:07 UTC +--- src/gdal/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC +++ src/gdal/CMakeLists.txt @@ -34,8 +34,10 @@ set(MAPPER_GDAL_SOURCES ogr_template.cpp Modified: head/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- src/mapper_config.h.in.orig 2018-03-11 14:00:07 UTC +--- src/mapper_config.h.in.orig 2018-08-11 08:14:55 UTC +++ src/mapper_config.h.in @@ -30,6 +30,7 @@ Modified: head/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt Sun Aug 26 15:04:34 2018 (r478129) @@ -1,6 +1,6 @@ ---- translations/CMakeLists.txt.orig 2018-03-11 14:00:07 UTC +--- translations/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC +++ translations/CMakeLists.txt -@@ -220,24 +220,24 @@ else() +@@ -223,24 +223,24 @@ else() set(pre_lupdate ) set(post_lupdate Modified: head/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh ============================================================================== --- head/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh Sun Aug 26 15:04:34 2018 (r478129) @@ -1,4 +1,4 @@ ---- translations/translate_text_files.sh.orig 2018-03-11 14:00:07 UTC +--- translations/translate_text_files.sh.orig 2018-08-11 08:14:55 UTC +++ translations/translate_text_files.sh @@ -21,8 +21,8 @@ set -e Modified: head/graphics/openorienteering-mapper/pkg-plist ============================================================================== --- head/graphics/openorienteering-mapper/pkg-plist Sun Aug 26 14:47:34 2018 (r478128) +++ head/graphics/openorienteering-mapper/pkg-plist Sun Aug 26 15:04:34 2018 (r478129) @@ -2,8 +2,8 @@ bin/Mapper man/man1/Mapper.1.gz share/applications/Mapper.desktop %%DOCSDIR%%/3rd-party/qtsingleapplication.txt -%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.1 Manual.qch -%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.1 Manual.qhc +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.2 Manual.qch +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.2 Manual.qhc %%DOCSDIR%%/common-licenses/GPL-3.txt %%DOCSDIR%%/licensing.html share/icons/hicolor/128x128/apps/Mapper.png @@ -87,8 +87,6 @@ share/mime/packages/openorienteering-mapper.xml %%NLS%%%%DATADIR%%/translations/map_symbols_fi.qm %%NLS%%%%DATADIR%%/translations/map_symbols_fr.qm %%NLS%%%%DATADIR%%/translations/map_symbols_hu.qm -%%NLS%%%%DATADIR%%/translations/map_symbols_it.qm -%%NLS%%%%DATADIR%%/translations/map_symbols_nl.qm %%NLS%%%%DATADIR%%/translations/map_symbols_ru.qm %%NLS%%%%DATADIR%%/translations/map_symbols_sv.qm %%NLS%%%%DATADIR%%/translations/map_symbols_uk.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808261504.w7QF4Y5F002380>