Index: head/graphics/gpxsee/Makefile =================================================================== --- head/graphics/gpxsee/Makefile (revision 481552) +++ head/graphics/gpxsee/Makefile (revision 481553) @@ -1,53 +1,53 @@ # Created by: Nikolay Korotkiy # $FreeBSD$ PORTNAME= gpxsee -PORTVERSION= 6.0 +PORTVERSION= 6.2 CATEGORIES= graphics geography MAINTAINER= sikmir@gmail.com COMMENT= GPS log file viewer and analyzer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/licence.txt USES= qmake:outsource desktop-file-utils qt:5 shared-mime-info USE_QT= buildtools_build core gui network opengl printsupport \ sql sql-sqlite3_run widgets USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= tumic0 GH_PROJECT= GPXSee OPTIONS_DEFINE= NLS TIFF OPTIONS_DEFAULT= TIFF OPTIONS_SUB= yes NLS_USE= QT=linguisttools_build NLS_USES= gettext-runtime qt:5 TIFF_DESC= Support for TIFF TIFF_USES= qt:5 TIFF_USE= QT=imageformats_run do-patch: @${REINPLACE_CMD} -e "s|/usr/share/gpxsee|${DATADIR}|" ${WRKSRC}/src/config.h 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 @${MKDIR} ${STAGEDIR}${DATADIR}/csv ${INSTALL_DATA} ${WRKSRC}/pkg/csv/* ${STAGEDIR}${DATADIR}/csv ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.xml ${STAGEDIR}${PREFIX}/share/mime/packages do-install-NLS-on: @${MKDIR} ${STAGEDIR}${DATADIR}/translations ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/translations .include Index: head/graphics/gpxsee/distinfo =================================================================== --- head/graphics/gpxsee/distinfo (revision 481552) +++ head/graphics/gpxsee/distinfo (revision 481553) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537749726 -SHA256 (tumic0-GPXSee-6.0_GH0.tar.gz) = 250e316fc40e542397720990b943c43cf1725a7b2d665ccf911c9e62d4a8f249 -SIZE (tumic0-GPXSee-6.0_GH0.tar.gz) = 3857021 +TIMESTAMP = 1538983902 +SHA256 (tumic0-GPXSee-6.2_GH0.tar.gz) = 888378daa49254fabd37eb6b5a054ebe18b8fd1f12a553aa1b840cdc78b61a3b +SIZE (tumic0-GPXSee-6.2_GH0.tar.gz) = 3858513 Index: head/graphics/gpxsee/pkg-plist =================================================================== --- head/graphics/gpxsee/pkg-plist (revision 481552) +++ head/graphics/gpxsee/pkg-plist (revision 481553) @@ -1,20 +1,21 @@ bin/gpxsee 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 %%NLS%%%%DATADIR%%/translations/gpxsee_cs.qm %%NLS%%%%DATADIR%%/translations/gpxsee_de.qm %%NLS%%%%DATADIR%%/translations/gpxsee_en.qm %%NLS%%%%DATADIR%%/translations/gpxsee_fi.qm %%NLS%%%%DATADIR%%/translations/gpxsee_fr.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_nb.qm %%NLS%%%%DATADIR%%/translations/gpxsee_pl.qm %%NLS%%%%DATADIR%%/translations/gpxsee_ru.qm %%NLS%%%%DATADIR%%/translations/gpxsee_sv.qm share/mime/packages/gpxsee.xml share/pixmaps/gpxsee.png Property changes on: head/graphics/gpxsee/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -ON \ No newline at end of property +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property