Skip to content

Commit

Permalink
sysutils/glow: Update to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Jun 10, 2023
1 parent fef75bf commit a36f6bf
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 9 deletions.
7 changes: 3 additions & 4 deletions sysutils/glow/Makefile
@@ -1,7 +1,6 @@
PORTNAME= glow
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 1
DISTVERSION= 1.5.1
CATEGORIES= sysutils

MAINTAINER= lcook@FreeBSD.org
Expand All @@ -11,10 +10,10 @@ WWW= https://github.com/charmbracelet/glow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:1.19,modules
USES= go:modules

_BUILD_VERSION= ${DISTVERSION}
_BUILD_SHA= 19732a6
_BUILD_SHA= ad21129

GO_MODULE= github.com/charmbracelet/${PORTNAME}
GO_BUILDFLAGS= -ldflags "\
Expand Down
10 changes: 5 additions & 5 deletions sysutils/glow/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1678070412
SHA256 (go/sysutils_glow/glow-v1.5.0/v1.5.0.mod) = 11980f1e2e9424bc0e62f69d2bdced02d491b3a19ee8feceb43a5572a8116823
SIZE (go/sysutils_glow/glow-v1.5.0/v1.5.0.mod) = 892
SHA256 (go/sysutils_glow/glow-v1.5.0/v1.5.0.zip) = 112d548627b598d93e395c218621d126d085b4f83e01e01b6455afdf3b40624f
SIZE (go/sysutils_glow/glow-v1.5.0/v1.5.0.zip) = 565739
TIMESTAMP = 1686418526
SHA256 (go/sysutils_glow/glow-v1.5.1/v1.5.1.mod) = 030147de61efed7519b76cdc0dc8582316c22d22fddfec78301d7ab6c8fba8b8
SIZE (go/sysutils_glow/glow-v1.5.1/v1.5.1.mod) = 836
SHA256 (go/sysutils_glow/glow-v1.5.1/v1.5.1.zip) = 7e02931949edcdb4524f386c531e9d363d6252a20d48d42766141bc835a6b50a
SIZE (go/sysutils_glow/glow-v1.5.1/v1.5.1.zip) = 566958
58 changes: 58 additions & 0 deletions sysutils/glow/files/patch-go.mod
@@ -0,0 +1,58 @@
--- go.mod.orig 2023-06-10 17:46:50 UTC
+++ go.mod
@@ -1,6 +1,6 @@
module github.com/charmbracelet/glow

-go 1.16
+go 1.20

require (
github.com/atotto/clipboard v0.1.4
@@ -24,4 +24,47 @@ require (
golang.org/x/sys v0.7.0
golang.org/x/term v0.7.0
golang.org/x/text v0.9.0
+)
+
+require (
+ github.com/alecthomas/chroma v0.10.0 // indirect
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
+ github.com/aymerick/douceur v0.2.0 // indirect
+ github.com/calmh/randomart v1.1.0 // indirect
+ github.com/containerd/console v1.0.3 // indirect
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
+ github.com/dlclark/regexp2 v1.4.0 // indirect
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
+ github.com/google/uuid v1.1.2 // indirect
+ github.com/gorilla/css v1.0.0 // indirect
+ github.com/hashicorp/hcl v1.0.0 // indirect
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
+ github.com/magiconair/properties v1.8.6 // indirect
+ github.com/mattn/go-isatty v0.0.18 // indirect
+ github.com/mattn/go-localereader v0.0.1 // indirect
+ github.com/microcosm-cc/bluemonday v1.0.21 // indirect
+ github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a // indirect
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
+ github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
+ github.com/muesli/cancelreader v0.2.2 // indirect
+ github.com/muesli/sasquatch v0.0.0-20200811221207-66979d92330a // indirect
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
+ github.com/pelletier/go-toml v1.9.5 // indirect
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
+ github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
+ github.com/spf13/afero v1.9.2 // indirect
+ github.com/spf13/cast v1.5.0 // indirect
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
+ github.com/spf13/pflag v1.0.5 // indirect
+ github.com/subosito/gotenv v1.4.1 // indirect
+ github.com/yuin/goldmark v1.5.2 // indirect
+ github.com/yuin/goldmark-emoji v1.0.1 // indirect
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
+ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
+ golang.org/x/sync v0.1.0 // indirect
+ gopkg.in/ini.v1 v1.67.0 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit a36f6bf

Please sign in to comment.