Date: Fri, 1 Mar 2024 06:40:16 GMT From: =?utf-8?Q?Lo=C3=AFc?= Bartoletti <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6ff74410712 - main - databases/grass7: bump to 7.8.8 Message-ID: <202403010640.4216eGbi072946@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=a6ff744107125832a1532454fdebedc3c53f2e1a commit a6ff744107125832a1532454fdebedc3c53f2e1a Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2024-03-01 06:30:18 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2024-03-01 06:33:04 +0000 databases/grass7: bump to 7.8.8 --- databases/grass7/Makefile | 3 +- databases/grass7/distinfo | 6 +- databases/grass7/pkg-plist | 2 + databases/pg_tileserv/files/patch-go.mod | 59 ------ databases/pg_tileserv/files/patch-go.sum | 11 -- .../pg_tileserv/files/patch-vendor_modules.txt | 216 --------------------- 6 files changed, 6 insertions(+), 291 deletions(-) diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index df0fb1155d37..d297a25f0cbc 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -1,6 +1,5 @@ PORTNAME= grass -PORTVERSION= 7.8.7 -PORTREVISION= 16 +PORTVERSION= 7.8.8 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 18dcb2f3a6ff..f08c2194a479 100644 --- a/databases/grass7/distinfo +++ b/databases/grass7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664371617 -SHA256 (grass-7.8.7.tar.gz) = 4fff7be556d820ed81704bb27fe3ed913c173076bb3ed036bcc3a49bd4027f69 -SIZE (grass-7.8.7.tar.gz) = 66333084 +TIMESTAMP = 1709187366 +SHA256 (grass-7.8.8.tar.gz) = ba9620a87a89ad924670ce193a8de00329f57e7389539596698849e5ee5deebe +SIZE (grass-7.8.8.tar.gz) = 66331485 diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist index a05d463ab4b7..0a663d95bb3d 100644 --- a/databases/grass7/pkg-plist +++ b/databases/grass7/pkg-plist @@ -4174,10 +4174,12 @@ %%GRASS_INST_DIR%%/share/icons/hicolor/96x96/apps/grass.png %%GRASS_INST_DIR%%/share/icons/hicolor/scalable/apps/grass.svg %%GRASS_INST_DIR%%/share/metainfo/org.osgeo.grass.appdata.xml +%%GRASS_INST_DIR%%/tools/__pycache__/generate_last_commit_file%%PYTHON_EXT_SUFFIX%%.pyc %%GRASS_INST_DIR%%/tools/__pycache__/ggroff.cpython-%%PYTHON_SUFFIX%%.pyc %%GRASS_INST_DIR%%/tools/__pycache__/ghtml.cpython-%%PYTHON_SUFFIX%%.pyc %%GRASS_INST_DIR%%/tools/g.echo %%GRASS_INST_DIR%%/tools/g.html2man.py +%%GRASS_INST_DIR%%/tools/generate_last_commit_file.py %%GRASS_INST_DIR%%/tools/ggroff.py %%GRASS_INST_DIR%%/tools/ghtml.py %%GRASS_INST_DIR%%/tools/mkhtml.py diff --git a/databases/pg_tileserv/files/patch-go.mod b/databases/pg_tileserv/files/patch-go.mod deleted file mode 100644 index ced49bde6123..000000000000 --- a/databases/pg_tileserv/files/patch-go.mod +++ /dev/null @@ -1,59 +0,0 @@ ---- go.mod.orig 2023-03-18 16:09:32 UTC -+++ go.mod -@@ -1,6 +1,6 @@ - module github.com/CrunchyData/pg_tileserv - --go 1.15 -+go 1.17 - - require ( - github.com/Masterminds/sprig/v3 v3.1.0 -@@ -16,4 +16,48 @@ require ( - github.com/spf13/viper v1.7.1 - github.com/stretchr/testify v1.6.1 - github.com/theckman/httpforwarded v0.4.0 -+) -+ -+require ( -+ github.com/Masterminds/goutils v1.1.0 // indirect -+ github.com/Masterminds/semver/v3 v3.1.0 // indirect -+ github.com/beorn7/perks v1.0.1 // indirect -+ github.com/cespare/xxhash/v2 v2.1.1 // indirect -+ github.com/davecgh/go-spew v1.1.1 // indirect -+ github.com/felixge/httpsnoop v1.0.1 // indirect -+ github.com/fsnotify/fsnotify v1.4.7 // indirect -+ github.com/golang/protobuf v1.4.3 // indirect -+ github.com/google/uuid v1.1.1 // indirect -+ github.com/hashicorp/hcl v1.0.0 // indirect -+ github.com/huandu/xstrings v1.3.1 // indirect -+ github.com/imdario/mergo v0.3.8 // indirect -+ github.com/jackc/chunkreader/v2 v2.0.1 // indirect -+ github.com/jackc/pgio v1.0.0 // indirect -+ github.com/jackc/pgpassfile v1.0.0 // indirect -+ github.com/jackc/pgproto3/v2 v2.0.6 // indirect -+ github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect -+ github.com/jackc/puddle v1.1.2 // indirect -+ github.com/magiconair/properties v1.8.1 // indirect -+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect -+ github.com/mitchellh/copystructure v1.0.0 // indirect -+ github.com/mitchellh/mapstructure v1.1.2 // indirect -+ github.com/mitchellh/reflectwalk v1.0.0 // indirect -+ github.com/pelletier/go-toml v1.2.0 // indirect -+ github.com/pmezard/go-difflib v1.0.0 // indirect -+ github.com/prometheus/client_model v0.2.0 // indirect -+ github.com/prometheus/common v0.18.0 // indirect -+ github.com/prometheus/procfs v0.6.0 // indirect -+ github.com/spf13/afero v1.1.2 // indirect -+ github.com/spf13/cast v1.3.1 // indirect -+ github.com/spf13/jwalterweatherman v1.0.0 // indirect -+ github.com/spf13/pflag v1.0.3 // indirect -+ github.com/subosito/gotenv v1.2.0 // indirect -+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect -+ golang.org/x/sys v0.6.0 // indirect -+ golang.org/x/text v0.3.3 // indirect -+ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect -+ google.golang.org/protobuf v1.23.0 // indirect -+ gopkg.in/ini.v1 v1.51.0 // indirect -+ gopkg.in/yaml.v2 v2.3.0 // indirect -+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect - ) diff --git a/databases/pg_tileserv/files/patch-go.sum b/databases/pg_tileserv/files/patch-go.sum deleted file mode 100644 index 5490eae61b01..000000000000 --- a/databases/pg_tileserv/files/patch-go.sum +++ /dev/null @@ -1,11 +0,0 @@ ---- go.sum.orig 2023-03-18 16:09:35 UTC -+++ go.sum -@@ -562,6 +562,8 @@ golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go - golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= - golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 h1:46ULzRKLh1CwgRq2dC5SlBzEqqNCi8rreOZnNrbqcIY= - golang.org/x/sys v0.0.0-20210309074719-68d13333faf2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -+golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ= -+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= - golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= - golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= - golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= diff --git a/databases/pg_tileserv/files/patch-vendor_modules.txt b/databases/pg_tileserv/files/patch-vendor_modules.txt deleted file mode 100644 index 1a24bee93fd6..000000000000 --- a/databases/pg_tileserv/files/patch-vendor_modules.txt +++ /dev/null @@ -1,216 +0,0 @@ ---- vendor/modules.txt.orig 2023-03-18 16:10:12 UTC -+++ vendor/modules.txt -@@ -1,38 +1,48 @@ - # github.com/Masterminds/goutils v1.1.0 -+## explicit - github.com/Masterminds/goutils - # github.com/Masterminds/semver/v3 v3.1.0 -+## explicit; go 1.12 - github.com/Masterminds/semver/v3 - # github.com/Masterminds/sprig/v3 v3.1.0 --## explicit -+## explicit; go 1.13 - github.com/Masterminds/sprig/v3 - # github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9 --## explicit -+## explicit; go 1.16 - github.com/antlr/antlr4/runtime/Go/antlr - # github.com/beorn7/perks v1.0.1 -+## explicit; go 1.11 - github.com/beorn7/perks/quantile - # github.com/cespare/xxhash/v2 v2.1.1 -+## explicit; go 1.11 - github.com/cespare/xxhash/v2 - # github.com/davecgh/go-spew v1.1.1 -+## explicit - github.com/davecgh/go-spew/spew - # github.com/felixge/httpsnoop v1.0.1 -+## explicit; go 1.13 - github.com/felixge/httpsnoop - # github.com/fsnotify/fsnotify v1.4.7 -+## explicit - github.com/fsnotify/fsnotify - # github.com/golang/protobuf v1.4.3 -+## explicit; go 1.9 - github.com/golang/protobuf/proto - github.com/golang/protobuf/ptypes - github.com/golang/protobuf/ptypes/any - github.com/golang/protobuf/ptypes/duration - github.com/golang/protobuf/ptypes/timestamp - # github.com/google/uuid v1.1.1 -+## explicit - github.com/google/uuid - # github.com/gorilla/handlers v1.5.1 --## explicit -+## explicit; go 1.14 - github.com/gorilla/handlers - # github.com/gorilla/mux v1.8.0 --## explicit -+## explicit; go 1.12 - github.com/gorilla/mux - # github.com/hashicorp/hcl v1.0.0 -+## explicit - github.com/hashicorp/hcl - github.com/hashicorp/hcl/hcl/ast - github.com/hashicorp/hcl/hcl/parser -@@ -44,101 +54,127 @@ github.com/hashicorp/hcl/json/parser - github.com/hashicorp/hcl/json/scanner - github.com/hashicorp/hcl/json/token - # github.com/huandu/xstrings v1.3.1 -+## explicit; go 1.12 - github.com/huandu/xstrings - # github.com/imdario/mergo v0.3.8 -+## explicit - github.com/imdario/mergo - # github.com/jackc/chunkreader/v2 v2.0.1 -+## explicit; go 1.12 - github.com/jackc/chunkreader/v2 - # github.com/jackc/pgconn v1.7.2 --## explicit -+## explicit; go 1.12 - github.com/jackc/pgconn - github.com/jackc/pgconn/internal/ctxwatch - github.com/jackc/pgconn/stmtcache - # github.com/jackc/pgio v1.0.0 -+## explicit; go 1.12 - github.com/jackc/pgio - # github.com/jackc/pgpassfile v1.0.0 -+## explicit; go 1.12 - github.com/jackc/pgpassfile - # github.com/jackc/pgproto3/v2 v2.0.6 -+## explicit; go 1.12 - github.com/jackc/pgproto3/v2 - # github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b -+## explicit; go 1.14 - github.com/jackc/pgservicefile - # github.com/jackc/pgtype v1.6.1 --## explicit -+## explicit; go 1.12 - github.com/jackc/pgtype - # github.com/jackc/pgx/v4 v4.9.2 --## explicit -+## explicit; go 1.12 - github.com/jackc/pgx/v4 - github.com/jackc/pgx/v4/internal/sanitize - github.com/jackc/pgx/v4/log/logrusadapter - github.com/jackc/pgx/v4/pgxpool - # github.com/jackc/puddle v1.1.2 -+## explicit; go 1.12 - github.com/jackc/puddle - # github.com/magiconair/properties v1.8.1 -+## explicit - github.com/magiconair/properties - # github.com/matttproud/golang_protobuf_extensions v1.0.1 -+## explicit - github.com/matttproud/golang_protobuf_extensions/pbutil - # github.com/mitchellh/copystructure v1.0.0 -+## explicit - github.com/mitchellh/copystructure - # github.com/mitchellh/mapstructure v1.1.2 -+## explicit - github.com/mitchellh/mapstructure - # github.com/mitchellh/reflectwalk v1.0.0 -+## explicit - github.com/mitchellh/reflectwalk - # github.com/pborman/getopt/v2 v2.1.0 --## explicit -+## explicit; go 1.13 - github.com/pborman/getopt/v2 - # github.com/pelletier/go-toml v1.2.0 -+## explicit - github.com/pelletier/go-toml - # github.com/pmezard/go-difflib v1.0.0 -+## explicit - github.com/pmezard/go-difflib/difflib - # github.com/prometheus/client_golang v1.10.0 --## explicit -+## explicit; go 1.13 - github.com/prometheus/client_golang/prometheus - github.com/prometheus/client_golang/prometheus/internal - github.com/prometheus/client_golang/prometheus/promauto - github.com/prometheus/client_golang/prometheus/promhttp - # github.com/prometheus/client_model v0.2.0 -+## explicit; go 1.9 - github.com/prometheus/client_model/go - # github.com/prometheus/common v0.18.0 -+## explicit; go 1.11 - github.com/prometheus/common/expfmt - github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg - github.com/prometheus/common/model - # github.com/prometheus/procfs v0.6.0 -+## explicit; go 1.13 - github.com/prometheus/procfs - github.com/prometheus/procfs/internal/fs - github.com/prometheus/procfs/internal/util - # github.com/sirupsen/logrus v1.7.0 --## explicit -+## explicit; go 1.13 - github.com/sirupsen/logrus - # github.com/spf13/afero v1.1.2 -+## explicit - github.com/spf13/afero - github.com/spf13/afero/mem - # github.com/spf13/cast v1.3.1 -+## explicit - github.com/spf13/cast - # github.com/spf13/jwalterweatherman v1.0.0 -+## explicit - github.com/spf13/jwalterweatherman - # github.com/spf13/pflag v1.0.3 -+## explicit - github.com/spf13/pflag - # github.com/spf13/viper v1.7.1 --## explicit -+## explicit; go 1.12 - github.com/spf13/viper - # github.com/stretchr/testify v1.6.1 --## explicit -+## explicit; go 1.13 - github.com/stretchr/testify/assert - # github.com/subosito/gotenv v1.2.0 -+## explicit - github.com/subosito/gotenv - # github.com/theckman/httpforwarded v0.4.0 - ## explicit - github.com/theckman/httpforwarded - # golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 -+## explicit; go 1.11 - golang.org/x/crypto/bcrypt - golang.org/x/crypto/blowfish - golang.org/x/crypto/pbkdf2 - golang.org/x/crypto/scrypt --# golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 -+# golang.org/x/sys v0.6.0 -+## explicit; go 1.17 - golang.org/x/sys/internal/unsafeheader - golang.org/x/sys/unix - golang.org/x/sys/windows - # golang.org/x/text v0.3.3 -+## explicit; go 1.11 - golang.org/x/text/cases - golang.org/x/text/internal - golang.org/x/text/internal/language -@@ -153,9 +189,11 @@ golang.org/x/text/unicode/bidi - golang.org/x/text/unicode/norm - golang.org/x/text/width - # golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 -+## explicit; go 1.11 - golang.org/x/xerrors - golang.org/x/xerrors/internal - # google.golang.org/protobuf v1.23.0 -+## explicit; go 1.9 - google.golang.org/protobuf/encoding/prototext - google.golang.org/protobuf/encoding/protowire - google.golang.org/protobuf/internal/descfmt -@@ -187,8 +225,11 @@ google.golang.org/protobuf/types/known/anypb - google.golang.org/protobuf/types/known/durationpb - google.golang.org/protobuf/types/known/timestamppb - # gopkg.in/ini.v1 v1.51.0 -+## explicit - gopkg.in/ini.v1 - # gopkg.in/yaml.v2 v2.3.0 -+## explicit - gopkg.in/yaml.v2 - # gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -+## explicit - gopkg.in/yaml.v3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403010640.4216eGbi072946>