Date: Wed, 28 Sep 2022 18:22:12 GMT From: =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ea48d0b9d391 - main - databases/grass7: Update to 7.8.7 Message-ID: <202209281822.28SIMC2t037596@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea48d0b9d391f45e45b922e57af66faa8de26b9c commit ea48d0b9d391f45e45b922e57af66faa8de26b9c Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-09-28 18:21:14 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-09-28 18:22:06 +0000 databases/grass7: Update to 7.8.7 Release notes: - https://grass.osgeo.org/news/2022_02_23_grass_gis_7_8_7_released/ --- databases/grass7/Makefile | 3 +-- databases/grass7/distinfo | 6 +++--- databases/grass7/files/patch-aclocal.m4 | 15 --------------- databases/grass7/files/patch-configure | 15 --------------- graphics/qgis-ltr/Makefile | 1 + graphics/qgis/Makefile | 1 + 6 files changed, 6 insertions(+), 35 deletions(-) diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 5827c4b943aa..36eefa2abfd2 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -1,6 +1,5 @@ PORTNAME= grass -PORTVERSION= 7.8.6 -PORTREVISION= 4 +PORTVERSION= 7.8.7 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/grass7/distinfo b/databases/grass7/distinfo index fb3ed716a141..18dcb2f3a6ff 100644 --- a/databases/grass7/distinfo +++ b/databases/grass7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634368600 -SHA256 (grass-7.8.6.tar.gz) = d85e17b0a717e344cdda8f6c5bdeb86763e48d1ee74a62ab471dc8e1293993be -SIZE (grass-7.8.6.tar.gz) = 66331264 +TIMESTAMP = 1664371617 +SHA256 (grass-7.8.7.tar.gz) = 4fff7be556d820ed81704bb27fe3ed913c173076bb3ed036bcc3a49bd4027f69 +SIZE (grass-7.8.7.tar.gz) = 66333084 diff --git a/databases/grass7/files/patch-aclocal.m4 b/databases/grass7/files/patch-aclocal.m4 deleted file mode 100644 index 393928138bdd..000000000000 --- a/databases/grass7/files/patch-aclocal.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- aclocal.m4.orig 2020-12-21 18:40:15 UTC -+++ aclocal.m4 -@@ -560,10 +560,11 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ - # FreeBSD 3.* and greater have ELF. - SHLIB_CFLAGS="-fPIC" - #SHLIB_LD="ld -Bshareable -x" -+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])" - SHLIB_LD="${CC} -shared" - SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])" - SHLIB_SUFFIX=".so" -- LDFLAGS="-export-dynamic" -+ LDFLAGS="-Wl,--export-dynamic" - #LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' - LD_SEARCH_FLAGS='-Wl,-rpath-link,${LIB_RUNTIME_DIR}' - # TODO: add optional pthread support with any combination of: diff --git a/databases/grass7/files/patch-configure b/databases/grass7/files/patch-configure deleted file mode 100644 index e40bff3e01a3..000000000000 --- a/databases/grass7/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2020-12-21 18:40:15 UTC -+++ configure -@@ -1603,10 +1603,11 @@ EOF - # FreeBSD 3.* and greater have ELF. - SHLIB_CFLAGS="-fPIC" - #SHLIB_LD="ld -Bshareable -x" -+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)" - SHLIB_LD="${CC} -shared" - SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)" - SHLIB_SUFFIX=".so" -- LDFLAGS="-export-dynamic" -+ LDFLAGS="-Wl,--export-dynamic" - #LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' - LD_SEARCH_FLAGS='-Wl,-rpath-link,${LIB_RUNTIME_DIR}' - # TODO: add optional pthread support with any combination of: diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 9c5f21144e97..939f7f9ade15 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.22.11 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 7d7d523fafc5..9487941c6a7a 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.26.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209281822.28SIMC2t037596>