FreeBSD Bugzilla – Attachment 201493 Details for
Bug 235286
graphics/gpxsee: Update to 7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 7.2
gpxsee.diff (text/plain), 3.68 KB, created by
Nikolay Korotkiy
on 2019-01-28 23:51:04 UTC
(
hide
)
Description:
Update to 7.2
Filename:
MIME Type:
Creator:
Nikolay Korotkiy
Created:
2019-01-28 23:51:04 UTC
Size:
3.68 KB
patch
obsolete
>diff --git i/graphics/gpxsee/Makefile w/graphics/gpxsee/Makefile >index 6b4e50a2af6c..c314e114b760 100644 >--- i/graphics/gpxsee/Makefile >+++ w/graphics/gpxsee/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gpxsee >-DISTVERSION= 7.1 >-PORTREVISION= 1 >+DISTVERSION= 7.2 > CATEGORIES= graphics geography > > MAINTAINER= sikmir@gmail.com >@@ -21,9 +20,10 @@ USE_GITHUB= yes > GH_ACCOUNT= tumic0 > GH_PROJECT= GPXSee > >-OPTIONS_DEFINE= NLS PBF TIFF >-OPTIONS_DEFAULT= PBF TIFF >+OPTIONS_DEFINE= MAPS NLS PBF TIFF >+OPTIONS_DEFAULT= MAPS PBF TIFF > OPTIONS_SUB= yes >+MAPS_DESC= Install map definitions of some well known global map services > NLS_USE= QT=linguisttools_build > NLS_USES= gettext-runtime > PBF_DESC= Support for PBF vector maps >@@ -35,9 +35,7 @@ pre-build-NLS-on: > ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro > > do-install: >- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/GPXSee ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >- @${MKDIR} ${STAGEDIR}${DATADIR}/maps >- ${INSTALL_DATA} ${WRKSRC}/pkg/maps/* ${STAGEDIR}${DATADIR}/maps >+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gpxsee ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > @${MKDIR} ${STAGEDIR}${DATADIR}/csv > ${INSTALL_DATA} ${WRKSRC}/pkg/csv/* ${STAGEDIR}${DATADIR}/csv > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps >@@ -47,6 +45,10 @@ do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo > ${INSTALL_DATA} ${WRKSRC}/pkg/appdata.xml ${STAGEDIR}${PREFIX}/share/metainfo/${PORTNAME}.appdata.xml > >+do-install-MAPS-on: >+ @${MKDIR} ${STAGEDIR}${DATADIR}/maps >+ ${INSTALL_DATA} ${WRKSRC}/pkg/maps/* ${STAGEDIR}${DATADIR}/maps >+ > do-install-NLS-on: > @${MKDIR} ${STAGEDIR}${DATADIR}/translations > ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/translations >diff --git i/graphics/gpxsee/distinfo w/graphics/gpxsee/distinfo >index 50608538c1c9..4068f0764cb1 100644 >--- i/graphics/gpxsee/distinfo >+++ w/graphics/gpxsee/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1546427303 >-SHA256 (tumic0-GPXSee-7.1_GH0.tar.gz) = 4f06fbed10629c0c32e2240cc6b8f34ff3c2f4063f0bdd23e084b74c5fe01ca0 >-SIZE (tumic0-GPXSee-7.1_GH0.tar.gz) = 3868798 >+TIMESTAMP = 1548706224 >+SHA256 (tumic0-GPXSee-7.2_GH0.tar.gz) = b26350f9ab7890c322c04951d3ae528c66d5cfea07cbb3f0688d83ec82ff6098 >+SIZE (tumic0-GPXSee-7.2_GH0.tar.gz) = 4281800 >diff --git i/graphics/gpxsee/pkg-descr w/graphics/gpxsee/pkg-descr >index cb2ea0347e26..8a6a3f7d3a5b 100644 >--- i/graphics/gpxsee/pkg-descr >+++ w/graphics/gpxsee/pkg-descr >@@ -1,6 +1,6 @@ > GPS log file viewer and analyzer. > > GPXSee is a Qt-based GPS log file viewer and analyzer that supports >-GPX, TCX, KML, FIT, IGC, NMEA, SLF, LOC and OziExplorer files. >+all common GPS log file formats. > > WWW: https://www.gpxsee.org/ >diff --git i/graphics/gpxsee/pkg-plist w/graphics/gpxsee/pkg-plist >index f27592291bdf..f664bca07a70 100644 >--- i/graphics/gpxsee/pkg-plist >+++ w/graphics/gpxsee/pkg-plist >@@ -3,15 +3,17 @@ share/applications/gpxsee.desktop > %%DATADIR%%/csv/ellipsoids.csv > %%DATADIR%%/csv/gcs.csv > %%DATADIR%%/csv/pcs.csv >-%%DATADIR%%/maps/4UMaps.xml >-%%DATADIR%%/maps/OpenStreetMap.xml >-%%DATADIR%%/maps/OpenTopoMap.xml >-%%DATADIR%%/maps/USGS-imagery.xml >-%%DATADIR%%/maps/USGS-topo.xml >+%%MAPS%%%%DATADIR%%/maps/4UMaps.xml >+%%MAPS%%%%DATADIR%%/maps/Antarctica.xml >+%%MAPS%%%%DATADIR%%/maps/OpenStreetMap.xml >+%%MAPS%%%%DATADIR%%/maps/OpenTopoMap.xml >+%%MAPS%%%%DATADIR%%/maps/USGS-imagery.xml >+%%MAPS%%%%DATADIR%%/maps/USGS-topo.xml > %%NLS%%%%DATADIR%%/translations/gpxsee_cs.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_da.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_de.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_en.qm >+%%NLS%%%%DATADIR%%/translations/gpxsee_es.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_fi.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_fr.qm > %%NLS%%%%DATADIR%%/translations/gpxsee_nb.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:
sikmir
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 235286
: 201493