Date: Sat, 8 Dec 2018 10:12:08 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486934 - head/databases/grass7 Message-ID: <201812081012.wB8AC8eC025640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Dec 8 10:12:07 2018 New Revision: 486934 URL: https://svnweb.freebsd.org/changeset/ports/486934 Log: databases/grass7: update 7.4.1 -> 7.4.3, unbreak build PR: 228605 Reported by: ohartmann@walstatt.org Reviewed by: Rainer Hurling <rhurlin@gwdg.de> Approved by: lbartoletti@tuxfamily.org (maintainer) Relnotes: https://grass.osgeo.org/news/78/15/GRASS-GIS-7-4-2-released/ https://trac.osgeo.org/grass/wiki/Release/7.4.3-News Modified: head/databases/grass7/Makefile head/databases/grass7/distinfo head/databases/grass7/pkg-plist Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/Makefile Sat Dec 8 10:12:07 2018 (r486934) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grass -PORTVERSION= 7.4.1 +PORTVERSION= 7.4.3 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -25,8 +25,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT BROKEN_sparc64= Does not configure on sparc64 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgdal.so:graphics/gdal \ @@ -167,6 +165,21 @@ post-patch: post-install: ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/ ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/docs/html/colortables/*bak.png + ${MKDIR} ${STAGEDIR}${LOCALBASE}/${PORTNAME}-${PORTVERSION}/docs/html/ +.for file in i_atcorr_B02_atcorr.png \ + i_ortho_photo_step1.png \ + i_ortho_photo_step5.png \ + i_ortho_photo_step6.png \ + i_ortho_photo_step7.png \ + i_ortho_photo_step8.png \ + r.viewshed.png \ + rterraflow_accumulation.png \ + rterraflow_dir2.png \ + rterraflow_dir3.png \ + sweep1.png \ + sweep2.png + ${TOUCH} ${STAGEDIR}${LOCALBASE}/${PORTNAME}-${PORTVERSION}/docs/html/${file} +.endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* .for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram Modified: head/databases/grass7/distinfo ============================================================================== --- head/databases/grass7/distinfo Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/distinfo Sat Dec 8 10:12:07 2018 (r486934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535826858 -SHA256 (grass-7.4.1.tar.gz) = 560b8669caaafa9e8dbd4bbf2b4b4bbab7dca1cc46ee828eaf26c744fe0635fc -SIZE (grass-7.4.1.tar.gz) = 57969640 +TIMESTAMP = 1543481027 +SHA256 (grass-7.4.3.tar.gz) = 004e65693ee97fd4d5dc7ad244e3286a115dccd88964d04be61c07db6574b399 +SIZE (grass-7.4.3.tar.gz) = 58415691 Modified: head/databases/grass7/pkg-plist ============================================================================== --- head/databases/grass7/pkg-plist Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/pkg-plist Sat Dec 8 10:12:07 2018 (r486934) @@ -556,6 +556,7 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png %%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png %%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png +%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png %%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png %%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png %%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png @@ -3960,6 +3961,9 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/lib/libgrass_vedit.so %%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo %%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812081012.wB8AC8eC025640>