FreeBSD Bugzilla – Attachment 196483 Details for
Bug 230853
graphics/openorienteering-mapper: Update to 0.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 0.8.2
openorienteering-mapper.diff (text/plain), 8.15 KB, created by
Nikolay Korotkiy
on 2018-08-23 21:05:33 UTC
(
hide
)
Description:
Update to 0.8.2
Filename:
MIME Type:
Creator:
Nikolay Korotkiy
Created:
2018-08-23 21:05:33 UTC
Size:
8.15 KB
patch
obsolete
>diff --git i/graphics/openorienteering-mapper/Makefile w/graphics/openorienteering-mapper/Makefile >index 4933077dc916..a26e1ef5ad6a 100644 >--- i/graphics/openorienteering-mapper/Makefile >+++ w/graphics/openorienteering-mapper/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= openorienteering-mapper >-PORTVERSION= 0.8.1 >+PORTVERSION= 0.8.2 > DISTVERSIONPREFIX= v > CATEGORIES= graphics geography > >diff --git i/graphics/openorienteering-mapper/distinfo w/graphics/openorienteering-mapper/distinfo >index 471d482c15a4..3938afdf135b 100644 >--- i/graphics/openorienteering-mapper/distinfo >+++ w/graphics/openorienteering-mapper/distinfo >@@ -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 >diff --git i/graphics/openorienteering-mapper/files/patch-CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >index b5a104e95522..6d3f897b08f3 100644 >--- i/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >@@ -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) >diff --git i/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake w/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >index a903c3f0df00..05dac1b58ea4 100644 >--- i/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >+++ w/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >@@ -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") >diff --git i/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >index 10dfaf0637d6..0d3d7a1de920 100644 >--- i/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >@@ -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) >diff --git i/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in w/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >index 778af6f203a6..f60c021df423 100644 >--- i/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >+++ w/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >@@ -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 "") >diff --git i/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >index 429156ee0950..d9cebbf10ed6 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >@@ -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 >diff --git i/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >index 68e3e2baafd4..eeb6d65d125d 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >@@ -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 >diff --git i/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in w/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >index 6ba446e7d3fb..a543edb20dba 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >+++ w/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >@@ -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 @@ > >diff --git i/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >index 8cbe6e76fcb2..fb11a3129093 100644 >--- i/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >@@ -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 >diff --git i/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh w/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >index 772403af4965..44b16924ff9a 100644 >--- i/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >+++ w/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >@@ -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 > >diff --git i/graphics/openorienteering-mapper/pkg-plist w/graphics/openorienteering-mapper/pkg-plist >index 551c16a279e6..09ed6054b208 100644 >--- i/graphics/openorienteering-mapper/pkg-plist >+++ w/graphics/openorienteering-mapper/pkg-plist >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230853
: 196483