diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-09-28 18:21:14 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-09-28 18:22:06 +0000 |
commit | ea48d0b9d391f45e45b922e57af66faa8de26b9c (patch) | |
tree | 8448f4d5f1794be33c2bf282970d96c4df4bada5 | |
parent | 549225619e86c7926476b16a7c71a0fe383fb0e8 (diff) | |
download | ports-ea48d0b9d391f45e45b922e57af66faa8de26b9c.tar.gz ports-ea48d0b9d391f45e45b922e57af66faa8de26b9c.zip |
databases/grass7: Update to 7.8.7
Release notes:
- https://grass.osgeo.org/news/2022_02_23_grass_gis_7_8_7_released/
-rw-r--r-- | databases/grass7/Makefile | 3 | ||||
-rw-r--r-- | databases/grass7/distinfo | 6 | ||||
-rw-r--r-- | databases/grass7/files/patch-aclocal.m4 | 15 | ||||
-rw-r--r-- | databases/grass7/files/patch-configure | 15 | ||||
-rw-r--r-- | graphics/qgis-ltr/Makefile | 1 | ||||
-rw-r--r-- | 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/ |