diff --git a/accessibility/darkman/Makefile b/accessibility/darkman/Makefile index 9d60b4a92768..83d426ef678a 100644 --- a/accessibility/darkman/Makefile +++ b/accessibility/darkman/Makefile @@ -1,71 +1,71 @@ PORTNAME= darkman DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= accessibility wayland MAINTAINER= ports@FreeBSD.org COMMENT= Framework for dark-mode and light-mode transitions WWW= https://gitlab.com/WhyNotHugo/darkman LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE USES= go:modules USE_GITHUB= nodefault USE_GITLAB= yes GH_TUPLE= adrg:xdg:v0.3.3:adrg_xdg/vendor/github.com/adrg/xdg \ go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ godbus:dbus:v5.0.4:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ kr:pretty:v0.2.0:kr_pretty/vendor/github.com/kr/pretty \ rxwycdh:rxhash:10b7a38b400d:rxwycdh_rxhash/vendor/github.com/rxwycdh/rxhash \ sj14:astral:v0.1.2:sj14_astral/vendor/github.com/sj14/astral \ spf13:cobra:v1.7.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag GL_ACCOUNT= WhyNotHugo GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ share/dbus-1/services/nl.whynothugo.darkman.service \ share/dbus-1/services/org.freedesktop.impl.portal.desktop.darkman.service \ share/xdg-desktop-portal/portals/${PORTNAME}.portal OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-patch: # Extract (snapshot) version from the port instead of placeholder @${REINPLACE_CMD} 's/0.0.0-dev/${DISTVERSIONFULL}/' \ ${WRKSRC}/cmd/${PORTNAME}/main.go # Respect PREFIX for system-wide config @${REINPLACE_CMD} 's,/etc,${PREFIX}&,' \ ${WRKSRC}/configuration.go # Respect LOCALBASE for {dark,light}-mode.d scripts @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/${PORTNAME}.1.scd @${REINPLACE_CMD} 's,/usr/share,${LOCALBASE}/share,' \ ${WRKSRC}/vendor/github.com/adrg/xdg/paths_unix.go # Respect PREFIX for DBus activation @${REINPLACE_CMD} 's,/usr/bin,${PREFIX}/bin,' \ ${WRKSRC}/contrib/dbus/*.service post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services ${INSTALL_DATA} ${WRKSRC}/contrib/dbus/*.service \ ${STAGEDIR}${PREFIX}/share/dbus-1/services/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/xdg-desktop-portal/portals ${INSTALL_DATA} ${WRKSRC}/contrib/portal/${PORTNAME}.portal \ ${STAGEDIR}${PREFIX}/share/xdg-desktop-portal/portals/ do-build-MANPAGES-on: scdoc < ${WRKSRC}/${PORTNAME}.1.scd >${WRKSRC}/${PORTNAME}.1 do-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/${MANPAGES_PLIST_FILES:H} .include diff --git a/archivers/unpackerr/Makefile b/archivers/unpackerr/Makefile index a4124f458dfb..f2b0fd9029b7 100644 --- a/archivers/unpackerr/Makefile +++ b/archivers/unpackerr/Makefile @@ -1,44 +1,44 @@ PORTNAME= unpackerr DISTVERSIONPREFIX= v DISTVERSION= 0.14.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers MAINTAINER= mdw@FreeBSD.org COMMENT= Extracts downloads for Radarr, Sonarr, Lidarr or Readarr WWW= https://unpackerr.zip LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-md2man:textproc/go-md2man USES= go:modules USE_RC_SUBR= unpackerr GO_MODULE= github.com/Unpackerr/unpackerr USERS= unpackerr GROUPS= unpackerr PLIST_FILES= bin/${PORTNAME} \ share/man/man1/unpackerr.1.gz \ "@sample ${ETCDIR_REL}/unpackerr.conf.sample" PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-build: go-md2man -in ${WRKSRC}/examples/MANUAL.md -out ${WRKSRC}/examples/unpackerr.1 ${GZIP_CMD} ${WRKSRC}/examples/unpackerr.1 post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/examples/unpackerr.conf.example ${STAGEDIR}${ETCDIR}/unpackerr.conf.sample ${INSTALL_MAN} ${WRKSRC}/examples/unpackerr.1.gz ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .include diff --git a/audio/go-librespot/Makefile b/audio/go-librespot/Makefile index 37195704bb26..38132af0cd77 100644 --- a/audio/go-librespot/Makefile +++ b/audio/go-librespot/Makefile @@ -1,33 +1,33 @@ PORTNAME= go-librespot DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= ale@biancalanas.net COMMENT= Yet another open-source Spotify Connect client, written in Go WWW= https://github.com/devgianlu/go-librespot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libogg.so:audio/libogg \ libasound.so:audio/alsa-lib \ libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac USES= go:modules pkgconfig USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/devgianlu/go-librespot GO_TARGET= ./cmd/daemon:${PREFIX}/bin/go-librespot GO_BUILDFLAGS= -ldflags "\ -X github.com/devgianlu/go-librespot.version=${DISTVERSION} \ -X github.com/devgianlu/go-librespot.commit=ab178ff" post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yml ${STAGEDIR}${ETCDIR}/config.yml.sample .include diff --git a/audio/murmur-cli/Makefile b/audio/murmur-cli/Makefile index 0b25cd171072..578c7e7e0df3 100644 --- a/audio/murmur-cli/Makefile +++ b/audio/murmur-cli/Makefile @@ -1,31 +1,31 @@ PORTNAME= murmur-cli PORTVERSION= 0.0.0.20200528 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= GRPC client for Murmur server WWW= https://github.com/layeh/murmur-cli LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules #GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} #GO_TARGET= ${GO_PKGNAME}/cmd/${GH_PROJECT} PLIST_FILES= bin/murmur-cli GH_ACCOUNT= layeh GH_TAGNAME= 8f83169 USE_GITHUB= yes GH_TUPLE= \ golang:net:e7e4b65ae663:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:d0b11bdaac8a:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ google:go-genproto:24fa4b261c55:google_go_genproto/vendor/google.golang.org/genproto \ grpc:grpc-go:v1.25.1:grpc_grpc_go/vendor/google.golang.org/grpc .include diff --git a/audio/pms-devel/Makefile b/audio/pms-devel/Makefile index 1454affcaa92..710cbc40d0b0 100644 --- a/audio/pms-devel/Makefile +++ b/audio/pms-devel/Makefile @@ -1,72 +1,72 @@ PORTNAME= pms-devel PORTVERSION= 0.0.20231224 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MAINTAINER= riggs@FreeBSD.org COMMENT= Rewrite of pms, an ncurses-based client for the Music Player Daemon WWW= https://github.com/ambientsound/pms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= kimtore GH_PROJECT= pms GH_TAGNAME= 628d497 GH_TUPLE= \ RoaringBitmap:roaring:v0.9.4:roaringbitmap_roaring/vendor/github.com/RoaringBitmap/roaring \ bits-and-blooms:bitset:v1.2.0:bits_and_blooms_bitset/vendor/github.com/bits-and-blooms/bitset \ blevesearch:bleve:v2.3.4:blevesearch_bleve_v2/vendor/github.com/blevesearch/bleve/v2 \ blevesearch:bleve_index_api:v1.0.3:blevesearch_bleve_index_api/vendor/github.com/blevesearch/bleve_index_api \ blevesearch:geo:v0.1.13:blevesearch_geo/vendor/github.com/blevesearch/geo \ blevesearch:go-porterstemmer:v1.0.3:blevesearch_go_porterstemmer/vendor/github.com/blevesearch/go-porterstemmer \ blevesearch:gtreap:v0.1.1:blevesearch_gtreap/vendor/github.com/blevesearch/gtreap \ blevesearch:mmap-go:v1.0.4:blevesearch_mmap_go/vendor/github.com/blevesearch/mmap-go \ blevesearch:scorch_segment_api:v2.1.2:blevesearch_scorch_segment_api_v2/vendor/github.com/blevesearch/scorch_segment_api/v2 \ blevesearch:segment:v0.9.0:blevesearch_segment/vendor/github.com/blevesearch/segment \ blevesearch:snowballstem:v0.9.0:blevesearch_snowballstem/vendor/github.com/blevesearch/snowballstem \ blevesearch:upsidedown_store_api:v1.0.1:blevesearch_upsidedown_store_api/vendor/github.com/blevesearch/upsidedown_store_api \ blevesearch:vellum:v1.0.8:blevesearch_vellum/vendor/github.com/blevesearch/vellum \ blevesearch:zapx:v11.3.5:blevesearch_zapx_v11/vendor/github.com/blevesearch/zapx/v11 \ blevesearch:zapx:v12.3.5:blevesearch_zapx_v12/vendor/github.com/blevesearch/zapx/v12 \ blevesearch:zapx:v13.3.5:blevesearch_zapx_v13/vendor/github.com/blevesearch/zapx/v13 \ blevesearch:zapx:v14.3.5:blevesearch_zapx_v14/vendor/github.com/blevesearch/zapx/v14 \ blevesearch:zapx:v15.3.5:blevesearch_zapx_v15/vendor/github.com/blevesearch/zapx/v15 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fhs:gompd:v2.3.0:fhs_gompd_v2/vendor/github.com/fhs/gompd/v2 \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.7.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:geo:740aa86cb551:golang_geo/vendor/github.com/golang/geo \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.15.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.15.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ json-iterator:go:f7279a603ede:json_iterator_go/vendor/github.com/json-iterator/go \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mschoch:smat:v0.2.0:mschoch_smat/vendor/github.com/mschoch/smat \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.4.3:rivo_uniseg/vendor/github.com/rivo/uniseg \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify GO_BUILDFLAGS= -ldflags "-X main.buildVersion=${DISTVERSION}" GO_TARGET= :pms-devel PLIST_FILES= bin/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/sonicradio/Makefile b/audio/sonicradio/Makefile index bef2db6a42b5..e243d3b8c3c2 100644 --- a/audio/sonicradio/Makefile +++ b/audio/sonicradio/Makefile @@ -1,22 +1,22 @@ PORTNAME= sonicradio DISTVERSIONPREFIX= v DISTVERSION= 0.8.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= TUI radio player making use of Radio Browser API WWW= https://github.com/dancnb/sonicradio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib USES= go:modules pkgconfig GO_MODULE= github.com/dancnb/sonicradio GO_TARGET= ./cmd/sonicradio ./cmd/sonicradio_external PLIST_FILES= bin/sonicradio bin/sonicradio_external .include diff --git a/audio/unflac/Makefile b/audio/unflac/Makefile index 13c4ec4f1400..3ff390549ed2 100644 --- a/audio/unflac/Makefile +++ b/audio/unflac/Makefile @@ -1,20 +1,20 @@ PORTNAME= unflac DISTVERSION= 1.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MAINTAINER= bsd@abinet.ru COMMENT= Console tool for frame accurate audio image + cue sheet splitting WWW= https://git.sr.ht/~ft/unflac LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= go:modules GO_MODULE= git.sr.ht/~ft/unflac@v0.0.0-20240408174655-b5026a6dfc5a PLIST_FILES= bin/${PORTNAME} .include diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index 8b5831a7e935..82deacb97f2e 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,91 +1,91 @@ PORTNAME= visp-go DISTVERSION= g20210723 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org COMMENT= Vi-like Spotify client for terminal users WWW= https://visp.site LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ambientsound GH_PROJECT= ${PORTNAME:C/-go//} GH_TAGNAME= 2585747 GH_TUPLE= beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.2.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ go-chi:chi:v1.5.4:go_chi_chi/vendor/github.com/go-chi/chi \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ golang:oauth2:d04028783cf1:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ gopherjs:gopherjs:d547d1d9531e:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-runewidth:v0.0.12:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v0.9.3:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.4.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:5867b95ac084:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ sirupsen:logrus:v1.2.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ smartystreets:assertions:b6c0e53d7304:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.6.1:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ zmb3:spotify:v1.3.0:zmb3_spotify/vendor/github.com/zmb3/spotify _BUILD_VERSION= ${GH_TAGNAME} _BUILD_DATE= $$(date +%s) GO_TARGET= ./cmd/${GH_PROJECT} ./cmd/${GH_PROJECT}-authproxy GO_BUILDFLAGS= -ldflags "\ -s -w \ -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/version.Version=${_BUILD_VERSION} \ -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/version.buildDate=${_BUILD_DATE}" PORTSCOUT= skipv:latest SUB_FILES= pkg-message PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} _DOCS= CONTRIBUTING.md README.md code_of_conduct.md doc/commands.md \ doc/intro.md doc/spotify.md doc/options.md doc/${GH_PROJECT}.md PORTDOCS= ${_DOCS:T} OPTIONS_DEFINE= DOCS SPOTIFYD SPOTIFYD_DESC= Lightweight Spotify client daemon SPOTIFYD_RUN_DEPENDS= spotifyd:audio/spotifyd post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && \ ${INSTALL_DATA} ${_DOCS} \ ${STAGEDIR}${DOCSDIR}) .include diff --git a/benchmarks/ali/Makefile b/benchmarks/ali/Makefile index 85679462d903..054d09e3e3b7 100644 --- a/benchmarks/ali/Makefile +++ b/benchmarks/ali/Makefile @@ -1,22 +1,22 @@ PORTNAME= ali DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MAINTAINER= olgeni@FreeBSD.org COMMENT= Load testing tool aimed to perform real-time analysis WWW= https://github.com/nakabonne/ali LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/nakabonne/ali CONFLICTS_INSTALL= ja-mh mmh nmh PLIST_FILES= bin/ali .include diff --git a/benchmarks/bombardier/Makefile b/benchmarks/bombardier/Makefile index 84d99ab14f3e..0033afb83a5d 100644 --- a/benchmarks/bombardier/Makefile +++ b/benchmarks/bombardier/Makefile @@ -1,20 +1,20 @@ PORTNAME= bombardier PORTVERSION= 1.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= benchmarks MAINTAINER= danilo@FreeBSD.org COMMENT= Fast cross-platform HTTP benchmarking tool written in Go WWW= https://github.com/codesenberg/bombardier LICENSE= MIT USES= go:modules GO_MODULE= github.com/codesenberg/${PORTNAME} GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index 7f45e09d8309..eb4f0a46e452 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,70 +1,70 @@ PORTNAME= ddosify DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= benchmarks MAINTAINER= grembo@FreeBSD.org COMMENT= High-performance load testing tool, part of anteon WWW= https://github.com/getanteon/anteon/ddosify_engine LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= getanteon GH_PROJECT= anteon GH_TAGNAME= selfhosted-${DISTVERSION} GITID= b38549c259cf8 GH_TUPLE= \ antchfx:htmlquery:v1.3.0:antchfx_htmlquery/vendor/github.com/antchfx/htmlquery \ antchfx:xmlquery:v1.3.13:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \ antchfx:xpath:v1.2.3:antchfx_xpath/vendor/github.com/antchfx/xpath \ asaskevich:govalidator:f21760c49a8d:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ ddosify:go-faker:v0.1.1:ddosify_go_faker/vendor/github.com/ddosify/go-faker \ enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ golang:exp:4b8118a2686a:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.8.0:golang_text/vendor/golang.org/x/text \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ jaswdr:faker:v1.10.2:jaswdr_faker/vendor/github.com/jaswdr/faker \ lufia:plan9stats:39d0f177ccd0:lufia_plan9stats/vendor/github.com/lufia/plan9stats \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ power-devops:perfstat:5aafc221ea8c:power_devops_perfstat/vendor/github.com/power-devops/perfstat \ shirou:gopsutil:v3.22.12:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil/v3 \ tidwall:gjson:v1.14.4:tidwall_gjson/vendor/github.com/tidwall/gjson \ tidwall:match:v1.1.1:tidwall_match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.2.0:tidwall_pretty/vendor/github.com/tidwall/pretty \ tklauser:go-sysconf:v0.3.11:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.6.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi GO_BUILDFLAGS= -ldflags='\ -s -w \ -X main.GitVersion=${DISTVERSIONPREFIX}${DISTVERSION} \ -X main.GitCommit=${GITID}' WRKSRC_SUBDIR= ddosify_engine PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= EMOJI ZSH OPTIONS_DEFAULT=EMOJI ZSH EMOJI_DESC= Enable emojis in console output EMOJI_RUN_DEPENDS= noto-emoji>0:x11-fonts/noto-emoji ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile index 42201cd48898..9978fa3c1cc4 100644 --- a/benchmarks/hey/Makefile +++ b/benchmarks/hey/Makefile @@ -1,19 +1,19 @@ PORTNAME= hey PORTVERSION= 0.1.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= adamw@FreeBSD.org COMMENT= Load-based HTTP benchmarking tool WWW= https://github.com/rakyll/hey LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/rakyll/hey PLIST_FILES= bin/hey .include diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index c78b19e0f8b1..56c02ca8e273 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,19 +1,19 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= benchmarks MAINTAINER= dutra@FreeBSD.org COMMENT= HTTP benchmarking tool with real-time web UI and terminal displaying WWW= https://github.com/six-ddc/plow LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/six-ddc/plow PLIST_FILES= bin/${PORTNAME} .include diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile index 033025b87757..125f51c36bfc 100644 --- a/benchmarks/vegeta/Makefile +++ b/benchmarks/vegeta/Makefile @@ -1,59 +1,59 @@ PORTNAME= vegeta DISTVERSIONPREFIX= v DISTVERSION= 12.11.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= benchmarks www MAINTAINER= egypcio@FreeBSD.org COMMENT= HTTP load testing tool and library WWW= https://github.com/tsenart/vegeta LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= tsenart GH_TUPLE= alecthomas:jsonschema:9eeeec9d044b:alecthomas_jsonschema/vendor/github.com/alecthomas/jsonschema \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bmizerany:perks:03f9df79da1e:bmizerany_perks/vendor/github.com/bmizerany/perks \ c2h5oh:datasize:859f65c6625b:c2h5oh_datasize/vendor/github.com/c2h5oh/datasize \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ dgryski:go-gk:a69029f61654:dgryski_go_gk/vendor/github.com/dgryski/go-gk \ dgryski:go-lttb:f8fc36cdbff1:dgryski_go_lttb/vendor/github.com/dgryski/go-lttb \ flyingmutant:rapid:v1.0.0:flyingmutant_rapid/vendor/pgregory.net/rapid \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:exp:613f0c0eb8a1:golang_exp/vendor/golang.org/x/exp \ golang:mod:v0.12.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.12.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:v0.3.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.10.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.11.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.11.0:golang_tools/vendor/golang.org/x/tools \ google:go-cmp:v0.5.9:google_go_cmp/vendor/github.com/google/go-cmp \ grafana:regexp:6b5c0a4cb7fd:grafana_regexp/vendor/github.com/grafana/regexp \ iancoleman:orderedmap:v0.3.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \ influxdata:tdigest:v0.0.1:influxdata_tdigest/vendor/github.com/influxdata/tdigest \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ mailru:easyjson:v0.7.7:mailru_easyjson/vendor/github.com/mailru/easyjson \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.55:miekg_dns/vendor/github.com/miekg/dns \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.16.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.4.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.44.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.10.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:v0.45.0:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ protocolbuffers:protobuf-go:v1.30.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rs:dnscache:e0241e321417:rs_dnscache/vendor/github.com/rs/dnscache \ streadway:quantile:4246515d968d:streadway_quantile/vendor/github.com/streadway/quantile \ tsenart:go-tsz:0bd30b3df1c3:tsenart_go_tsz/vendor/github.com/tsenart/go-tsz GO_BUILDFLAGS= -tags=netgo \ -ldflags '-s -w -extldflags "-static" -X main.Version=${DISTVERSION}' PLIST_FILES= bin/${PORTNAME} .include diff --git a/biology/kmcp/Makefile b/biology/kmcp/Makefile index d5cbbc352f2a..d681d031d91a 100644 --- a/biology/kmcp/Makefile +++ b/biology/kmcp/Makefile @@ -1,21 +1,21 @@ PORTNAME= kmcp DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org COMMENT= Accurate metagenomic profiling & fast large-scale genome searching WWW= https://bioinf.shenwei.me/kmcp/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/shenwei356/kmcp GO_TARGET= ./kmcp PLIST_FILES= bin/${PORTNAME} .include diff --git a/biology/ncbi-entrez-direct/Makefile b/biology/ncbi-entrez-direct/Makefile index 0854787e0b8c..e62f275ccfe7 100644 --- a/biology/ncbi-entrez-direct/Makefile +++ b/biology/ncbi-entrez-direct/Makefile @@ -1,86 +1,86 @@ PORTNAME= ncbi-entrez-direct DISTVERSION= 14.9.20210423 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= biology perl5 MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/versions/${PORTVERSION}/ DISTFILES= edirect.tar.gz DIST_SUBDIR= edirect-${PORTVERSION} MAINTAINER= jwb@FreeBSD.org COMMENT= Access to the NCBI's suite of interconnected databases WWW= https://www.ncbi.nlm.nih.gov/books/NBK179288/ LICENSE= PD BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ curl:ftp/curl USES= go:modules perl5 shebangfix USE_GITHUB= nodefault CONFLICTS_INSTALL= ebook-tools p5-XML-Compile # bin/einfo bin/xml2json # Dependency versions: # make clean extract # cd ${WRKSRC}/cmd # rm -r vendor # ../../../files/build-cmd # files/modules.txt: cd ${WRKSRC}/cmd && go mod vendor GHSD= vendor/github.com GLSD= vendor/golang.org GH_TUPLE= fatih:color:v1.10.0:a/${GHSD}/fatih/color \ surgebase:porter2:56e4718818e8:b/${GHSD}/surgebase/porter2 \ gedex:inflector:16278e9db813:c/${GHSD}/gedex/inflector \ klauspost:cpuid:v1.3.1:d/${GHSD}/klauspost/cpuid \ pbnjay:memory:b12e5d931931:e/${GHSD}/pbnjay/memory \ mattn:go-colorable:v0.1.8:f/${GHSD}/mattn/go-colorable \ mattn:go-isatty:v0.0.12:g/${GHSD}/mattn/go-isatty \ fiam:gounidecode:8deddbd03fec:h/${GHSD}/fiam/gounidecode \ golang:text:v0.3.5:i/${GLSD}/x/text \ golang:sys:v0.5.0:j/${GLSD}/x/sys SHEBANG_FILES= nquire edirect.pl word-at-a-time accn-at-a-time \ amino-acid-composition between-two-genes exclude-uid-lists \ filter-stop-words intersect-uid-lists phrase-search \ skip-if-file-exists theme-aliases test-edirect hgvs2spdi PSCRIPTS= efetch efilter einfo elink epost esearch esummary nquire SCRIPTS= accn-at-a-time amino-acid-composition archive-pubmed \ between-two-genes download-ncbi-data download-pubmed \ download-sequence efetch efilter einfo elink epost \ esample esearch esummary exclude-uid-lists expand-current \ fetch-pubmed filter-stop-words gbf2xml index-extras \ index-pubmed intersect-uid-lists join-into-groups-of \ nquire phrase-search pm-collect pm-index pm-invert pm-merge \ pm-prepare pm-promote pm-refresh pm-stash rchive \ reorder-columns run-ncbi-converter skip-if-file-exists \ ecommon.sh sort-uniq-count sort-uniq-count-rank stream-pubmed \ theme-aliases transmute word-at-a-time xml2tbl xtract xy-plot \ hlp-xtract.txt transmute xml2json xtract test-edirect \ align-columns hgvs2spdi sort-table print-columns post-extract: @${MV} ${WRKDIR}/edirect/* ${WRKSRC} @${RMDIR} ${WRKDIR}/edirect @${MV} ${WRKSRC}/vendor ${WRKSRC}/cmd pre-configure: @cd ${WRKSRC} && ${REINPLACE_CMD} \ -e 's|$$PATH:$$pth|$$PATH:${PREFIX}/bin|g' \ -e 's|"$$pth"|${PREFIX}/bin|g' \ ${PSCRIPTS} do-build: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/cmd/vendor @${CP} -R ${WRKSRC}/eutils ${WRKSRC}/cmd/vendor @cd ${WRKSRC}/cmd && ${SETENV} ${MAKE_ENV} ${FILESDIR}/build-cmd do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/edirect.pl ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/cmd/*.FreeBSD ${STAGEDIR}${PREFIX}/bin .include diff --git a/biology/seqkit/Makefile b/biology/seqkit/Makefile index 8c7d6322fd75..f3ced241355b 100644 --- a/biology/seqkit/Makefile +++ b/biology/seqkit/Makefile @@ -1,32 +1,32 @@ PORTNAME= seqkit DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform and ultrafast toolkit for FASTA/Q file manipulation WWW= https://bioinf.shenwei.me/seqkit \ https://github.com/shenwei356/seqkit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/shenwei356/seqkit/v2 GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys do-test: # from https://bioinf.shenwei.me/seqkit/benchmark/ @cd ${WRKSRC}/tests && \ ${GO_WRKDIR_BIN}/seqkit stat *.fa .include diff --git a/biology/taxonkit/Makefile b/biology/taxonkit/Makefile index b8cb07114f26..d54aa162d022 100644 --- a/biology/taxonkit/Makefile +++ b/biology/taxonkit/Makefile @@ -1,21 +1,21 @@ PORTNAME= taxonkit DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org COMMENT= Practical and efficient NCBI taxonomy toolkit WWW= https://bioinf.shenwei.me/taxonkit/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/shenwei356/taxonkit GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile index a376529c0dd4..efedd77554ff 100644 --- a/biology/unikmer/Makefile +++ b/biology/unikmer/Makefile @@ -1,40 +1,40 @@ PORTNAME= unikmer DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org COMMENT= Toolkit for nucleic acid k-mer analysis, set operations on k-mers WWW= https://bioinf.shenwei.me/unikmer/ \ https://github.com/shenwei356/unikmer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= csvtk:science/csvtk USES= go:modules perl5 USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.21.0:sys USE_PERL5= test GO_MODULE= github.com/shenwei356/unikmer GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys do-test: # from the benchmark section in README @cd ${WRKSRC} && \ ${GO_CMD} test . -bench=Bench* -benchmem \ | ${GREP} Bench \ | ${PERL} -pe 's/\s\s+/\t/g' \ | csvtk cut -Ht -f 1,3-5 \ | csvtk add-header -t -n test,time,memory,allocs \ | csvtk pretty -t -r .include diff --git a/converters/yj/Makefile b/converters/yj/Makefile index 5b4c7c328a78..8089d77b9208 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,26 +1,26 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= converters DIST_SUBDIR= yj MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between YAML, TOML, JSON, and HCL WWW= https://github.com/sclevine/yj LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sclevine GH_TUPLE= BurntSushi:toml:v1.1.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ go-yaml:yaml:496545a:go_yaml_yaml/vendor/gopkg.in/yaml.v3 CONFLICTS_INSTALL= yj-bruceadams PLIST_FILES= bin/yj .include diff --git a/databases/cayley/Makefile b/databases/cayley/Makefile index f2c7f8de4908..6477836867a0 100644 --- a/databases/cayley/Makefile +++ b/databases/cayley/Makefile @@ -1,30 +1,30 @@ PORTNAME= cayley DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= Open-source graph database WWW= https://github.com/cayleygraph/cayley LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= gopkg.in/mgo.v2/bson/json.go:320:7: constant 9007199254740992 overflows int USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/cayleygraph/cayley GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X github.com/${GH_ACCOUNT}graph/${GH_PROJECT}/version.GitHash=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/databases/go-carbon/Makefile b/databases/go-carbon/Makefile index 999f042f6bae..361c582aaa9f 100644 --- a/databases/go-carbon/Makefile +++ b/databases/go-carbon/Makefile @@ -1,34 +1,34 @@ PORTNAME= go-carbon DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com COMMENT= Go implementation of carbon WWW= https://github.com/lomik/go-carbon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go USE_GITHUB= yes GH_ACCOUNT= lomik USE_RC_SUBR= ${PORTNAME} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_BUILDFLAGS= -ldflags '-X main.BuildVersion=${DISTVERSION}' USERS= carbon GROUPS= carbon post-install: @${MKDIR} ${STAGEDIR}/var/db/go-carbon @${MKDIR} ${STAGEDIR}/var/log/go-carbon @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/go-carbon ${INSTALL_DATA} ${WRKSRC}/deploy/go-carbon.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/go-carbon.conf.sample ${INSTALL_DATA} ${WRKSRC}/deploy/storage-aggregation.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/storage-aggregation.conf.sample ${INSTALL_DATA} ${WRKSRC}/deploy/storage-schemas.conf ${STAGEDIR}${PREFIX}/etc/go-carbon/storage-schemas.conf.sample .include diff --git a/databases/go-pgweb/Makefile b/databases/go-pgweb/Makefile index d12bdc226e2a..68b5d53b9048 100644 --- a/databases/go-pgweb/Makefile +++ b/databases/go-pgweb/Makefile @@ -1,31 +1,31 @@ PORTNAME= pgweb DISTVERSIONPREFIX= v DISTVERSION= 0.11.7 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= databases www PKGNAMEPREFIX= go- MAINTAINER= daniel@morante.net COMMENT= Web-based database browser for PostgreSQL WWW= https://github.com/sosedoff/pgweb LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= sosedoff USE_RC_SUBR= ${PORTNAME} GO_PKGNAME= github.com/sosedoff/pgweb SUB_FILES+= pkg-message SUB_LIST+= PGWEBGROUP=${GROUPS} \ PGWEBUSER=${USERS} \ PORTNAME=${PORTNAME} PLIST_FILES= bin/pgweb USERS= www GROUPS= www .include diff --git a/databases/goose/Makefile b/databases/goose/Makefile index fbb22bddb39b..6a4dfc8d386c 100644 --- a/databases/goose/Makefile +++ b/databases/goose/Makefile @@ -1,22 +1,22 @@ PORTNAME= goose DISTVERSIONPREFIX= v DISTVERSION= 3.22.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= databases PKGNAMESUFFIX= -db-migration-tool MAINTAINER= yuri@FreeBSD.org COMMENT= Database migration tool WWW= https://pressly.github.io/goose/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/pressly/goose/v3 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/databases/immudb/Makefile b/databases/immudb/Makefile index 4ed3f13ad085..1f63de97e442 100644 --- a/databases/immudb/Makefile +++ b/databases/immudb/Makefile @@ -1,33 +1,33 @@ PORTNAME= immudb DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} PATCH_SITES= https://github.com/codenotary/immudb/commit/ PATCHFILES= 0df15e08d84e89509499a84d1b5266b5612c0301.patch:-p1 MAINTAINER= ronald@FreeBSD.org COMMENT= Database with built-in cryptographic proof and verification WWW= https://immudb.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash USES= gmake go:modules,no_targets GO_MODULE= github.com/codenotary/immudb .include post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' ${WRKSRC}/Makefile do-install: .for f in immuadmin immuclient immudb immutest ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}/${PREFIX}/bin/${f} .endfor .include diff --git a/databases/imposm3/Makefile b/databases/imposm3/Makefile index b7bcd70e10b8..ce6947216d77 100644 --- a/databases/imposm3/Makefile +++ b/databases/imposm3/Makefile @@ -1,38 +1,38 @@ PORTNAME= imposm3 DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= databases geography MAINTAINER= darcy@dbitech.ca COMMENT= Imposm imports OpenStreetMap data into PostGIS WWW= http://imposm.org/docs/imposm3/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgeos.so:graphics/geos \ libleveldb.so:databases/leveldb USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.26.0:sys GO_MODULE= github.com/omniscale/imposm3 GO_TARGET= ./cmd/imposm GO_BUILDFLAGS= -ldflags "\ -X github.com/omniscale/imposm3.Version=${DISTVERSION}" PLIST_FILES= bin/imposm PORTEXAMPLES= example-mapping.json example-mapping.yml OPTIONS_DEFINE= EXAMPLES pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index 6b8c83822407..3597484a973c 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -1,88 +1,88 @@ PORTNAME= influxdb DISTVERSIONPREFIX= v DISTVERSION= 1.8.10 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org COMMENT= Open-source distributed time series database WWW= https://influxdata.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.5.0:sys CPE_VENDOR= influxdata USE_RC_SUBR= influxd GO_MODULE= github.com/influxdata/influxdb GO_TARGET= ./cmd/influx ./cmd/influx_inspect ./cmd/influx_stress \ ./cmd/influxd GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" SUB_LIST= INFLUXD_DBDIR=${INFLUXD_DBDIR} \ INFLUXD_GROUP=${INFLUXD_GROUP} \ INFLUXD_LOGDIR=${INFLUXD_LOGDIR} \ INFLUXD_PIDDIR=${INFLUXD_PIDDIR} \ INFLUXD_USER=${INFLUXD_USER} USERS= ${INFLUXD_USER} GROUPS= ${INFLUXD_GROUP} PLIST_SUB= INFLUXD_DBDIR=${INFLUXD_DBDIR} \ INFLUXD_GROUP=${INFLUXD_GROUP} \ INFLUXD_LOGDIR=${INFLUXD_LOGDIR} \ INFLUXD_PIDDIR=${INFLUXD_PIDDIR} \ INFLUXD_USER=${INFLUXD_USER} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_USES= gmake MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ docbook-xml>0:textproc/docbook-xml \ xmlto:textproc/xmlto INFLUXD_DBDIR= /var/db/${PORTNAME}/ INFLUXD_LOGDIR= /var/log/${PORTNAME}/ INFLUXD_PIDDIR= /var/run/${PORTNAME}/ INFLUXD_USER= influxd INFLUXD_GROUP= influxd .include .if ${OPSYS} == "FreeBSD" SUB_LIST+= INFLUXD_LOGCMD="daemon" .else SUB_LIST+= INFLUXD_LOGCMD="logger" .endif pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys do-build-MANPAGES-on: @cd ${WRKSRC}/man && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} do-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install: ${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ ${STAGEDIR}${INFLUXD_PIDDIR} \ ${STAGEDIR}${INFLUXD_LOGDIR} @${SED} -i .bak -e \ "s|/var/lib/influxdb|/var/db/influxdb|g" \ ${WRKSRC}/etc/config.sample.toml ${INSTALL_DATA} \ ${WRKSRC}/etc/config.sample.toml \ ${STAGEDIR}${PREFIX}/etc/influxd.conf.sample .include diff --git a/databases/influxdb2-cli/Makefile b/databases/influxdb2-cli/Makefile index 98a9f2d99be6..4f4266ac33c9 100644 --- a/databases/influxdb2-cli/Makefile +++ b/databases/influxdb2-cli/Makefile @@ -1,29 +1,29 @@ PORTNAME= influxdb2-cli DISTVERSIONPREFIX= v DISTVERSION= 2.7.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org COMMENT= CLI for managing resources in InfluxDB v2 WWW= https://github.com/influxdata/influx-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/influxdata/influx-cli/v2 GO_TARGET= ./cmd/influx CONFLICTS_INSTALL= influxdb PLIST_FILES= bin/influx pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/databases/litestream/Makefile b/databases/litestream/Makefile index fc2ecc68a691..8ad77a4e56e7 100644 --- a/databases/litestream/Makefile +++ b/databases/litestream/Makefile @@ -1,22 +1,22 @@ PORTNAME= litestream PORTVERSION= 0.5.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streaming replication for SQLite WWW= https://litestream.io/ \ https://github.com/benbjohnson/litestream LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/benbjohnson/litestream GO_TARGET= ./cmd/litestream PLIST_FILES= bin/litestream .include diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index e3cf2d1d1d16..e231c5d2698c 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -1,63 +1,63 @@ PORTNAME= mongodb-tools DISTVERSION= 100.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= ronald@FreeBSD.org COMMENT= MongoDB Database Tools WWW= https://www.mongodb.com/docs/database-tools/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= compiler:c++14-lang go localbase USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-tools GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" # This should be TEST_ENV according to bsd.port.mk, but Uses/go.mk passes # MAKE_ENV instead of TEST_ENV in the do-test target. # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284387 MAKE_ENV+= TOOLS_TESTING_UNIT=true OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE MONGOSTAT MONGOTOP \ SASL SSL OPTIONS_MULTI= SECURITY TOOLS OPTIONS_MULTI_SECURITY= SASL SSL OPTIONS_MULTI_TOOLS= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE MONGOSTAT MONGOTOP OPTIONS_SUB= yes BSONDUMP_DESC= BSON files into human-readable formats MONGODUMP_DESC= BSON data from the contents of a MongoDB instance MONGOEXPORT_DESC= JSON or CSV export of MongoDB instance data MONGOFILES_DESC= Interface to GridFS in a MongoDB instance MONGOIMPORT_DESC= Importing JSON, CSV, or TSV into a MongoDB instance MONGORESTORE_DESC= BSON data to a MongoDB instance MONGOSTAT_DESC= Status of a running mongod or mongos instance MONGOTOP_DESC= Track the amount of data I/O time BSONDUMP_VARS= go_target+=./bsondump/main:bsondump MONGODUMP_VARS= go_target+=./mongodump/main:mongodump MONGOEXPORT_VARS= go_target+=./mongoexport/main:mongoexport MONGOFILES_VARS= go_target+=./mongofiles/main:mongofiles MONGOIMPORT_VARS= go_target+=./mongoimport/main:mongoimport MONGORESTORE_VARS= go_target+=./mongorestore/main:mongorestore MONGOSTAT_VARS= go_target+=./mongostat/main:mongostat MONGOTOP_VARS= go_target+=./mongotop/main:mongotop SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_USE= my_tags=sasl SSL_USE= my_tags=ssl post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in README.md CONTRIBUTING.md THIRD-PARTY-NOTICES ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/databases/octosql/Makefile b/databases/octosql/Makefile index e2650752eae1..fee1fbad0c47 100644 --- a/databases/octosql/Makefile +++ b/databases/octosql/Makefile @@ -1,26 +1,26 @@ PORTNAME= octosql DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= OctoSQL is a query tool for databases, file formats, etc WWW= https://github.com/cube2222/octosql LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.21.0:sys GO_MODULE= github.com/cube2222/octosql PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/databases/percona-orchestrator/Makefile b/databases/percona-orchestrator/Makefile index 55e68c60313e..88d7657c3457 100644 --- a/databases/percona-orchestrator/Makefile +++ b/databases/percona-orchestrator/Makefile @@ -1,100 +1,100 @@ PORTNAME= orchestrator DISTVERSIONPREFIX= v DISTVERSION= 3.2.6-16 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases PKGNAMEPREFIX= percona- MAINTAINER= zi@FreeBSD.org COMMENT= Replication topology manager for MySQL WWW= https://github.com/percona/orchestrator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash>0:shells/bash \ gsed>0:textproc/gsed \ jq>0:textproc/jq USES= go mysql:server shebangfix USERS= percona GROUPS= percona USE_GITHUB= yes GH_ACCOUNT= percona USE_RC_SUBR= ${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= pkg-message SHEBANG_FILES= resources/bin/orchestrator-client GO_PKGNAME= github.com/openark/${PORTNAME} GO_TARGET= ./go/cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags '-X main.AppVersion=${DISTVERSION} -X main.BuildDescribe=${DISTVERSION}' GH_TUPLE= \ Showmax:go-fqdn:v1.0.0:showmax_go_fqdn/vendor/github.com/Showmax/go-fqdn \ armon:consul-api:eb2c6b5be1b6:armon_consul_api/vendor/github.com/armon/consul-api \ armon:go-metrics:f0300d1749da:armon_go_metrics/vendor/github.com/armon/go-metrics \ codegangsta:inject:33e0aa1cb7c0:codegangsta_inject/vendor/github.com/codegangsta/inject \ cyberdelia:go-metrics-graphite:39f87cc3b432:cyberdelia_go_metrics_graphite/vendor/github.com/cyberdelia/go-metrics-graphite \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ go-gcfg:gcfg:v1.2.3:go_gcfg_gcfg/vendor/gopkg.in/gcfg.v1 \ go-martini:martini:22fa46961aab:go_martini_martini/vendor/github.com/go-martini/martini \ go-sql-driver:mysql:v1.7.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ golang:crypto:630584e8d5aa:golang_crypto/vendor/golang.org/x/crypto \ golang:net:bea034e7d591:golang_net/vendor/golang.org/x/net \ golang:sys:3c1f35247d10:golang_sys/vendor/golang.org/x/sys \ golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.8:golang_text/vendor/golang.org/x/text \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ hashicorp:consul:v1.7.0:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ hashicorp:go-cleanhttp:d3fcbee8e181:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-hclog:59fbd7b93270:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.3.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-msgpack:v0.5.3:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-rootcerts:c8a9a31cbd76:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:serf:v0.9.5:hashicorp_serf/vendor/github.com/hashicorp/serf \ howeyc:gopass:7cb4b85ec19c:howeyc_gopass/vendor/github.com/howeyc/gopass \ martini-contrib:auth:fa62c19b7ae8:martini_contrib_auth/vendor/github.com/martini-contrib/auth \ martini-contrib:gzip:6c035326b43f:martini_contrib_gzip/vendor/github.com/martini-contrib/gzip \ martini-contrib:render:ec18f8345a11:martini_contrib_render/vendor/github.com/martini-contrib/render \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:cb30d6282491:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-sqlite3:v1.14.7:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ miekg:dns:v1.1.31:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.14.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:mapstructure:v1.3.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ montanaflynn:stats:f8cd06f93c6c:montanaflynn_stats/vendor/github.com/montanaflynn/stats \ openark:golib:827f3ea62180:openark_golib \ openark:raft:fba9f909f7fe:openark_raft/vendor/github.com/hashicorp/raft \ outbrain:golib:2531e5dbcc71:outbrain_golib/vendor/github.com/outbrain/golib \ oxtoacart:bpool:03653db5a59c:oxtoacart_bpool/vendor/github.com/oxtoacart/bpool \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ rcrowley:go-metrics:cf1acfcdf475:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ samuel:go-zookeeper:7117e9ea2414:samuel_go_zookeeper/vendor/github.com/samuel/go-zookeeper \ sjmudd:stopwatch:637ef30077b7:sjmudd_stopwatch/vendor/github.com/sjmudd/stopwatch \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify post-extract: @${RLN} ${WRKSRC_openark_golib} ${WRKSRC}/go/golib post-patch: @${REINPLACE_CMD} -e 's|"resources|"${DATADIR}|g' ${WRKSRC}/go/app/http.go do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/resources/bin/orchestrator-client ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC}/resources/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_DATA} ${WRKSRC}/conf/orchestrator-simple.conf.json \ ${STAGEDIR}${ETCDIR}/orchestrator.conf.sample .include diff --git a/databases/pg_tileserv/Makefile b/databases/pg_tileserv/Makefile index b894df0cb9a2..bac5bc9885c2 100644 --- a/databases/pg_tileserv/Makefile +++ b/databases/pg_tileserv/Makefile @@ -1,25 +1,25 @@ PORTNAME= pg_tileserv DISTVERSIONPREFIX= v DISTVERSION= 1.0.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases MAINTAINER= lbartoletti@FreeBSD.org COMMENT= PostGIS-only tile server written in Go WWW= https://github.com/crunchydata/pg_tileserv/issues LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/crunchydata/pg_tileserv PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/databases/pgschema/Makefile b/databases/pgschema/Makefile index 2bdc66ef1a5f..835df2fc353f 100644 --- a/databases/pgschema/Makefile +++ b/databases/pgschema/Makefile @@ -1,22 +1,22 @@ PORTNAME= pgschema DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org COMMENT= Terraform-style declarative schema migration workflow for Postgres WWW= https://github.com/pgschema/pgschema LICENSE= PGSCHEMA LICENSE_NAME= pgschema Community License v1.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= go:modules GO_MODULE= github.com/pgschema/pgschema PLIST_FILES= bin/pgschema .include diff --git a/databases/prometheus-postgres-exporter/Makefile b/databases/prometheus-postgres-exporter/Makefile index c7f8abf59c3f..aec9eeada160 100644 --- a/databases/prometheus-postgres-exporter/Makefile +++ b/databases/prometheus-postgres-exporter/Makefile @@ -1,29 +1,29 @@ PORTNAME= prometheus-postgres-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases MAINTAINER= ivy@FreeBSD.org COMMENT= PostgreSQL metric exporter for Prometheus WWW= https://github.com/prometheus-community/postgres_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= postgres_exporter GO_MODULE= github.com/prometheus-community/postgres_exporter GO_TARGET= ./cmd/postgres_exporter:${PREFIX}/bin/postgres_exporter SUB_FILES= pkg-message PLIST_FILES= bin/postgres_exporter \ etc/postgres_exporter.yml.sample post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${PATCHDIR}/postgres_exporter.yml.sample \ ${STAGEDIR}${PREFIX}/etc/postgres_exporter.yml.sample .include diff --git a/databases/prometheus-postgresql-adapter/Makefile b/databases/prometheus-postgresql-adapter/Makefile index 56329c2eab6a..e0a3fc4a7ba3 100644 --- a/databases/prometheus-postgresql-adapter/Makefile +++ b/databases/prometheus-postgresql-adapter/Makefile @@ -1,51 +1,51 @@ PORTNAME= prometheus-postgresql-adapter DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= databases MAINTAINER= felix@userspace.com.au COMMENT= Use PostgreSQL as a remote storage database for Prometheus WWW= https://github.com/timescale/prometheus-postgresql-adapter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= timescale GH_TUPLE= \ beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ go-kit:kit:v0.9.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-logfmt:logfmt:v0.4.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ gogo:protobuf:v1.2.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:net:d28f0bde5980:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:81d4e9dc473e:golang_sys/vendor/golang.org/x/sys \ golang:text:cb6730876b98:golang_text/vendor/golang.org/x/text \ google:go-genproto:c506a9f90610:google_go_genproto/vendor/google.golang.org/genproto \ grpc-ecosystem:grpc-gateway:v1.9.5:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \ grpc:grpc-go:v1.22.1:grpc_grpc_go/vendor/google.golang.org/grpc \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jamiealquiza:envy:v1.1.0:jamiealquiza_envy/vendor/github.com/jamiealquiza/envy \ kr:logfmt:b84e30acd515:kr_logfmt/vendor/github.com/kr/logfmt \ lib:pq:v1.2.0:lib_pq/vendor/github.com/lib/pq \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.0.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:fd36f4220a90:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.6.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:e5b22494857d:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag USE_RC_SUBR= prometheus-postgresql-adapter GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-w" ${BUILD_TAGS} PLIST_FILES= bin/prometheus-postgresql-adapter .include diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 4116da5a046c..e51ecf81ba1a 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,26 +1,26 @@ PORTNAME= redis_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.80.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= arcade@b1t.name COMMENT= Prometheus exporter for redis stats WWW= https://github.com/oliver006/redis_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= redis_exporter GO_MODULE= github.com/oliver006/redis_exporter GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" PLIST_FILES= bin/redis_exporter LD_FLAG_X_PREFIX= -X main LD_FLAG_STRING= ${STRIP} ${LD_FLAG_X_PREFIX}.BuildVersion=${DISTVERSION} .include diff --git a/databases/sq/Makefile b/databases/sq/Makefile index a2f8caf26fc2..01434f4fcf7d 100644 --- a/databases/sq/Makefile +++ b/databases/sq/Makefile @@ -1,23 +1,23 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 0.48.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org COMMENT= CLI tool for querying multiple databases and data formats WWW= https://sq.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= neilotoole GO_MODULE= github.com/neilotoole/sq PLIST_FILES= bin/sq .include diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile index 2416d0a8867e..05d2b2e23403 100644 --- a/databases/tile38/Makefile +++ b/databases/tile38/Makefile @@ -1,51 +1,51 @@ PORTNAME= tile38 DISTVERSION= 1.12.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com COMMENT= In-memory geolocation data store, spatial index, and realtime geofence WWW= https://tile38.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 BUILD_DEPENDS= bash:shells/bash USES= go shebangfix SHEBANG_FILES= build.sh USE_GITHUB= yes GH_ACCOUNT= tidwall USE_RC_SUBR= tile38 SSP_UNSAFE= yes USERS= ${PORTNAME} GROUPS= ${PORTNAME} TILE38_DBDIR= /var/db/tile38 TILE38_RUNDIR= /var/run/tile38 SUB_LIST= PORTNAME=${PORTNAME} \ TILE38_USER=${USERS} \ TILE38_DBDIR=${TILE38_DBDIR} \ TILE38_RUNDIR=${TILE38_RUNDIR} PLIST_SUB= TILE38_USER=${USERS} \ TILE38_GROUP=${GROUPS} \ TILE38_DBDIR=${TILE38_DBDIR} \ TILE38_RUNDIR=${TILE38_RUNDIR} do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ./build.sh do-install: @${MKDIR} ${STAGEDIR}${TILE38_DBDIR} ${STAGEDIR}${TILE38_RUNDIR} ${INSTALL_PROGRAM} ${WRKSRC}/tile38-cli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/tile38-server ${STAGEDIR}${PREFIX}/bin/ do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ./build.sh test .include diff --git a/databases/timescaledb-backup/Makefile b/databases/timescaledb-backup/Makefile index 1f9f8ca84f8a..1d0006dfad2e 100644 --- a/databases/timescaledb-backup/Makefile +++ b/databases/timescaledb-backup/Makefile @@ -1,58 +1,58 @@ PORTNAME= timescaledb-backup DISTVERSION= 0.1.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Tool for performing TimescaleDB backups across versions WWW= https://github.com/timescale/timescaledb-backup LICENSE= TSL LICENSE_NAME= Timescale License Agreement LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= go:modules USE_GITHUB= yes GH_ACCOUNT= timescale GH_TUPLE= Microsoft:go-winio:v0.4.11:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.6:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ containerd:continuity:aaeac12a7ffc:containerd_continuity/vendor/github.com/containerd/continuity \ docker:distribution:0d3efadf0154:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.3.3:docker_go_units/vendor/github.com/docker/go-units \ gogo:protobuf:v1.2.0:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:crypto:0ec3e9974c59:golang_crypto/vendor/golang.org/x/crypto \ golang:net:74dc4d7220e7:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync \ golang:sys:c7b8b68b1456:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:xerrors:a985d3407aa7:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-genproto:c66870c02cf8:google_go_genproto/vendor/google.golang.org/genproto \ grpc:grpc-go:v1.17.0:grpc_grpc_go/vendor/google.golang.org/grpc \ jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \ jackc:pgconn:v1.5.0:jackc_pgconn/vendor/github.com/jackc/pgconn \ jackc:pgio:v1.0.0:jackc_pgio/vendor/github.com/jackc/pgio \ jackc:pgpassfile:v1.0.0:jackc_pgpassfile/vendor/github.com/jackc/pgpassfile \ jackc:pgproto3:v2.0.1:jackc_pgproto3_v2/vendor/github.com/jackc/pgproto3/v2 \ jackc:pgservicefile:3430c5407db8:jackc_pgservicefile/vendor/github.com/jackc/pgservicefile \ jackc:pgtype:v1.3.0:jackc_pgtype/vendor/github.com/jackc/pgtype \ jackc:pgx:v4.6.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ moby:moby:b20a14b54661:moby_moby/vendor/github.com/docker/docker \ opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:v0.1.1:opencontainers_runc/vendor/github.com/opencontainers/runc \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ testcontainers:testcontainers-go:v0.3.1:testcontainers_testcontainers_go/vendor/github.com/testcontainers/testcontainers-go GO_TARGET= ./cmd/ts-dump ./cmd/ts-restore PLIST_FILES= bin/ts-dump \ bin/ts-restore .include diff --git a/databases/timescaledb-parallel-copy/Makefile b/databases/timescaledb-parallel-copy/Makefile index 0292e85db345..b4aabb6e710c 100644 --- a/databases/timescaledb-parallel-copy/Makefile +++ b/databases/timescaledb-parallel-copy/Makefile @@ -1,21 +1,21 @@ PORTNAME= timescaledb-parallel-copy DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Parallel copying of CSV data into a TimescaleDB hypertable WWW= https://github.com/timescale/timescaledb-parallel-copy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/timescale/timescaledb-parallel-copy GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/timescaledb-parallel-copy .include diff --git a/databases/timescaledb-tune/Makefile b/databases/timescaledb-tune/Makefile index ed1449c0ef83..1667b744b9d1 100644 --- a/databases/timescaledb-tune/Makefile +++ b/databases/timescaledb-tune/Makefile @@ -1,21 +1,21 @@ PORTNAME= timescaledb-tune DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Tool for tuning TimescaleDB for better performance WWW= https://github.com/timescale/timescaledb-tune LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/timescale/timescaledb-tune GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/timescaledb-tune .include diff --git a/databases/usql/Makefile b/databases/usql/Makefile index f6dbf065414c..9d8f5c942d38 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -1,26 +1,26 @@ PORTNAME= usql DISTVERSIONPREFIX= v DISTVERSION= 0.19.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= Universal command-line interface for SQL databases WWW= https://github.com/xo/usql LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 BROKEN_armv7= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 BROKEN_i386= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 LIB_DEPENDS= libresvg.so:graphics/resvg-capi USES= go:1.24+,modules GO_MODULE= github.com/xo/usql PLIST_FILES= bin/usql .include diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index fce1e6a3b277..0369713e6922 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -1,28 +1,28 @@ PORTNAME= weaviate DISTVERSIONPREFIX= v DISTVERSION= 1.34.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases # artificial-intelligence MAINTAINER= yuri@FreeBSD.org COMMENT= Vector database that stores both objects and vectors WWW= https://weaviate.io/ \ https://github.com/weaviate/weaviate LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE # https://github.com/weaviate/weaviate/issues/9692 NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= port seems to not support 32 bit platforms USES= go:modules GO_MODULE= github.com/weaviate/weaviate GO_TARGET= ./cmd/weaviate-server PLIST_FILES= bin/${PORTNAME}-server # how to start: https://docs.weaviate.io/deploy/installation-guides/docker-installation#run-weaviate-with-default-settings .include diff --git a/deskutils/chart/Makefile b/deskutils/chart/Makefile index 3edbe1dfba01..9f6642c7d770 100644 --- a/deskutils/chart/Makefile +++ b/deskutils/chart/Makefile @@ -1,34 +1,34 @@ PORTNAME= chart DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= deskutils MAINTAINER= mail@dbalan.in COMMENT= CLI tool to create quick plots WWW= https://marianogappa.github.io/chart/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= marianogappa GH_SUBDIR= src/github.com/marianogappa/chart GH_TUPLE= Sirupsen:logrus:v1.0.5:logrus/vendor/github.com/Sirupsen/logrus \ skratchdot:open-golang:75fb7ed:skratchdot/vendor/github.com/skratchdot/open-golang \ golang:crypto:027cca1:crypto/vendor/golang.org/x/crypto \ golang:sys:6c888cc:sys/vendor/golang.org/x/sys PORTDOCS= README.md PLIST_FILES= bin/chart OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/deskutils/dstask/Makefile b/deskutils/dstask/Makefile index ef23d755602b..e2b121146ccc 100644 --- a/deskutils/dstask/Makefile +++ b/deskutils/dstask/Makefile @@ -1,38 +1,38 @@ PORTNAME= dstask DISTVERSIONPREFIX= v DISTVERSION= 0.26 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= deskutils MAINTAINER= ashish@FreeBSD.org COMMENT= Single binary terminal-based TODO manager with git-based sync WWW= https://github.com/naggie/dstask LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules GO_TARGET= ./cmd/dstask ./cmd/dstask-import USE_GITHUB= yes GH_ACCOUNT= naggie GH_TUPLE= golang:sys:v0.6.0:sys pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}-zsh-completions.sh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}-bash-completions.sh \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh .include diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile index cc2044aaa243..27d0502be019 100644 --- a/deskutils/hebcal/Makefile +++ b/deskutils/hebcal/Makefile @@ -1,29 +1,29 @@ PORTNAME= hebcal DISTVERSIONPREFIX= v DISTVERSION= 5.9.2.20250725 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MAINTAINER= rtd24@columbia.edu COMMENT= Perpetual Jewish calendar WWW= https://hebcal.github.io LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_GITHUB= yes GH_TAGNAME= 16a4dbad70c5fd10 PLIST_FILES= bin/hebcal \ share/man/man1/hebcal.1.gz pre-build: @${ECHO_CMD} 'package main' > ${WRKSRC}/dcity.go @${ECHO_CMD} 'var defaultCity = "New York"' >> ${WRKSRC}/dcity.go do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/hebcal ${STAGEDIR}${PREFIX}/bin/hebcal ${INSTALL_MAN} ${WRKSRC}/hebcal.1.in ${STAGEDIR}${PREFIX}/share/man/man1/hebcal.1 .include diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index 989c37c10513..3bead73aee17 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,31 +1,31 @@ PORTNAME= noti DISTVERSION= 3.8.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org COMMENT= Trigger notifications when a process completes WWW= https://github.com/variadico/noti LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= notify-send:devel/libnotify USES= go:1.24+,modules USE_GITHUB= yes GH_ACCOUNT= variadico GO_TARGET= ./cmd/noti GO_BUILDFLAGS= -ldflags "-s -w -X github.com/variadico/noti/internal/command.Version=${DISTVERSION}" PLIST_FILES= bin/noti \ share/man/man1/noti.1.gz \ share/man/man5/noti.yaml.5.gz post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/dist/noti.1 ${STAGEDIR}${PREFIX}/share/man/man1/noti.1 ${INSTALL_MAN} ${WRKSRC}/docs/man/dist/noti.yaml.5 ${STAGEDIR}${PREFIX}/share/man/man5/noti.yaml.5 .include diff --git a/deskutils/pet/Makefile b/deskutils/pet/Makefile index 33dc935b2f45..1af7d03c5088 100644 --- a/deskutils/pet/Makefile +++ b/deskutils/pet/Makefile @@ -1,20 +1,20 @@ PORTNAME= pet DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org COMMENT= Simple command-line snippet manager, written in Go WWW= https://github.com/knqyf263/pet LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/knqyf263/pet PLIST_FILES= bin/${PORTNAME} .include diff --git a/deskutils/ultralist/Makefile b/deskutils/ultralist/Makefile index c303878059fb..332df17f6508 100644 --- a/deskutils/ultralist/Makefile +++ b/deskutils/ultralist/Makefile @@ -1,30 +1,30 @@ PORTNAME= ultralist DISTVERSION= 1.7.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= deskutils MAINTAINER= lcook@FreeBSD.org COMMENT= Simple, powerful, task management system for the command line WWW= https://ultralist.io LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules USE_GITHUB= yes GH_TUPLE= golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys_ PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-extract: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_ ${WRKSRC}/vendor/golang.org/x/sys post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/deskutils/zk/Makefile b/deskutils/zk/Makefile index 8afe4d7a86d8..9b1ee2e1909f 100644 --- a/deskutils/zk/Makefile +++ b/deskutils/zk/Makefile @@ -1,69 +1,69 @@ PORTNAME= zk DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= pat@patmaddox.com COMMENT= Plain text note-taking assistant WWW= https://zk-org.github.io/zk/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= zk-org GH_TUPLE= AlecAivazis:survey:v2.3.4:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ alecthomas:kong:v0.5.0:alecthomas_kong/vendor/github.com/alecthomas/kong \ aymerick:raymond:v2.0.2:aymerick_raymond/vendor/github.com/aymerick/raymond \ bmatcuk:doublestar:v4.0.2:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ djherbis:times:v1.3.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-testfixtures:testfixtures:v3.6.1:go_testfixtures_testfixtures_v3/vendor/github.com/go-testfixtures/testfixtures/v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:v0.31.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.28.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.27.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.21.0:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ gosimple:slug:v1.12.0:gosimple_slug/vendor/github.com/gosimple/slug \ gosimple:unidecode:v1.0.1:gosimple_unidecode/vendor/github.com/gosimple/unidecode \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ kr:pretty:v0.3.0:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ lestrrat-go:strftime:v1.0.6:lestrrat_go_strftime/vendor/github.com/lestrrat-go/strftime \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-sqlite3:v1.14.22:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ mitchellh:colorstring:d06e56a500db:mitchellh_colorstring/vendor/github.com/mitchellh/colorstring \ mvdan:xurls:v1.1.0:mvdan_xurls/vendor/github.com/mvdan/xurls \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ petermattis:goid:07eaf5d0b9f4:petermattis_goid/vendor/github.com/petermattis/goid \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ relvacode:iso8601:v1.1.0:relvacode_iso8601/vendor/github.com/relvacode/iso8601 \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rogpeppe:go-internal:v1.9.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rvflash:elapsed:v0.2.0:rvflash_elapsed/vendor/github.com/rvflash/elapsed \ sasha-s:go-deadlock:v0.3.1:sasha_s_go_deadlock/vendor/github.com/sasha-s/go-deadlock \ schollz:progressbar:v3.8.6:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ sourcegraph:jsonrpc2:v0.1.0:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 \ tj:go-naturaldate:v1.3.0:tj_go_naturaldate/vendor/github.com/tj/go-naturaldate \ tliron:glsp:v0.1.1:tliron_glsp/vendor/github.com/tliron/glsp \ tliron:kutil:v0.1.59:tliron_kutil/vendor/github.com/tliron/kutil \ yuin:goldmark-meta:v1.1.0:yuin_goldmark_meta/vendor/github.com/yuin/goldmark-meta \ yuin:goldmark:v1.4.12:yuin_goldmark/vendor/github.com/yuin/goldmark \ zchee:color:v2.0.6:zchee_color_v2/vendor/github.com/zchee/color/v2 \ zk-org:pretty:v0.2.4:zk_org_pretty/vendor/github.com/zk-org/pretty GO_BUILDFLAGS+= -tags "fts5" -ldflags "-X=main.Version=${DISTVERSION}" GO_TESTFLAGS+= -tags "fts5" PLIST_FILES= bin/zk .include diff --git a/devel/addlicense/Makefile b/devel/addlicense/Makefile index f1216d7eadf5..226ed64a1fd9 100644 --- a/devel/addlicense/Makefile +++ b/devel/addlicense/Makefile @@ -1,21 +1,21 @@ PORTNAME= addlicense DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com COMMENT= Add license information to source code files WWW= https://github.com/google/addlicense \ https://pkg.go.dev/github.com/google/addlicense LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/google/addlicense PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile index caed73bb8c75..8c96a2b839eb 100644 --- a/devel/android-tools/Makefile +++ b/devel/android-tools/Makefile @@ -1,40 +1,40 @@ PORTNAME= android-tools PORTVERSION= 31.0.3p2.0 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= devel MASTER_SITES= GH MAINTAINER= nc@FreeBSD.org COMMENT= Android debugging tools WWW= https://github.com/neelchauhan/freebsd-android-tools LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= ld: error: undefined symbol: OPENSSL_cpuid_setup LIB_DEPENDS= libbrotlicommon.so:archivers/brotli \ libgmock.so:devel/googletest \ liblz4.so:archivers/liblz4 \ libpcre2-8.so:devel/pcre2 \ libprotobuf.so:devel/protobuf \ libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang go:no_targets localbase:ldflags perl5 python shebangfix USE_GITHUB= yes GH_ACCOUNT= neelchauhan GH_PROJECT= freebsd-${PORTNAME} GH_TAGNAME= 271d7a26c8daf4b9fe412d360a2edfaca327efdd SHEBANG_FILES= vendor/mkbootimg/repack_bootimg.py \ vendor/mkbootimg/mkbootimg.py \ vendor/mkbootimg/unpack_bootimg.py MAKE_ENV+= GOFLAGS=-mod=vendor \ GOPATH=${WRKSRC}/vendor/boringssl/vendor \ GOPROXY=off LDFLAGS+= -labsl_status .include diff --git a/devel/api-linter/Makefile b/devel/api-linter/Makefile index d29511d8c1b0..285bae401ddb 100644 --- a/devel/api-linter/Makefile +++ b/devel/api-linter/Makefile @@ -1,21 +1,21 @@ PORTNAME= api-linter DISTVERSIONPREFIX= v DISTVERSION= 1.72.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Google API Linter WWW= https://github.com/googleapis/api-linter/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/googleapis/api-linter GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/app-builder-devel/Makefile b/devel/app-builder-devel/Makefile index 52ecd89d8454..771bd12c8280 100644 --- a/devel/app-builder-devel/Makefile +++ b/devel/app-builder-devel/Makefile @@ -1,89 +1,89 @@ PORTNAME= app-builder DISTVERSIONPREFIX= v DISTVERSION= 5.0.0-alpha.13 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel PKGNAMESUFFIX= -devel MAINTAINER= tagattie@FreeBSD.org COMMENT= Generic helper tool to build app in a distributable format (development version) WWW= https://github.com/develar/app-builder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= opj_decompress:graphics/openjpeg USES= gmake go:modules USE_GITHUB= yes GH_ACCOUNT= develar GH_TUPLE= \ aclements:go-rabin:d0b643ea1a4c:aclements_go_rabin/vendor/github.com/aclements/go-rabin \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ alessio:shellescape:52074bc9df61:alessio_shellescape_1/vendor/gopkg.in/alessio/shellescape.v1 \ alessio:shellescape:b115ca0f9053:alessio_shellescape/vendor/github.com/alessio/shellescape \ aws:aws-sdk-go:v1.45.7:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ biessek:golang-ico:d348d9ea4670:biessek_golang_ico/vendor/github.com/biessek/golang-ico \ bmizerany:assert:b7ed37b82869:bmizerany_assert/vendor/github.com/bmizerany/assert \ develar:errors:v0.9.0:develar_errors/vendor/github.com/develar/errors \ develar:go-fs-util:69a2d4542206:develar_go_fs_util/vendor/github.com/develar/go-fs-util \ develar:go-pkcs12:54baa4f32c6a:develar_go_pkcs12/vendor/github.com/develar/go-pkcs12 \ disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/gopkg.in/fsnotify.v1 \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:exp:bbda1eaf7a17:golang_exp/vendor/golang.org/x/exp \ golang:image:v0.12.0:golang_image/vendor/golang.org/x/image \ golang:net:v0.6.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.12.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.13.0:golang_text/vendor/golang.org/x/text \ hpcloud:tail:v1.0.0:hpcloud_tail/vendor/github.com/hpcloud/tail \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ jsummers:gobmp:a9de23ed2e25:jsummers_gobmp/vendor/github.com/jsummers/gobmp \ kr:pretty:v0.3.1:kr_pretty/vendor/github.com/kr/pretty \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.19:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mcuadros:go-version:035f6764e8d2:mcuadros_go_version/vendor/github.com/mcuadros/go-version \ minio:blake2b-simd:3f5f724cb5b1:minio_blake2b_simd/vendor/github.com/minio/blake2b-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ onsi:ginkgo:v1.8.0:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ onsi:gomega:v1.5.0:onsi_gomega/vendor/github.com/onsi/gomega \ oxtoacart:bpool:03653db5a59c:oxtoacart_bpool/vendor/github.com/oxtoacart/bpool \ phayes:permbits:39d7c581d2ee:phayes_permbits/vendor/github.com/phayes/permbits \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:xattr:v0.4.9:pkg_xattr/vendor/github.com/pkg/xattr \ samber:lo:v1.38.1:samber_lo/vendor/github.com/samber/lo \ segmentio:ksuid:v1.0.4:segmentio_ksuid/vendor/github.com/segmentio/ksuid \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.25.0:uber_go_zap/vendor/go.uber.org/zap \ zieckey:goini:0da17d361d26:zieckey_goini/vendor/github.com/zieckey/goini USE_GITLAB= nodefault GL_TUPLE= https://gitlab.howett.net:go:plist:607711222ff2484a487cdec33866b965f4a89653:go_plist/vendor/howett.net/plist GO_BUILDFLAGS+= -ldflags="-s -w" CONFLICTS_INSTALL= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md readme.md OPTIONS_DEFINE= DOCS pre-build: cd ${WRKSRC} && ${MAKE_CMD} assets post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/app-builder/Makefile b/devel/app-builder/Makefile index 7124b3156ce0..d614867a01e8 100644 --- a/devel/app-builder/Makefile +++ b/devel/app-builder/Makefile @@ -1,85 +1,85 @@ PORTNAME= app-builder DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 -PORTREVISION= 21 +PORTREVISION= 22 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org COMMENT= Generic helper tool to build app in a distributable format WWW= https://github.com/develar/app-builder LICENSE= MIT BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= opj_decompress:graphics/openjpeg USES= gmake go:modules USE_GITHUB= yes GH_ACCOUNT= develar GH_TUPLE= \ aclements:go-rabin:d0b643ea1a4c:aclements_go_rabin/vendor/github.com/aclements/go-rabin \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ alessio:shellescape:52074bc9df61:alessio_shellescape/vendor/gopkg.in/alessio/shellescape.v1 \ aws:aws-sdk-go:v1.21.3:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ biessek:golang-ico:d348d9ea4670:biessek_golang_ico/vendor/github.com/biessek/golang-ico \ develar:errors:v0.9.0:develar_errors/vendor/github.com/develar/errors \ develar:go-fs-util:69a2d4542206:develar_go_fs_util/vendor/github.com/develar/go-fs-util \ develar:go-pkcs12:54baa4f32c6a:develar_go_pkcs12/vendor/github.com/develar/go-pkcs12 \ disintegration:imaging:v1.6.0:disintegration_imaging/vendor/github.com/disintegration/imaging \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/gopkg.in/fsnotify.v1 \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:image:d6a02ce849c9:golang_image/vendor/golang.org/x/image \ golang:net:ca1201d0de80:golang_net/vendor/golang.org/x/net \ golang:sys:fae7ac547cb7:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ hpcloud:tail:v1.0.0:hpcloud_tail/vendor/github.com/hpcloud/tail \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ json-iterator:go:v1.1.6:json_iterator_go/vendor/github.com/json-iterator/go \ jsummers:gobmp:e2ba15ffa76e:jsummers_gobmp/vendor/github.com/jsummers/gobmp \ mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.8:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mcuadros:go-version:92cdf37c5b75:mcuadros_go_version/vendor/github.com/mcuadros/go-version \ minio:blake2b-simd:3f5f724cb5b1:minio_blake2b_simd/vendor/github.com/minio/blake2b-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ onsi:ginkgo:v1.8.0:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ onsi:gomega:v1.5.0:onsi_gomega/vendor/github.com/onsi/gomega \ oxtoacart:bpool:03653db5a59c:oxtoacart_bpool/vendor/github.com/oxtoacart/bpool \ phayes:permbits:39d7c581d2ee:phayes_permbits/vendor/github.com/phayes/permbits \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:xattr:v0.4.1:pkg_xattr/vendor/github.com/pkg/xattr \ segmentio:ksuid:v1.0.2:segmentio_ksuid/vendor/github.com/segmentio/ksuid \ uber-go:atomic:v1.4.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.10.0:uber_go_zap/vendor/go.uber.org/zap \ zieckey:goini:0da17d361d26:zieckey_goini/vendor/github.com/zieckey/goini USE_GITLAB= nodefault GL_TUPLE= https://gitlab.howett.net:go:plist:591f970eefbbeb04d7b37f334a0c4c3256e32876:go_plist/vendor/howett.net/plist GO_BUILDFLAGS+= -ldflags="-s -w" CONFLICTS_INSTALL= ${PORTNAME}-devel PORTSCOUT= skipv:4.2.0 PLIST_FILES= bin/${PORTNAME} PORTDOCS= readme.md OPTIONS_DEFINE= DOCS pre-build: cd ${WRKSRC} && ${MAKE_CMD} assets post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/arduino-builder/Makefile b/devel/arduino-builder/Makefile index 17bd4b4a6aa8..3288553ecbdd 100644 --- a/devel/arduino-builder/Makefile +++ b/devel/arduino-builder/Makefile @@ -1,54 +1,54 @@ PORTNAME= arduino-builder PORTVERSION= 1.3.25 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org COMMENT= Command line tool for building Arduino sketches WWW= https://github.com/arduino/arduino-builder LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go USE_GITHUB= yes GH_ACCOUNT= arduino GH_TUPLE= go-errors:errors:8fa88b0:goerrors/src/github.com/go-errors/errors \ stretchr:testify:v1.1.4:stretchr/src/github.com/stretchr/testify \ jstemmer:go-junit-report:6aeed67:jstemmer/src/github.com/jstemmer/go-junit-report GO_PKGNAME= arduino.cc GO_TARGET= ./arduino-builder OPTIONS_DEFINE= TOOLS OPTIONS_DEFAULT=TOOLS TOOLS_DESC= Add arduino-tools for a standalone build setup TOOLS_RUN_DEPENDS= arduino-tools>=${_COMPAT_VER}:devel/arduino-tools TOOLS_PLIST_FILES= arduino/arduino-builder.options _COMPAT_VER= 1.6.12 _IDE_VER= 10612 PLIST_FILES= arduino/hardware/platform.keys.rewrite.txt \ arduino/hardware/platform.txt \ bin/${PORTNAME} # override, upstream expects GOROOT in ${WRKSRC}, not ${WRKDIR} post-extract: ${LN} -s ${WRKSRC}/src ${WRKDIR} do-patch-TOOLS-on: ${CP} ${FILESDIR}/arduino-builder.options.in ${WRKSRC}/arduino-builder.options ${REINPLACE_CMD} -e 's|%%IDEVER%%|${_IDE_VER}|' \ -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/arduino-builder.options post-install: (cd ${GO_WRKSRC}/builder && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) post-install-TOOLS-on: ${INSTALL_DATA} ${WRKSRC}/arduino-builder.options ${STAGEDIR}${PREFIX}/arduino/arduino-builder.options .include diff --git a/devel/arduinoOTA/Makefile b/devel/arduinoOTA/Makefile index 60307333cac5..b0f3d9962c2a 100644 --- a/devel/arduinoOTA/Makefile +++ b/devel/arduinoOTA/Makefile @@ -1,23 +1,23 @@ PORTNAME= arduinoOTA PORTVERSION= 1.2.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org COMMENT= OTA upload tool for Arduino/ESP8266 WWW= https://www.arduino.cc LICENSE= GPLv3 USES= go USE_GITHUB= yes GH_ACCOUNT= arduino GH_TAGNAME= c2b8306 GO_BUILDFLAGS= -ldflags "-X main.compileInfo=${COMPILEINFO}" PLIST_FILES= bin/${PORTNAME} COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME} .include diff --git a/devel/athens/Makefile b/devel/athens/Makefile index 7c98a0c6d5ab..351c359fb235 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,38 +1,38 @@ PORTNAME= athens DISTVERSIONPREFIX= v DISTVERSION= 0.16.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Proxy server for the Go Modules download API WWW= https://github.com/gomods/athens LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/gomods/${PORTNAME} GO_TARGET= ./cmd/proxy GO_BUILDFLAGS= -ldflags " \ -X github.com/gomods/${PORTNAME}/pkg/build.version=${DISTVERSION} \ -X github.com/gomods/${PORTNAME}/pkg/build.buildDate=${BUILD_DATE}" SUB_LIST= ATHENS_USER=${USERS} \ ATHENS_GROUP=${GROUPS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} BUILD_DATE= 2026-02-01-00:00:00-UTC do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/proxy ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/config.dev.toml ${STAGEDIR}${ETCDIR}/athens.toml.sample .include diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index 7b5f69b28e8b..b17881d7a9ec 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,23 +1,23 @@ PORTNAME= atlantis DISTVERSIONPREFIX= v DISTVERSION= 0.31.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org COMMENT= Terraform Pull Requests Automation WWW= https://www.runatlantis.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= terraform:sysutils/terraform USES= go:modules GO_MODULE= github.com/runatlantis/atlantis CGO_ENABLED= 0 PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/awesome-cli/Makefile b/devel/awesome-cli/Makefile index 7de908f8b9e6..67989ba8418c 100644 --- a/devel/awesome-cli/Makefile +++ b/devel/awesome-cli/Makefile @@ -1,23 +1,23 @@ PORTNAME= awesome-cli DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line tool to explore Awesome lists WWW= https://project-awesome.org/umutphp/awesome-cli \ https://github.com/umutphp/awesome-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= umutphp GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/awesome-cli .include diff --git a/devel/bazel-buildtools/Makefile b/devel/bazel-buildtools/Makefile index faa07cb6ca2c..7983f1331566 100644 --- a/devel/bazel-buildtools/Makefile +++ b/devel/bazel-buildtools/Makefile @@ -1,29 +1,29 @@ PORTNAME= bazel-buildtools DISTVERSION= 3.2.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Bazel BUILD file formatter and editor WWW= https://github.com/bazelbuild/buildtools LICENSE= APACHE20 USES= go USE_GITHUB= yes GH_ACCOUNT= bazelbuild GH_PROJECT= buildtools GH_TUPLE= \ golang:protobuf:v1.3.1:protobuf/vendor/github.com/golang/protobuf \ google:skylark:a5f7082:skylark/vendor/github.com/google/skylark \ google:starlark-go:aaf7be0:starlark_go/vendor/go.starlark.net GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./buildifier \ ./buildifier2 \ ./buildozer \ ./unused_deps PLIST_FILES= ${GO_TARGET:S/^./bin/} .include diff --git a/devel/buf/Makefile b/devel/buf/Makefile index b5532190c3c8..3deb7ce901f7 100644 --- a/devel/buf/Makefile +++ b/devel/buf/Makefile @@ -1,28 +1,28 @@ PORTNAME= buf DISTVERSIONPREFIX= v DISTVERSION= 1.62.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= CLI tool for working with Protocol Buffers WWW= https://buf.build/ \ https://github.com/bufbuild/buf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= jq:textproc/jq USES= go:modules GO_MODULE= github.com/bufbuild/buf GO_TARGET= ./cmd/buf \ ./cmd/protoc-gen-buf-breaking \ ./cmd/protoc-gen-buf-lint PLIST_FILES= bin/buf \ bin/protoc-gen-buf-breaking \ bin/protoc-gen-buf-lint .include diff --git a/devel/buildkite-agent/Makefile b/devel/buildkite-agent/Makefile index 262564e7eaa7..cdfbfd168959 100644 --- a/devel/buildkite-agent/Makefile +++ b/devel/buildkite-agent/Makefile @@ -1,45 +1,45 @@ PORTNAME= buildkite-agent DISTVERSIONPREFIX= v DISTVERSION= 3.109.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Cross-platform build runner to run your own build tasks WWW= https://buildkite.com/ LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE LGPL3 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= bash:shells/bash USES= go:modules GO_MODULE= github.com/buildkite/agent/v3 GO_ENV+= GOTOOLCHAIN=local+path USE_RC_SUBR= buildkite ETCDIR= ${PREFIX}/etc/buildkite SUB_FILES= pkg-message post-patch: ${REINPLACE_CMD} -I '' -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' \ ${WRKSRC}/packaging/linux/scripts/*.sh \ ${WRKSRC}/packaging/linux/root/usr/share/buildkite-agent/*.sh do-install: ${INSTALL_PROGRAM} \ ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${MKDIR} ${STAGEDIR}${ETCDIR}/hooks ${STAGEDIR}${ETCDIR}/plugins ${INSTALL_DATA} \ ${WRKSRC}/packaging/github/linux/${PORTNAME}.cfg \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.cfg.sample post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/packaging/linux/root/usr/share/${PORTNAME} && ${COPYTREE_SHARE} hooks ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/devel/buildkite-cli/Makefile b/devel/buildkite-cli/Makefile index 37b97078a30e..83cc3f2403b8 100644 --- a/devel/buildkite-cli/Makefile +++ b/devel/buildkite-cli/Makefile @@ -1,28 +1,28 @@ PORTNAME= buildkite-cli DISTVERSIONPREFIX= v DISTVERSION= 3.13.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel sysutils MAINTAINER= dch@FreeBSD.org COMMENT= CLI tool for Buildkite WWW= https://github.com/buildkite/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:1.24+,modules USE_GITHUB= yes GH_ACCOUNT= buildkite GH_PROJECT= cli GO_MODULE= github.com/buildkite/cli/v3 GO_BUILDFLAGS+= -ldflags="-X github.com/buildkite/cli/v3/internal/version.Version=${PORTVERSION}" GO_ENV+= GOTOOLCHAIN=local+path PLIST_FILES= bin/bk post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/bk .include diff --git a/devel/capslock/Makefile b/devel/capslock/Makefile index e78e10c0c19f..976d2a11de4c 100644 --- a/devel/capslock/Makefile +++ b/devel/capslock/Makefile @@ -1,28 +1,28 @@ PORTNAME= capslock DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Capability analysis CLI for Go packages WWW= https://github.com/google/capslock LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/google/capslock GO_TARGET= ./cmd/capslock PLIST_FILES= bin/capslock xpost-patch: @${REINPLACE_CMD} -e 's|"go"|"go${GO_SUFFIX}"|g' \ ${WRKSRC}/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go \ ${WRKSRC}/vendor/golang.org/x/tools/internal/gcimporter/gcimporter.go \ ${WRKSRC}/vendor/golang.org/x/tools/internal/gocommand/invoke.go \ ${WRKSRC}/vendor/golang.org/x/tools/internal/goroot/importcfg.go .include diff --git a/devel/chroma/Makefile b/devel/chroma/Makefile index d76dee0ae18e..3277371a88f4 100644 --- a/devel/chroma/Makefile +++ b/devel/chroma/Makefile @@ -1,38 +1,38 @@ PORTNAME= chroma DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel PKGNAMESUFFIX= -syntax-highlighter MAINTAINER= yuri@FreeBSD.org COMMENT= General purpose syntax highlighter in pure Go WWW= https://github.com/alecthomas/chroma LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_GITHUB= yes GH_ACCOUNT= alecthomas GH_TUPLE= \ alecthomas:assert:405dbfeb8e38:alecthomas_assert/vendor/github.com/alecthomas/assert \ alecthomas:colour:60882d9e2721:alecthomas_colour/vendor/github.com/alecthomas/colour \ alecthomas:kong:v0.2.4:alecthomas_kong/vendor/github.com/alecthomas/kong \ alecthomas:repr:117648cd9897:alecthomas_repr/vendor/github.com/alecthomas/repr \ danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \ dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ sergi:go-diff:v1.0.0:sergi_go_diff/vendor/github.com/sergi/go-diff # modules2tuples should be used (not GO_MODULE) because library and command line tool are in the same archive which complicates it for GO_MODULE. CONFLICTS_INSTALL= chroma GO_TARGET= ./cmd/chroma PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/dupl/Makefile b/devel/dupl/Makefile index 6c2913429cef..9d422e0b8a64 100644 --- a/devel/dupl/Makefile +++ b/devel/dupl/Makefile @@ -1,23 +1,23 @@ PORTNAME= dupl DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-11 DISTVERSIONSUFFIX= -g28d787e -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for code clone detection WWW= https://github.com/mibk/dupl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= mibk GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/dwarf2json/Makefile b/devel/dwarf2json/Makefile index b9e9a23954f9..a4d7991b2268 100644 --- a/devel/dwarf2json/Makefile +++ b/devel/dwarf2json/Makefile @@ -1,23 +1,23 @@ PORTNAME= dwarf2json DISTVERSION= g20220807 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= devel MAINTAINER= antoine@FreeBSD.org COMMENT= Convert ELF/DWARF symbol and type information into JSON WWW= https://github.com/volatilityfoundation/dwarf2json LICENSE= VSL LICENSE_NAME= Volatility Software License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_GITHUB= yes GH_ACCOUNT= volatilityfoundation GH_TAGNAME= c306d11 GH_TUPLE= spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag USES= go:modules PLIST_FILES= bin/dwarf2json .include diff --git a/devel/esbuild/Makefile b/devel/esbuild/Makefile index 5d8c12430841..158ae0a894ed 100644 --- a/devel/esbuild/Makefile +++ b/devel/esbuild/Makefile @@ -1,21 +1,21 @@ PORTNAME= esbuild DISTVERSIONPREFIX= v DISTVERSION= 0.27.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www # also bump & test ESBUILD_VERSION in net-im/signal-desktop MAINTAINER= dch@FreeBSD.org COMMENT= Extremely fast JavaScript bundler and minifier WWW= https://esbuild.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules GO_MODULE= github.com/evanw/${PORTNAME} GO_TARGET= ./cmd/esbuild:esbuild PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index 7b3dd5a73d2c..96912d4107bf 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -1,37 +1,37 @@ PORTNAME= etcd PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= devel PKGNAMEPREFIX= coreos- MAINTAINER= robak@FreeBSD.org COMMENT= Highly-available key value store and service discovery WWW= https://github.com/etcd-io/etcd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go USE_GITHUB= yes GH_ACCOUNT= coreos GO_PKGNAME= github.com/coreos/etcd GO_TARGET= github.com/coreos/etcd github.com/coreos/etcd/etcdctl CONFLICTS_INSTALL= coreos-etcd[0-9][0-9] PORTSCOUT= limit:^2.* PLIST_FILES= bin/etcd \ bin/etcdctl PORTDOCS= README.md OPTIONS_DEFINE= DOCS DOCS_DESC= Install etcd README file do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index 5eec68d054b3..e976f2e52b5d 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -1,55 +1,55 @@ PORTNAME= etcd DISTVERSIONPREFIX= v DISTVERSION= 3.4.37 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/etcd-io/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 34 DISTFILES= go.mod:gomod MAINTAINER= 0mp@FreeBSD.org COMMENT= Highly-available key value store and service discovery WWW= https://github.com/coreos/etcd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_GITHUB= yes GH_ACCOUNT= etcd-io GO_MODULE= go.etcd.io/etcd/v3 GO_MOD_DIST= github GO_TARGET= ./etcdctl . CONFLICTS_INSTALL= coreos-etcd[0-9][0-9] PLIST_FILES= bin/etcd \ bin/etcdctl # This target is based on the post-extract target from Uses/go.mk post-extract: .for gt in ${GO_TARGET:T} @${ECHO_MSG} "===> Tidying ${gt} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy -e) @${ECHO_MSG} "===> Vendoring ${gt} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor -e) .endfor # This target is based on the do-build target from Uses/go.mk. do-build: .for gt in ${GO_TARGET:T} (cd ${GO_WRKSRC}/${gt}; \ for t in ${gt}; do \ out=$$(${BASENAME} $$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^[^:]*:([^:]+).*$$/\1/' -e 's/^\.$$/${PORTNAME}/')); \ pkg=$$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^([^:]*).*$$/\1/' -e 's/^${PORTNAME}$$/./'); \ ${ECHO_MSG} "===> Building $${out} from $${pkg}"; \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOMAXPROCS=${MAKE_JOBS_NUMBER} GOPROXY=off ${GO_CMD} build ${GO_BUILDFLAGS} \ -o ${GO_WRKDIR_BIN}/$${out} \ .; \ done) .endfor .include diff --git a/devel/etcd35/Makefile b/devel/etcd35/Makefile index 4a42ec4187ed..b88256037271 100644 --- a/devel/etcd35/Makefile +++ b/devel/etcd35/Makefile @@ -1,69 +1,69 @@ PORTNAME= etcd DISTVERSIONPREFIX= v DISTVERSION= 3.5.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/etcd-io/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 35 DISTFILES= go.mod:gomod \ api/go.mod:gomod \ pkg/go.mod:gomod \ client/pkg/go.mod:gomod \ client/v2/go.mod:gomod \ client/v3/go.mod:gomod \ etcdctl/go.mod:gomod \ etcdutl/go.mod:gomod \ raft/go.mod:gomod \ server/go.mod:gomod \ tests/go.mod:gomod MAINTAINER= kiwi@FreeBSD.org COMMENT= Highly-available key value store and service discovery WWW= https://github.com/coreos/etcd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_GITHUB= yes GH_ACCOUNT= etcd-io GO_MODULE= go.etcd.io/etcd/v3 GO_MOD_DIST= github GO_TARGET= ./etcdctl ./etcdutl ./server CONFLICTS_INSTALL= coreos-etcd[0-9][0-9] PLIST_FILES= bin/etcd \ bin/etcdctl \ bin/etcdutl # This target is based on the post-extract target from Uses/go.mk post-extract: .for gt in ${GO_TARGET:T} @${ECHO_MSG} "===> Tidying ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy -e) @${ECHO_MSG} "===> Vendoring ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor -e) .endfor # This target is based on the do-build target from Uses/go.mk. do-build: .for gt in ${GO_TARGET:T} (cd ${GO_WRKSRC}/${gt}; \ for t in ${gt}; do \ out=$$(${BASENAME} $$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^[^:]*:([^:]+).*$$/\1/' -e 's/^\.$$/${PORTNAME}/')); \ pkg=$$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^([^:]*).*$$/\1/' -e 's/^${PORTNAME}$$/./'); \ ${ECHO_MSG} "===> Building $${out} from $${pkg}"; \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOMAXPROCS=${MAKE_JOBS_NUMBER} GOPROXY=off ${GO_CMD} build ${GO_BUILDFLAGS} \ -o ${GO_WRKDIR_BIN}/$${out} \ .; \ done) .endfor post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/server ${STAGEDIR}${PREFIX}/bin/etcd .include diff --git a/devel/etcd36/Makefile b/devel/etcd36/Makefile index 1401692161c6..e1bfac235db0 100644 --- a/devel/etcd36/Makefile +++ b/devel/etcd36/Makefile @@ -1,70 +1,70 @@ PORTNAME= etcd DISTVERSIONPREFIX= v DISTVERSION= 3.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/etcd-io/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 36 DISTFILES= go.mod:gomod \ api/go.mod:gomod \ pkg/go.mod:gomod \ client/pkg/go.mod:gomod \ client/v3/go.mod:gomod \ etcdctl/go.mod:gomod \ etcdutl/go.mod:gomod \ server/go.mod:gomod \ tests/go.mod:gomod MAINTAINER= 0mp@FreeBSD.org COMMENT= Highly-available key value store and service discovery WWW= https://etcd.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= fails to fetch: v0.0.1-go1.23.8.freebsd-arm64.lock: no locks available USES= cpe go:modules USE_GITHUB= yes GH_ACCOUNT= etcd-io GO_MODULE= go.etcd.io/etcd/v3 GO_MOD_DIST= github GO_TARGET= ./etcdctl ./etcdutl ./server CONFLICTS_INSTALL= coreos-etcd[0-9][0-9] PLIST_FILES= bin/etcd \ bin/etcdctl \ bin/etcdutl # This target is based on the post-extract target from Uses/go.mk post-extract: .for gt in ${GO_TARGET:T} @${ECHO_MSG} "===> Tidying ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy -e) @${ECHO_MSG} "===> Vendoring ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}/${gt}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor -e) .endfor # This target is based on the do-build target from Uses/go.mk. do-build: .for gt in ${GO_TARGET:T} (cd ${GO_WRKSRC}/${gt}; \ for t in ${gt}; do \ out=$$(${BASENAME} $$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^[^:]*:([^:]+).*$$/\1/' -e 's/^\.$$/${PORTNAME}/')); \ pkg=$$(${ECHO_CMD} $${t} | \ ${SED} -Ee 's/^([^:]*).*$$/\1/' -e 's/^${PORTNAME}$$/./'); \ ${ECHO_MSG} "===> Building $${out} from $${pkg}"; \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOMAXPROCS=${MAKE_JOBS_NUMBER} GOPROXY=off ${GO_CMD} build ${GO_BUILDFLAGS} \ -o ${GO_WRKDIR_BIN}/$${out} \ .; \ done) .endfor post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/server ${STAGEDIR}${PREFIX}/bin/etcd .include diff --git a/devel/ghq/Makefile b/devel/ghq/Makefile index ec2a06cd0b35..ee3a14be3541 100644 --- a/devel/ghq/Makefile +++ b/devel/ghq/Makefile @@ -1,40 +1,40 @@ PORTNAME= ghq DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= driesm@FreeBSD.org COMMENT= Repository management tool (Git, Hg, SVN, Fossil, Bazaar, Darcs) WWW= https://github.com/x-motemen/ghq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= git>0:devel/git USES= go:modules GO_MODULE= github.com/x-motemen/ghq OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor post-build-MANPAGES-on: cd ${WRKSRC} && asciidoctor -b manpage -d manpage -o ghq.1 README.adoc post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/misc/bash/_ghq \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_ghq \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/ghq.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/git-bug/Makefile b/devel/git-bug/Makefile index 9f50c0abf553..ec47b1b94cf6 100644 --- a/devel/git-bug/Makefile +++ b/devel/git-bug/Makefile @@ -1,45 +1,45 @@ PORTNAME= git-bug DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Distributed, offline-first bug tracker embedded in git, with bridges WWW= https://github.com/MichaelMure/git-bug LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules _BUILD_COMMIT= a3fa445 GO_MODULE= github.com/MichaelMure/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/commands.GitCommit=${_BUILD_COMMIT} \ -X ${GO_MODULE}/commands.GitLastTag=${DISTVERSION} \ -X ${GO_MODULE}/commands.GitExactTag=${DISTVERSION}" OPTIONS_DEFINE= COMPLETIONS MANPAGES OPTIONS_DEFAULT= COMPLETIONS MANPAGES OPTIONS_SUB= yes COMPLETIONS_DESC= Build and install bash, fish and zsh shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} post-install-COMPLETIONS-on: .for _shell in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${_shell} \ >${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*} .endfor post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/git-codereview/Makefile b/devel/git-codereview/Makefile index 02dd528a8213..d1c99f0bafed 100644 --- a/devel/git-codereview/Makefile +++ b/devel/git-codereview/Makefile @@ -1,25 +1,25 @@ PORTNAME= git-codereview DISTVERSIONPREFIX= v DISTVERSION= 1.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Command-line tool for working with Gerrit WWW= https://godoc.org/golang.org/x/review/git-codereview LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= review GO_PKGNAME= golang.org/x/review GO_TARGET= ./git-codereview PLIST_FILES= bin/git-codereview .include diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index 907e8911fadf..3a16cf1d59e9 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -1,35 +1,35 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v DISTVERSION= 3.6.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= egypcio@FreeBSD.org COMMENT= Git extension for versioning large files WWW= https://git-lfs.github.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= git:devel/git USES= go:modules GO_MODULE= github.com/git-lfs/git-lfs/v3 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor post-build-MANPAGES-on: cd ${GO_WRKSRC}/docs/man && ${LOCALBASE}/bin/asciidoctor -b manpage *.adoc post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/docs/man/*.1 ${STAGEDIR}${LOCALBASE}/share/man/man1 ${INSTALL_MAN} ${GO_WRKSRC}/docs/man/*.5 ${STAGEDIR}${LOCALBASE}/share/man/man5 .include diff --git a/devel/git-town/Makefile b/devel/git-town/Makefile index 1dcca57e70e1..ca959e1e7ca4 100644 --- a/devel/git-town/Makefile +++ b/devel/git-town/Makefile @@ -1,28 +1,28 @@ PORTNAME= git-town DISTVERSIONPREFIX= v DISTVERSION= 10.0.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Git extension for generic, high-level git workflow support WWW= https://www.git-town.com LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/git-town/git-town/v10 PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/devel/git-who/Makefile b/devel/git-who/Makefile index c8f9997ad727..51e7ca000204 100644 --- a/devel/git-who/Makefile +++ b/devel/git-who/Makefile @@ -1,33 +1,33 @@ PORTNAME= git-who DISTVERSIONPREFIX= v DISTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com COMMENT= Git blame for file trees WWW= https://github.com/sinclairtarget/git-who LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sinclairtarget GH_TUPLE= bmatcuk:doublestar:v4.8.1:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ golang:sys:v0.29.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.28.0:golang_term/vendor/golang.org/x/term \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg GO_BUILDFLAGS= -ldflags="-s -w -X main.Commit=${DISTVERSIONFULL} -X main.Version=${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} post-extract: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor .include diff --git a/devel/gitea-act_runner/Makefile b/devel/gitea-act_runner/Makefile index fc11d3759910..608b1da53646 100644 --- a/devel/gitea-act_runner/Makefile +++ b/devel/gitea-act_runner/Makefile @@ -1,32 +1,32 @@ PORTNAME= act_runner DISTVERSIONPREFIX= v DISTVERSION= 0.2.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel PKGNAMEPREFIX= gitea- MAINTAINER= bofh@FreeBSD.org COMMENT= Act runner is a runner for Gitea based on Gitea fork of act WWW= https://gitea.com/gitea/act_runner LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= gitea.com/gitea/act_runner DATADIR= /var/db/${PORTNAME} USERS= ${ACT_RUNNER_USER} GROUPS= ${ACT_RUNNER_GROUP} ACT_RUNNER_USER?= ${PORTNAME} ACT_RUNNER_GROUP?= ${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/internal/pkg/config/config.example.yaml ${STAGEDIR}${ETCDIR}/act_runner.conf.sample .include diff --git a/devel/gitid/Makefile b/devel/gitid/Makefile index a0e6339ace34..23ed82968cdd 100644 --- a/devel/gitid/Makefile +++ b/devel/gitid/Makefile @@ -1,20 +1,20 @@ PORTNAME= gitid DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org COMMENT= Terminal-based tool to manage multiple Git identities WWW= https://github.com/nathabonfim59/gitid LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/nathabonfim59/gitid PLIST_FILES= bin/gitid .include diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index 0246f444e337..8dd48ff0a553 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,79 +1,79 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v DISTVERSION= 18.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm DISTFILES= prebuilt-x86_64.tar.xz:dockerx64 \ prebuilt-arm.tar.xz:dockerarm #PATCH_SITES= https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/ #PATCHFILES+= 5966.patch:-p1 # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966, Fix bash shell cleanup to support variable expansion in paths #PATCH_SITES= https://gitlab.com/mfechner/gitlab-runner/-/commit/ #PATCHFILES+= 2f12af03ccd5fe875d583ddc8b976329b635fd22.patch:-p1 MAINTAINER= mfechner@FreeBSD.org COMMENT= Official GitLab Runner written in Go WWW= https://gitlab.com/gitlab-org/gitlab-runner LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= bash:shells/bash \ ca_root_nss>=0:security/ca_root_nss \ git:devel/git \ gitlab-analyzers-secrets>=0:security/gitlab-analyzers-secrets USES= go:modules USE_GITLAB= yes GL_ACCOUNT= gitlab-org USE_RC_SUBR= gitlab_runner # this branch removes the replace line in go.mod which breaks the way FreeBSD ports build go packages GO_MOD_DIST= https://gitlab.com/mfechner/gitlab-runner/-/raw/18-8-stable/ GITBRANCH= 18-8-stable GO_MODULE= gitlab.com/gitlab-org/gitlab-runner _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) GO_BUILDFLAGS= -ldflags=" \ -X gitlab.com/gitlab-org/gitlab-runner/commands.ROOTCONFIGDIR=${ETCDIR} \ -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \ -X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${DISTVERSION} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BUILT=${_BUILD_DATE} \ -X gitlab.com/gitlab-org/gitlab-runner/common.BRANCH=${GITBRANCH} \ -s -w" # for go dependencies # Gitlab hosts there dependencies on their own platform and not on go-proxy # so we download the required go.mod file from gitlab # lines are taken from go.mk # --------------------------- #MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-runner/-/raw/v${DISTVERSION}/ #DISTFILES+= go.mod EXTRACT_ONLY+= ${DISTFILES:N*.mod\:*:N*.mod:C/:.*//:Nprebuilt*:} # --------------------------- USERS= gitlab-runner GROUPS= gitlab-runner PLIST_FILES= bin/gitlab-runner post-patch: @${MKDIR} ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-x86_64.tar.xz ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-arm.tar.xz ${WRKSRC}/out/docker/ pre-build: @cd ${WRKSRC} && go-bindata \ -pkg docker \ -nocompress \ -nomemcopy \ -nometadata \ -prefix out/docker/ \ -o executors/docker/bindata.go \ out/docker/prebuilt-x86_64.tar.xz \ out/docker/prebuilt-arm.tar.xz .include diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index fd283c6eb231..478031aff326 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,65 +1,65 @@ PORTNAME= gitlab-shell PORTVERSION= 14.45.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org COMMENT= GitLab Shell handles git commands for GitLab WWW= https://gitlab.com/gitlab-org/gitlab-shell LICENSE= MIT # GSSAPI support can maybe be removed by disable CGO: # https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/720 #BUILD_DEPENDS= heimdal>=0:security/heimdal USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org GO_MOD_DIST= gitlab GO_MODULE= gitlab.com/gitlab-org/gitlab-shell/v14 MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV} ALL_TARGET= build USERS= git GROUPS= git VARLOGDIR= /var/log/gitlab-shell PLIST_FILES+= "@dir(git,,755) ${VARLOGDIR}" post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.yml.example ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample ${CP} ${WRKSRC}/config.yml.sample ${WRKSRC}/config.yml ${REINPLACE_CMD} -e 's|VERSION_STRING :=.*|VERSION_STRING := v${PORTVERSION}|g' ${WRKSRC}/Makefile pre-install: ${RM} -rf ${WRKSRC}/config.yml do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/bin ${FIND} ${WRKSRC} -name '*.orig' -delete (cd ${WRKSRC}/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin) .for x in CHANGELOG LICENSE README.md VERSION config.yml.sample ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DATADIR}/ .endfor .for x in support @${MKDIR} ${STAGEDIR}${DATADIR}/${x} (cd ${WRKSRC}/${x} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${x}) .endfor @${MKDIR} ${STAGEDIR}${VARLOGDIR} post-install: ${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' | \ ${SED} -E -e '/sample$$/ s#^#@sample #; \ s#${DATADIR_REL}/bin#@(,,555) ${DATADIR_REL}/bin#; ' >> ${TMPPLIST} .include diff --git a/devel/gitmux/Makefile b/devel/gitmux/Makefile index 827459860a25..1ce0c1893099 100644 --- a/devel/gitmux/Makefile +++ b/devel/gitmux/Makefile @@ -1,20 +1,20 @@ PORTNAME= gitmux PORTVERSION= 0.11.5 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Git in your tmux status bar WWW= https://github.com/arl/gitmux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/arl/gitmux PLIST_FILES= bin/gitmux .include diff --git a/devel/gitty/Makefile b/devel/gitty/Makefile index 04f71456e7db..6ca2e27f9c57 100644 --- a/devel/gitty/Makefile +++ b/devel/gitty/Makefile @@ -1,27 +1,27 @@ PORTNAME= gitty DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org COMMENT= Smart terminal helper for git projects WWW= https://github.com/muesli/gitty LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/muesli/${PORTNAME} PORTSCOUT= site:https://github.com/muesli/gitty/releases PLIST_FILES= bin/${PORTNAME} pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/devel/glab/Makefile b/devel/glab/Makefile index c4e616e7d046..5b09df913ec7 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,69 +1,69 @@ PORTNAME= glab DISTVERSIONPREFIX= v DISTVERSION= 1.82.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org COMMENT= GitLab CLI tool bringing GitLab to your command line WWW= https://gitlab.com/gitlab-org/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= git:devel/git RUN_DEPENDS= git:devel/git USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_PLATFORM= ${OPSYS:tl} _BUILD_DATE= $$(date +%Y-%m-%d) # Find here: https://gitlab.com/gitlab-org/cli/-/tags _TAG= b932a8d879a24d02e0c094aa178c7442c9a589a5 GO_MODULE= gitlab.com/gitlab-org/cli GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X 'main.commit=${_TAG}' \ -X 'main.version=${_BUILD_VERSION}' \ -X 'main.platform=${_BUILD_PLATFORM}'" PORTDOCS= CONTRIBUTING.md README.md SECURITY.md OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES OPTIONS_DEFAULT= COMPLETIONS MANPAGES OPTIONS_SUB= yes COMPLETIONS_DESC= Build and install bash, fish and zsh shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} # add a git tag, as that is required to build the manpages pre-build: cd ${WRKSRC} && \ git init && \ git config user.email "${MAINTAINER}" && \ git config user.name "FreeBSD Port" && \ git add . && \ git commit -m "tag" && \ git tag v${PORTVERSION} post-install-COMPLETIONS-on: .for _shell in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion -s ${_shell} \ >${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run \ ./cmd/gen-docs --manpage --path ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/devel/gllvm/Makefile b/devel/gllvm/Makefile index 8f72a3ff3fe2..fe7c2fc7da52 100644 --- a/devel/gllvm/Makefile +++ b/devel/gllvm/Makefile @@ -1,40 +1,40 @@ PORTNAME= gllvm DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org COMMENT= Whole Program LLVM: wllvm ported to Go WWW= https://github.com/SRI-CSL/gllvm LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= SRI-CSL GO_PKGNAME= github.com/SRI-CSL/gllvm GO_TARGET= ./cmd/gclang++ \ ./cmd/gclang \ ./cmd/get-bc \ ./cmd/gsanity-check PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} PORTDOCS= README.md PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/go-bindata-assetfs/Makefile b/devel/go-bindata-assetfs/Makefile index 03ea09ee34df..3eb424516421 100644 --- a/devel/go-bindata-assetfs/Makefile +++ b/devel/go-bindata-assetfs/Makefile @@ -1,26 +1,26 @@ PORTNAME= go-bindata-assetfs DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel www MAINTAINER= egypcio@FreeBSD.org COMMENT= Serves embedded files from go-bindata with Go's net/http support WWW= https://github.com/elazarl/go-bindata-assetfs LICENSE= BSD2CLAUSE RUN_DEPENDS= go-bindata>=0:devel/go-bindata USES= go USE_GITHUB= yes GH_ACCOUNT= elazarl GH_TUPLE= golang:net:ab34263:golang_net/golang.org/x/net \ golang:sys:ddb9806:golang_sys/golang.org/x/sys GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/go-bindata/Makefile b/devel/go-bindata/Makefile index 51d988301247..61369619146a 100644 --- a/devel/go-bindata/Makefile +++ b/devel/go-bindata/Makefile @@ -1,35 +1,35 @@ PORTNAME= go-bindata PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Generates Go code from any file WWW= https://github.com/go-bindata/go-bindata LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= golang:lint:fdd1cda4f05f:golang_lint/vendor/golang.org/x/lint \ golang:tools:a911d9008d1f:golang_tools/vendor/golang.org/x/tools \ kisielk:errcheck:v1.2.0:kisielk_errcheck/vendor/github.com/kisielk/errcheck GO_TARGET= ./go-bindata PLIST_FILES= bin/go-bindata PORTDOCS= CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/go-critic/Makefile b/devel/go-critic/Makefile index 81e0367099f3..2b7f0f781521 100644 --- a/devel/go-critic/Makefile +++ b/devel/go-critic/Makefile @@ -1,23 +1,23 @@ PORTNAME= go-critic DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org COMMENT= Opinionated Go source code linter for code audit WWW= https://go-critic.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/go-critic/go-critic GO_TARGET= ./cmd/go-critic \ ./cmd/go-critic-analysis GO_BUILDFLAGS= -ldflags "-X main.Version=v${PKGVERSION}" PLIST_FILES= bin/go-critic \ bin/go-critic-analysis .include diff --git a/devel/go-git/Makefile b/devel/go-git/Makefile index 02bf3b4378b6..abf9621ba7cb 100644 --- a/devel/go-git/Makefile +++ b/devel/go-git/Makefile @@ -1,23 +1,23 @@ PORTNAME= go-git DISTVERSIONPREFIX= v DISTVERSION= 5.10.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Highly extensible git library in pure Go WWW= https://github.com/go-git/go-git LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/go-git/go-git/v5 GO_TARGET= ./cli/go-git GO_BUILDFLAGS= -ldflags=" \ -X main.version=${DISTVERSION} \ -X main.build=FreeBSD" PLIST_FILES= bin/go-git .include diff --git a/devel/go-perf/Makefile b/devel/go-perf/Makefile index fa541d873f98..6fe3d04793ec 100644 --- a/devel/go-perf/Makefile +++ b/devel/go-perf/Makefile @@ -1,29 +1,29 @@ PORTNAME= go-perf PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org COMMENT= Go performance measurement, storage, and analysis tools WWW= https://golang.org/x/perf LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules MODVERSION= 0.0.0-20250605212013-b481878a17be GO_MODULE= golang.org/x/perf@v${MODVERSION} GO_TARGET= ./cmd/benchsave \ ./cmd/benchseries \ ./cmd/benchstat \ ./cmd/benchfilter PLIST_FILES= ${GO_TARGET:T:S,^,bin/,} OPTIONS_DEFINE= DEPRECATED DEPRECATED_DESC= Install deprecated utilities DEPRECATED_VARS= GO_TARGET+="./analysis/localperf ./storage/localperfdata" .include diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index 8f96fa7bdeec..cf5feaff0005 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,53 +1,54 @@ PORTNAME= tools DISTVERSIONPREFIX= v DISTVERSION= 0.42.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- MAINTAINER= fuz@FreeBSD.org COMMENT= Go Tools WWW= https://godoc.org/golang.org/x/tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= golang.org/x/tools GO_TARGET= ./cmd/bisect \ ./cmd/bundle \ ./cmd/callgraph \ ./cmd/compilebench \ ./cmd/deadcode \ ./cmd/digraph \ ./cmd/eg \ ./cmd/file2fuzz \ ./cmd/fiximports \ ./cmd/go-contrib-init \ ./cmd/godex \ ./cmd/goimports \ ./cmd/gomvpkg \ ./cmd/gonew \ ./cmd/gotype \ ./cmd/goyacc \ ./cmd/html2article \ ./cmd/present \ ./cmd/present2md \ ./cmd/signature-fuzzer/fuzz-driver \ ./cmd/signature-fuzzer/fuzz-runner \ ./cmd/splitdwarf \ ./cmd/ssadump \ ./cmd/stress \ ./cmd/stringer \ ./cmd/toolstash CONFLICTS_INSTALL= easygit rubygem-bundler PLIST_FILES= ${GO_TARGET:T:S,^,bin/,} OPTIONS_DEFINE= RARE RARE_DESC= install rarely used tools RARE_VARS= GO_TARGET+=" \ ./cmd/benchcmp .include diff --git a/devel/go-wire/Makefile b/devel/go-wire/Makefile index 44a635ab5488..60173a5d2c18 100644 --- a/devel/go-wire/Makefile +++ b/devel/go-wire/Makefile @@ -1,21 +1,22 @@ PORTNAME= wire DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= go- MAINTAINER= jordan@ostreff.info COMMENT= Compile-time Dependency Injection for Go WWW= https://github.com/google/wire LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/google/wire GO_TARGET= ./cmd/wire PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/gocheese/Makefile b/devel/gocheese/Makefile index 9538d2063aa2..839851102790 100644 --- a/devel/gocheese/Makefile +++ b/devel/gocheese/Makefile @@ -1,31 +1,31 @@ PORTNAME= gocheese DISTVERSION= 4.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= http://www.gocheese.cypherpunks.su/download/ MAINTAINER= bofh@FreeBSD.org COMMENT= Python private package repository and caching proxy WWW= http://www.gocheese.cypherpunks.su/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go tar:zst GO_PKGNAME= go.cypherpunks.ru/gocheese/v5 GO_TARGET= go.cypherpunks.ru/gocheese/v5:${PORTNAME} INFO= ${PORTNAME} PLIST_FILES= ${DOCSDIR}/README \ bin/${PORTNAME} \ bin/pyshop2packages.sh do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/pyshop2packages.sh ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info ${STAGEDIR}${PREFIX}/${INFO_PATH} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/gogs/Makefile b/devel/gogs/Makefile index abb8dd043804..219df19495c1 100644 --- a/devel/gogs/Makefile +++ b/devel/gogs/Makefile @@ -1,78 +1,78 @@ PORTNAME= gogs DISTVERSIONPREFIX= v DISTVERSION= 0.13.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel www MAINTAINER= siva@FreeBSD.org COMMENT= Painless self-hosted Git service WWW= https://gogs.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= git:devel/git \ bash:shells/bash USES= cpe go:modules GO_MODULE= gogs.io/gogs GO_TARGET= :${PREFIX}/libexec/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -tags "sqlite pam cert" SUB_FILES= gogs \ gogs-service \ gogs-rm-data \ pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ PORTNAME_FANCY=${PORTNAME_FANCY} \ GOGS_USER=${USERS} \ GOGS_DBDIR=${GOGS_DBDIR} \ GOGS_LOGDIR=${GOGS_LOGDIR} USERS= git GROUPS= git PLIST_SUB= GOGS_USER=${USERS} \ GOGS_GROUP=${GROUPS} \ GOGS_DBDIR=${GOGS_DBDIR} \ GOGS_LOGDIR=${GOGS_LOGDIR} PORTDOCS= README.md OPTIONS_DEFINE= DOCS GOGS_DBDIR?= /var/db/gogs GOGS_LOGDIR?= /var/log/gogs PORTNAME_FANCY= Gogs post-patch: @${REINPLACE_CMD} \ -e '/^# \!\!\!/d' \ -e 's|^RUN_USER = git$$|RUN_USER = ${USERS}|' \ -e 's|^RUN_MODE = dev$$|RUN_MODE = prod|' \ -e 's|^ROOT =$$|ROOT = ${GOGS_DBDIR}/repositories|' \ -e 's|^ROOT_PATH =$$|ROOT_PATH = ${GOGS_LOGDIR}|' \ -e 's|^TYPE = postgres$$|DB_TYPE = sqlite3|' \ ${WRKSRC}/conf/app.ini post-install: ${INSTALL_SCRIPT} ${WRKDIR}/gogs ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/gogs-rm-data ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/gogs-service ${STAGEDIR}${PREFIX}/etc/rc.d/gogs @(cd ${WRKSRC} && ${COPYTREE_SHARE} "conf public templates" ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}) @${MKDIR} ${STAGEDIR}${ETCDIR}/conf @${MKDIR} ${STAGEDIR}${ETCDIR}/https ${INSTALL_DATA} ${WRKSRC}/conf/app.ini ${STAGEDIR}${ETCDIR}/conf/app.ini.sample @${RLN} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/custom @${MKDIR} ${STAGEDIR}${GOGS_DBDIR}/data ${STAGEDIR}${GOGS_DBDIR}/repositories @${LN} -sf ${GOGS_DBDIR}/data ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/data @${MKDIR} ${STAGEDIR}${GOGS_LOGDIR} @${LN} -sf ${GOGS_LOGDIR} ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/log post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 3db264edc6e7..64202da9a0e0 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,58 +1,58 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org COMMENT= Linters Runner for Go WWW= https://github.com/golangci/golangci-lint LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go:1.24+,modules _BUILD_VERSION= ${DISTVERSION} _BUILD_COMMIT= e2e4002 _BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") GO_MODULE= github.com/${PORTNAME:S/-lint//}/${PORTNAME}/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION} \ -X main.commit=${_BUILD_COMMIT} \ -X main.date=${_BUILD_DATE}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md PORTEXAMPLES= .golangci.reference.yml OPTIONS_DEFINE= COMPLETIONS DOCS EXAMPLES OPTIONS_DEFAULT= COMPLETIONS COMPLETIONS_DESC= Build and install bash, fish and zsh shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} BINARY_ALIAS= make=gmake post-install-COMPLETIONS-on: .for _shell in bash fish zsh ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_WRKDIR_BIN}/${PORTNAME} completion ${_shell} \ >${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/golint/Makefile b/devel/golint/Makefile index dbfd9fb0a84f..b203de2d6ad6 100644 --- a/devel/golint/Makefile +++ b/devel/golint/Makefile @@ -1,24 +1,24 @@ PORTNAME= golint PORTVERSION= g20190409 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Linter for Go source code WWW= https://github.com/golang/lint/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= lint GH_TAGNAME= 959b441 GH_TUPLE= golang:tools:e65039e:golang_tools/vendor/golang.org/x/tools GO_TARGET= ./golint PLIST_FILES= bin/golint .include diff --git a/devel/gomigrate/Makefile b/devel/gomigrate/Makefile index 7b159794f161..60d66c168aba 100644 --- a/devel/gomigrate/Makefile +++ b/devel/gomigrate/Makefile @@ -1,30 +1,30 @@ PORTNAME= migrate DISTVERSIONPREFIX= v DISTVERSION= 4.19.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= go MAINTAINER= dutra@FreeBSD.org COMMENT= CLI for performing database migrations WWW= https://github.com/golang-migrate/migrate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules CONFLICTS_INSTALL= migrate GO_MODULE= github.com/golang-migrate/migrate/v4 GO_TARGET= ./cmd/${PORTNAME} _DATABASES= postgres mysql redshift cassandra spanner cockroachdb \ yugabytedb clickhouse mongodb sqlserver firebird neo4j pgx pgx5 rqlite _FILES=file go_bindata github github_ee bitbucket aws_s3 google_cloud_storage godoc_vfs gitlab GO_BUILDFLAGS= -ldflags="-X main.Version=${DISTVERSION}" -tags "${_DATABASES} ${_FILES}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/goprotobuf/Makefile b/devel/goprotobuf/Makefile index dfc35d9c287d..bba82f4c6515 100644 --- a/devel/goprotobuf/Makefile +++ b/devel/goprotobuf/Makefile @@ -1,23 +1,23 @@ PORTNAME= goprotobuf DISTVERSIONPREFIX= v DISTVERSION= 1.5.4 -PORTREVISION= 19 +PORTREVISION= 20 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org COMMENT= Go support for Google's protocol buffers WWW= https://github.com/golang/protobuf/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= protoc:devel/protobuf USES= go:modules GO_MODULE= github.com/golang/protobuf GO_TARGET= ./protoc-gen-go PLIST_FILES= bin/protoc-gen-go .include diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index c8fab7f1edea..1b32e35730ad 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,20 +1,20 @@ PORTNAME= goredo DISTVERSION= 2.6.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.su/download/ MAINTAINER= yuri@FreeBSD.org COMMENT= Go implementation of djb's redo, Makefile replacement that sucks less WWW= http://www.goredo.cypherpunks.su/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING USES= go tar:zst WRKSRC_SUBDIR= src PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/goswagger/Makefile b/devel/goswagger/Makefile index 6932f365363e..43bdccde96aa 100644 --- a/devel/goswagger/Makefile +++ b/devel/goswagger/Makefile @@ -1,22 +1,22 @@ PORTNAME= goswagger DISTVERSIONPREFIX= v DISTVERSION= 0.33.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= atanubiswas484@gmail.com COMMENT= Swagger 2.0 implementation for Go WWW= https://goswagger.io/ \ https://github.com/go-swagger/go-swagger/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/go-swagger/go-swagger GO_TARGET= ./cmd/swagger PLIST_FILES= bin/swagger .include diff --git a/devel/gotestsum/Makefile b/devel/gotestsum/Makefile index 37016091ef52..f21bfd28a48d 100644 --- a/devel/gotestsum/Makefile +++ b/devel/gotestsum/Makefile @@ -1,19 +1,19 @@ PORTNAME= gotestsum DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org COMMENT= Go test runner with output for humans and CI WWW= https://github.com/gotestyourself/gotestsum LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/gotestyourself/gotestsum PLIST_FILES= bin/gotestsum .include diff --git a/devel/grpc-gateway/Makefile b/devel/grpc-gateway/Makefile index 77dcede09aa4..25a81056ee2a 100644 --- a/devel/grpc-gateway/Makefile +++ b/devel/grpc-gateway/Makefile @@ -1,23 +1,23 @@ PORTNAME= grpc-gateway DISTVERSIONPREFIX= v DISTVERSION= 2.27.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= gRPC to JSON proxy generator following the gRPC HTTP spec WWW= https://github.com/grpc-ecosystem/grpc-gateway/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/grpc-ecosystem/grpc-gateway/v2 GO_TARGET= ./protoc-gen-grpc-gateway \ ./protoc-gen-openapiv2 PLIST_FILES= bin/protoc-gen-grpc-gateway \ bin/protoc-gen-openapiv2 .include diff --git a/devel/gum/Makefile b/devel/gum/Makefile index 8cde37e7ccaa..acee37f9384c 100644 --- a/devel/gum/Makefile +++ b/devel/gum/Makefile @@ -1,41 +1,41 @@ PORTNAME= gum DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= dave@bitboss.ca COMMENT= Tool for glamorous shell scripts WWW= https://github.com/charmbracelet/gum LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/charmbracelet/gum PLIST_FILES= bin/gum \ etc/bash_completion.d/gum.bash \ share/fish/completions/gum.fish \ share/man/man1/gum.1.gz \ share/zsh/site-functions/_gum post-build: ${GO_WRKDIR_BIN}/${PORTNAME} man > ${WRKSRC}/${PORTNAME}.1 .for SHELL in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${SHELL} > ${WRKSRC}/${SHELL} .endfor post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.bash ${INSTALL_DATA} ${WRKSRC}/fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish ${INSTALL_DATA} ${WRKSRC}/zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/hub/Makefile b/devel/hub/Makefile index d26c36c731c1..5fb89ddfcc96 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -1,52 +1,52 @@ PORTNAME= hub PORTVERSION= 2.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Introduces git to GitHub WWW= https://hub.github.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= cpe go:modules CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= github GH_TUPLE= golang:sys:v0.6.0:sys GO_PKGNAME= github.com/github/hub PLIST_FILES= bin/hub \ etc/bash_completion.d/hub \ share/man/man1/hub.1.gz \ share/fish/completions/hub.fish \ share/zsh/site-functions/_hub pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-build: (cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS} ${GO_TARGET}/md2roff-bin) (cd ${GO_WRKSRC} && \ ${WRKDIR}/bin/md2roff-bin --manual="hub" --version="${PORTVERSION}" \ --template=${GO_WRKSRC}/man-template.html share/man/man1/*.md) post-install: ${MKDIR} \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/etc/hub.bash_completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/hub ${INSTALL_DATA} ${WRKSRC}/etc/hub.fish_completion ${STAGEDIR}${PREFIX}/share/fish/completions/hub.fish ${INSTALL_DATA} ${WRKSRC}/etc/hub.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_hub ${INSTALL_MAN} ${WRKSRC}/share/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/influx-pkg-config/Makefile b/devel/influx-pkg-config/Makefile index 431872a2e10d..740dd9ddf9b0 100644 --- a/devel/influx-pkg-config/Makefile +++ b/devel/influx-pkg-config/Makefile @@ -1,22 +1,22 @@ PORTNAME= pkg-config DISTVERSIONPREFIX= v DISTVERSION= 0.2.14 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel PKGNAMEPREFIX= influx MAINTAINER= driesm@FreeBSD.org COMMENT= Drop-in pkg-config replacement for compiling C libraries for InfluxData WWW= https://github.com/influxdata/pkg-config LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules pkgconfig:run GO_MODULE= github.com/influxdata/pkg-config GO_TARGET= ./:${PREFIX}/bin/influx-pkg-config PLIST_FILES= bin/influx-pkg-config .include diff --git a/devel/jiri/Makefile b/devel/jiri/Makefile index 709faa8c9c20..9521b6d80a6e 100644 --- a/devel/jiri/Makefile +++ b/devel/jiri/Makefile @@ -1,33 +1,33 @@ PORTNAME= jiri PORTVERSION= g${TIMESTAMP:S/-/./g:C/T.*//g} -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MASTER_SITES= LOCAL/swills DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= jiri MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for multi-repo development WWW= https://fuchsia.googlesource.com/jiri LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= cmake:indirect go:modules ninja:build GITHASH= 1eee1043d12d1baabae7f2466cc0b1646395e32c TIMESTAMP= 2020-08-28T00:00:00.000000 PLIST_FILES= bin/jiri USE_GITHUB= nodefault GH_TUPLE= golang:net:a7b16738d86b:golang_net/vendor/golang.org/x/net \ golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync GO_TARGET= ./cmd/jiri GO_BUILDFLAGS= -ldflags="\ -s -w \ -X fuchsia.googlesource.com/jiri/version.GitCommit=${GITHASH} \ -X fuchsia.googlesource.com/jiri/version.BuildTime=${TIMESTAMP}" .include diff --git a/devel/jjui/Makefile b/devel/jjui/Makefile index 296c6916a1e5..f13a161373d4 100644 --- a/devel/jjui/Makefile +++ b/devel/jjui/Makefile @@ -1,25 +1,26 @@ PORTNAME= jjui DISTVERSIONPREFIX= v DISTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= hoanga@gmail.com COMMENT= Terminal user interface for Jujutsu WWW= https://github.com/idursun/jjui LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= jj:devel/jujutsu USES= go:modules GO_MODULE= github.com/idursun/jjui@v${DISTVERSION} GO_PKGNAME= github.com/idursun/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS+= -ldflags "-s -w -X main.Version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/lab/Makefile b/devel/lab/Makefile index e1231f6cd609..89f2b1444423 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -1,22 +1,22 @@ PORTNAME= lab PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Lab makes it simple to work with repositories on GitLab WWW= https://zaquestion.github.io/lab LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules MODVERSION= 0.25.2-0.20230225220034-98c3f01c08e1 GO_MODULE= github.com/zaquestion/lab@v${MODVERSION} GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}" PLIST_FILES= bin/lab .include diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile index bd37586b4677..13838b0b8703 100644 --- a/devel/lazygit/Makefile +++ b/devel/lazygit/Makefile @@ -1,20 +1,20 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v DISTVERSION= 0.58.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= meta@FreeBSD.org COMMENT= Simple terminal UI for git commands WWW= https://github.com/jesseduffield/lazygit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/jesseduffield/lazygit PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/lets/Makefile b/devel/lets/Makefile index a73c07ce449f..9854d226c715 100644 --- a/devel/lets/Makefile +++ b/devel/lets/Makefile @@ -1,21 +1,21 @@ PORTNAME= lets DISTVERSIONPREFIX= v DISTVERSION= 0.0.54 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= CLI task runner for developers WWW= https://lets-cli.org/ \ https://github.com/lets-cli/lets/tags LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/lets-cli/lets PLIST_FILES= bin/lets .include diff --git a/devel/liteide/Makefile b/devel/liteide/Makefile index 6f8884d4068e..019a0b598136 100644 --- a/devel/liteide/Makefile +++ b/devel/liteide/Makefile @@ -1,92 +1,92 @@ PORTNAME= liteide DISTVERSIONPREFIX= x DISTVERSION= 38.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel editors .ifmake makesum MASTER_SITES= https://go.googlesource.com/sync/+archive/refs/tags/:errgroup .else MASTER_SITES= LOCAL/vvd:errgroup .endif DISTFILES= v0.17.0/errgroup.tar.gz:errgroup MAINTAINER= ports@FreeBSD.org COMMENT= Simple, open source, cross-platform Go IDE WWW= https://github.com/visualfc/liteide LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL USES= dos2unix gl go:modules,no_targets,run qmake qt:5 DOS2UNIX_FILES= ${PORTNAME}.desktop \ src/utils/dlvclient/dlvclient.cpp \ src/utils/dlvclient/dlvtypes.h USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= visualfc GH_TUPLE= visualfc:gocode:v1.5.2:visualfc_gocode \ visualfc:gotools:45f301a:visualfc_gotools \ visualfc:gomod:v0.1.2:visualfc_gomod/vendor/github.com/visualfc/gomod \ visualfc:goversion:v1.1.0:visualfc_goversion/vendor/github.com/visualfc/goversion \ creack:pty:v1.1.24:creack_pty/vendor/github.com/creack/pty \ golang:mod:v0.28.0:golang_mod/vendor/golang.org/x/mod \ golang:sys:v0.36.0:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.37.0:golang_tools/vendor/golang.org/x/tools \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ yuin:goldmark:v1.7.13:yuin_goldmark/vendor/github.com/yuin/goldmark USE_GL= gl USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_QT= buildtools:build core gui network printsupport widgets xml SUB_FILES= ${PORTNAME} WRKSRC_SUBDIR= ${PORTNAME}x PORTDOCS= README.md OPTIONS_DEFINE= DEBUG DOCS OPTIONS_SUB= yes DEBUG_CONFIGURE_ENABLE= debug ICON_SIZES= 16 24 32 48 64 128 post-extract: # Bundled, horribly outdated copy of QJsonDocument ${RM} -r ${WRKSRC}/src/3rdparty/qjsonrpc/src/json/ ${MKDIR} ${WRKSRC}/vendor/golang.org/x/sync/errgroup ${MV} ${WRKDIR}/errgroup.go ${WRKSRC}/vendor/golang.org/x/sync/errgroup post-build: ${RLN} ${WRKSRC}/vendor ${WRKSRC_visualfc_gotools} (cd ${WRKSRC_visualfc_gotools} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS}) ${RLN} ${WRKSRC}/vendor ${WRKSRC_visualfc_gocode} ${RLN} ${WRKSRC_visualfc_gotools} ${WRKSRC_visualfc_gocode}/vendor/github.com/visualfc/gotools (cd ${WRKSRC_visualfc_gocode} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS}) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} \ ${STAGEDIR}${PREFIX}/share/applications \ ${ICON_SIZES:C|(.+)|${STAGEDIR}${PREFIX}/share/icons/hicolor/\1x\1/apps|} ${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/gocode \ ${GO_WRKDIR_BIN}/gotools ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications (cd ${WRKSRC}/deploy && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) (cd ${WRKSRC}/os_deploy/freebsd && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${RM} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*.a .for sz in ${ICON_SIZES} ${INSTALL_DATA} ${WRKSRC}/src/liteapp/images/${PORTNAME}${sz}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/${PORTNAME}.png .endfor post-install-DOCS-on: (cd ${WRKSRC:H} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile index ed4a56ed2ec2..108ed8670cb9 100644 --- a/devel/loccount/Makefile +++ b/devel/loccount/Makefile @@ -1,32 +1,32 @@ PORTNAME= loccount DISTVERSION= 2.16 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/loccount/ MAINTAINER= yuri@FreeBSD.org COMMENT= Count source lines of code in a project WWW= http://www.catb.org/esr/loccount/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= a2x:textproc/asciidoc USES= gmake go python:build GO_PKGNAME= gitlab.com/esr/${PORTNAME} BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/mage/Makefile b/devel/mage/Makefile index 6582210435fe..49bd5b5b92c1 100644 --- a/devel/mage/Makefile +++ b/devel/mage/Makefile @@ -1,26 +1,26 @@ PORTNAME= mage DISTVERSIONPREFIX= v DISTVERSION= 1.15.0 -PORTREVISION= 22 +PORTREVISION= 23 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= gspurki@gmail.com COMMENT= Command-line make-like build tool using Go as input files WWW= https://magefile.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= magefile PLIST_FILES= bin/mage do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} \ ${GO_CMD} run bootstrap.go .include diff --git a/devel/modd/Makefile b/devel/modd/Makefile index 4a371627fd31..709fa94a8cdf 100644 --- a/devel/modd/Makefile +++ b/devel/modd/Makefile @@ -1,28 +1,28 @@ PORTNAME= modd DISTVERSIONPREFIX= v DISTVERSION= 0.8 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= devel sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Developer tool that runs processes and responds to filesystem changes WWW= https://github.com/cortesi/modd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= cortesi GH_TUPLE= golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys_v0.6.0 GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_v0.6.0 ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/devel/mutagen/Makefile b/devel/mutagen/Makefile index 63a0169b6455..3d0b36ee1c57 100644 --- a/devel/mutagen/Makefile +++ b/devel/mutagen/Makefile @@ -1,24 +1,24 @@ PORTNAME= mutagen DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Continuous multidirectional synchronization for remote development WWW= https://mutagen.io/ \ https://github.com/mutagen-io/mutagen LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/mutagen-io/mutagen GO_TARGET= ./cmd/mutagen \ ./cmd/mutagen-agent PLIST_FILES= bin/mutagen \ bin/mutagen-agent .include diff --git a/devel/openapi/Makefile b/devel/openapi/Makefile index ccecd6101ff1..cb762ae09187 100644 --- a/devel/openapi/Makefile +++ b/devel/openapi/Makefile @@ -1,21 +1,21 @@ PORTNAME= openapi PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of packages and tools for working with OpenAPI WWW= https://github.com/speakeasy-api/openapi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/speakeasy-api/openapi GO_TARGET= ./cmd/openapi PLIST_FILES= bin/openapi .include diff --git a/devel/packr/Makefile b/devel/packr/Makefile index e1910ec17463..bff14c56f620 100644 --- a/devel/packr/Makefile +++ b/devel/packr/Makefile @@ -1,29 +1,29 @@ PORTNAME= packr DISTVERSIONPREFIX= v DISTVERSION= 2.8.3 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Simple and easy way to embed static files into Go binaries WWW= https://github.com/gobuffalo/packr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/gobuffalo/packr/v2 GO_TARGET= ./packr2 PLIST_FILES= bin/packr2 PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/please/Makefile b/devel/please/Makefile index fe8578c9aff1..3c8a870938e7 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,44 +1,44 @@ PORTNAME= please DISTVERSIONPREFIX= v DISTVERSION= 17.27.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod PKGNAMESUFFIX= .build MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance extensible build system for reproducible builds WWW= https://please.build/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv7 i386 NOT_FOR_ARCHS_REASON= Build crashes with integer overflow BUILD_DEPENDS= bash:shells/bash \ ca_root_nss>0:security/ca_root_nss \ git:devel/git \ protoc:devel/protobuf USES= go:modules GO_MODULE= github.com/thought-machine/please GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ tools/http_cache/main.go:http_cache \ tools/please_shim/main.go:please_shim \ tools/release_signer/main.go:release_signer USE_GITHUB= yes GH_ACCOUNT= thought-machine post-extract: ${REINPLACE_CMD} -e 's|99.0.9999|${DISTVERSION}|' ${WRKSRC}/src/version/version.go post-build: cd ${WRKSRC} ; ${SETENV} ${CC} ${CFLAGS} -I${WRKSRC} -o please_sandbox tools/sandbox/main.c tools/sandbox/sandbox.c post-install: ${INSTALL_PROGRAM} ${WRKSRC}/please_sandbox ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/pprof/Makefile b/devel/pprof/Makefile index 93a0572baa8a..2434a556a126 100644 --- a/devel/pprof/Makefile +++ b/devel/pprof/Makefile @@ -1,25 +1,25 @@ PORTNAME= pprof DISTVERSION= 2024.12.09 # the upstream has no plans to make releases: https://github.com/google/pprof/issues/714#issuecomment-1192930097 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for visualization and analysis of profiling data WWW= https://github.com/google/pprof LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= 40e02aa GH_TUPLE= chzyer:readline:v1.5.1:chzyer_readline/vendor/github.com/chzyer/readline \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ ianlancetaylor:demangle:bd984b5ce465:ianlancetaylor_demangle/vendor/github.com/ianlancetaylor/demangle GH_SUBDIR= src/github.com/google/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/protobuf-go/Makefile b/devel/protobuf-go/Makefile index 2f3cad699a3c..28c5cff62c9c 100644 --- a/devel/protobuf-go/Makefile +++ b/devel/protobuf-go/Makefile @@ -1,23 +1,23 @@ PORTNAME= protobuf-go DISTVERSIONPREFIX= v DISTVERSION= 1.36.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Go support for Protocol Buffers WWW= https://github.com/protocolbuffers/protobuf-go LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= google.golang.org/protobuf GO_TARGET= ./cmd/protoc-gen-go CONFLICTS_INSTALL= goprotobuf PLIST_FILES= bin/protoc-gen-go .include diff --git a/devel/protoc-gen-go-grpc/Makefile b/devel/protoc-gen-go-grpc/Makefile index 126910244737..7001e579880b 100644 --- a/devel/protoc-gen-go-grpc/Makefile +++ b/devel/protoc-gen-go-grpc/Makefile @@ -1,31 +1,31 @@ PORTNAME= protoc-gen-go-grpc DISTVERSIONPREFIX= v DISTVERSION= 1.78.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Go implementaion of gRPC WWW= https://github.com/grpc/grpc-go/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= grpc GH_PROJECT= grpc-go GH_TUPLE= \ golang:net:v0.38.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.31.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.23.0:golang_text/vendor/golang.org/x/text \ google:go-genproto:1a7da9e5054f:google_go_genproto/vendor/google.golang.org/genproto/googleapis/rpc \ grpc:grpc-go:v1.70.0:grpc_grpc_go/vendor/google.golang.org/grpc \ open-telemetry:opentelemetry-go:v1.34.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ protocolbuffers:protobuf-go:v1.36.10:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf GO_TARGET= ./cmd/protoc-gen-go-grpc PLIST_FILES= bin/protoc-gen-go-grpc .include diff --git a/devel/prototool/Makefile b/devel/prototool/Makefile index 8eac99ac8b65..708424ba4eb2 100644 --- a/devel/prototool/Makefile +++ b/devel/prototool/Makefile @@ -1,62 +1,62 @@ PORTNAME= prototool DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Swiss army knife for protocol buffers (ProtoBuf) WWW= https://github.com/uber/prototool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= uber GH_TUPLE= \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ emicklei:proto:v1.9.0:emicklei_proto/vendor/github.com/emicklei/proto \ fullstorydev:grpcurl:v1.4.0:fullstorydev_grpcurl/vendor/github.com/fullstorydev/grpcurl \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobuffalo:flect:v0.2.1:gobuffalo_flect/vendor/github.com/gobuffalo/flect \ gofrs:flock:v0.7.1:gofrs_flock/vendor/github.com/gofrs/flock \ golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \ golang:net:244492dfa37a:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.4:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:5c8b2ff67527:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:tools:c807066ff753:golang_tools/vendor/golang.org/x/tools \ google:go-genproto:b662892dd51b:google_go_genproto/vendor/google.golang.org/genproto \ grpc:grpc-go:v1.28.0:grpc_grpc_go/vendor/google.golang.org/grpc \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jhump:protoreflect:v1.6.0:jhump_protoreflect/vendor/github.com/jhump/protoreflect \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ spf13:cobra:v0.0.6:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.14.0:uber_go_zap/vendor/go.uber.org/zap GO_TARGET= ./cmd/prototool PLIST_FILES= bin/${PORTNAME} \ etc/bash_completion.d/prototool \ etc/zsh/site-functions/_prototool post-build: cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run ${GO_BUILDFLAGS} ./internal/cmd/gen-prototool-bash-completion/main.go > prototool-bash-completion && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run ${GO_BUILDFLAGS} ./internal/cmd/gen-prototool-zsh-completion/main.go > prototool-zsh-completion post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/prototool-bash-completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/prototool ${MKDIR} ${STAGEDIR}${PREFIX}/etc/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/prototool-zsh-completion ${STAGEDIR}${PREFIX}/etc/zsh/site-functions/_prototool .include diff --git a/devel/protovalidate/Makefile b/devel/protovalidate/Makefile index 999efa60fc72..593c10933c00 100644 --- a/devel/protovalidate/Makefile +++ b/devel/protovalidate/Makefile @@ -1,24 +1,24 @@ PORTNAME= protovalidate PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Protocol Buffer Validation WWW= https://protovalidate.com/ \ https://github.com/bufbuild/protovalidate LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/bufbuild/protovalidate/tools GO_TARGET= ./protovalidate-conformance \ ./protovalidate-migrate PLIST_FILES= bin/protovalidate-conformance \ bin/protovalidate-migrate .include diff --git a/devel/revive/Makefile b/devel/revive/Makefile index 42c38e50be4c..09e2c55542df 100644 --- a/devel/revive/Makefile +++ b/devel/revive/Makefile @@ -1,42 +1,42 @@ PORTNAME= revive DISTVERSIONPREFIX= v DISTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Extensible static code analysis framework for Go WWW= https://revive.run LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_COMMIT= e1d05f7 GO_MODULE= github.com/mgechev/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/cli.version=${_BUILD_VERSION} \ -X ${GO_MODULE}/cli.commit=${_BUILD_COMMIT}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPING.md README.md \ RULES_DESCRIPTIONS.md PORTEXAMPLES= defaults.toml untyped.toml OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/scc/Makefile b/devel/scc/Makefile index 5ebfec3ec486..171252a0e6bf 100644 --- a/devel/scc/Makefile +++ b/devel/scc/Makefile @@ -1,19 +1,19 @@ PORTNAME= scc DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org COMMENT= LOC counter with COCOMO and complexity estimation WWW= https://github.com/boyter/scc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/boyter/scc/v3 PLIST_FILES= bin/scc .include diff --git a/devel/shfmt/Makefile b/devel/shfmt/Makefile index f06750630d5b..9441510647e1 100644 --- a/devel/shfmt/Makefile +++ b/devel/shfmt/Makefile @@ -1,28 +1,28 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v DISTVERSION= 3.12.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org COMMENT= Shell script formatter WWW= https://github.com/mvdan/sh LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= scdoc:textproc/scdoc USES= go:modules GO_MODULE= mvdan.cc/sh/v3 GO_TARGET= ./cmd/shfmt GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSIONFULL}" PLIST_FILES= bin/shfmt \ share/man/man1/shfmt.1.gz post-install: scdoc < ${WRKSRC}/cmd/shfmt/shfmt.1.scd \ > ${STAGEDIR}${PREFIX}/share/man/man1/shfmt.1 .include diff --git a/devel/soft-serve/Makefile b/devel/soft-serve/Makefile index ab661eea0082..7d9092911dd6 100644 --- a/devel/soft-serve/Makefile +++ b/devel/soft-serve/Makefile @@ -1,46 +1,46 @@ PORTNAME= soft-serve DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org COMMENT= Self-hosted Git server for the command line WWW= https://github.com/charmbracelet/soft-serve LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules GO_MODULE= github.com/charmbracelet/soft-serve GO_TARGET= ./cmd/soft USE_RC_SUBR= soft-serve SUB_FILES= pkg-message SUB_LIST+= CHOWN="${CHOWN}" \ CUT="${CUT}" \ DEFAULTHOST=0.0.0.0 \ DEFAULTKEY=.ssh/soft_serve_server_ed25519 \ DEFAULTPORT=23231 \ DEFAULTREPO=.repos \ DEFAULTDATA=data \ DIRNAME="${DIRNAME}" \ GITUSER="${USERS}" \ MKDIR="${MKDIR}" \ PW="${PW}" \ SU="${SU_CMD:[1]}" \ SETENV="${SETENV}" USERS= git GROUPS= git PLIST_FILES= ${DOCSDIR_REL}/README.md \ bin/${PORTNAME} .include post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/soft ${STAGEDIR}${PREFIX}/bin/soft-serve ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .include diff --git a/devel/statik/Makefile b/devel/statik/Makefile index d3af0723bfbd..955593d80d64 100644 --- a/devel/statik/Makefile +++ b/devel/statik/Makefile @@ -1,23 +1,23 @@ PORTNAME= statik DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 36 +PORTREVISION= 37 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= cheffo@freebsd-bg.org COMMENT= Embed static files into a Go executable WWW= https://github.com/rakyll/statik LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 USES= go USE_GITHUB= yes GH_ACCOUNT= rakyll PLIST_FILES= bin/statik .include diff --git a/devel/stuffbin/Makefile b/devel/stuffbin/Makefile index 30826472051e..ad470602f080 100644 --- a/devel/stuffbin/Makefile +++ b/devel/stuffbin/Makefile @@ -1,28 +1,28 @@ PORTNAME= stuffbin DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org COMMENT= Compress and embed static files and assets into Go binaries WWW= https://github.com/knadh/stuffbin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/knadh/${PORTNAME} GO_TARGET= ./${PORTNAME}:${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/taskctl/Makefile b/devel/taskctl/Makefile index 9958edc77824..4ec17ba68ae1 100644 --- a/devel/taskctl/Makefile +++ b/devel/taskctl/Makefile @@ -1,47 +1,47 @@ PORTNAME= taskctl PORTVERSION= 1.4.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org COMMENT= Simple modern alternative to GNU Make WWW= https://github.com/taskctl/taskctl LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules USE_GITHUB= yes GO_TARGET= ./cmd/taskctl GH_TUPLE= bmatcuk:doublestar:v1.1.5:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \ briandowns:spinner:6dc224009eae:briandowns_spinner/vendor/github.com/briandowns/spinner \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ cpuguy83:go-md2man:f79a8a8ca69d:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ emicklei:dot:v0.10.2:emicklei_dot/vendor/github.com/emicklei/dot \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:term:ad39bd3f0407:golang_term/vendor/golang.org/x/term \ golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ imdario:mergo:v0.3.8:imdario_mergo/vendor/github.com/imdario/mergo \ juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ logrusorgru:aurora:dc85c304c434:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \ lunixbochs:vtclean:2d01aacdc34a:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ manifoldco:promptui:v0.7.0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mvdan:sh:v3.1.1:mvdan_sh/vendor/mvdan.cc/sh/v3 \ pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ urfave:cli:v2.2.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 PLIST_FILES= bin/taskctl .include diff --git a/devel/terraform-ls/Makefile b/devel/terraform-ls/Makefile index d93929cbc6a1..3f32133650b7 100644 --- a/devel/terraform-ls/Makefile +++ b/devel/terraform-ls/Makefile @@ -1,20 +1,20 @@ PORTNAME= terraform-ls DISTVERSIONPREFIX= v DISTVERSION= 0.38.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org COMMENT= Terraform language server WWW= https://github.com/hashicorp/terraform-ls LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/hashicorp/terraform-ls PLIST_FILES= bin/${PORTNAME} .include diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index de1722168cc8..79e718056d55 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -1,96 +1,96 @@ PORTNAME= tinygo DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Go compiler for small places WWW= https://tinygo.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= qemu-system-arm:emulators/qemu USES= cmake:indirect gmake go:modules,run ninja:build python:build USE_GITHUB= yes GH_ACCOUNT= tinygo-org GH_TUPLE= \ blakesmith:ar:8bd4349a67f2:blakesmith_ar/vendor/github.com/blakesmith/ar \ bugst:go-serial:v1.1.2:bugst_go_serial/vendor/go.bug.st/serial \ chromedp:cdproto:dabd2f2e7693:chromedp_cdproto/vendor/github.com/chromedp/cdproto \ chromedp:chromedp:v0.6.4:chromedp_chromedp/vendor/github.com/chromedp/chromedp \ chromedp:sysutil:v1.0.0:chromedp_sysutil/vendor/github.com/chromedp/sysutil \ creack:goselect:v0.1.1:creack_goselect/vendor/github.com/creack/goselect \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ gobwas:httphead:v0.1.0:gobwas_httphead/vendor/github.com/gobwas/httphead \ gobwas:pool:v0.2.1:gobwas_pool/vendor/github.com/gobwas/pool \ gobwas:ws:v1.0.4:gobwas_ws/vendor/github.com/gobwas/ws \ golang:sys:4bcb84eeeb78:golang_sys/vendor/golang.org/x/sys \ golang:tools:b320d3a0f5a2:golang_tools/vendor/golang.org/x/tools \ google:shlex:c34317bd91bf:google_shlex/vendor/github.com/google/shlex \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \ marcinbor85:gohex:343a4b548892:marcinbor85_gohex/vendor/github.com/marcinbor85/gohex \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ tinygo-org:go-llvm:e7b85195e81c:tinygo_org_go_llvm/vendor/tinygo.org/x/go-llvm # Device files and runtime are distributed as submodules GH_TUPLE+= ARM-software:CMSIS:9fe411cef1ce:cmsis/lib/CMSIS \ NordicSemiconductor:nrfx:b5399066bd7f:nrfx/lib/nrfx \ WebAssembly:wasi-libc:c7465d22096f:wasi_libc/lib/wasi-libc \ avr-rust:avr-mcu:40d15c1c56c3:avr/lib/avr \ llvm-mirror:compiler-rt:df52202e77b1:compiler_rt/lib/compiler-rt \ picolibc:picolibc:3bf0a107362b:picolibc/lib/picolibc \ tinygo-org:cmsis-svd:9c35b6d9df1f:cmsis_svd/lib/cmsis-svd \ tinygo-org:stm32-svd:3a0b0829b70b:stm32_svd/lib/stm32-svd # Bundled LLVM GH_TUPLE+= llvm:llvm-project:llvmorg-11.1.0:llvm/llvm-project OPTIONS_DEFINE= AVR QEMU SIMAVR AVR_DESC= AVR based processors support QEMU_DESC= Install emulators/qemu for Cortex-M targets SIMAVR_DESC= Install devel/simavr for AVR targets AVR_RUN_DEPENDS= ${LOCALBASE}/avr/include/stdint.h:devel/avr-libc \ avr-gcc:devel/avr-gcc \ avrdude:devel/avrdude AVR_VARS_OFF= AVR=0 QEMU_RUN_DEPENDS= qemu-system-arm:emulators/qemu SIMAVR_RUN_DEPENDS= simavr:devel/simavr do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ HOME=${WRKDIR} \ ${GMAKE} llvm-build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ GO=${GO_CMD} \ HOME=${WRKDIR} \ PATH=${WRKSRC}/llvm-build/bin:$$PATH \ ${GMAKE} build/release do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/tinygo cd ${WRKSRC}/build/release/tinygo && \ ${MKDIR} ${STAGEDIR}${PREFIX}/tinygo/bin && \ ${INSTALL_PROGRAM} bin/tinygo ${STAGEDIR}${PREFIX}/tinygo/bin && \ ${COPYTREE_SHARE} "lib pkg src targets" ${STAGEDIR}${PREFIX}/tinygo ${RLN} ${STAGEDIR}${PREFIX}/tinygo/bin/tinygo ${STAGEDIR}${PREFIX}/bin do-test: cd ${WRKSRC} && ${SETENV} \ AVR=${AVR} \ GOCACHE=${WRKDIR}/.gocache \ PATH=${WRKSRC}/llvm-build/bin:$$PATH \ RISCV=0 \ TINYGO=${WRKSRC}/build/tinygo \ ${GMAKE} test smoketest .include diff --git a/devel/treefmt/Makefile b/devel/treefmt/Makefile index cecf4c3b7548..ed86b6799e77 100644 --- a/devel/treefmt/Makefile +++ b/devel/treefmt/Makefile @@ -1,72 +1,72 @@ PORTNAME= treefmt DISTVERSIONPREFIX= v DISTVERSION= 2.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= One CLI to format the code tree WWW= https://treefmt.com/ \ https://github.com/numtide/treefmt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= numtide GH_TUPLE= \ BurntSushi:toml:v1.4.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ adrg:xdg:v0.5.3:adrg_xdg/vendor/github.com/adrg/xdg \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ charmbracelet:lipgloss:v0.10.0:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ charmbracelet:log:v0.4.0:charmbracelet_log/vendor/github.com/charmbracelet/log \ davecgh:go-spew:d8f796af33cc:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ etcd-io:bbolt:v1.3.11:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-logfmt:logfmt:v0.6.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ golang:exp:8a7402abbf56:golang_exp/vendor/golang.org/x/exp \ golang:sync:v0.9.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.27.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.25.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.18.0:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.15.2:muesli_termenv/vendor/github.com/muesli/termenv \ mvdan:sh:v3.10.0:mvdan_sh/vendor/mvdan.cc/sh/v3 \ otiai10:copy:v1.14.0:otiai10_copy/vendor/github.com/otiai10/copy \ pelletier:go-toml:v2.2.2:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pmezard:go-difflib:5d4384ee4fb2:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ rogpeppe:go-internal:v1.13.1:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ sagikazarmark:locafero:v0.4.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.8.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.19.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.10.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.9.0:uber_go_multierr/vendor/go.uber.org/multierr PLIST_FILES= bin/${PORTNAME} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/venom/Makefile b/devel/venom/Makefile index 2200e5c0015e..a28fcb26df26 100644 --- a/devel/venom/Makefile +++ b/devel/venom/Makefile @@ -1,22 +1,22 @@ PORTNAME= venom DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= bapt@FreeBSD.org COMMENT= Manage and run integration tests with efficiency WWW= https://github.com/ovh/venom LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ovh/venom GO_TARGET= ./cmd/venom GO_BUILDFLAGS= -ldflags "-X github.com/ovh/venom.Version=v${PORTVERSION}" PLIST_FILES= bin/venom .include diff --git a/devel/yaegi/Makefile b/devel/yaegi/Makefile index 643472100fa3..c2db39b5315e 100644 --- a/devel/yaegi/Makefile +++ b/devel/yaegi/Makefile @@ -1,22 +1,22 @@ PORTNAME= yaegi DISTVERSION= 0.16.1 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org COMMENT= Elegant Go Interpreter - a REPL for Go WWW= https://github.com/traefik/yaegi LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= traefik GO_TARGET= ./cmd/yaegi:yaegi PLIST_FILES= bin/${PORTNAME} .include diff --git a/dns/acme-dns/Makefile b/dns/acme-dns/Makefile index 2e08d176b243..bcc7ca0e9fda 100644 --- a/dns/acme-dns/Makefile +++ b/dns/acme-dns/Makefile @@ -1,86 +1,86 @@ PORTNAME= acme-dns DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 32 +PORTREVISION= 33 PORTEPOCH= 1 CATEGORIES= dns MAINTAINER= mops@punkt.de COMMENT= Limited DNS server with RESTful HTTP API to handle ACME DNS challenges WWW= https://github.com/joohoi/acme-dns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= joohoi GH_TUPLE= \ BurntSushi:toml:v0.4.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \ ajg:form:v1.5.1:ajg_form/vendor/github.com/ajg/form \ andybalholm:brotli:v1.0.2:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ caddyserver:certmagic:v0.15.2:caddyserver_certmagic/vendor/github.com/caddyserver/certmagic \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ erikstmartin:go-testdb:8d10e4a1bae5:erikstmartin_go_testdb/vendor/github.com/erikstmartin/go-testdb \ fasthttp-contrib:websocket:1f3b11f56072:fasthttp_contrib_websocket/vendor/github.com/fasthttp-contrib/websocket \ fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \ gavv:httpexpect:v2.0.0:gavv_httpexpect/vendor/github.com/gavv/httpexpect \ go-acme:lego:v3.9.0:go_acme_lego_v3/vendor/github.com/go-acme/lego/v3 \ go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:e495a2d5b3d3:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.5.1:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:tools:v0.6.0:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ imkira:go-interpol:v1.1.0:imkira_go_interpol/vendor/github.com/imkira/go-interpol \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ klauspost:compress:v1.13.4:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v2.0.9:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ lib:pq:v1.10.4:lib_pq/vendor/github.com/lib/pq \ libdns:libdns:v0.2.1:libdns_libdns/vendor/github.com/libdns/libdns \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-sqlite3:v1.14.10:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mholt:acmez:v1.0.1:mholt_acmez/vendor/github.com/mholt/acmez \ miekg:dns:v1.1.45:miekg_dns/vendor/github.com/miekg/dns \ moul:http2curl:v1.0.0:moul_http2curl/vendor/github.com/moul/http2curl \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rs:cors:v1.8.2:rs_cors/vendor/github.com/rs/cors \ sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.20.0:uber_go_zap/vendor/go.uber.org/zap \ valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \ valyala:fasthttp:v1.31.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp \ xeipuuv:gojsonpointer:4e3ac2762d5f:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \ xeipuuv:gojsonschema:v1.2.0:xeipuuv_gojsonschema/vendor/github.com/xeipuuv/gojsonschema \ yalp:jsonpath:5cc68e5049a0:yalp_jsonpath/vendor/github.com/yalp/jsonpath \ yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \ yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs \ yudai:pp:v2.0.1:yudai_pp/vendor/github.com/yudai/pp USE_RC_SUBR= acme_dns post-patch: @${REINPLACE_CMD} -e 's|etc\/acme-dns|usr\/local\/etc\/acme-dns|' ${WRKSRC}/main.go @${REINPLACE_CMD} -e 's|etc\/tls|usr\/local\/etc\/tls|' ${WRKSRC}/config.cfg @${REINPLACE_CMD} -e 's|var\/lib|var\/db|' ${WRKSRC}/config.cfg post-install: ${MKDIR} ${STAGEDIR}/var/db/acme-dns ${MKDIR} ${STAGEDIR}/var/run/acme-dns ${MKDIR} ${STAGEDIR}${PREFIX}/etc/acme-dns ${CP} ${WRKSRC}/config.cfg ${STAGEDIR}${PREFIX}/etc/acme-dns/config.cfg.sample ${MV} ${STAGEDIR}${PREFIX}/bin/acme-dns ${STAGEDIR}${PREFIX}/libexec/acme-dns .include diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 6ff8e94934fa..f08b08d76a28 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,26 +1,26 @@ PORTNAME= amass DISTVERSIONPREFIX= v DISTVERSION= 5.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= In-depth DNS enumeration WWW= https://owasp.org/www-project-amass/ \ https://github.com/owasp-amass/amass LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails: cgo_specific.go:100:2: type [1073741824]*_Ctype_char larger than address space LIB_DEPENDS= libpostal.so:misc/libpostal USES= go:1.24+,modules pkgconfig GO_MODULE= github.com/owasp-amass/amass/v5 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} .include diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 71ecdbd256df..02e6438eb31d 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,32 +1,32 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.28.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast and lightweight DNS proxy as ad-blocker WWW= https://0xerr0r.github.io/blocky/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= blocky GO_MODULE= github.com/0xERR0R/blocky GO_TARGET= main.go:${PREFIX}/sbin/${PORTNAME} GO_BUILDFLAGS= -ldflags "-w -s \ -X github.com/0xERR0R/blocky/util.Version=${DISTVERSION} \ -X github.com/0xERR0R/blocky/util.BuildTime=`date '+%Y%m%d-%H%M%S'` \ -X github.com/0xERR0R/blocky/util.Architecture=${ARCH}" SUB_FILES= pkg-message PLIST_FILES= "@sample etc/blocky-config.yml.sample" \ sbin/blocky post-install: ${INSTALL_DATA} ${FILESDIR}/blocky-config.yml.sample ${STAGEDIR}${PREFIX}/etc/blocky-config.yml.sample .include diff --git a/dns/cli53/Makefile b/dns/cli53/Makefile index 62bf872fd798..fd42aa99cd59 100644 --- a/dns/cli53/Makefile +++ b/dns/cli53/Makefile @@ -1,19 +1,19 @@ PORTNAME= cli53 DISTVERSIONPREFIX= v DISTVERSION= 0.8.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= meta@FreeBSD.org COMMENT= Command line tool for Amazon Route 53 WWW= https://github.com/barnybug/cli53 LICENSE= MIT USES= go:modules GO_MODULE= github.com/barnybug/${PORTNAME} GO_TARGET= ./cmd/cli53 PLIST_FILES= bin/cli53 .include diff --git a/dns/coredns/Makefile b/dns/coredns/Makefile index 69af7b155202..50d0cd8229e0 100644 --- a/dns/coredns/Makefile +++ b/dns/coredns/Makefile @@ -1,28 +1,28 @@ PORTNAME= coredns DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= DNS server that chains plugins WWW= https://coredns.io \ https://github.com/coredns/coredns LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} USE_RC_SUBR= ${PORTNAME} PORTSCOUT= limit:^[0-9]*\.[0-9]*\.[0-9]*$$ # otherwise it picks up the deleted tag v011 post-install: .for n in 1 5 7 ${INSTALL_MAN} ${WRKSRC}/man/*.${n} ${STAGEDIR}${PREFIX}/share/man/man${n} .endfor .include diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index de677c79d3b0..2a403526fdc8 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,19 +1,19 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v DISTVERSION= 4.32.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org COMMENT= Synchronize your DNS to multiple providers from a simple DSL WWW= https://stackexchange.github.io/dnscontrol/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/StackExchange/dnscontrol/v4 PLIST_FILES= bin/${PORTNAME} .include diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile index c28a518e8340..db67cb3b5382 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -1,56 +1,56 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 2.1.5 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= dns security PKGNAMESUFFIX= 2 MAINTAINER= egypcio@FreeBSD.org COMMENT= Flexible DNS proxy with support for encrypted protocols WWW= https://github.com/jedisct1/dnscrypt-proxy LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=3.35:security/ca_root_nss USES= go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= DNSCrypt GO_TARGET= ./dnscrypt-proxy:${PREFIX}/sbin/dnscrypt-proxy USERS= _dnscrypt-proxy GROUPS= _dnscrypt-proxy PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" SUB_FILES= pkg-message PORTDOCS= README.* PORTEXAMPLES= example* CONFLICTS_INSTALL= dnscrypt-proxy OPTIONS_DEFINE= DOCS EXAMPLES do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/${PORTNAME} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} # After 'install' examples because of the priv drop issue with Go. # Keeping original example files. @${REINPLACE_CMD} -e \ "s#\['127.0.0.1:53', '\[::1\]:53'\]#\['127.0.0.1:5353'\]#" \ ${WRKSRC}/${PORTNAME}/example-${PORTNAME}.toml ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/example-${PORTNAME}.toml \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.toml.sample .include diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 848c30739783..601701100e03 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -1,20 +1,20 @@ PORTNAME= dnsx DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= dutra@FreeBSD.org COMMENT= DNS toolkit allow to run multiple DNS queries WWW= https://github.com/projectdiscovery/dnsx LICENSE= MIT USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/dnsx GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/dns/godns/Makefile b/dns/godns/Makefile index 155ac6480c3a..ffc3c68c9010 100644 --- a/dns/godns/Makefile +++ b/dns/godns/Makefile @@ -1,37 +1,37 @@ PORTNAME= godns DISTVERSIONPREFIX= v DISTVERSION= 3.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/TimothyYe/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= diizzy@FreeBSD.org COMMENT= Dynamic DNS client (DDNS) with optional external reporting features WWW= https://github.com/TimothyYe/godns LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= TimothyYe GO_MODULE= github.com/TimothyYe/godns GO_TARGET= ./cmd/${PORTNAME} SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${PATCH_WRKSRC}/cmd/godns/godns.go @${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \ ${PATCH_WRKSRC}/cmd/godns/godns.go ${MKDIR} ${PATCH_WRKSRC}/internal/server/out ${TOUCH} ${PATCH_WRKSRC}/internal/server/out/index.html post-install: ${INSTALL_DATA} ${FILESDIR}/godns-config.json.sample ${STAGEDIR}${PREFIX}/etc .include diff --git a/dns/mosdns/Makefile b/dns/mosdns/Makefile index 2d5da5152035..1d0df7201c2c 100644 --- a/dns/mosdns/Makefile +++ b/dns/mosdns/Makefile @@ -1,20 +1,20 @@ PORTNAME= mosdns DISTVERSIONPREFIX= v DISTVERSION= 5.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= DNS forwarder WWW= https://github.com/IrineSistiana/mosdns LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/IrineSistiana/mosdns/v5 PLIST_FILES= bin/${PORTNAME} .include diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index 97e37b9b3c3b..f1316a8b5e43 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,37 +1,37 @@ PORTNAME= nextdns PORTVERSION= 1.42.0 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= dns security MAINTAINER= rs@nextdns.io COMMENT= NextDNS DNS53 to DNS over HTTPS proxy WWW= https://github.com/nextdns/nextdns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=3.35:security/ca_root_nss USES= go:modules USE_GITHUB= yes GH_TUPLE= \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ denisbrodbeck:machineid:v1.0.1:denisbrodbeck_machineid/vendor/github.com/denisbrodbeck/machineid \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ vishvananda:netlink:v1.1.0:vishvananda_netlink/vendor/github.com/vishvananda/netlink \ vishvananda:netns:2eb08e3e575f:vishvananda_netns/vendor/github.com/vishvananda/netns GO_TARGET= .:${PREFIX}/sbin/${PORTNAME} SUB_FILES= pkg-message PLIST_FILES= sbin/${PORTNAME} \ "@sample etc/${PORTNAME}.conf.sample" post-install: @${STAGEDIR}${PREFIX}/sbin/${PORTNAME} config > ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include diff --git a/dns/prometheus-dnssec-exporter/Makefile b/dns/prometheus-dnssec-exporter/Makefile index a4f123f3ade0..9b7659c9091c 100644 --- a/dns/prometheus-dnssec-exporter/Makefile +++ b/dns/prometheus-dnssec-exporter/Makefile @@ -1,53 +1,53 @@ PORTNAME= prometheus-dnssec-exporter DISTVERSION= g20220925 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= dns MAINTAINER= philip@FreeBSD.org COMMENT= DNSSEC exporter for Prometheus WWW= https://github.com/chrj/prometheus-dnssec-exporter LICENSE= MIT USES= go USE_GITHUB= yes USE_RC_SUBR= dnssec_exporter GH_ACCOUNT= chrj GH_TAGNAME= 33d7d1a GH_TUPLE= beorn7:perks:3a771d992973:perks/vendor/github.com/beorn7/perks \ golang:protobuf:v1.2.0:protobuf/vendor/github.com/golang/protobuf \ golang:crypto:089bfa567519:net/vendor/golang.org/x/crypto \ golang:mod:86c51ed26bb4:mod/vendor/golang.org/x/mod \ golang:net:8be639271d50:net/vendor/golang.org/x/net \ golang:sys:fb04ddd9f9c8:sys/vendor/golang.org/x/sys \ golang:tools:v0.1.12:tools/vendor/golang.org/x/tools \ golang:xerrors:04be3eba64a2:xerrors/vendor/golang.org/x/xerrors \ matttproud:golang_protobuf_extensions:v1.0.1:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.50:dns/vendor/github.com/miekg/dns \ naoina:go-stringutil:v0.1.0:go_stringutil/vendor/github.com/naoina/go-stringutil \ naoina:toml:v0.1.1:toml/vendor/github.com/naoina/toml \ prometheus:client_golang:v0.8.0:client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:5c3871d89910:client_model/vendor/github.com/prometheus/client_model \ prometheus:common:c7de2306084e:common/vendor/github.com/prometheus/common \ prometheus:procfs:418d78d0b9a7:procfs/vendor/github.com/prometheus/procfs GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USERS= nobody GROUPS= nobody SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} PLIST_FILES= bin/prometheus-dnssec-exporter \ "@sample etc/prometheus-dnssec-checks.sample" post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/main.go post-install: ${INSTALL_DATA} ${WRKSRC}/config.sample \ ${STAGEDIR}${PREFIX}/etc/prometheus-dnssec-checks.sample .include diff --git a/dns/rdap/Makefile b/dns/rdap/Makefile index c3796589f560..1fc2a5e954a0 100644 --- a/dns/rdap/Makefile +++ b/dns/rdap/Makefile @@ -1,30 +1,30 @@ PORTNAME= rdap DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= dns MAINTAINER= pi@FreeBSD.org COMMENT= CLI for the Registration Data Access Protocol, RDAP WWW= https://www.openrdap.org/ LICENSE= MIT USES= go:modules USE_GITHUB= yes GH_ACCOUNT= openrdap GH_TAGNAME= e2ea151 GH_TUPLE= \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \ jarcoal:httpmock:v1.0.4:jarcoal_httpmock/vendor/github.com/jarcoal/httpmock \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir GO_TARGET= cmd/rdap/main.go:rdap PLIST_FILES= bin/rdap .include diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index 079ef715e1c4..8a37628ac08d 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,20 +1,20 @@ PORTNAME= subfinder DISTVERSIONPREFIX= v DISTVERSION= 2.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= Subdomain discovery tool that discovers valid subdomains for websites WWW= https://github.com/projectdiscovery/subfinder LICENSE= MIT USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/subfinder/v2 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile index 519cca258b9a..9bcbcd02498e 100644 --- a/dns/tldx/Makefile +++ b/dns/tldx/Makefile @@ -1,21 +1,21 @@ PORTNAME= tldx DISTVERSIONPREFIX= v DISTVERSION= 1.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com COMMENT= Domain Availability Research Tool WWW= https://github.com/brandonyoungdev/tldx LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/brandonyoungdev/tldx GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=${DISTVERSIONFULL}" PLIST_FILES= bin/tldx .include diff --git a/dns/yandex-ddns/Makefile b/dns/yandex-ddns/Makefile index 5d9930799941..1b854f45474e 100644 --- a/dns/yandex-ddns/Makefile +++ b/dns/yandex-ddns/Makefile @@ -1,27 +1,27 @@ PORTNAME= yandex-ddns DISTVERSION= g20200613 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= dns MAINTAINER= ports@FreeBSD.org COMMENT= Use Yandex DNS as a dynamic DNS provider WWW= https://github.com/thekvs/yandex-ddns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= thekvs GH_TAGNAME= 1fd0d00 PLIST_FILES= bin/yandex-ddns\ ${EXAMPLESDIR}/yandex-ddns.example.toml post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/yandex-ddns.example.toml \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/dns/zdns/Makefile b/dns/zdns/Makefile index f5e3c21d3ca7..e16cd950b252 100644 --- a/dns/zdns/Makefile +++ b/dns/zdns/Makefile @@ -1,23 +1,23 @@ PORTNAME= zdns DISTVERSIONPREFIX= v DISTVERSION= 2.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= Fast CLI DNS lookup tool WWW= https://github.com/zmap/zdns LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/zmap/zdns/v2 PLIST_FILES= bin/${PORTNAME} post-patch: @${CP} ${WRKSRC}/vendor/github.com/zmap/zcrypto/x509/root_linux.go ${WRKSRC}/vendor/github.com/zmap/zcrypto/x509/root_freebsd.go .include diff --git a/dns/zns/Makefile b/dns/zns/Makefile index 34994ce52b00..924a7834cee1 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,27 +1,27 @@ PORTNAME= zns DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com COMMENT= CLI tool for querying DNS records with readable and colored output WWW= https://github.com/znscli/zns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/znscli/zns PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= JSON OPTIONS_DEFAULT= JSON JSON_DESC= Enable JSON output processing support JSON_RUN_DEPENDS= jq:textproc/jq .include diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index a27bb1c4227a..5df05ec71fce 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -1,20 +1,20 @@ PORTNAME= gomate DISTVERSION= g20170711 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Edit files from an ssh session in TextMate/VSCode WWW= https://github.com/mattn/gomate LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= mattn GH_TAGNAME= 7008ee3057500672a7b3b28360b10d1b9288f2f7 PLIST_FILES= bin/gomate .include diff --git a/editors/micro/Makefile b/editors/micro/Makefile index ca27b14b058e..a68c69b0db18 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,52 +1,52 @@ PORTNAME= micro DISTVERSIONPREFIX= v DISTVERSION= 2.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org COMMENT= Modern and intuitive terminal-based text editor WWW= https://micro-editor.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= desktop-file-utils go:modules _BUILD_DEBUG= OFF GO_MODULE= github.com/zyedidia/${PORTNAME}/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s \ -X ${GO_MODULE}/internal/util.Version=${DISTVERSION} \ -X ${GO_MODULE}/internal/util.CommitHash=${CONFIGURE_TARGET} \ -X ${GO_MODULE}/internal/util.CompileDate=portbld \ -X ${GO_MODULE}/internal/util.Debug=${_BUILD_DEBUG}" PLIST_FILES= bin/micro \ share/applications/micro.desktop \ share/man/man1/micro.1.gz \ share/pixmaps/micro-logo-drop.svg \ share/pixmaps/micro-logo-mark.svg \ share/pixmaps/micro-logo.svg PORTDOCS= README.md OPTIONS_DEFINE= DEBUG DOCS DEBUG_DESC= Enable debug logging DEBUG_VARS= _BUILD_DEBUG=ON post-install: ${INSTALL_DATA} ${WRKSRC}/assets/packaging/micro.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/assets/packaging/micro.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/assets/*.svg \ ${STAGEDIR}${PREFIX}/share/pixmaps post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/editors/orbiton/Makefile b/editors/orbiton/Makefile index 31aff8cd5543..6b92a28b0421 100644 --- a/editors/orbiton/Makefile +++ b/editors/orbiton/Makefile @@ -1,21 +1,21 @@ PORTNAME= orbiton DISTVERSIONPREFIX= v DISTVERSION= 2.68.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org COMMENT= Small, fast and limited text editor in Go WWW= https://roboticoverlords.org/orbiton/ \ https://github.com/xyproto/orbiton LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/xyproto/orbiton/v2 PLIST_FILES= bin/${PORTNAME} .include diff --git a/emulators/magia/Makefile b/emulators/magia/Makefile index d9f696b7faad..75e70d958d54 100644 --- a/emulators/magia/Makefile +++ b/emulators/magia/Makefile @@ -1,35 +1,35 @@ PORTNAME= magia DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org COMMENT= GBA emulator written in golang WWW= https://github.com/pokemium/magia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libglfw.so:graphics/glfw USES= gl go:modules openal pkgconfig USE_GITHUB= yes GH_ACCOUNT= pokemium GH_TUPLE= anthonynsimon:bild:v0.13.0:anthonynsimon_bild/vendor/github.com/anthonynsimon/bild \ go-gl:glfw:5321531c36a2:go_gl_glfw_glfw/vendor/github.com/go-gl/glfw \ golang:exp:ec7cb31e5a56:golang_exp/vendor/golang.org/x/exp \ golang:image:e162460cd6b5:golang_image/vendor/golang.org/x/image \ golang:mobile:f462b3930c8f:golang_mobile/vendor/golang.org/x/mobile \ golang:sys:dfb3f7c4e634:golang_sys/vendor/golang.org/x/sys \ hajimehoshi:ebiten:v2.0.8:hajimehoshi_ebiten_v2/vendor/github.com/hajimehoshi/ebiten/v2 \ hajimehoshi:oto:v0.7.1:hajimehoshi_oto/vendor/github.com/hajimehoshi/oto USE_GL= glu GO_TARGET= ./cmd:${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/filesystems/versitygw/Makefile b/filesystems/versitygw/Makefile index d01139921790..544aa59d3912 100644 --- a/filesystems/versitygw/Makefile +++ b/filesystems/versitygw/Makefile @@ -1,26 +1,26 @@ PORTNAME= versitygw DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems www MAINTAINER= dch@FreeBSD.org COMMENT= High-Performance S3 Gateway and Translation Service WWW= https://github.com/versity/versitygw/wiki LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= versitygw GO_MODULE= github.com/versity/versitygw GO_TARGET= ./cmd/versitygw GO_BUILDFLAGS+= -ldflags='-X main.Version=${DISTVERSION} -X main.Build=FreeBSD' PLIST_DIRS= /var/log/versitygw PLIST_FILES= bin/versitygw post-install: ${MKDIR} ${STAGEDIR}/var/log/versitygw .include diff --git a/filesystems/webdavfs/Makefile b/filesystems/webdavfs/Makefile index 95a5a5c0063c..3c919ff0bc99 100644 --- a/filesystems/webdavfs/Makefile +++ b/filesystems/webdavfs/Makefile @@ -1,47 +1,47 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= filesystems MAINTAINER= eugen@FreeBSD.org COMMENT= FUSE filesystem for WEBDAV shares WWW= https://github.com/miquels/webdavfs LICENSE= BSD3CLAUSE BSD4CLAUSE MIT LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKDIR}/webdavfs-${GH_TAGNAME}/vendor/bazil.org/fuse/LICENSE LICENSE_FILE_BSD4CLAUSE= ${WRKDIR}/webdavfs-${GH_TAGNAME}/vendor/github.com/pborman/getopt/LICENSE LICENSE_FILE_MIT= ${WRKDIR}/webdavfs-${GH_TAGNAME}/LICENSE.md LICENSE_DISTFILES_MIT= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_BSD3CLAUSE= bazil-fuse-${FUSE_GH_TAGNAME}_GH0${EXTRACT_SUFX} LICENSE_DISTFILES_BSD4CLAUSE= pborman-getopt-${GETOPT_GH_TAGNAME}_GH0${EXTRACT_SUFX} # This needs to be Go 1.7 or newer. USES= go:modules USE_GITHUB= yes GH_ACCOUNT= miquels GH_PROJECT= webdavfs GH_TAGNAME= 117d633 # 2020-12-04 pborman/getopt GETOPT_GH_TAGNAME= ee0cd42419d3 # 2020-05-25 bazil/fuse FUSE_GH_TAGNAME= 65cc252bf669 # 2020-05-20 golang/net NET_GH_TAGNAME= 59133d7f0dd7 GH_TUPLE= bazil:fuse:${FUSE_GH_TAGNAME}:bazil_fuse/vendor/bazil.org/fuse \ golang:net:${NET_GH_TAGNAME}:golang_net/vendor/golang.org/x/net \ pborman:getopt:${GETOPT_GH_TAGNAME}:pborman_getopt/vendor/github.com/pborman/getopt GO_TARGET= :${PREFIX}/sbin/mount.webdavfs PLIST_FILES= sbin/mount.webdavfs sbin/mount_webdavfs SUB_FILES= pkg-message mount_webdavfs post-install: ${INSTALL_SCRIPT} ${WRKDIR}/mount_webdavfs ${STAGEDIR}${PREFIX}/sbin .include diff --git a/filesystems/zfs-snap-diff/Makefile b/filesystems/zfs-snap-diff/Makefile index bb23b361dea5..12db653743f5 100644 --- a/filesystems/zfs-snap-diff/Makefile +++ b/filesystems/zfs-snap-diff/Makefile @@ -1,27 +1,27 @@ PORTNAME= zfs-snap-diff PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= filesystems sysutils MAINTAINER= ports@FreeBSD.org COMMENT= View ZFS snapshot differences via a web browser WWW= https://github.com/j-keck/zfs-snap-diff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= j-keck GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ j-keck:go-diff:v1.0.0:j_keck_go_diff/vendor/github.com/j-keck/go-diff \ j-keck:plog:v0.7.0:j_keck_plog/vendor/github.com/j-keck/plog PLIST_FILES= bin/zfs-snap-diff GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONPREFIX}${PORTVERSION}" GO_TARGET= ./cmd/zfs-snap-diff .include diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index 14938249dfea..3d5ff8f37a55 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,61 +1,61 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org COMMENT= ZFS dataset replication tool WWW= https://zrepl.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules ncurses USE_RC_SUBR= zrepl USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ ${STRIP} -w\ -X ${GO_MODULE}/version.${PORTNAME}Version=${DISTVERSIONFULL}" SUB_FILES= pkg-message 500.zrepl OPTIONS_DEFINE= EXAMPLES MANPAGES OPTIONS_DEFAULT= MANPAGES MANPAGES_BUILD_DEPENDS= sphinx-multiversion:textproc/py-sphinx-multiversion-zrepl@${PY_FLAVOR} MANPAGES_USES= gmake python:build MANPAGES_PLIST_FILES= share/man/man1/zrepl.1.gz pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-build-MANPAGES-on: @${MAKE_CMD} -C ${WRKSRC}/docs SPHINXBUILD=sphinx-build-${PYTHON_VER} man post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \ ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ ${STAGEDIR}${PREFIX}/etc/syslog.d \ ${STAGEDIR}/var/run/zrepl ${INSTALL_DATA} ${FILESDIR}/newsyslog.conf ${STAGEDIR}${EXAMPLESDIR}/newsyslog.conf ${INSTALL_DATA} ${FILESDIR}/syslog.conf ${STAGEDIR}${EXAMPLESDIR}/syslog.conf ${INSTALL_DATA} ${FILESDIR}/zrepl.yml ${STAGEDIR}${ETCDIR}/zrepl.yml.sample ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/weekly ${INSTALL_SCRIPT} ${WRKDIR}/500.zrepl \ ${STAGEDIR}${PREFIX}/etc/periodic/weekly/500.zrepl post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/hooks (cd ${WRKSRC}/config/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/dist/grafana/grafana-prometheus-zrepl.json ${STAGEDIR}${EXAMPLESDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/zrepl.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/finance/fabric/Makefile b/finance/fabric/Makefile index ad369b8480df..15baefb1bf7f 100644 --- a/finance/fabric/Makefile +++ b/finance/fabric/Makefile @@ -1,147 +1,147 @@ PORTNAME= fabric DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= finance PKGNAMESUFFIX= -hyperledger MAINTAINER= yuri@FreeBSD.org COMMENT= Enterprise-grade permissioned distributed ledger framework WWW= https://wiki.hyperledger.org/display/fabric LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # compilation fails on non-64-bit systems: fabric-amcl/core/FP256BN/FP.go:111:19: cannot convert MConst (constant 30564559323915749 of type Chunk) to type int USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hyperledger # the upstream claims that it is too difficult to add the /v2 suffix to the GoLang module URL: https://github.com/hyperledger/fabric/issues/2929 GH_TUPLE= \ AdaLogics:go-fuzz-headers:ced1acdcaa24:adalogics_go_fuzz_headers/vendor/github.com/AdaLogics/go-fuzz-headers \ Azure:go-ansiterm:d185dfc1b5a1:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ IBM:idemix:72941a5f41cd:ibm_idemix/vendor/github.com/IBM/idemix \ IBM:mathlib:44ee0eb539da:ibm_mathlib/vendor/github.com/IBM/mathlib \ Knetic:govaluate:9aa49832a739:knetic_govaluate/vendor/github.com/Knetic/govaluate \ Microsoft:go-winio:v0.6.1:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.11.4:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ VictoriaMetrics:fastcache:v1.9.0:victoriametrics_fastcache/vendor/github.com/VictoriaMetrics/fastcache \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:61d1e3462e30:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bits-and-blooms:bitset:v1.13.0:bits_and_blooms_bitset/vendor/github.com/bits-and-blooms/bitset \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheggaaa:pb:v1.0.29:cheggaaa_pb/vendor/github.com/cheggaaa/pb \ cloudfoundry:clock:v1.0.0:cloudfoundry_clock/vendor/code.cloudfoundry.org/clock \ consensys:bavard:v0.1.13:consensys_bavard/vendor/github.com/consensys/bavard \ consensys:gnark-crypto:v0.13.0:consensys_gnark_crypto/vendor/github.com/consensys/gnark-crypto \ containerd:containerd:v1.6.26:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:log:v0.1.0:containerd_log/vendor/github.com/containerd/log \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.5.0:docker_go_units/vendor/github.com/docker/go-units \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ etcd-io:etcd:v3.5.14:etcd_io_etcd/vendor/go.etcd.io/etcd/client/pkg/v3 \ felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ fsouza:go-dockerclient:v1.10.0:fsouza_go_dockerclient/vendor/github.com/fsouza/go-dockerclient \ go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-logfmt:logfmt:v0.5.1:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-logr:logr:v1.4.2:go_logr_logr/vendor/github.com/go-logr/logr \ go-task:slim-sprig:v3.0.0:go_task_slim_sprig_v3/vendor/github.com/go-task/slim-sprig/v3 \ go-viper:mapstructure:v2.0.0:go_viper_mapstructure_v2/vendor/github.com/go-viper/mapstructure/v2 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:crypto:v0.26.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.20.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.28.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.4:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:v0.8.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.24.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.17.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.24.0:golang_tools/vendor/golang.org/x/tools \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:ef581f913117:google_go_genproto/vendor/google.golang.org/genproto/googleapis/rpc \ google:pprof:fa2c70bbbfe5:google_pprof/vendor/github.com/google/pprof \ gorilla:handlers:v1.5.1:gorilla_handlers/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc:grpc-go:v1.66.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hyperledger-labs:SmartBFT:852e5be5889b:hyperledger_labs_smartbft/vendor/github.com/hyperledger-labs/SmartBFT \ hyperledger:aries-bbs-go:761671ea73bc:hyperledger_aries_bbs_go/vendor/github.com/hyperledger/aries-bbs-go \ hyperledger:fabric-amcl:9e02669dceb2:hyperledger_fabric_amcl/vendor/github.com/hyperledger/fabric-amcl \ hyperledger:fabric-chaincode-go:v2.0.0:hyperledger_fabric_chaincode_go_v2/vendor/github.com/hyperledger/fabric-chaincode-go/v2 \ hyperledger:fabric-config:v0.3.0:hyperledger_fabric_config/vendor/github.com/hyperledger/fabric-config \ hyperledger:fabric-lib-go:25edd1eaf5f5:hyperledger_fabric_lib_go/vendor/github.com/hyperledger/fabric-lib-go \ hyperledger:fabric-protos-go-apiv2:v0.3.3:hyperledger_fabric_protos_go_apiv2/vendor/github.com/hyperledger/fabric-protos-go-apiv2 \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ kilic:bls12-381:v0.1.0:kilic_bls12_381/vendor/github.com/kilic/bls12-381 \ klauspost:compress:v1.17.6:klauspost_compress/vendor/github.com/klauspost/compress \ kr:pretty:v0.3.1:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:pkcs11:v1.1.1:miekg_pkcs11/vendor/github.com/miekg/pkcs11 \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mmcloughlin:addchain:v0.4.0:mmcloughlin_addchain/vendor/github.com/mmcloughlin/addchain \ moby:docker-image-spec:v1.3.1:moby_docker_image_spec/vendor/github.com/moby/docker-image-spec \ moby:moby:v26.1.5:moby_moby/vendor/github.com/docker/docker \ moby:patternmatcher:v0.6.0:moby_patternmatcher/vendor/github.com/moby/patternmatcher \ moby:sys:sequential/v0.5.0:moby_sys_sequential \ moby:sys:user/v0.1.0:moby_sys_user/vendor/github.com/moby/sys \ moby:term:3f7ff695adc6:moby_term/vendor/github.com/moby/term \ morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \ onsi:ginkgo:v2.20.2:onsi_ginkgo_v2/vendor/github.com/onsi/ginkgo/v2 \ onsi:gomega:v1.34.2:onsi_gomega/vendor/github.com/onsi/gomega \ opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.1.0-rc6:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ pelletier:go-toml:v2.2.2:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.11.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.32.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.8.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.34.2:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rogpeppe:go-internal:v1.11.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rsc:tmplfunc:v0.0.3:rsc_tmplfunc/vendor/rsc.io/tmplfunc \ sagikazarmark:locafero:v0.6.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cobra:v1.5.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.20.0-alpha.6:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.5.2:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ sykesm:zap-logfmt:v0.0.4:sykesm_zap_logfmt/vendor/github.com/sykesm/zap-logfmt \ syndtr:goleveldb:64b5b1c73954:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ tedsuo:ifrit:dd274de71113:tedsuo_ifrit/vendor/github.com/tedsuo/ifrit \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/go.uber.org/zap PROGS= configtxgen \ configtxlator \ cryptogen \ discover \ ledgerutil \ orderer \ osnadmin \ peer GO_TARGET= ${PROGS:S/^/.\/cmd\//} PLIST_FILES= ${PROGS:S/^/bin\//} post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/moby/sys/sequential @${RLN} ${WRKSRC_moby_sys_sequential}/sequential ${WRKSRC}/vendor/github.com/moby/sys/sequential @${MKDIR} ${WRKSRC}/vendor/github.com/spf13 @${RLN} ${WRKSRC_fsnotify_fsnotify} ${WRKSRC}/vendor/github.com/spf13/cast .include diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index e32a099dc984..7a92f802a3bc 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -1,17 +1,17 @@ PORTNAME= fixc PORTVERSION= 1.2 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= finance MAINTAINER= blttll@gmail.com COMMENT= Simple Financial Information eXchange (FIX) protocol console client WWW= https://github.com/blttll/fixc USES= go PLIST_FILES= bin/fixc USE_GITHUB= yes GH_ACCOUNT= blttll .include diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 5c00f8d0d989..6e5a1e1f9602 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,56 +1,56 @@ PORTNAME= homebox DISTVERSIONPREFIX= v DISTVERSION= 0.22.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Inventory and organization system built for the Home User WWW= https://homebox.software LICENSE= AGPLv3 BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sysadminsmedia USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/sysadminsmedia/${PORTNAME} GO_TARGET= ./app/api:${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'main.commit=${GITID}' \ -X 'main.buildTime=${BUILD_TIME}' \ -X 'main.version=${DISTVERSIONPREFIX}${DISTVERSION}'" SUB_LIST= USER=${USERS:[1]} WRKSRC_SUBDIR= backend USERS= ${HOMEBOX_USER} GROUPS= ${HOMEBOX_GROUP} PLIST_FILES= bin/${PORTNAME} \ "@dir(${HOMEBOX_USER},${HOMEBOX_GROUP},0700) /var/db/${PORTNAME}" # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Homebox repository to get the value of GITID. GITID= 27e9eb2277b90783f6d3a03d4895ce7dec6f0fe9 HOMEBOX_USER= ${PORTNAME} HOMEBOX_GROUP= ${HOMEBOX_USER} pre-build: @${RM} -r ${WRKSRC}/app/api/static/public @${MKDIR} ${WRKSRC}/app/api/static/public @cd ${WRKDIR}/homebox-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/app/api/static/public post-install: @${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} .include diff --git a/finance/lnd/Makefile b/finance/lnd/Makefile index efb6bd360969..9ad054cae740 100644 --- a/finance/lnd/Makefile +++ b/finance/lnd/Makefile @@ -1,23 +1,23 @@ PORTNAME= lnd DISTVERSIONPREFIX= v DISTVERSION= 0.17.3-beta -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org COMMENT= Lightning Network Daemon WWW= https://github.com/lightningnetwork/lnd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/lightningnetwork/lnd GO_TARGET= ./cmd/lnd \ ./cmd/lncli PLIST_FILES= bin/${PORTNAME} \ bin/lncli .include diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index 655f55788c45..cb6026584a9a 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -1,49 +1,49 @@ PORTNAME= ticker DISTVERSIONPREFIX= v DISTVERSION= 5.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= fuz@FreeBSD.org COMMENT= Terminal stock ticker with live updates and position tracking WWW= https://github.com/achannarasappa/ticker LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_BUILDFLAGS= -ldflags="-X github.com/achannarasappa/ticker/v4/cmd.Version=${DISTVERSIONPREFIX}${PKGVERSION}" GO_MODULE= github.com/achannarasappa/ticker/v5 PLIST_FILES= bin/ticker \ etc/bash_completion.d/ticker \ share/fish/vendor_completions.d/ticker.fish \ share/zsh/site_functions/_ticker PORTDOCS= README.md \ docs/debug-guide.md \ docs/ticker-all-options.png \ docs/ticker-currency.png \ docs/ticker.gif OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${ECHO_MSG} "====> Installing documentation" .for doc in ${PORTDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/${doc:H} ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}/${doc:H}/ .endfor post-install: @${ECHO_MSG} "====> Installing shell completion files" ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${GO_WRKDIR_BIN}/ticker completion bash \ >${STAGEDIR}${PREFIX}/etc/bash_completion.d/ticker ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${GO_WRKDIR_BIN}/ticker completion fish \ >${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ticker.fish ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site_functions ${GO_WRKDIR_BIN}/ticker completion zsh \ >${STAGEDIR}${PREFIX}/share/zsh/site_functions/_ticker .include diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index 2f2a91911f20..72a49d722958 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -1,25 +1,25 @@ PORTNAME= curlie DISTVERSIONPREFIX= v DISTVERSION= 1.6.7 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= ftp net www MAINTAINER= 0mp@FreeBSD.org COMMENT= Frontend to cURL that adds the ease of use of HTTPie WWW= https://curlie.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= curl:ftp/curl USES= go:modules USE_GITHUB= yes GH_ACCOUNT= rs GH_TUPLE= golang:crypto:159ae71589f3:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys PLIST_FILES= bin/${PORTNAME} .include diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile index 700771185c8e..86018affa277 100644 --- a/ftp/pget/Makefile +++ b/ftp/pget/Makefile @@ -1,21 +1,21 @@ PORTNAME= pget DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= ftp net www MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, resumable file download client WWW= https://github.com/Code-Hex/pget LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/Code-Hex/pget GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/ftp/wush/Makefile b/ftp/wush/Makefile index 6d009e6038f9..40a62ffa3a14 100644 --- a/ftp/wush/Makefile +++ b/ftp/wush/Makefile @@ -1,21 +1,21 @@ PORTNAME= wush DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp MAINTAINER= ashish@FreeBSD.org COMMENT= Command-line file transfer tool over wireguard WWW= https://github.com/coder/wush LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/coder/wush GO_TARGET= ./cmd/wush GO_BUILDFLAGS= -ldflags '-X main.version=${DISTVERSION}' PLIST_FILES= bin/wush .include diff --git a/games/automuteus/Makefile b/games/automuteus/Makefile index dd69060c2195..3c9cb58822d5 100644 --- a/games/automuteus/Makefile +++ b/games/automuteus/Makefile @@ -1,103 +1,103 @@ PORTNAME= automuteus DISTVERSION= 8.3.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= seafork@disroot.org COMMENT= Discord Bot to automute Among Us players at round transitions WWW= https://automute.us/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ BurntSushi:toml:v1.1.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ KyleBanks:depth:v1.2.1:kylebanks_depth/vendor/github.com/KyleBanks/depth \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bsm:redislock:v0.7.1:bsm_redislock/vendor/github.com/bsm/redislock \ bwmarrin:discordgo:v0.27.1:bwmarrin_discordgo/vendor/github.com/bwmarrin/discordgo \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgryski:go-rendezvous:9f7001d12a5f:dgryski_go_rendezvous/vendor/github.com/dgryski/go-rendezvous \ georgysavva:scany:v0.2.7:georgysavva_scany/vendor/github.com/georgysavva/scany \ gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ gin-gonic:gin:v1.8.2:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.19.6:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:spec:v0.20.4:go_openapi_spec/vendor/github.com/go-openapi/spec \ go-openapi:swag:v0.19.15:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-playground:locales:v0.14.0:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.18.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v10.11.1:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ redis:go-redis:v8.8.0:go_redis_redis_v8/vendor/github.com/go-redis/redis/v8 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ goccy:go-json:v0.9.11:goccy_go_json/vendor/github.com/goccy/go-json \ golang:crypto:630584e8d5aa:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:a684f29349b6:golang_exp/vendor/golang.org/x/exp \ golang:net:v0.4.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.0:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.3.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.5.0:golang_text/vendor/golang.org/x/text \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.2.0:golang_tools/vendor/golang.org/x/tools \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \ jackc:pgconn:v1.13.0:jackc_pgconn/vendor/github.com/jackc/pgconn \ jackc:pgio:v1.0.0:jackc_pgio/vendor/github.com/jackc/pgio \ jackc:pgpassfile:v1.0.0:jackc_pgpassfile/vendor/github.com/jackc/pgpassfile \ jackc:pgproto3:v2.3.1:jackc_pgproto3_v2/vendor/github.com/jackc/pgproto3/v2 \ jackc:pgservicefile:2b9c44734f2b:jackc_pgservicefile/vendor/github.com/jackc/pgservicefile \ jackc:pgtype:v1.12.0:jackc_pgtype/vendor/github.com/jackc/pgtype \ jackc:pgx:v4.17.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ jackc:puddle:v1.2.1:jackc_puddle/vendor/github.com/jackc/puddle \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ leodido:go-urn:v1.2.1:leodido_go_urn/vendor/github.com/leodido/go-urn \ mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-isatty:v0.0.16:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ nicksnyder:go-i18n:v2.2.1:nicksnyder_go_i18n_v2/vendor/github.com/nicksnyder/go-i18n \ open-telemetry:opentelemetry-go:v0.19.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ pashagolub:pgxmock:v1.8.0:pashagolub_pgxmock/vendor/github.com/pashagolub/pgxmock \ pelletier:go-toml:v2.0.6:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.10.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.18.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.28.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ stretchr:objx:v0.5.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.8.1:stretchr_testify/vendor/github.com/stretchr/testify \ swaggo:files:551d4a08d97a:swaggo_files/vendor/github.com/swaggo/files \ swaggo:gin-swagger:v1.5.3:swaggo_gin_swagger/vendor/github.com/swaggo/gin-swagger \ swaggo:swag:v1.8.10:swaggo_swag/vendor/github.com/swaggo/swag \ Top-gg-Community:go-sdk:e844586b1159:top_gg_go_dbl/vendor/github.com/top-gg/go-dbl \ ugorji:go:v1.2.7:ugorji_go_codec/vendor/github.com/ugorji/go USE_RC_SUBR= ${PORTNAME} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= .:${PORTNAME} SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ "@sample etc/${PORTNAME}/${PORTNAME}.conf.sample" \ "@dir /var/log/${PORTNAME}" \ /var/log/${PORTNAME}/logs.txt post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/${PORTNAME} @${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample @${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/logs.txt .include diff --git a/games/neo-cowsay/Makefile b/games/neo-cowsay/Makefile index 2ebdf0168b51..d4edfdf72dbe 100644 --- a/games/neo-cowsay/Makefile +++ b/games/neo-cowsay/Makefile @@ -1,30 +1,30 @@ PORTNAME= neo-cowsay DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org COMMENT= Neo Cowsay written in Go WWW= https://github.com/Code-Hex/Neo-cowsay LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/Code-Hex/Neo-cowsay/cmd/v2 GO_TARGET= ./cowsay:neo-cowsay ./cowthink:neo-cowthink PLIST_FILES= bin/neo-cowsay \ bin/neo-cowthink pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/games/tetrigo/Makefile b/games/tetrigo/Makefile index 2a356ec8a6df..851855471e60 100644 --- a/games/tetrigo/Makefile +++ b/games/tetrigo/Makefile @@ -1,21 +1,21 @@ PORTNAME= tetrigo DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org COMMENT= Tetris in terminal WWW= https://github.com/Broderick-Westrope/tetrigo LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/Broderick-Westrope/tetrigo GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/games/typtea/Makefile b/games/typtea/Makefile index f00edd085dac..831176c22f38 100644 --- a/games/typtea/Makefile +++ b/games/typtea/Makefile @@ -1,22 +1,22 @@ PORTNAME= typtea DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= nxjoseph@protonmail.com COMMENT= Minimal terminal-based typing speed test WWW= https://github.com/ashish0kumar/typtea LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ashish0kumar/typtea GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/ashish0kumar/typtea/cmd.version=${DISTVERSIONFULL}" PLIST_FILES= bin/typtea .include diff --git a/graphics/corrupter/Makefile b/graphics/corrupter/Makefile index 18e943655de1..682df0857fd9 100644 --- a/graphics/corrupter/Makefile +++ b/graphics/corrupter/Makefile @@ -1,19 +1,19 @@ PORTNAME= corrupter DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Simple image glitcher for screen lockers WWW= https://github.com/r00tman/corrupter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= r00tman PLIST_FILES= bin/${PORTNAME} .include diff --git a/graphics/d2/Makefile b/graphics/d2/Makefile index fc50c3dbe8bd..3d8604568f3d 100644 --- a/graphics/d2/Makefile +++ b/graphics/d2/Makefile @@ -1,19 +1,19 @@ PORTNAME= d2 DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= adamw@FreeBSD.org COMMENT= Modern text-to-diagram language WWW= https://www.d2lang.com LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/terrastruct/d2 PLIST_FILES= bin/d2 .include diff --git a/graphics/gowall/Makefile b/graphics/gowall/Makefile index abb8cb72747c..2cb5325a4b7c 100644 --- a/graphics/gowall/Makefile +++ b/graphics/gowall/Makefile @@ -1,54 +1,54 @@ PORTNAME= gowall DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= nxjoseph@protonmail.com COMMENT= Versatile tool to process images WWW= https://github.com/Achno/gowall LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:devel/libffi \ libmupdf.so:graphics/mupdf RUN_DEPENDS= xdg-open:devel/xdg-utils USES= go:modules GO_MODULE= github.com/Achno/${PORTNAME} CGO_LDFLAGS+= -lmupdf -lffi # utils/error.go:15:18: non-constant format string in call to ... TESTING_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFAULT= PNGQUANT PREVIEW UPSCALE OPTIONS_GROUP= COMPRESSION FEATURES OCR OPTIONS_GROUP_COMPRESSION= PNGQUANT OPTIONS_GROUP_FEATURES= PREVIEW UPSCALE OPTIONS_GROUP_OCR= TESSERACT PNGQUANT_DESC= Install pngquant PNG image compression method PREVIEW_DESC= Install chafa for image previewing support in terminal TESSERACT_DESC= Install Tesseract OCR Engine for extracting text from an image or pdf UPSCALE_DESC= Install upscaler for upscaling and enhancing images PNGQUANT_RUN_DEPENDS= pngquant:graphics/pngquant PREVIEW_RUN_DEPENDS= chafa:graphics/chafa TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract UPSCALE_RUN_DEPENDS= upscaler:graphics/upscaler post-patch: @${REINPLACE_CMD} -e '23s,([^()]*),("${LOCALBASE}/bin"),g' \ ${WRKSRC}/internal/image/upscale.go .include .if ${ARCH} == "i386" EXTRA_PATCHES= ${PATCHDIR}/i386/extra-patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go .endif .include diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile index 7b3115c37368..c37b53c05f09 100644 --- a/graphics/jp/Makefile +++ b/graphics/jp/Makefile @@ -1,36 +1,36 @@ PORTNAME= jp DISTVERSION= 1.1.12 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Terminal charts, plots, histograms and maps from JSON and CSV WWW= https://github.com/sgreben/jp LICENSE= MIT APACHE20 LICENSE_COMB= multi USES= go USE_GITHUB= yes GH_ACCOUNT= sgreben GH_TUPLE= golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys_v0.6.0 GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_v0.6.0 ${WRKSRC}/vendor/golang.org/x/sys post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/graphics/vhs/Makefile b/graphics/vhs/Makefile index d5a293f99beb..6644e9c0e151 100644 --- a/graphics/vhs/Makefile +++ b/graphics/vhs/Makefile @@ -1,39 +1,39 @@ PORTNAME= vhs DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= dtxdf@FreeBSD.org COMMENT= Your CLI home video recorder WWW= https://github.com/charmbracelet/vhs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash>0:shells/bash \ ffmpeg>0:multimedia/ffmpeg \ ttyd>0:sysutils/ttyd USES= go:modules GO_MODULE= github.com/charmbracelet/vhs GO_BUILDFLAGS= -ldflags "\ -X 'main.Version=${DISTVERSIONPREFIX}${DISTVERSION}' \ -X 'main.CommitSHA=${GITID}'" PLIST_FILES= bin/vhs OPTIONS_RADIO= BROWSER OPTIONS_RADIO_BROWSER= CHROMIUM UNGOOGLED_CHROMIUM BROWSER_DESC= Browser driver to web automation and scraping CHROMIUM_DESC= Install google chromium UNGOOGLED_CHROMIUM_DESC= Install ungoogled-chromium CHROMIUM_RUN_DEPENDS= chromium>0:www/chromium UNGOOGLED_CHROMIUM_RUN_DEPENDS= ungoogled-chromium>0:www/ungoogled-chromium # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the VHS repository to get the value of GITID. GITID= 710bb769af94d844ffdc3c8b737a6775813fc0a4 .include diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 81d556115904..20f794137ba9 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -1,23 +1,23 @@ PORTNAME= wallhaven-cli DISTVERSIONPREFIX= v DISTVERSION= 2.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= fuz@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= chafa:graphics/chafa \ fzf:textproc/fzf USES= go:modules GO_MODULE= github.com/r3tr0ananas/wallhaven-cli/v2 GO_TARGET= ./wallhaven PLIST_FILES= bin/wallhaven .include diff --git a/irc/soju/Makefile b/irc/soju/Makefile index fa8826540e01..a3eb3d334454 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,73 +1,73 @@ PORTNAME= soju DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org COMMENT= IRC bouncer WWW= https://soju.im LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules,no_targets sqlite:3 USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.35.0:sys OPTIONS_DEFAULT= DOCS OPTIONS_DEFINE= DOCS USERS= soju GROUPS= soju SUB_LIST= USER=${USERS} USE_RC_SUBR= ${PORTNAME} CGO_LDFLAGS+= -lsqlite3 GO_MODULE= codeberg.org/emersion/soju CONTRIBS= ./contrib/znc-import ./contrib/migrate-db \ ./contrib/migrate-logs MAKE_ENV+= ${GO_ENV} GOFLAGS="${GOFLAGS} -tags=libsqlite3,pam" \ MANDIR=share/man \ PREFIX=${PREFIX} \ RUNDIR=/var/run \ SYSCONFDIR=${ETCDIR}/.. PLIST_FILES= ${CONTRIBS:T:C/^/bin\/soju-/g} \ ${DOCSDIR_REL}/getting-started.md \ "@sample ${ETCDIR_REL}/config.sample" \ "@dir(${USERS},${GROUPS},0711) /var/db/soju" \ bin/soju \ bin/sojuctl \ bin/sojudb DOCS_BUILD_DEPENDS= scdoc:textproc/scdoc DOCS_PLIST_FILES= share/man/man1/soju.1.gz \ share/man/man1/sojuctl.1.gz pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-patch: @${REINPLACE_CMD} -r -e 's,/var/lib/soju,/var/db/soju,g' \ ${WRKSRC}/config.in @${REINPLACE_CMD} -r -e 's,[$$]\(([^)]+)\),$${\1},g' \ -e 's,(/cmd/sojuctl)$$,\1 ${CONTRIBS},' \ -e '/^config_path/s,=.*$$,= ${ETCDIR}/config,' \ -e '/^RUNDIR/s,=.*$$,= /var/run,' \ -e '/^commands/s,$$, ${CONTRIBS:T},' \ -e '/^sojudb/s,^,${CONTRIBS:T} ,' \ -e '/^\.PHONY/s,$$, ${CONTRIBS:T},' \ -e '/^sharedstatedir/s,/var/lib,/var/db,' ${WRKSRC}/Makefile post-patch-DOCS-off: @${REINPLACE_CMD} -e 's,[$$]{man_pages},,' -e '/man1$$/d' ${WRKSRC}/Makefile post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/getting-started.md ${STAGEDIR}${DOCSDIR} .for EXE in ${CONTRIBS:T} ${MV} ${STAGEDIR}${PREFIX}/bin/${EXE} ${STAGEDIR}${PREFIX}/bin/soju-${EXE} .endfor ${MV} ${STAGEDIR}${ETCDIR}/config ${STAGEDIR}${ETCDIR}/config.sample ${FIND} ${STAGEDIR}${PREFIX}/bin -type f -exec ${STRIP_CMD} {} \; .include diff --git a/lang/go/Makefile b/lang/go/Makefile index 97ea77b7a9c6..e94a7da3d01a 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,33 +1,33 @@ PORTNAME= go DISTVERSION= ${GO_DEFAULT} -PORTREVISION= 18 +PORTREVISION= 19 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= # not applicable DISTFILES= # not applicable MAINTAINER= go@FreeBSD.org COMMENT= Meta-port for the default version of the Go programming language WWW= https://golang.org LICENSE= NA LICENSE_COMB= single LICENSE_NAME= Non applicable LICENSE_TEXT= No licenses are applicable to metaports LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell RUN_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX} NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/go bin/gofmt GO_SUFFIX= ${GO_DEFAULT:S/.//:C/.*-devel/-devel/} do-install: .for f in go gofmt @${LN} -sf ${f}${GO_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${f} .endfor .include diff --git a/lang/gomacro/Makefile b/lang/gomacro/Makefile index eee1688bfeb4..eeb47b29895f 100644 --- a/lang/gomacro/Makefile +++ b/lang/gomacro/Makefile @@ -1,20 +1,20 @@ PORTNAME= gomacro DISTVERSIONPREFIX= v DISTVERSION= 2.7-601 DISTVERSIONSUFFIX= -g9aafa23 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= lang MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Go interpreter and debugger with REPL, generics and macros WWW= https://github.com/cosmos72/gomacro LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/cosmos72/gomacro@v0.0.0-20221020183653-9aafa23692e7 PLIST_FILES= bin/gomacro .include diff --git a/lang/gptscript/Makefile b/lang/gptscript/Makefile index 75f3c7ae6b57..52d668d5cead 100644 --- a/lang/gptscript/Makefile +++ b/lang/gptscript/Makefile @@ -1,27 +1,27 @@ PORTNAME= gptscript DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= nivit@FreeBSD.org COMMENT= Natural Programming Language WWW= https://gptscript.ai/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/gptscript-ai/gptscript OPTIONS_DEFINE= EXAMPLES post-patch: ${REINPLACE_CMD} -e 's/0.0.0-dev/${PORTVERSION}/1' \ ${WRKSRC}/pkg/version/version.go post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile index 1648736b8c32..13b1cc6c301e 100644 --- a/mail/aerc/Makefile +++ b/mail/aerc/Makefile @@ -1,121 +1,121 @@ PORTNAME= aerc DISTVERSION= 0.21.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MAINTAINER= iamsleepy@ryuki.me COMMENT= Email client for your terminal WWW= https://aerc-mail.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= base64:converters/base64 \ scdoc:textproc/scdoc USES= desktop-file-utils gmake go:modules ncurses:port python \ shebangfix USE_GITHUB= nodefault GH_TUPLE= ProtonMail:go-crypto:v1.3.0:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ arran4:golang-ical:v0.3.2:arran4_golang_ical/vendor/github.com/arran4/golang-ical \ cloudflare:circl:v1.6.1:cloudflare_circl/vendor/github.com/cloudflare/circl \ containerd:console:v1.0.5:containerd_console/vendor/github.com/containerd/console \ creack:pty:v1.1.24:creack_pty/vendor/github.com/creack/pty \ danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ emersion:go-imap-sortthread:v1.2.0:emersion_go_imap_sortthread/vendor/github.com/emersion/go-imap-sortthread \ emersion:go-imap:v1.2.1:emersion_go_imap/vendor/github.com/emersion/go-imap \ emersion:go-maildir:v0.6.0:emersion_go_maildir/vendor/github.com/emersion/go-maildir \ emersion:go-mbox:v1.0.4:emersion_go_mbox/vendor/github.com/emersion/go-mbox \ emersion:go-message:v0.18.2:emersion_go_message/vendor/github.com/emersion/go-message \ emersion:go-msgauth:v0.7.0:emersion_go_msgauth/vendor/github.com/emersion/go-msgauth \ emersion:go-pgpmail:v0.2.2:emersion_go_pgpmail/vendor/github.com/emersion/go-pgpmail \ emersion:go-sasl:b788ff22d5a6:emersion_go_sasl/vendor/github.com/emersion/go-sasl \ emersion:go-smtp:v0.24.0:emersion_go_smtp/vendor/github.com/emersion/go-smtp \ fsnotify:fsevents:v0.2.0:fsnotify_fsevents/vendor/github.com/fsnotify/fsevents \ fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/github.com/go-ini/ini \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:v0.41.0:golang_crypto/vendor/golang.org/x/crypto \ golang:image:v0.30.0:golang_image/vendor/golang.org/x/image \ golang:mod:v0.27.0:golang_mod/vendor/golang.org/x/mod \ golang:oauth2:v0.30.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:snappy:v1.0.0:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:v0.16.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.35.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.28.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.36.0:golang_tools/vendor/golang.org/x/tools \ kr:pretty:v0.3.0:kr_pretty/vendor/github.com/kr/pretty \ lithammer:fuzzysearch:v1.1.8:lithammer_fuzzysearch/vendor/github.com/lithammer/fuzzysearch \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-sixel:v0.0.5:mattn_go_sixel/vendor/github.com/mattn/go-sixel \ onsi:gomega:v1.20.0:onsi_gomega/vendor/github.com/onsi/gomega \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ riywo:loginshell:7d26008be1ab:riywo_loginshell/vendor/github.com/riywo/loginshell \ rogpeppe:go-internal:v1.8.1:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ soniakeys:quant:v1.0.0:soniakeys_quant/vendor/github.com/soniakeys/quant \ stretchr:testify:v1.11.1:stretchr_testify/vendor/github.com/stretchr/testify \ syndtr:goleveldb:v1.0.0:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb # Additional distfiles to fetch from https://git.sr.ht _SRHT_TUPLE= rjarry:aerc:${DISTVERSIONFULL}:"" \ rjarry:go-opt:v2.1.0:vendor/git.sr.ht/~rjarry/go-opt/v2 \ rockorager:go-jmap:v0.5.2:vendor/git.sr.ht/~rockorager/go-jmap \ rockorager:vaxis:v0.15.0:vendor/git.sr.ht/~rockorager/vaxis SHEBANG_FILES= contrib/carddav-query filters/show-ics-details.py MAKEFILE= GNUmakefile MAKE_ARGS= GO_BUILDFLAGS="${GO_BUILDFLAGS}" \ VERSION="${DISTVERSION}" MAKE_ENV= ${GO_ENV} \ CC="${CC}" \ CFLAGS="${CFLAGS}" \ GOFLAGS="${GO_BUILDFLAGS}" OPTIONS_DEFINE= HTML_FILTER NOTMUCH OPTIONS_DEFAULT= HTML_FILTER NOTMUCH OPTIONS_SUB= yes HTML_FILTER_DESC= Install HTML filter (depends on w3m and socksify) NOTMUCH_DESC= Fast indexing and searching support via notmuch HTML_FILTER_RUN_DEPENDS= socksify:net/dante \ w3m:www/w3m NOTMUCH_LIB_DEPENDS= libnotmuch.so:mail/notmuch NOTMUCH_VARS= GO_BUILDFLAGS+="-tags=notmuch" .include .for account project tag subdir in ${_SRHT_TUPLE:S/:/ /g} MASTER_SITES+= https://git.sr.ht/~${account}/${project}/archive/${tag}${EXTRACT_SUFX}?dummy=/:${account}_${project:S/-/_/g} DISTFILES+= ${account}-${project}-${tag}_SRHT0${EXTRACT_SUFX}:${account}_${project:S/-/_/g} .endfor post-extract: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor .for account project tag subdir in ${_SRHT_TUPLE:S/:/ /g:[5..-1]} @${MKDIR} ${WRKSRC}/${subdir:H} @${MV} ${WRKDIR}/${project}-${tag} ${WRKSRC}/${subdir} .endfor do-build: (cd ${WRKSRC} && ${DO_MAKE_BUILD} ${ALL_TARGET}) do-install: ${REINPLACE_CMD} 's,PREFIX ?=.*,PREFIX= ${STAGEDIR}${PREFIX},' \ ${WRKSRC}/${MAKEFILE} (cd ${WRKSRC} && ${DO_MAKE_BUILD} ${INSTALL_TARGET}) post-install: ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/libexec/aerc/filters/wrap ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/libexec/aerc/filters/colorize .include diff --git a/mail/hydroxide/Makefile b/mail/hydroxide/Makefile index 57aa4b847830..24c345742adf 100644 --- a/mail/hydroxide/Makefile +++ b/mail/hydroxide/Makefile @@ -1,45 +1,45 @@ PORTNAME= hydroxide DISTVERSIONPREFIX= v DISTVERSION= 0.2.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= nxjoseph@protonmail.com COMMENT= Free ProtonMail bridge for using with any email client you prefer WWW= https://github.com/emersion/hydroxide LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= emersion GH_TUPLE= ProtonMail:go-crypto:v1.3.0:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ cloudflare:circl:v1.6.1:cloudflare_circl/vendor/github.com/cloudflare/circl \ emersion:go-bcrypt:6e724a1baa63:emersion_go_bcrypt/vendor/github.com/emersion/go-bcrypt \ emersion:go-imap:v1.2.1:emersion_go_imap/vendor/github.com/emersion/go-imap \ emersion:go-mbox:v1.0.4:emersion_go_mbox/vendor/github.com/emersion/go-mbox \ emersion:go-message:v0.18.2:emersion_go_message/vendor/github.com/emersion/go-message \ emersion:go-sasl:b788ff22d5a6:emersion_go_sasl/vendor/github.com/emersion/go-sasl \ emersion:go-smtp:v0.23.0:emersion_go_smtp/vendor/github.com/emersion/go-smtp \ emersion:go-vcard:c9703dde27ff:emersion_go_vcard/vendor/github.com/emersion/go-vcard \ emersion:go-webdav:v0.6.0:emersion_go_webdav/vendor/github.com/emersion/go-webdav \ etcd-io:bbolt:v1.4.2:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ golang:crypto:v0.40.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.34.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.33.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.27.0:golang_text/vendor/golang.org/x/text USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-s -w" SUB_LIST= USER=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} post-extract: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor .include diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index 57f4eb7710f3..5ee5ad0fe008 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -1,45 +1,45 @@ PORTNAME= mailhog DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= mail devel MAINTAINER= mops@punkt.de COMMENT= MailHog development mail server WWW= https://github.com/mailhog/MailHog LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go USE_RC_SUBR= mailhog USE_GITHUB= yes GH_PROJECT= MailHog GH_SUBDIR= src/github.com/mailhog/MailHog GH_TUPLE= gorilla:pat:64353c3:pat/vendor/github.com/gorilla/pat \ gorilla:context:8559d4a:context/vendor/github.com/gorilla/context \ gorilla:mux:91708ff:mux/vendor/github.com/gorilla/mux \ gorilla:websocket:78cf1bc:websocket/vendor/github.com/gorilla/websocket \ ian-kent:go-log:5731446:go_log/vendor/github.com/ian-kent/go-log \ ian-kent:goose:c3541ea:goose/vendor/github.com/ian-kent/goose \ ian-kent:envconf:c198099:envconf/vendor/github.com/ian-kent/envconf \ ian-kent:linkio:97566b8:linkio/vendor/github.com/ian-kent/linkio \ mailhog:data:v${DISTVERSION}:data/vendor/github.com/mailhog/data \ mailhog:http:v${DISTVERSION}:http/vendor/github.com/mailhog/http \ mailhog:mhsendmail:9e70164:mhsendmail/vendor/github.com/mailhog/mhsendmail \ mailhog:smtp:v${DISTVERSION}:smtp/vendor/github.com/mailhog/smtp \ mailhog:storage:v${DISTVERSION}:storage/vendor/github.com/mailhog/storage \ mailhog:MailHog-Server:v${DISTVERSION}:mailhog_server/vendor/github.com/mailhog/MailHog-Server \ mailhog:MailHog-UI:v${DISTVERSION}:mailhog_ui/vendor/github.com/mailhog/MailHog-UI \ t-k:fluent-logger-golang:0f8ec08:fluent_logger_golang/vendor/github.com/t-k/fluent-logger-golang \ tinylib:msgp:e818a18:msgp/vendor/github.com/tinylib/msgp \ philhofer:fwd:8be6da3:fwd/vendor/github.com/philhofer/fwd \ golang:crypto:eb4f295:crypto/vendor/golang.org/x/crypto \ go-mgo:mgo:a6b53ec:mgo/vendor/gopkg.in/mgo.v2 GO_TARGET= :mailhog PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message .include diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index 60890f1e8d55..187babfdf1f9 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,43 +1,43 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v DISTVERSION= 1.29.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache MAINTAINER= madpilot@FreeBSD.org COMMENT= Mailpit development mail server WWW= https://github.com/axllent/mailpit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= dependency modernc.org/sqlite only supported on these BUILD_DEPENDS= npm>0:www/npm USES= go:modules tar:zstd USE_RC_SUBR= mailpit GO_MODULE= github.com/axllent/mailpit GO_BUILDFLAGS= -ldflags="-s -w -X \"github.com/axllent/mailpit/config.Version=${DISTVERSIONPREFIX}${DISTVERSION}\"" MAKE_ENV= npm_config_offline=true SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} pre-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} npm ci --legacy-peer-deps cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} npm run build # (for maintainer) helper target to generate node_modules tarball make-npm-cache: patch @cd ${WRKDIR} && ${RM} -r .npm @cd ${WRKSRC} && ${SETENV} HOME=${WRKDIR} npm ci --legacy-peer-deps @cd ${WRKDIR} \ && ${TAR} -c --zstd -f ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} .npm \ && ${ECHO} "Please upload the file ${WRKDIR}/${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}" .include diff --git a/mail/mailslurper/Makefile b/mail/mailslurper/Makefile index 8f242602918d..3ed84b76ef86 100644 --- a/mail/mailslurper/Makefile +++ b/mail/mailslurper/Makefile @@ -1,52 +1,52 @@ PORTNAME= mailslurper DISTVERSIONPREFIX= release- DISTVERSION= 1.15.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MAINTAINER= einar@isnic.is COMMENT= Local, web-based mail server application. Slurp mails into oblivion! WWW= https://github.com/mailslurper/mailslurper LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ adampresley:webframework:0c93acb6716f:adampresley_webframework/vendor/github.com/adampresley/webframework \ denisenkom:go-mssqldb:bbfc9a55622e:denisenkom_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ golang-sql:civil:cb61b32ac6fe:golang_sql_civil/vendor/github.com/golang-sql/civil \ golang:crypto:2aa609cf4a9d:golang_crypto/vendor/golang.org/x/crypto \ golang:net:0de0cce0169b:golang_net/vendor/golang.org/x/net \ golang:sys:04cbcbbfeed8:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ gorilla:sessions:v1.2.0:gorilla_sessions/vendor/github.com/gorilla/sessions \ jinzhu:copier:b57f9002281a:jinzhu_copier/vendor/github.com/jinzhu/copier \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ labstack:echo-contrib:v0.8.0:labstack_echo_contrib/vendor/github.com/labstack/echo-contrib \ labstack:echo:v4.1.14:labstack_echo_v4/vendor/github.com/labstack/echo/v4 \ labstack:gommon:v0.3.0:labstack_gommon/vendor/github.com/labstack/gommon \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.11:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ microcosm-cc:bluemonday:v1.0.2:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ nu7hatch:gouuid:179d4d0c4d8d:nu7hatch_gouuid/vendor/github.com/nu7hatch/gouuid \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ skratchdot:open-golang:eef842397966:skratchdot_open_golang/vendor/github.com/skratchdot/open-golang \ valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \ valyala:fasttemplate:v1.1.0:valyala_fasttemplate/vendor/github.com/valyala/fasttemplate GO_TARGET= ./cmd/${GH_PROJECT} PLIST_FILES= bin/mailslurper .include diff --git a/mail/mox/Makefile b/mail/mox/Makefile index bfe5f1dd1f36..d763fde05fd6 100644 --- a/mail/mox/Makefile +++ b/mail/mox/Makefile @@ -1,24 +1,24 @@ PORTNAME= mox DISTVERSIONPREFIX= v DISTVERSION= 0.0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -mail-server MAINTAINER= yuri@FreeBSD.org COMMENT= Modern, secure, all-in-one email server WWW= https://www.xmox.nl \ https://github.com/mjl-/mox LICENSE= MIT MPL20 LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.MPLv2.0 USES= go:modules GO_MODULE= github.com/mjl-/mox PLIST_FILES= bin/${PORTNAME} .include diff --git a/mail/opensmtpd-filter-rspamd/Makefile b/mail/opensmtpd-filter-rspamd/Makefile index c9f0ba208830..5e5953de1bb2 100644 --- a/mail/opensmtpd-filter-rspamd/Makefile +++ b/mail/opensmtpd-filter-rspamd/Makefile @@ -1,27 +1,27 @@ PORTNAME= opensmtpd-filter-rspamd PORTVERSION= 0.1.8 DISTVERSIONPREFIX= v -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org COMMENT= OpenSMTPD filter integration for the Rspamd daemon WWW= https://github.com/poolpOrg/filter-rspamd LICENSE= ISCL RUN_DEPENDS= opensmtpd>=6.6.0:mail/opensmtpd USES= go USE_GITHUB= yes GH_ACCOUNT= poolpOrg GH_PROJECT= filter-rspamd PLIST_FILES= libexec/opensmtpd/opensmtpd-filter-rspamd do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/opensmtpd/ ${INSTALL_PROGRAM} ${WRKDIR}/bin/opensmtpd-filter-rspamd ${STAGEDIR}${PREFIX}/libexec/opensmtpd/ .include diff --git a/mail/opensmtpd-filter-senderscore/Makefile b/mail/opensmtpd-filter-senderscore/Makefile index 7b71963f9818..060687871466 100644 --- a/mail/opensmtpd-filter-senderscore/Makefile +++ b/mail/opensmtpd-filter-senderscore/Makefile @@ -1,26 +1,26 @@ PORTNAME= opensmtpd-filter-senderscore PORTVERSION= 0.1.2 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org COMMENT= OpenSMTPD filter integration for the senderscore reputation WWW= https://github.com/poolpOrg/filter-senderscore LICENSE= ISCL RUN_DEPENDS= opensmtpd>=6.6.0:mail/opensmtpd USES= go USE_GITHUB= yes GH_ACCOUNT= poolpOrg GH_PROJECT= filter-senderscore PLIST_FILES= libexec/opensmtpd/opensmtpd-filter-senderscore do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/opensmtpd/ ${INSTALL_PROGRAM} ${WRKDIR}/bin/opensmtpd-filter-senderscore ${STAGEDIR}${PREFIX}/libexec/opensmtpd/ .include diff --git a/mail/smtprelay/Makefile b/mail/smtprelay/Makefile index b84b90929736..d770bd774cac 100644 --- a/mail/smtprelay/Makefile +++ b/mail/smtprelay/Makefile @@ -1,26 +1,26 @@ PORTNAME= smtprelay DISTVERSIONPREFIX=v DISTVERSION= 1.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= decke@FreeBSD.org COMMENT= Simple Go SMTP relay/proxy server WWW= https://github.com/decke/smtprelay LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/decke/smtprelay USE_RC_SUBR= smtprelay PLIST_FILES= bin/${PORTNAME} \ "@sample ${ETCDIR}/smtprelay.ini.sample" post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/smtprelay.ini ${STAGEDIR}${ETCDIR}/smtprelay.ini.sample .include diff --git a/math/hexowl/Makefile b/math/hexowl/Makefile index cdffbfe6bbcc..3ae401a464b0 100644 --- a/math/hexowl/Makefile +++ b/math/hexowl/Makefile @@ -1,20 +1,20 @@ PORTNAME= hexowl DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= olgeni@FreeBSD.org COMMENT= Lightweight programmer's calculator with variables and functions WWW= https://github.com/dece2183/hexowl LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/dece2183/hexowl PLIST_FILES= bin/hexowl .include diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index b559db80a092..f34b64067105 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,49 +1,49 @@ PORTNAME= cheat DISTVERSION= 4.4.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Create and view interactive cheatsheets on the command-line WWW= https://github.com/cheat/cheat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_TUPLE= \ Microsoft:go-winio:v0.6.1:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ ProtonMail:go-crypto:afb1ddc0824c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ alecthomas:chroma:v2.12.0:alecthomas_chroma_v2/vendor/github.com/alecthomas/chroma/v2 \ cloudflare:circl:v1.3.6:cloudflare_circl/vendor/github.com/cloudflare/circl \ cyphar:filepath-securejoin:v0.2.4:cyphar_filepath_securejoin/vendor/github.com/cyphar/filepath-securejoin \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.10.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ docopt:docopt.go:ee0de3bc6815:docopt_docopt_go/vendor/github.com/docopt/docopt-go \ emirpasic:gods:v1.18.1:emirpasic_gods/vendor/github.com/emirpasic/gods \ go-git:gcfg:3a3c6141e376:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.5.0:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.11.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:v0.16.0:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mod:v0.14.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.19.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.15.0:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.16.1:golang_tools/vendor/golang.org/x/tools \ imdario:mergo:v1.0.0:imdario_mergo/vendor/dario.cat/mergo \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ kevinburke:ssh_config:v1.2.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ pjbgf:sha1cd:v0.3.0:pjbgf_sha1cd/vendor/github.com/pjbgf/sha1cd \ sergi:go-diff:v1.3.1:sergi_go_diff/vendor/github.com/sergi/go-diff \ skeema:knownhosts:v1.2.1:skeema_knownhosts/vendor/github.com/skeema/knownhosts \ xanzy:ssh-agent:v0.3.3:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile index 9d9fe9023035..c5d813b82c4f 100644 --- a/misc/chrono/Makefile +++ b/misc/chrono/Makefile @@ -1,53 +1,53 @@ PORTNAME= chrono DISTVERSIONPREFIX= v DISTVERSION= 1.1.0-4 DISTVERSIONSUFFIX= -g70cda7f -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= misc PKGNAMESUFFIX= -time-tracking MAINTAINER= yuri@FreeBSD.org COMMENT= Fast time tracking tool made with love WWW= https://github.com/gochrono/chrono LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gochrono GH_TUPLE= \ SaidinWoT:timespan:a3d8e4741124:saidinwot_timespan/vendor/github.com/SaidinWoT/timespan \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-resty:resty:v1.9.1:go_resty_resty/vendor/gopkg.in/resty.v1 \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gofrs:uuid:v3.1.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ golang:appengine:v1.2.0:golang_appengine/vendor/google.golang.org/appengine \ golang:net:f5e5bdd77824:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ gookit:color:v1.1.6:gookit_color/vendor/github.com/gookit/color \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jinzhu:now:v1.1.1:jinzhu_now/vendor/github.com/jinzhu/now \ kirsle:configdir:e45d2f54772f:kirsle_configdir/vendor/github.com/kirsle/configdir \ magefile:mage:v1.6.2:magefile_mage/vendor/github.com/magefile/mage \ magiconair:properties:v1.8.0:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v0.0.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.3.1:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.2.2:stretchr_testify/vendor/github.com/stretchr/testify \ vmihailenco:msgpack:v4.0.0:vmihailenco_msgpack/vendor/github.com/vmihailenco/msgpack PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index e1f1192a0944..15a7befd43a4 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -1,214 +1,214 @@ PORTNAME= concourse DISTVERSIONPREFIX= v DISTVERSION= 6.7.2 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Automation system written in Go WWW= https://concourse-ci.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cpe go:modules USE_GITHUB= yes CONFLICTS_INSTALL= concourse-fly fly # bin/fly CPE_VENDOR= pivotal_software GH_TUPLE= \ Azure:go-autorest:5bd9621f41a0:azure_go_autorest_date/vendor/github.com/Azure/go-autorest \ Azure:go-autorest:autorest/v0.10.1:azure_go_autorest_autorest \ Azure:go-autorest:e727cfcfc902:azure_go_autorest_adal \ Azure:go-autorest:logger/v0.1.0:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.5.0:azure_go_autorest_tracing \ DataDog:datadog-go:v3.2.0:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ Masterminds:squirrel:v1.1.0:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \ Microsoft:go-winio:fc70bd9a86b5:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.7:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ VividCortex:ewma:v1.1.1:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ apache:thrift:v0.13.0:apache_thrift/vendor/github.com/apache/thrift \ aryann:difflib:e206f873d14a:aryann_difflib/vendor/github.com/aryann/difflib \ aws:aws-sdk-go:v1.25.18:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beevik:etree:4cd0dd976db8:beevik_etree/vendor/github.com/beevik/etree \ beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:go-netrc:9fd32a8b3d3d:bgentry_go_netrc/vendor/github.com/bgentry/go-netrc \ bmizerany:pat:6226ea591a40:bmizerany_pat/vendor/github.com/bmizerany/pat \ caarlos0:env:v3.5.0:caarlos0_env/vendor/github.com/caarlos0/env \ cenkalti:backoff:v2.1.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ charlievieth:fs:7dc373669fa1:charlievieth_fs/vendor/github.com/charlievieth/fs \ cloudfoundry-incubator:credhub-cli:e3951663d25c:cloudfoundry_incubator_credhub_cli/vendor/code.cloudfoundry.org/credhub-cli \ cloudfoundry:clock:02e53af36e6c:cloudfoundry_clock/vendor/code.cloudfoundry.org/clock \ cloudfoundry:garden:62470dc86365:cloudfoundry_garden/vendor/code.cloudfoundry.org/garden \ cloudfoundry:go-socks5:54f73bdb8a8e:cloudfoundry_go_socks5/vendor/github.com/cloudfoundry/go-socks5 \ cloudfoundry:lager:v2.0.0:cloudfoundry_lager/vendor/code.cloudfoundry.org/lager \ cloudfoundry:localip:b88ad0dea95c:cloudfoundry_localip/vendor/code.cloudfoundry.org/localip \ cloudfoundry:socks5-proxy:3659db090cb2:cloudfoundry_socks5_proxy/vendor/github.com/cloudfoundry/socks5-proxy \ cloudfoundry:urljoiner:5cabba6c0a50:cloudfoundry_urljoiner/vendor/code.cloudfoundry.org/urljoiner \ concourse:baggageclaim:v1.8.0:concourse_baggageclaim/vendor/github.com/concourse/baggageclaim \ concourse:dex:821b48abfd88:concourse_dex/vendor/github.com/concourse/dex \ concourse:flag:v1.1.0:concourse_flag/vendor/github.com/concourse/flag \ concourse:go-archive:v1.0.1:concourse_go_archive/vendor/github.com/concourse/go-archive \ concourse:retryhttp:v1.0.2:concourse_retryhttp/vendor/github.com/concourse/retryhttp \ containerd:cgroups:06e718085901:containerd_cgroups/vendor/github.com/containerd/cgroups \ containerd:containerd:v1.3.2:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:continuity:1097c8bae83b:containerd_continuity/vendor/github.com/containerd/continuity \ containerd:fifo:ff969a566b00:containerd_fifo/vendor/github.com/containerd/fifo \ containerd:go-cni:c154a49e2c75:containerd_go_cni/vendor/github.com/containerd/go-cni \ containerd:ttrpc:4f1b8fe65a5c:containerd_ttrpc/vendor/github.com/containerd/ttrpc \ containerd:typeurl:5eb25027c9fd:containerd_typeurl/vendor/github.com/containerd/typeurl \ containernetworking:cni:v0.7.1:containernetworking_cni/vendor/github.com/containernetworking/cni \ coreos:go-iptables:v0.4.5:coreos_go_iptables/vendor/github.com/coreos/go-iptables \ coreos:go-oidc:v2.0.0:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ cppforlife:go-semi-semantic:576b6af77ae4:cppforlife_go_semi_semantic/vendor/github.com/cppforlife/go-semi-semantic \ creack:pty:v1.1.9:creack_pty/vendor/github.com/creack/pty \ cyberark:conjur-api-go:v0.6.0:cyberark_conjur_api_go/vendor/github.com/cyberark/conjur-api-go \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ docker:distribution:0d3efadf0154:docker_distribution/vendor/github.com/docker/distribution \ docker:go-events:e31b211e4f1c:docker_go_events/vendor/github.com/docker/go-events \ evanphx:json-patch:v4.5.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ felixge:httpsnoop:v1.0.0:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/gopkg.in/fsnotify.v1 \ go-asn1-ber:asn1-ber:f715ec2f112d:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ldap:ldap:v2.5.1:go_ldap_ldap/vendor/gopkg.in/ldap.v2 \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobuffalo:packr:v1.13.7:gobuffalo_packr/vendor/github.com/gobuffalo/packr \ gogo:googleapis:v1.3.1:gogo_googleapis/vendor/github.com/gogo/googleapis \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.1:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:bac4c82f6975:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:611e8accdfc9:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mod:c90efee705ee:golang_mod/vendor/golang.org/x/mod \ golang:net:7e3656a0809f:golang_net/vendor/golang.org/x/net \ golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ golang:sys:6aff5f38e54f:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:9d24e82272b4:golang_time/vendor/golang.org/x/time \ golang:tools:066e0c02454c:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.4.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:3caeed10a8bf:google_go_genproto/vendor/google.golang.org/genproto \ google:gofuzz:v1.0.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:jsonapi:5d047c6bc66b:google_jsonapi/vendor/github.com/google/jsonapi \ googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:gnostic:v0.3.1:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-api-go-client:v0.11.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.47.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gophercloud:gophercloud:v0.10.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ gorilla:handlers:3a5767ca75ec:gorilla_handlers/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.6.2:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ grpc:grpc-go:v1.26.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-hclog:v0.9.2:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.6.2:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:vault:390e96e22eb2:hashicorp_vault_sdk/vendor/github.com/hashicorp/vault \ hashicorp:vault:bdd38fca2cff:hashicorp_vault_api \ hpcloud:tail:v1.0.0:hpcloud_tail/vendor/github.com/hpcloud/tail \ imdario:mergo:v0.3.6:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:go-update:8152e7eb6ccf:inconshreveable_go_update/vendor/github.com/inconshreveable/go-update \ influxdata:influxdb1-client:f8cdb5d5f175:influxdata_influxdb1_client/vendor/github.com/influxdata/influxdb1-client \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jonboulle:clockwork:v0.1.0:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \ json-iterator:go:v1.1.7:json_iterator_go/vendor/github.com/json-iterator/go \ klauspost:compress:v1.9.7:klauspost_compress/vendor/github.com/klauspost/compress \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kr:pty:v1.1.8:kr_pty/vendor/github.com/kr/pty \ krishicks:yaml-patch:v0.0.10:krishicks_yaml_patch/vendor/github.com/krishicks/yaml-patch \ kubernetes-sigs:yaml:v1.1.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:40a48860b5ab:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:d7deff9243b1:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v11.0.0:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v0.3.0:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:kube-openapi:30be4d16710a:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:utils:3a4a5477acf8:kubernetes_utils/vendor/k8s.io/utils \ lann:builder:47ae307949d0:lann_builder/vendor/github.com/lann/builder \ lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \ lib:pq:v1.3.0:lib_pq/vendor/github.com/lib/pq \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-sqlite3:v1.10.0:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ maxbrunsfeld:counterfeiter:v6.2.3:maxbrunsfeld_counterfeiter_v6/vendor/github.com/maxbrunsfeld/counterfeiter/v6 \ mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ miekg:dns:v1.1.6:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ nu7hatch:gouuid:179d4d0c4d8d:nu7hatch_gouuid/vendor/github.com/nu7hatch/gouuid \ onsi:ginkgo:v1.12.0:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ onsi:gomega:v1.10.0:onsi_gomega/vendor/github.com/onsi/gomega \ open-telemetry:opentelemetry-go:v0.2.1:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:v0.1.1:opencontainers_runc/vendor/github.com/opencontainers/runc \ opencontainers:runtime-spec:v1.0.1:opencontainers_runtime_spec/vendor/github.com/opencontainers/runtime-spec \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ peterhellberg:link:v1.0.0:peterhellberg_link/vendor/github.com/peterhellberg/link \ pierrec:lz4:v2.0.5:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:term:aa71e9d9e942:pkg_term/vendor/github.com/pkg/term \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ pquerna:cachecontrol:1555304b9b35:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ prometheus:client_golang:v0.9.3:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.4.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.5:prometheus_procfs/vendor/github.com/prometheus/procfs \ racksec:srslog:a4725f04ec91:racksec_srslog/vendor/github.com/racksec/srslog \ russellhaering:goxmldsig:eaac44c63fe0:russellhaering_goxmldsig/vendor/github.com/russellhaering/goxmldsig \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ skratchdot:open-golang:75fb7ed4208c:skratchdot_open_golang/vendor/github.com/skratchdot/open-golang \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ square:certstrap:v1.1.1:square_certstrap/vendor/github.com/square/certstrap \ square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ syndtr:gocapability:d98352740cb2:syndtr_gocapability/vendor/github.com/syndtr/gocapability \ tedsuo:ifrit:bea94bb476cc:tedsuo_ifrit/vendor/github.com/tedsuo/ifrit \ tedsuo:rata:07d200713958:tedsuo_rata/vendor/github.com/tedsuo/rata \ vbauerster:mpb:3a6acfe12ac6:vbauerster_mpb_v4/vendor/github.com/vbauerster/mpb/v4 \ vito:go-flags:c7161c3bd74d:vito_go_flags/vendor/github.com/jessevdk/go-flags \ vito:go-interact:fa338ed9e9ec:vito_go_interact/vendor/github.com/vito/go-interact \ vito:go-sse:fd69d275caac:vito_go_sse/vendor/github.com/vito/go-sse \ vito:houdini:v1.1.1:vito_houdini/vendor/github.com/vito/houdini \ vito:twentythousandtonnesofcrudeoil:3b21ad808fcb:vito_twentythousandtonnesofcrudeoil/vendor/github.com/vito/twentythousandtonnesofcrudeoil GO_TARGET= ./cmd/concourse \ ./fly post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/api @${RLN} ${WRKSRC_hashicorp_vault_api}/api ${WRKSRC}/vendor/github.com/hashicorp/vault/api PLIST_FILES= bin/concourse \ bin/fly .include diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index 50b0545a4211..c77a24449926 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -1,36 +1,36 @@ PORTNAME= cryptoballot DISTVERSION= g20181015 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Cryptographically secure online voting WWW= https://cryptoballot.com LICENSE= AGPLv3 USES= go USE_GITHUB= yes GH_TAGNAME= 3753e1b GH_TUPLE= ${PORTNAME}:entropychecker:188ae6c:entropychecker/vendor/github.com/${PORTNAME}/entropychecker \ ${PORTNAME}:fdh:5eb31ce:fdh/vendor/github.com/${PORTNAME}/fdh \ ${PORTNAME}:rsablind:14f9913:rsablind/vendor/github.com/${PORTNAME}/rsablind \ urfave:cli:v1.20.0:cli/vendor/github.com/urfave/cli \ phayes:decryptpem:7e4f5bc:decryptpem/vendor/github.com/phayes/decryptpem \ phayes:errors:ad407e6:errors/vendor/github.com/phayes/errors \ dlintw:goconf:dcc0709:goconf/vendor/github.com/dlintw/goconf \ Sam-Izdat:govote:7d55c89:govote/vendor/github.com/Sam-Izdat/govote \ lib:pq:88edab0:pq/vendor/github.com/lib/pq \ golang:crypto:650f4a3:crypto/vendor/golang.org/x/crypto \ golang:sys:v0.6.0:sys/vendor/golang.org/x/sys GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} GO_TARGET= ./servers/ballotbox ./servers/electionclerk \ ./utils/cryptoballot \ ./utils/cryptoballot-getid ./utils/cryptoballot-public-key \ ./utils/cryptoballot-sign ./utils/cryptoballot-signature-request PLIST_FILES= ${GO_TARGET:C/.*\//bin\//} .include diff --git a/misc/dive/Makefile b/misc/dive/Makefile index 90449d007a37..c8458b18f1f6 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -1,20 +1,20 @@ PORTNAME= dive DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for exploring each layer in a docker image WWW= https://github.com/wagoodman/dive LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/wagoodman/dive PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index f1f4ecc49cf3..0d85f7003c61 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,49 +1,49 @@ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.5.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= bofh@FreeBSD.org COMMENT= CLI client for exercism.io WWW= https://exercism.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= exercism GH_PROJECT= cli GH_TUPLE= exercism:cli:v${DISTVERSION}:DEFAULT \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.6.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:net:v0.23.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.18.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:go-update:8152e7eb6ccf:inconshreveable_go_update/vendor/github.com/inconshreveable/go-update \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v2.0.6:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ spf13:afero:v1.9.3:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.7.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.15.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.8.4:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.4.2:subosito_gotenv/vendor/github.com/subosito/gotenv GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./exercism PLIST_FILES= bin/exercism .include diff --git a/misc/fabric/Makefile b/misc/fabric/Makefile index 1fc2b44a2e17..fcea1ad17f2e 100644 --- a/misc/fabric/Makefile +++ b/misc/fabric/Makefile @@ -1,21 +1,21 @@ PORTNAME= fabric DISTVERSIONPREFIX= v DISTVERSION= 1.4.164 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc # machine-learning PKGNAMESUFFIX= -ai MAINTAINER= yuri@FreeBSD.org COMMENT= Framework for augmenting humans using AI WWW= https://github.com/danielmiessler/fabric LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/danielmiessler/fabric PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/fq/Makefile b/misc/fq/Makefile index 81e0420c4f15..94ba39e19977 100644 --- a/misc/fq/Makefile +++ b/misc/fq/Makefile @@ -1,43 +1,43 @@ PORTNAME= fq PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org COMMENT= Tool, language, and decoders for inspecting binary data WWW= https://github.com/wader/fq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= wader GH_TUPLE= \ BurntSushi:toml:v1.5.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ creasty:defaults:v1.8.0:creasty_defaults/vendor/github.com/creasty/defaults \ ergochat:readline:v0.1.3:ergochat_readline/vendor/github.com/ergochat/readline \ go-check:check:8fa46927fb4f:go_check_check/vendor/gopkg.in/check.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:v0.45.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.47.0:golang_net/vendor/golang.org/x/net \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.38.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.37.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.31.0:golang_text/vendor/golang.org/x/text \ gomarkdown:markdown:7a1f277a159e:gomarkdown_markdown/vendor/github.com/gomarkdown/markdown \ gopacket:gopacket:v1.5.0:gopacket_gopacket/vendor/github.com/gopacket/gopacket \ itchyny:timefmt-go:v0.1.6:itchyny_timefmt_go/vendor/github.com/itchyny/timefmt-go \ mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ niemeyer:pretty:a10e7caefd8e:niemeyer_pretty/vendor/github.com/niemeyer/pretty \ wader:gojq:72ad386dd708:wader_gojq/vendor/github.com/wader/gojq PLIST_FILES= bin/${PORTNAME} post-extract: @${LN} -sf ${FILESDIR}/modules.txt ${WRKSRC}/vendor .include diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile index 65857594ea0c..1bf3291bcd70 100644 --- a/misc/gobuster/Makefile +++ b/misc/gobuster/Makefile @@ -1,21 +1,21 @@ PORTNAME= gobuster DISTVERSIONPREFIX= v DISTVERSION= 3.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc dns www MAINTAINER= yuri@FreeBSD.org COMMENT= Directory/file & DNS busting tool written in Go WWW= https://github.com/OJ/gobuster LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/OJ/gobuster/v3 GO_TARGET= . PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/lf/Makefile b/misc/lf/Makefile index 21f5800185ce..4094a6cc882d 100644 --- a/misc/lf/Makefile +++ b/misc/lf/Makefile @@ -1,31 +1,31 @@ PORTNAME= lf DISTVERSIONPREFIX= r DISTVERSION= 39 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal file manager WWW= https://github.com/gokcehan/lf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+ USE_GITHUB= yes GH_ACCOUNT= gokcehan GH_TUPLE= \ clipperhouse:uax29:v2.2.0:clipperhouse_uax29_v2/vendor/github.com/clipperhouse/uax29/v2 \ djherbis:times:v1.6.0:djherbis_times/vendor/github.com/djherbis/times \ fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.1:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.9.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ golang:sys:v0.38.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.37.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.29.0:golang_text/vendor/golang.org/x/text \ lucasb-eyer:go-colorful:v1.3.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-runewidth:v0.0.19:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth PLIST_FILES= bin/lf .include diff --git a/misc/ls-lint/Makefile b/misc/ls-lint/Makefile index 5fc838c392ef..cac8405a9ebd 100644 --- a/misc/ls-lint/Makefile +++ b/misc/ls-lint/Makefile @@ -1,22 +1,22 @@ PORTNAME= ls-lint DISTVERSIONPREFIX= v DISTVERSION= 2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Directory and filename linter WWW= https://ls-lint.org/ \ https://github.com/loeffel-io/ls-lint LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/loeffel-io/ls-lint/v2 GO_TARGET= ./cmd/ls_lint PLIST_FILES= bin/ls_lint .include diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile index 534fa820e198..6b0df0d227ce 100644 --- a/misc/ollama/Makefile +++ b/misc/ollama/Makefile @@ -1,96 +1,96 @@ PORTNAME= ollama DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Run Llama 2, Mistral, and other large language models WWW= https://ollama.com \ https://github.com/ollama/ollama LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/include/miniaudio/miniaudio.h:audio/miniaudio \ ${LOCALBASE}/include/nlohmann/json_fwd.hpp:devel/nlohmann-json \ ${LOCALBASE}/include/stb/stb_image.h:devel/stb USES= cmake:indirect go:1.24+,modules localbase pkgconfig GO_MODULE= github.com/yurivict/${PORTNAME} # fork with FreeBSD patches GO_TARGET= . GO_ENV+= CGO_CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/${PORTNAME} \ bin/ollama-limit-gpu-layers OPTIONS_GROUP= BACKENDS OPTIONS_GROUP_BACKENDS= CPU VULKAN OPTIONS_DEFAULT= CPU VULKAN CPU_DESC= Build CPU backend shared libraries CPU_PLIST_FILES= lib/ollama/libggml-base.so \ lib/ollama/libggml-cpu-alderlake.so \ lib/ollama/libggml-cpu-haswell.so \ lib/ollama/libggml-cpu-icelake.so \ lib/ollama/libggml-cpu-sandybridge.so \ lib/ollama/libggml-cpu-skylakex.so \ lib/ollama/libggml-cpu-sse42.so \ lib/ollama/libggml-cpu-x64.so VULKAN_DESC= Build Vulkan GPU backend shared library VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader VULKAN_PLIST_FILES= lib/ollama/libggml-vulkan.so .include _CMAKE_FLAGS= -DCMAKE_BUILD_TYPE=Release -DGGML_BACKEND_DL=ON -DGGML_BACKEND_DIR=${PREFIX}/lib/ollama post-patch: # change import path to the fork @cd ${WRKSRC} && \ (${GREP} -rl ollama/ollama | ${XARGS} ${REINPLACE_CMD} -i '' -e 's|ollama/ollama|yurivict/ollama|g') @${REINPLACE_CMD} -e 's|var Version string = "0.0.0"|var Version string = "${PORTVERSION}"|g' \ ${WRKSRC}/go.mod ${WRKSRC}/version/version.go pre-build-CPU-on: @${MKDIR} ${WRKSRC}/build && \ cd ${WRKSRC}/build && \ ${CMAKE_BIN} ${_CMAKE_FLAGS} .. && \ ${MAKE_CMD} ggml-base && \ ${MAKE_CMD} ggml-cpu pre-build-VULKAN-on: .if !${PORT_OPTIONS:MCPU} @${MKDIR} ${WRKSRC}/build && \ cd ${WRKSRC}/build && \ ${CMAKE_BIN} ${_CMAKE_FLAGS} .. .endif @cd ${WRKSRC}/build && \ ${MAKE_CMD} ggml-vulkan post-install: # pending https://github.com/ollama/ollama/issues/6407 ${INSTALL_SCRIPT} ${FILESDIR}/ollama-limit-gpu-layers ${STAGEDIR}${PREFIX}/bin post-install-CPU-on: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ollama ${INSTALL_LIB} ${WRKSRC}/build/lib/ollama/libggml-base.so \ ${STAGEDIR}${PREFIX}/lib/ollama/ @for f in ${WRKSRC}/build/lib/ollama/libggml-cpu*.so; do \ ${INSTALL_LIB} $$f ${STAGEDIR}${PREFIX}/lib/ollama/; \ done post-install-VULKAN-on: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ollama ${INSTALL_LIB} ${WRKSRC}/build/lib/ollama/libggml-vulkan.so \ ${STAGEDIR}${PREFIX}/lib/ollama/ do-test: @cd ${WRKSRC} && \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ./... .include diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile index af227b527f60..476f1bf61889 100644 --- a/misc/perkeep/Makefile +++ b/misc/perkeep/Makefile @@ -1,26 +1,26 @@ PORTNAME= perkeep DISTVERSION= 0.11 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Storage system: Storing, syncing, sharing, modelling, backing up files WWW= https://perkeep.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_GITHUB= yes GO_TARGET= ${EXES:S/^/.\/cmd\//} EXES= pk pk-deploy pk-devimport pk-get pk-mount pk-put PLIST_FILES= ${EXES:S/^/bin\//} # https://github.com/perkeep/perkeep/issues/1302 post-extract: @${RM} ${WRKSRC}/vendor/modules.txt .include diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile index 43e790bb98c4..9d128902151a 100644 --- a/misc/py-wandb/Makefile +++ b/misc/py-wandb/Makefile @@ -1,59 +1,59 @@ PORTNAME= wandb DISTVERSIONPREFIX= v DISTVERSION= 0.17.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= CLI and library for interacting with the Weights and Biases API WWW= https://wandb.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows) BROKEN_i386= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows) BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=1.0.0:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathtools>0:devel/py-pathtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.0.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0,<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.0.0:devel/py-sentry-sdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbclient>0:devel/py-nbclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbformat>0:devel/py-nbformat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flask>0:devel/py-pytest-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10.4:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} USES= go:1.22+,no_targets python shebangfix USE_PYTHON= pep517 concurrent autoplist pytest # tests fail because some test dependencies are missing, see https://github.com/wandb/wandb/issues/7826 USE_GITHUB= yes SHEBANG_GLOB= *.py .include diff --git a/misc/slides/Makefile b/misc/slides/Makefile index f1c1134a409e..f2fd186bef99 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,21 +1,21 @@ PORTNAME= slides DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal based presentation tool WWW= https://github.com/maaslalani/slides LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/maaslalani/slides PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/stormy/Makefile b/misc/stormy/Makefile index e930b0d69eb2..8618587579bb 100644 --- a/misc/stormy/Makefile +++ b/misc/stormy/Makefile @@ -1,22 +1,22 @@ PORTNAME= stormy DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= nxjoseph@protonmail.com COMMENT= Minimal, customizable, and neofetch-like weather CLI WWW= https://terminaltrove.com/stormy/ \ https://github.com/ashish0kumar/stormy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ashish0kumar/stormy GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSIONFULL}" PLIST_FILES= bin/stormy .include diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile index 14c3c7462b92..c8e87e8f87e1 100644 --- a/misc/timetrace/Makefile +++ b/misc/timetrace/Makefile @@ -1,46 +1,46 @@ PORTNAME= timetrace DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= misc MAINTAINER= nc@FreeBSD.org COMMENT= Simple time tracking CLI WWW= https://github.com/dominikbraun/timetrace LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dominikbraun GH_TUPLE= \ enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.63.2:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:v1.4.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pelletier:go-toml:v1.9.4:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.9.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv PLIST_FILES= bin/${PORTNAME} .include diff --git a/misc/tlm/Makefile b/misc/tlm/Makefile index b3852d4f313b..1993e638324a 100644 --- a/misc/tlm/Makefile +++ b/misc/tlm/Makefile @@ -1,79 +1,79 @@ PORTNAME= tlm DISTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Local CLI Copilot, powered by Ollama WWW= https://github.com/yusufcanb/tlm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules #GO_MODULE= github.com/yusufcanb/tlm PLIST_FILES= bin/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= yusufcanb GH_TUPLE= \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ bmatcuk:doublestar:v4.8.1:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ catppuccin:go:v0.2.0:catppuccin_go/vendor/github.com/catppuccin/go \ charmbracelet:bubbles:v0.18.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ charmbracelet:bubbletea:v0.25.0:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ charmbracelet:huh:45947515c4cf:charmbracelet_huh_spinner \ charmbracelet:huh:v0.3.0:charmbracelet_huh/vendor/github.com/charmbracelet/huh \ charmbracelet:lipgloss:v0.9.1:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ containerd:console:v1.0.4:containerd_console/vendor/github.com/containerd/console \ cpuguy83:go-md2man:v2.0.3:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:exp:921286631fa9:golang_exp/vendor/golang.org/x/exp \ golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.17.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.17.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ jmorganca:ollama:v0.1.29:jmorganca_ollama/vendor/github.com/jmorganca/ollama \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.15.2:muesli_termenv/vendor/github.com/muesli/termenv \ pelletier:go-toml:v2.1.0:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ sagikazarmark:locafero:v0.4.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.18.2:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.9.0:uber_go_multierr/vendor/go.uber.org/multierr \ urfave:cli:v2.27.1:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \ xrash:smetrics:1d8dd44e695e:xrash_smetrics/vendor/github.com/xrash/smetrics post-extract: # replace spinner package @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/huh/spinner @${RLN} ${WRKSRC_charmbracelet_huh_spinner}/spinner ${WRKSRC}/vendor/github.com/charmbracelet/huh/spinner # create FreeBSD shell file by copying Linux one @${CP} ${WRKSRC}/pkg/shell/shell_linux.go ${WRKSRC}/pkg/shell/shell_freebsd.go .include diff --git a/misc/wego/Makefile b/misc/wego/Makefile index dc96d12d9feb..5492f3c6078c 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,27 +1,27 @@ PORTNAME= wego DISTVERSION= 2.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org COMMENT= Weather client for the terminal WWW= https://github.com/schachmat/wego LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= schachmat GH_TUPLE= \ golang:sys:v0.8.0:golang_sys/vendor/golang.org/x/sys \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.19:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.14:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ rivo:uniseg:v0.4.4:rivo_uniseg/vendor/github.com/rivo/uniseg \ schachmat:ingo:a4bdc0729a3f:schachmat_ingo/vendor/github.com/schachmat/ingo GO_TARGET= wego PLIST_FILES= bin/${PORTNAME} .include diff --git a/multimedia/livego/Makefile b/multimedia/livego/Makefile index efc4e38cdf90..d08e5c0a7431 100644 --- a/multimedia/livego/Makefile +++ b/multimedia/livego/Makefile @@ -1,49 +1,49 @@ PORTNAME= livego DISTVERSION= 0.0.15 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Live video streaming server in golang WWW= https://github.com/gwuhaolin/livego LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gwuhaolin GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GH_TUPLE= \ auth0:go-jwt-middleware:36081240882b:auth0_go_jwt_middleware/vendor/github.com/auth0/go-jwt-middleware \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ redis:go-redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ sirupsen:logrus:v1.5.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.6.3:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv PLIST_FILES= bin/${PORTNAME} .include diff --git a/multimedia/supersonic/Makefile b/multimedia/supersonic/Makefile index ec7f0489f0f1..a9b1e04b40b5 100644 --- a/multimedia/supersonic/Makefile +++ b/multimedia/supersonic/Makefile @@ -1,44 +1,44 @@ PORTNAME= supersonic DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= dtxdf@FreeBSD.org COMMENT= Lightweight cross-platform desktop client for Subsonic music servers WWW= https://github.com/dweymouth/${PORTNAME}/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmpv.so:multimedia/mpv USES= desktop-file-utils gl go:modules localbase:ldflags pkgconfig \ xorg USE_GL= gl USE_XORG= x11 xau xcb xcursor xdmcp xi GO_MODULE= github.com/dweymouth/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ share/applications/supersonic-desktop.desktop \ share/icons/hicolor/128x128/apps/supersonic-desktop.png \ share/icons/hicolor/256x256/apps/supersonic-desktop.png \ share/icons/hicolor/512x512/apps/supersonic-desktop.png \ share/pixmaps/supersonic-desktop.png post-patch: @${REINPLACE_CMD} -e 's|Exec=supersonic-desktop|Exec=supersonic|' \ ${WRKSRC}/res/supersonic-desktop.desktop post-install: ${INSTALL_DATA} ${WRKSRC}/res/supersonic-desktop.desktop \ ${STAGEDIR}${DESKTOPDIR} .for s in 128 256 512 ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps ${INSTALL_DATA} ${WRKSRC}/res/appicon-${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/supersonic-desktop.png .endfor ${INSTALL_DATA} ${WRKSRC}/res/appicon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/supersonic-desktop.png .include diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index 6e8457c544e3..4b49ed02f5b9 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -1,58 +1,58 @@ PORTNAME= coyim DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im MAINTAINER= fox@FreeBSD.org COMMENT= Safe and secure by default XMPP chat client which uses Tor WWW= https://coy.im LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gnome go pkgconfig USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango USE_GITHUB= yes GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls GO_BUILDFLAGS= -tags ${GTK_BUILD_TAG} SUB_LIST= PORTNAME=${PORTNAME} PLIST_FILES= bin/coyim \ share/applications/coyim.desktop \ share/pixmaps/coyim.png GTK_VERSION= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" GTK_BUILD_TAG= gtk_${GTK_VERSION} COYIM_ICON= coyim.png COYIM_ICON_SRC= ${WRKSRC}/build/osx/mac-bundle/coyim.iconset/icon_32x32@2x.png COYIM_DESKTOP= ${WRKDIR}/coyim.desktop post-extract: cd ${WRKSRC} && ${RM} ./windows_amd64_icon.syso cp ${FILESDIR}/coyim.desktop ${WRKDIR} post-build: @${REINPLACE_CMD} -e '/^#/d' \ -e '/^$$/d' \ ${COYIM_DESKTOP} ${ECHO_CMD} "Exec=${PREFIX}/bin/coyim" >> ${COYIM_DESKTOP} ${ECHO_CMD} "Icon=${COYIM_ICON}" >> ${COYIM_DESKTOP} post-install: ${INSTALL_DATA} ${COYIM_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${COYIM_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${COYIM_ICON} .include diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile index 8116e5149b77..004aad214d2a 100644 --- a/net-im/dendrite/Makefile +++ b/net-im/dendrite/Makefile @@ -1,38 +1,38 @@ PORTNAME= dendrite DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Matrix protocol homeserver WWW= https://github.com/element-hq/dendrite LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= matrix PLIST_SUB= PORTNAME=${PORTNAME} USE_RC_SUBR= ${PORTNAME} USERS= ${PORTNAME} GROUPS= ${USERS} DENDRITE_BINS= create-account dendrite-demo-pinecone \ dendrite-demo-yggdrasil dendrite \ dendrite-upgrade-tests furl generate-config \ generate-keys resolve-state .for f in ${DENDRITE_BINS} GO_TARGET+= ./cmd/$f:${PREFIX}/dendrite/bin/$f .endfor GO_MODULE= github.com/element-hq/dendrite post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dendrite-sample.yaml ${STAGEDIR}${ETCDIR}/${PORTNAME}.yaml.sample ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/net-im/discordo/Makefile b/net-im/discordo/Makefile index c035e8f80033..45a2d455d2a2 100644 --- a/net-im/discordo/Makefile +++ b/net-im/discordo/Makefile @@ -1,58 +1,58 @@ PORTNAME= discordo DISTVERSION= g20220909 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org COMMENT= Lightweight, secure, and feature-rich Discord terminal client WWW= https://github.com/ayntgl/discordo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ayntgl GH_TAGNAME= 40e2e7e GH_TUPLE= alessio:shellescape:v1.4.1:alessio_shellescape/vendor/github.com/alessio/shellescape \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ danieljoos:wincred:v1.1.2:danieljoos_wincred/vendor/github.com/danieljoos/wincred \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ diamondburned:arikawa:v3.1.0:diamondburned_arikawa_v3/vendor/github.com/diamondburned/arikawa/v3 \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.5.3:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ godbus:dbus:v5.1.0:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ golang:sys:87db552b00fd:golang_sys/vendor/golang.org/x/sys \ golang:term:a9ba230a4035:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:time:e5dcc9cfc0b9:golang_time/vendor/golang.org/x/time \ gorilla:schema:v1.2.0:gorilla_schema/vendor/github.com/gorilla/schema \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ rivo:tview:4664d8bf22d9:rivo_tview/vendor/github.com/rivo/tview \ rivo:uniseg:v0.3.4:rivo_uniseg/vendor/github.com/rivo/uniseg \ skratchdot:open-golang:eef842397966:skratchdot_open_golang/vendor/github.com/skratchdot/open-golang \ stretchr:testify:v1.7.2:stretchr_testify/vendor/github.com/stretchr/testify \ zalando:go-keyring:v0.2.1:zalando_go_keyring/vendor/github.com/zalando/go-keyring PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS WAYLAND XCLIP OPTIONS_DEFAULT= XCLIP WAYLAND_DESC= Enable wayland clipboard support XCLIP_DESC= Enable X11 clipboard support WAYLAND_RUN_DEPENDS= wl-clipboard:x11/wl-clipboard XCLIP_RUN_DEPENDS= xclip:x11/xclip post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net-im/dissent/Makefile b/net-im/dissent/Makefile index 12728e06523c..d8edee9e7ce2 100644 --- a/net-im/dissent/Makefile +++ b/net-im/dissent/Makefile @@ -1,42 +1,42 @@ PORTNAME= dissent DISTVERSIONPREFIX= v DISTVERSION= 0.0.34 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= Tiny native Discord app WWW= https://github.com/diamondburned/dissent LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libspelling-1.so:x11-toolkits/libspelling USES= gnome go:modules gstreamer pkgconfig USE_GNOME= cairo gdkpixbuf gtk40 gtksourceview5 libadwaita USE_GSTREAMER= bad good ugly GO_MODULE= libdb.so/dissent CGO_LDFLAGS+= -Wl,--as-needed # gtk4 deps PLIST_FILES= bin/${PORTNAME} \ share/applications/so.libdb.dissent.desktop \ share/dbus-1/services/so.libdb.dissent.service \ share/icons/hicolor/scalable/apps/so.libdb.dissent.svg \ share/metainfo/so.libdb.dissent.metainfo.xml post-patch: @${REINPLACE_CMD} 's,/usr/bin,${PREFIX}/bin,' \ ${WRKSRC}/nix/*.service @${RM} ${WRKSRC}/vendor/libdb.so/gotk4-spelling/pkg/spelling/spelling-dictionary.go post-install: # Install extras similar to Nix flake .for f in nix/*.desktop nix/*.service *.metainfo.xml \ internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg ${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H} ${INSTALL_DATA} ${WRKSRC}/${f} \ ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}} .endfor .include diff --git a/net-im/gotktrix/Makefile b/net-im/gotktrix/Makefile index d0834a09bd3c..960ef29f27e8 100644 --- a/net-im/gotktrix/Makefile +++ b/net-im/gotktrix/Makefile @@ -1,32 +1,32 @@ PORTNAME= gotktrix DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= net-im MAINTAINER= fuz@FreeBSD.org COMMENT= Matrix client in Go and GTK4 WWW= https://github.com/diamondburned/gotktrix LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libharfbuzz.so:print/harfbuzz \ libvulkan.so:graphics/vulkan-loader USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf glib20 gtk40 introspection pango GO_MODULE= github.com/diamondburned/gotktrix PLIST_FILES= bin/gotktrix \ share/icons/hicolor/256x256/apps/gotktrix.png \ ${DESKTOPDIR}/com.github.diamondburned.gotktrix.desktop post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps ${INSTALL_DATA} ${WRKSRC}/.github/logo-256.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/gotktrix.png ${INSTALL_DATA} ${WRKSRC}/.nix/com.github.diamondburned.gotktrix.desktop \ ${STAGEDIR}${DESKTOPDIR}/ .include diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index dd4dd4c5d8c4..8fb250707bc3 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,79 +1,79 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v DISTVERSION= 0.20.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://codeberg.org/superseriousbusiness/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-source-code.tar.gz ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz MAINTAINER= tilde@ultros.pro COMMENT= Golang fediverse server WWW= https://docs.gotosocial.org/en/latest/ LICENSE= AGPLv3 CC-BY-3.0 CC-BY-SA-4.0 MIT OFL11 LICENSE_COMB= multi LICENSE_FILE_AGPLv3= ${WRKSRC}/LICENSE LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/CC-BY-3.0 LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/CC-BY-SA-4.0 LICENSE_FILE_MIT= ${WRKSRC}/MIT LICENSE_FILE_OFL11= ${WRKSRC}/OFL11 ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 ONLY_FOR_ARCHS_REASON= https://gitlab.com/cznic/libc/-/issues/15 USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/gotosocial GO_BUILDFLAGS+= -tags "netgo osusergo static_build kvformat ${WITH_DEBUG:Ddebugenv}" \ -ldflags="${STRIP} -w -extldflags '-static' -X 'main.Version=${PKGVERSION}'" CGO_ENABLED= 0 TESTING_UNSAFE= FAIL codeberg.org/superseriousbusiness/gotosocial/internal/log SUB_LIST= DBDIR="${DBDIR}" \ GROUP="${GROUPS}" \ USER="${USERS}" \ WWWDIR="${WWWDIR}" NO_WRKSUBDIR= yes USERS= gotosocial GROUPS= gotosocial DBDIR= /var/db/${PORTNAME} PLIST_SUB= WWWDIR="${WWWDIR}" post-extract: ${SED} -n "1, 27p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ > ${WRKSRC}/MIT ${SED} -n "28, 352p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ > ${WRKSRC}/CC-BY-3.0 ${SED} -n "353, 452p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ > ${WRKSRC}/OFL11 ${HEAD} -n 8 ${WRKSRC}/web/assets/LICENSE > ${WRKSRC}/CC-BY-SA-4.0 ${TAIL} -n 1 ${WRKSRC}/web/assets/LICENSE >> ${WRKSRC}/MIT ${ECHO} >> ${WRKSRC}/MIT ${RM} ${WRKSRC}/web/assets/LICENSE ${RM} ${WRKSRC}/web/assets/Fork-Awesome/LICENSES ${RM} ${WRKSRC}/web/assets/fonts/OFL.txt ${RM} ${WRKSRC}/web/assets/Fork-Awesome/CONTRIBUTORS.md post-patch: ${REINPLACE_CMD} -e 's,GTS_DB_TYPE="postgres",#&,' ${WRKSRC}/scripts/test.sh post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md \ ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/example/config.yaml \ ${STAGEDIR}${ETCDIR}/config.yaml.sample (cd ${WRKSRC}/web && ${COPYTREE_SHARE} "assets template" ${STAGEDIR}${WWWDIR}) do-test: (cd ${GO_WRKSRC}; \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off scripts/test.sh) .include diff --git a/net-im/matterbridge/Makefile b/net-im/matterbridge/Makefile index 3f2611a8ece3..32e224c98604 100644 --- a/net-im/matterbridge/Makefile +++ b/net-im/matterbridge/Makefile @@ -1,196 +1,196 @@ PORTNAME= matterbridge PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net-im MAINTAINER= bofh@FreeBSD.org COMMENT= Chat network bridge WWW= https://github.com/42wim/matterbridge LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= 42wim USE_RC_SUBR= matterbridge MATTERBRIDGE_USER?= mattermost MATTERBRIDGE_GROUP?= mattermost USERS= ${MATTERBRIDGE_USER} GROUPS= ${MATTERBRIDGE_GROUP} SUB_LIST= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} PLIST_SUB= \ MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} GH_TUPLE= \ 42wim:go-gitter:017310c2d557:42wim_go_gitter/vendor/github.com/42wim/go-gitter \ Baozisoftware:qrcode-terminal-go:c0650d8dff0f:baozisoftware_qrcode_terminal_go/vendor/github.com/Baozisoftware/qrcode-terminal-go \ Benau:go_rlottie:98c1b2421989:benau_go_rlottie/vendor/github.com/Benau/go_rlottie \ Benau:tgsconverter:99f4a4f6337f:benau_tgsconverter/vendor/github.com/Benau/tgsconverter \ FiloSottile:edwards25519:v1.0.0:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ Jeffail:gabs:v1.4.0:jeffail_gabs/vendor/github.com/Jeffail/gabs \ Philipp15b:go-steam:6ae9b3c0a560:philipp15b_go_steam/vendor/github.com/Philipp15b/go-steam \ Rhymen:go-whatsapp:31a2e740845c:rhymen_go_whatsapp/vendor/github.com/Rhymen/go-whatsapp \ SevereCloud:vksdk:v2.15.0:severecloud_vksdk_v2/vendor/github.com/SevereCloud/vksdk/v2 \ apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ av-elier:go-decimal-to-rational:89e6aad02ecf:av_elier_go_decimal_to_rational/vendor/github.com/av-elier/go-decimal-to-rational \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ bwmarrin:discordgo:v0.27.0:bwmarrin_discordgo/vendor/github.com/bwmarrin/discordgo \ d5:tengo:v2.13.0:d5_tengo_v2/vendor/github.com/d5/tengo/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ dyatlov:go-opengraph:dae8665a5b09:dyatlov_go_opengraph/vendor/github.com/dyatlov/go-opengraph \ francoispqt:gojay:v1.2.13:francoispqt_gojay/vendor/github.com/francoispqt/gojay \ fsnotify:fsnotify:v1.6.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gary-kim:go-nc-talk:v0.3.0:gary_kim_go_nc_talk/vendor/gomod.garykim.dev/nc-talk \ go-asn1-ber:asn1-ber:v1.5.3:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-telegram-bot-api:telegram-bot-api:v5.5.1:go_telegram_bot_api_telegram_bot_api_v5/vendor/github.com/go-telegram-bot-api/telegram-bot-api/v5 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ golang-jwt:jwt:v3.2.2:golang_jwt_jwt/vendor/github.com/golang-jwt/jwt \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:v0.4.0:golang_crypto/vendor/golang.org/x/crypto \ golang:image:v0.3.0:golang_image/vendor/golang.org/x/image \ golang:mod:86c51ed26bb4:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.5.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.4.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.4.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.6.0:golang_text/vendor/golang.org/x/text \ golang:time:v0.2.0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.1.12:golang_tools/vendor/golang.org/x/tools \ gomarkdown:markdown:663e2500819c:gomarkdown_markdown/vendor/github.com/gomarkdown/markdown \ google:gops:v0.3.26:google_gops/vendor/github.com/google/gops \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gopackage:ddp:v0.0.3:gopackage_ddp/vendor/github.com/gopackage/ddp \ gorilla:schema:v1.2.0:gorilla_schema/vendor/github.com/gorilla/schema \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ graph-gophers:graphql-go:v1.3.0:graph_gophers_graphql_go/vendor/github.com/graph-gophers/graphql-go \ harmony-development:shibshib:c98059d09cfa:harmony_development_shibshib/vendor/github.com/harmony-development/shibshib \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:golang-lru:v0.6.0:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ kettek:apng:414630eed80f:kettek_apng/vendor/github.com/kettek/apng \ keybase:go-keybase-chat-bot:e48d9abd2c20:keybase_go_keybase_chat_bot/vendor/github.com/keybase/go-keybase-chat-bot \ klauspost:compress:v1.15.8:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v2.0.12:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ kyokomi:emoji:v2.2.11:kyokomi_emoji_v2/vendor/github.com/kyokomi/emoji/v2 \ labstack:echo:v4.10.0:labstack_echo_v4/vendor/github.com/labstack/echo/v4 \ labstack:gommon:v0.4.0:labstack_gommon/vendor/github.com/labstack/gommon \ layeh:gumble:d1df60a3cc14:layeh_gumble/vendor/layeh.com/gumble \ lrstanley:girc:a92667a5c9b4:lrstanley_girc/vendor/github.com/lrstanley/girc \ lukechampine:uint128:v1.2.0:lukechampine_uint128/vendor/lukechampine.com/uint128 \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ matterbridge:Rocket.Chat.Go.SDK:79310a412696:matterbridge_rocket_chat_go_sdk/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK \ matterbridge:go-xmpp:791a06c5f1be:matterbridge_go_xmpp/vendor/github.com/matterbridge/go-xmpp \ matterbridge:gomatrix:271e5088ea27:matterbridge_gomatrix/vendor/github.com/matterbridge/gomatrix \ matterbridge:gozulipbot:a19d6c1f3b75:matterbridge_gozulipbot/vendor/github.com/matterbridge/gozulipbot \ matterbridge:logrus-prefixed-formatter:d971309a77ba:matterbridge_logrus_prefixed_formatter/vendor/github.com/matterbridge/logrus-prefixed-formatter \ matterbridge:matterclient:272af20c7ddf:matterbridge_matterclient/vendor/github.com/matterbridge/matterclient \ mattermost:go-i18n:5c415071e404:mattermost_go_i18n/vendor/github.com/mattermost/go-i18n \ mattermost:ldap:ee0e6284187d:mattermost_ldap/vendor/github.com/mattermost/ldap \ mattermost:logr:v1.0.13:mattermost_logr/vendor/github.com/mattermost/logr \ mattermost:logr:v2.0.15:mattermost_logr_v2/vendor/github.com/mattermost/logr/v2 \ mattermost:mattermost-server:v5.39.3:mattermost_mattermost_server_v5/vendor/github.com/mattermost/mattermost-server/v5 \ mattermost:mattermost-server:v6.7.2:mattermost_mattermost_server_v6/vendor/github.com/mattermost/mattermost-server/v6 \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.16:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:godown:v0.0.1:mattn_godown/vendor/github.com/mattn/godown \ mdp:qrterminal:v1.0.1:mdp_qrterminal/vendor/github.com/mdp/qrterminal \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ minio:md5-simd:v1.1.2:minio_md5_simd/vendor/github.com/minio/md5-simd \ minio:minio-go:v7.0.24:minio_minio_go_v7/vendor/github.com/minio/minio-go/v7 \ minio:sha256-simd:v1.0.0:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ monaco-io:request:v1.0.5:monaco_io_request/vendor/github.com/monaco-io/request \ mreiferson:go-httpclient:5e475fde3a4d:mreiferson_go_httpclient/vendor/github.com/mreiferson/go-httpclient \ mrexodia:wray:78a2c1f284ff:mrexodia_wray/vendor/github.com/mrexodia/wray \ natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \ nelsonken:gomf:c65cc0469e94:nelsonken_gomf/vendor/github.com/nelsonken/gomf \ olahol:melody:d52139073376:olahol_melody/vendor/gopkg.in/olahol/melody.v1 \ opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ paulrosania:go-charset:55c9d7a5834c:paulrosania_go_charset/vendor/github.com/paulrosania/go-charset \ pborman:uuid:v1.2.1:pborman_uuid/vendor/github.com/pborman/uuid \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pelletier:go-toml:v2.0.6:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ philhofer:fwd:v1.1.1:philhofer_fwd/vendor/github.com/philhofer/fwd \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.28.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ remyoudompheng:bigfft:eec4a21b6bb0:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \ rickb777:date:v1.12.4:rickb777_date/vendor/github.com/rickb777/date \ rickb777:plural:v1.2.0:rickb777_plural/vendor/github.com/rickb777/plural \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rs:xid:v1.4.0:rs_xid/vendor/github.com/rs/xid \ rsc:qr:v0.2.0:rsc_qr/vendor/rsc.io/qr \ saintfish:chardet:5e3ef4b5456d:saintfish_chardet/vendor/github.com/saintfish/chardet \ shazow:rateio:4461efc8bdc4:shazow_rateio/vendor/github.com/shazow/rateio \ shazow:ssh-chat:v1.10.1:shazow_ssh_chat/vendor/github.com/shazow/ssh-chat \ sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ sizeofint:webpanimation:1d2b32119882:sizeofint_webpanimation/vendor/github.com/sizeofint/webpanimation \ skip2:go-qrcode:dc11ecdae0a9:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ slack-go:slack:v0.12.1:slack_go_slack/vendor/github.com/slack-go/slack \ spf13:afero:v1.9.3:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.15.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.8.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.4.2:subosito_gotenv/vendor/github.com/subosito/gotenv \ tinylib:msgp:v1.1.6:tinylib_msgp/vendor/github.com/tinylib/msgp \ tulir:libsignal-protocol-go:v0.1.0:tulir_libsignal_protocol_go/vendor/go.mau.fi/libsignal \ tulir:whatsmeow:dcbc8dd31a22:tulir_whatsmeow/vendor/go.mau.fi/whatsmeow \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.8.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.21.0:uber_go_zap/vendor/go.uber.org/zap \ valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \ valyala:fasttemplate:v1.2.2:valyala_fasttemplate/vendor/github.com/valyala/fasttemplate \ vincent-petithory:dataurl:v1.0.0:vincent_petithory_dataurl/vendor/github.com/vincent-petithory/dataurl \ vmihailenco:msgpack:v5.3.5:vmihailenco_msgpack_v5/vendor/github.com/vmihailenco/msgpack/v5 \ vmihailenco:tagparser:v2.0.0:vmihailenco_tagparser_v2/vendor/github.com/vmihailenco/tagparser/v2 \ wiggin77:cfg:v1.0.2:wiggin77_cfg/vendor/github.com/wiggin77/cfg \ wiggin77:merror:v1.0.3:wiggin77_merror/vendor/github.com/wiggin77/merror \ wiggin77:srslog:v1.0.1:wiggin77_srslog/vendor/github.com/wiggin77/srslog \ writeas:go-strip-markdown:v2.0.1:writeas_go_strip_markdown/vendor/github.com/writeas/go-strip-markdown \ yaegashi:msgraph.go:v0.1.4:yaegashi_msgraph_go/vendor/github.com/yaegashi/msgraph.go \ zfjagann:golang-ring:19bcea1b6289:zfjagann_golang_ring/vendor/github.com/zfjagann/golang-ring GL_TUPLE= \ cznic:cc:03159e8e41eec8d08c1e502bfc46868b9a03aa57:cznic_cc/vendor/modernc.org/cc/v3 \ cznic:ccgo:0641811a3b4e1b829e42b48fa6cf751b3a681ed5:cznic_ccgo/vendor/modernc.org/ccgo/v3 \ cznic:libc:bc4740f8667d1763148074e63f2e6f2e02a03daa:cznic_libc/vendor/modernc.org/libc \ cznic:mathutil:b13e5b5643328f15fd2fcedc85f647f0d8f9180f:cznic_mathutil/vendor/modernc.org/mathutil \ cznic:memory:75976e411b2d8e904972fb8d6e26b6160202c8ac:cznic_memory/vendor/modernc.org/memory \ cznic:opt:6b647abadf922391a4527f3a4fa1817eff08b7cd:cznic_opt/vendor/modernc.org/opt \ cznic:sqlite:4dd882a3a5abf54993dd57e36bf96198fa22f89a:cznic_sqlite/vendor/modernc.org/sqlite \ cznic:strutil:bba0c72b66bb9ced2dfd2ee521b7f16b2cbb39fa:cznic_strutil/vendor/modernc.org/strutil \ cznic:token:a1b392cca155ddafa8e1e45905db0dfe27cd4714:cznic_token/vendor/modernc.org/token post-extract: @${MKDIR} ${WRKSRC}/vendor/github.com/russross @${RLN} ${WRKSRC_fsnotify_fsnotify} ${WRKSRC}/vendor/github.com/russross/blackfriday #pre-patch: # ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys # ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-install: ${INSTALL_DATA} ${WRKSRC}/matterbridge.toml.sample ${STAGEDIR}${PREFIX}/etc/matterbridge.toml.sample .include diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index 88c7df6d5b84..0ebf16bb7d66 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -1,28 +1,28 @@ PORTNAME= matterircd DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-im irc MAINTAINER= chalpin@cs.wisc.edu COMMENT= IRC bridge for Mattermost and Slack WWW= https://github.com/42wim/matterircd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= 42wim USE_RC_SUBR= matterircd USERS= matterircd GROUPS= matterircd post-install: ${INSTALL_DATA} ${WRKSRC}/matterircd.toml.example \ ${STAGEDIR}${PREFIX}/etc/matterircd.toml.sample .include diff --git a/net-im/mautrix-whatsapp/Makefile b/net-im/mautrix-whatsapp/Makefile index cb8ebbf8ec79..3fa201238f1f 100644 --- a/net-im/mautrix-whatsapp/Makefile +++ b/net-im/mautrix-whatsapp/Makefile @@ -1,27 +1,27 @@ PORTNAME= mautrix-whatsapp DISTVERSIONPREFIX= v DISTVERSION= 0.2512.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= juw@posteo.de COMMENT= Matrix-WhatsApp puppeting bridge WWW= https://maunium.net/go/mautrix-whatsapp/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/../../LICENSE LIB_DEPENDS= libolm.so:security/olm USES= go:modules USE_RC_SUBR= mautrix_whatsapp GO_MODULE= go.mau.fi/mautrix-whatsapp WRKSRC_SUBDIR= cmd/${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}/${ETCDIR} \ ${STAGEDIR}/var/log/mautrix-whatsapp .include diff --git a/net-im/nextcloud-spreed-signaling/Makefile b/net-im/nextcloud-spreed-signaling/Makefile index d874e9a1c463..d5f584300769 100644 --- a/net-im/nextcloud-spreed-signaling/Makefile +++ b/net-im/nextcloud-spreed-signaling/Makefile @@ -1,132 +1,132 @@ PORTNAME= nextcloud-spreed-signaling DISTVERSIONPREFIX=v DISTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= jsm@FreeBSD.org COMMENT= Signaling server used for Nextcloud Talk WWW= https://github.com/strukturag/nextcloud-spreed-signaling LICENSE= AGPLv3 BUILD_DEPENDS= protoc:devel/protobuf \ bash:shells/bash USES= gmake go:no_targets USERS= signaling GROUPS= signaling USE_RC_SUBR= ncs_signaling USE_GITHUB= yes USE_GITHUB= yes GH_ACCOUNT= strukturag GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/src/github.com/beorn7/perks \ cenkalti:backoff:v4.3.0:cenkalti_backoff_v4/vendor/src/github.com/cenkalti/backoff/v4 \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/src/github.com/cespare/xxhash/v2 \ coreos:go-semver:v0.3.1:coreos_go_semver/vendor/src/github.com/coreos/go-semver \ coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/src/github.com/coreos/go-systemd/v22 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/src/github.com/davecgh/go-spew \ dlintw:goconf:dcc070983490:dlintw_goconf/vendor/src/github.com/dlintw/goconf \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/src/github.com/dustin/go-humanize \ etcd-io:bbolt:v1.4.2:etcd_io_bbolt/vendor/src/go.etcd.io/bbolt \ etcd-io:etcd:v3.6.4:etcd_io_etcd/vendor/go.etcd.io/etcd/api/v3 \ etcd-io:etcd:v3.6.4:etcd_io_etcd_2/vendor/src/go.etcd.io/etcd \ etcd-io:raft:v3.6.0:etcd_io_raft/vendor/src/go.etcd.io/raft/v3 \ fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/src/github.com/fsnotify/fsnotify \ go-logr:logr:v1.4.3:go_logr_logr/vendor/src/github.com/go-logr/logr \ go-logr:stdr:v1.2.2:go_logr_stdr/vendor/src/github.com/go-logr/stdr \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/src/gopkg.in/yaml.v3 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/src/github.com/gogo/protobuf \ golang-jwt:jwt:v5.3.0:golang_jwt_jwt_v5/vendor/src/github.com/golang-jwt/jwt/v5 \ golang:crypto:v0.41.0:golang_crypto/vendor/src/golang.org/x/crypto \ golang:net:v0.42.0:golang_net/vendor/src/golang.org/x/net \ golang:protobuf:v1.5.4:golang_protobuf/vendor/src/github.com/golang/protobuf \ golang:sys:v0.35.0:golang_sys/vendor/src/golang.org/x/sys \ golang:text:v0.28.0:golang_text/vendor/src/golang.org/x/text \ golang:time:v0.12.0:golang_time/vendor/src/golang.org/x/time \ google:btree:v1.1.3:google_btree/vendor/src/github.com/google/btree \ google:go-cmp:v0.7.0:google_go_cmp/vendor/src/github.com/google/go-cmp \ google:go-genproto:200df99c418a:google_go_genproto/vendor/src/google.golang.org/genproto \ google:go-tpm:v0.9.5:google_go_tpm/vendor/src/github.com/google/go-tpm \ google:uuid:v1.6.0:google_uuid/vendor/src/github.com/google/uuid \ gorilla:mux:v1.8.1:gorilla_mux/vendor/src/github.com/gorilla/mux \ gorilla:securecookie:v1.1.2:gorilla_securecookie/vendor/src/github.com/gorilla/securecookie \ gorilla:websocket:v1.5.3:gorilla_websocket/vendor/src/github.com/gorilla/websocket \ grpc-ecosystem:go-grpc-middleware:7da22cf3f3d3:grpc_ecosystem_go_grpc_middleware_prometheus/vendor/src/github.com/grpc-ecosystem/go-grpc-middleware \ grpc-ecosystem:go-grpc-middleware:v2.1.0:grpc_ecosystem_go_grpc_middleware_v2/vendor/src/github.com/grpc-ecosystem/go-grpc-middleware/v2 \ grpc-ecosystem:grpc-gateway:v2.26.3:grpc_ecosystem_grpc_gateway_v2/vendor/src/github.com/grpc-ecosystem/grpc-gateway/v2 \ grpc:grpc-go:v1.5.1:grpc_grpc_go_1/vendor/src/google.golang.org/grpc/cmd/protoc-gen-go-grpc \ grpc:grpc-go:v1.74.2:grpc_grpc_go/vendor/src/google.golang.org/grpc \ jonboulle:clockwork:v0.5.0:jonboulle_clockwork/vendor/src/github.com/jonboulle/clockwork \ josharian:intern:v1.0.0:josharian_intern/vendor/src/github.com/josharian/intern \ klauspost:compress:v1.18.0:klauspost_compress/vendor/src/github.com/klauspost/compress \ kubernetes-sigs:json:c049b76a60c6:kubernetes_sigs_json/vendor/src/sigs.k8s.io/json \ kubernetes-sigs:yaml:v1.4.0:kubernetes_sigs_yaml/vendor/src/sigs.k8s.io/yaml \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/src/github.com/kylelemons/godebug \ mailru:easyjson:v0.9.0:mailru_easyjson/vendor/src/github.com/mailru/easyjson \ minio:highwayhash:v1.0.3:minio_highwayhash/vendor/src/github.com/minio/highwayhash \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/src/github.com/munnerz/goautoneg \ natefinch:lumberjack:v2.2.1:natefinch_lumberjack/vendor/src/gopkg.in/natefinch/lumberjack.v2 \ nats-io:jwt:v2.7.4:nats_io_jwt_v2/vendor/src/github.com/nats-io/jwt \ nats-io:nats-server:v2.11.8:nats_io_nats_server_v2/vendor/src/github.com/nats-io/nats-server/v2 \ nats-io:nats.go:v1.44.0:nats_io_nats_go/vendor/src/github.com/nats-io/nats.go \ nats-io:nkeys:v0.4.11:nats_io_nkeys/vendor/src/github.com/nats-io/nkeys \ nats-io:nuid:v1.0.1:nats_io_nuid/vendor/src/github.com/nats-io/nuid \ notedit:janus-go:10eb8b95d1a0:notedit_janus_go/vendor/src/github.com/notedit/janus-go \ open-telemetry:opentelemetry-go-contrib:v1.34.0:open_telemetry_opentelemetry_go_contrib/vendor/src/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc \ open-telemetry:opentelemetry-go-instrumentation:sdk/v1.1.0:open_telemetry_opentelemetry_go_instrumentation/vendor/src/go.opentelemetry.io/auto/sdk \ open-telemetry:opentelemetry-go:v1.34.0:open_telemetry_opentelemetry_go_1/vendor/src/go.opentelemetry.io/otel/exporters/otlp/otlptrace \ open-telemetry:opentelemetry-go:v1.36.0:open_telemetry_opentelemetry_go/vendor/src/go.opentelemetry.io/otel \ open-telemetry:opentelemetry-proto-go:v1.5.0:open_telemetry_opentelemetry_proto_go/vendor/src/go.opentelemetry.io/proto/otlp \ oschwald:maxminddb-golang:v1.13.1:oschwald_maxminddb_golang/vendor/src/github.com/oschwald/maxminddb-golang \ pion:dtls:v3.0.6:pion_dtls_v3/vendor/src/github.com/pion/dtls/v3 \ pion:ice:v4.0.10:pion_ice_v4/vendor/src/github.com/pion/ice/v4 \ pion:logging:v0.2.3:pion_logging/vendor/src/github.com/pion/logging \ pion:mdns:v2.0.7:pion_mdns_v2/vendor/src/github.com/pion/mdns/v2 \ pion:randutil:v0.1.0:pion_randutil/vendor/src/github.com/pion/randutil \ pion:sdp:v3.0.15:pion_sdp_v3/vendor/src/github.com/pion/sdp/v3 \ pion:stun:v3.0.0:pion_stun_v3/vendor/src/github.com/pion/stun/v3 \ pion:transport:v3.0.7:pion_transport_v3/vendor/src/github.com/pion/transport/v3 \ pion:turn:v4.0.0:pion_turn_v4/vendor/src/github.com/pion/turn/v4 \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/src/github.com/pmezard/go-difflib \ pquerna:cachecontrol:v0.2.0:pquerna_cachecontrol/vendor/src/github.com/pquerna/cachecontrol \ prometheus:client_golang:v1.23.0:prometheus_client_golang/vendor/src/github.com/prometheus/client_golang \ prometheus:client_model:v0.6.2:prometheus_client_model/vendor/src/github.com/prometheus/client_model \ prometheus:common:v0.65.0:prometheus_common/vendor/src/github.com/prometheus/common \ prometheus:procfs:v0.16.1:prometheus_procfs/vendor/src/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.36.7:protocolbuffers_protobuf_go/vendor/src/google.golang.org/protobuf \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/src/github.com/sirupsen/logrus \ soheilhy:cmux:v0.1.5:soheilhy_cmux/vendor/src/github.com/soheilhy/cmux \ spf13:pflag:v1.0.6:spf13_pflag/vendor/src/github.com/spf13/pflag \ stretchr:testify:v1.10.0:stretchr_testify/vendor/src/github.com/stretchr/testify \ tmc:grpc-websocket-proxy:e5319fda7802:tmc_grpc_websocket_proxy/vendor/src/github.com/tmc/grpc-websocket-proxy \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/src/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/src/go.uber.org/zap \ wlynxg:anet:v0.0.5:wlynxg_anet/vendor/src/github.com/wlynxg/anet \ xiang90:probing:43a291ad63a2:xiang90_probing/vendor/src/github.com/xiang90/probing MAKE_ENV= ${GOENV}\ GO111MODULE=off \ GOPATH="${WRKSRC}/vendor" post-extract: ${MKDIR} ${WRKSRC}/tmp ${MKDIR} ${WRKSRC}/vendor/src/github.com/strukturag ${LN} -s ${WRKSRC} ${WRKSRC}/vendor/src/github.com/strukturag/${PORTNAME} ${CP} ${FILESDIR}/version.txt ${WRKSRC}/version.txt do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} post-patch: @${REINPLACE_CMD} 's|%%DISTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/version.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncs-signaling ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncs-proxy do-install: ${INSTALL} -d $(STAGEDIR)$(PREFIX)/etc/ncs/ ${INSTALL} -m 644 ${WRKSRC}/server.conf.in $(STAGEDIR)$(PREFIX)/etc/ncs/server.conf.sample ${INSTALL} -m 644 ${WRKSRC}/proxy.conf.in $(STAGEDIR)$(PREFIX)/etc/ncs/proxy.conf.sample ${INSTALL} -m 644 ${WRKSRC}/gnatsd.conf $(STAGEDIR)$(PREFIX)/etc/ncs/gnatsd.conf.sample ${INSTALL} -m 755 ${WRKSRC}/bin/signaling $(STAGEDIR)$(PREFIX)/bin/ncs-signaling ${INSTALL} -m 755 ${WRKSRC}/bin/proxy $(STAGEDIR)$(PREFIX)/bin/ncs-proxy .include diff --git a/net-im/purple-gowhatsapp/Makefile b/net-im/purple-gowhatsapp/Makefile index 4360b7db7310..edc5008528c2 100644 --- a/net-im/purple-gowhatsapp/Makefile +++ b/net-im/purple-gowhatsapp/Makefile @@ -1,80 +1,80 @@ PORTNAME= purple-gowhatsapp DISTVERSIONPREFIX=v DISTVERSION= 1.16.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MAINTAINER= ports@virtual-estates.net COMMENT= WhatsApp plugin for libpurple WWW= https://github.com/hoehermann/purple-gowhatsapp LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= lang/go* ports can only created shared libraries for ${ONLY_FOR_ARCHS} LIB_DEPENDS= libpurple.so:net-im/libpurple \ libopusfile.so:audio/opusfile USES= go:no_targets cmake dos2unix localbase:ldflags pkgconfig USES+= gnome gettext-runtime USE_GNOME= gdkpixbuf glib20 OPTIONS_MULTI= DB-backend OPTIONS_MULTI_DB-backend= SQLITE3 PGSQL OPTIONS_DEFAULT=SQLITE3 .for o in ${OPTIONS_MULTI_DB-backend} $o_DESC= Support use of $o for storing account information post-patch-$o-off: ${REINPLACE_CMD} '/${$o_GH_TUPLE:C/^([^:]+):([^:]+):.*/\1\\\/\2/}"/d' \ ${WRKSRC}/src/go/login.go .endfor USE_GITHUB= yep... GH_ACCOUNT= hoehermann DOS2UNIX_GLOB= CMake*.txt EXTRACT_AFTER_ARGS=--exclude vendor MAKE_ENV+= ${GO_ENV} GH_TUPLE= \ FiloSottile:edwards25519:v1.1.0:FiloSottile_edwards25519/vendor/filippo.io/edwards25519 \ alfg:mp4:55ea58c08aeb:alfg_mp4/vendor/github.com/alfg/mp4 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ gorilla:websocket:v1.5.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ mdp:qrterminal:v3.2.0:mdp_qrterminal/vendor/github.com/mdp/qrterminal \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify \ tulir:libsignal-protocol-go:v0.1.1:tulir_libsignal_protocol_go/vendor/go.mau.fi/libsignal \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mautrix:go-util:v0.6.0:mautrix_go_util/vendor/go.mau.fi/util \ tulir:whatsmeow:9bd3fa0:tulir_whatsmeow/vendor/go.mau.fi/whatsmeow \ golang:crypto:v0.26.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.28.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.24.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.23.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.17.0:golang_text/vendor/golang.org/x/text \ golang:xerrors:93cc26a95ae9:golang_xerrors/vendor/golang.org/x/xerrors \ google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ protocolbuffers:protobuf-go:v1.34.2:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ rs:zerolog:v1.33.0:rs_zerolog/vendor/github.com/rs/zerolog \ rsc:qr:v0.2.0:rsc_qr/vendor/rsc.io/qr SQLITE3_GH_TUPLE=\ mattn:go-sqlite3:v1.14.19:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 PGSQL_GH_TUPLE= lib:pq:v1.10.9:lib_pq/vendor/github.com/lib/pq CMAKE_ARGS= -DPURPLE_INCLUDE_DIRS=${LOCALBASE}/include/libpurple \ -DPURPLE_LIBRARY_DIRS=${LOCALBASE}/lib \ -DPURPLE_PLUGIN_DIR=${PREFIX}/lib/purple-2 \ -DPURPLE_DATA_DIR=${PREFIX}/share post-configure: ${MKDIR} ${CONFIGURE_WRKSRC}/src/go/_go ${LN} -sf ${WRKSRC}/vendor ${CONFIGURE_WRKSRC}/src/go/_go/src .include diff --git a/net-im/slack-term/Makefile b/net-im/slack-term/Makefile index 9ad60b5d13a8..ce50d34c3cf2 100644 --- a/net-im/slack-term/Makefile +++ b/net-im/slack-term/Makefile @@ -1,35 +1,35 @@ PORTNAME= slack-term DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= Slack client for your terminal WWW= https://github.com/erroneousboat/slack-term LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/erroneousboat/slack-term SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} PLIST_FILES= bin/slack-term PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @cd ${WRKSRC}/vendor/github.com/OpenPeeDeeP/xdg && \ ${RLN} xdg_linux.go xdg_freebsd.go do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/net-im/ssh-chat/Makefile b/net-im/ssh-chat/Makefile index cfb670f31c76..a4f4e01da71f 100644 --- a/net-im/ssh-chat/Makefile +++ b/net-im/ssh-chat/Makefile @@ -1,30 +1,30 @@ PORTNAME= ssh-chat DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org COMMENT= Chat over SSH WWW= https://github.com/shazow/ssh-chat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= shazow GH_TUPLE= \ alexcesaro:log:61e686294e58:alexcesaro_log/vendor/github.com/alexcesaro/log \ golang:crypto:9e8e0b390897:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \ howeyc:gopass:7cb4b85ec19c:howeyc_gopass/vendor/github.com/howeyc/gopass \ jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ shazow:rateio:4461efc8bdc4:shazow_rateio/vendor/github.com/shazow/rateio GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/net-im/teleirc/Makefile b/net-im/teleirc/Makefile index bb256d8cb882..d14692fd7215 100644 --- a/net-im/teleirc/Makefile +++ b/net-im/teleirc/Makefile @@ -1,49 +1,49 @@ PORTNAME= teleirc DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net-im MAINTAINER= dtxdf@FreeBSD.org COMMENT= Telegram/IRC bridge for use with any IRC channel and Telegram group WWW= https://teleirc.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ritlug GH_TUPLE= caarlos0:env:v6.0.0:caarlos0_env_v6/vendor/github.com/caarlos0/env/v6 \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-playground:assert:v1.2.1:go_playground_assert/vendor/gopkg.in/go-playground/assert.v1 \ go-playground:locales:v0.12.1:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.16.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v9.29.1:go_playground_validator/vendor/github.com/go-playground/validator \ go-telegram-bot-api:telegram-bot-api:v4.6.4:go_telegram_bot_api_telegram_bot_api/vendor/github.com/go-telegram-bot-api/telegram-bot-api \ golang:mock:v1.4.3:golang_mock/vendor/github.com/golang/mock \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ kyokomi:emoji:v2.1.0:kyokomi_emoji/vendor/github.com/kyokomi/emoji \ leodido:go-urn:v1.1.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ lrstanley:girc:4fc93959e1a7:lrstanley_girc/vendor/github.com/lrstanley/girc \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:testify:v1.3.0:stretchr_testify/vendor/github.com/stretchr/testify \ technoweenie:multipartstreamer:v1.0.1:technoweenie_multipartstreamer/vendor/github.com/technoweenie/multipartstreamer USE_RC_SUBR= teleirc GO_TARGET= ./cmd/teleirc.go:teleirc GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" USERS= teleirc GROUPS= teleirc PLIST_SUB= GROUP="${GROUPS:[0]}" \ USER="${USERS:[0]}" post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/etc @${CP} ${WRKSRC}/env.example ${STAGEDIR}/${PREFIX}/etc/teleirc.conf.sample .include diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index ad92656f2cfd..cbab98f5b4c4 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -1,29 +1,29 @@ PORTNAME= xmpp-client PORTVERSION= 20170324 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= net-im MAINTAINER= cs@FreeBSD.org COMMENT= XMPP client with OTR support WWW= https://github.com/agl/xmpp-client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_TUPLE= agl:xmpp-client:3030ad4:DEFAULT/vendor/github.com/agl/xmpp-client \ golang:crypto:c126467:crypto/vendor/golang.org/x/crypto \ golang:net:a680a1e:net/vendor/golang.org/x/net \ golang:sys:v0.5.0:sys/vendor/golang.org/x/sys GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/xmpp-client do-test: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} . ./xmpp .include diff --git a/net-mgmt/adguard-exporter/Makefile b/net-mgmt/adguard-exporter/Makefile index 950d6c60bac0..2bf69009b207 100644 --- a/net-mgmt/adguard-exporter/Makefile +++ b/net-mgmt/adguard-exporter/Makefile @@ -1,40 +1,40 @@ PORTNAME= adguard-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.14 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net-mgmt MAINTAINER= christer.edwards@gmail.com COMMENT= Prometheus metrics exporter for AdGuard Home DNS WWW= https://github.com/ebrianne/adguard-exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= ebrianne GH_TUPLE= beorn7:perks:4c0e845:perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ golang:net:4c5254603344:net/vendor/golang.org/x/net \ golang:protobuf:2bba060:protobuf/vendor/github.com/golang/protobuf \ heetch:confita:v0.9.2:confita/vendor/github.com/heetch/confita \ matttproud:golang_protobuf_extensions:c12348c:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:mapstructure:v1.1.2:mapstructure/vendor/github.com/mitchellh/mapstructure \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:3fb53d:client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:6f38060:client_model/vendor/github.com/prometheus/client_model \ prometheus:common:49fee29:common/vendor/github.com/prometheus/common \ prometheus:procfs:a1dba9c:procfs/vendor/github.com/prometheus/procfs USE_RC_SUBR= adguard_exporter GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USERS= nobody GROUPS= nobody PLIST_FILES= bin/adguard-exporter .include diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile index 1d170eaa72d5..0a1f3ff9a50f 100644 --- a/net-mgmt/alertmanager/Makefile +++ b/net-mgmt/alertmanager/Makefile @@ -1,42 +1,42 @@ PORTNAME= alertmanager PORTVERSION= 0.30.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= dutra@FreeBSD.org COMMENT= Alert routing for Prometheus WWW= https://prometheus.io/docs/alerting/alertmanager/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/prometheus/alertmanager USE_RC_SUBR= alertmanager GO_TARGET= ./cmd/alertmanager ./cmd/amtool USERS= alertmanager GROUPS= alertmanager GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" _BUILD_USER?= ${USER} _BUILD_DATE= $$(date +%Y-%m-%d) LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${_BUILD_USER} \ ${LD_FLAG_X_PREFIX}.BuildDate=${_BUILD_DATE} LD_FLAG_X_PREFIX= -X github.com/prometheus/common/version post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/alertmanager ${INSTALL_DATA} \ ${WRKSRC}/doc/examples/simple.yml \ ${STAGEDIR}${PREFIX}/etc/alertmanager/alertmanager.yml.sample .include diff --git a/net-mgmt/bind_exporter/Makefile b/net-mgmt/bind_exporter/Makefile index f2ee5c28161f..afc5d0a2b667 100644 --- a/net-mgmt/bind_exporter/Makefile +++ b/net-mgmt/bind_exporter/Makefile @@ -1,28 +1,28 @@ PORTNAME= bind_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt dns MAINTAINER= fuz@FreeBSD.org COMMENT= Prometheus exporter for BIND server statistics WWW= https://github.com/prometheus-community/bind_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= bind_exporter GO_MODULE= github.com/prometheus-community/bind_exporter GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" BUILD_USER?= ${USER} LD_FLAG_STRING= ${STRIP} \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} LD_FLAG_X_PREFIX= -X github.com/prometheus/common/version .include diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index 958ef15a687a..541c9c8b29f7 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -1,39 +1,39 @@ PORTNAME= blackbox_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= eduardo@FreeBSD.org COMMENT= Prometheus exporter for endpoints over HTTP(S), DNS, TCP and ICMP WWW= https://github.com/prometheus/blackbox_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= prometheus USE_RC_SUBR= blackbox_exporter GO_MODULE= github.com/prometheus/blackbox_exporter SUB_FILES= pkg-message SUB_LIST= DISTVERSIONFULL=${DISTVERSIONFULL} USERS= prometheus GROUPS= prometheus PORTEXAMPLES= ${WRKSRC}/*.yml OPTIONS_DEFINE= EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/*.yml ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${DATADIR}/syslog.d \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d ${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.syslog \ ${STAGEDIR}${DATADIR}/syslog.d/blackbox_exporter.conf ${INSTALL_DATA} ${PATCHDIR}/blackbox_exporter.newsyslog \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d/blackbox_exporter.conf .include diff --git a/net-mgmt/bosun/Makefile b/net-mgmt/bosun/Makefile index 428069390891..08521e206a27 100644 --- a/net-mgmt/bosun/Makefile +++ b/net-mgmt/bosun/Makefile @@ -1,153 +1,153 @@ PORTNAME= bosun DISTVERSION= 0.9.0 DISTVERSIONSUFFIX= -preview -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-mgmt MAINTAINER= langer.markus@gmail.com COMMENT= Time series alerting framework developed by Stack Exchange WWW= https://bosun.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules uidfix USE_GITHUB= yes GH_ACCOUNT= bosun-monitor GH_TUPLE= \ Azure:azure-sdk-for-go:v21.1.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:go-autorest:v11.1.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ GROpenSourceDev:go-ntlm-auth:6314d66e1d8f:gropensourcedev_go_ntlm_auth/vendor/github.com/GROpenSourceDev/go-ntlm-auth \ GaryBoone:GoStats:1993eafbef57:garyboone_gostats/vendor/github.com/GaryBoone/GoStats \ MiniProfiler:go:3296d396d472:miniprofiler_go/vendor/github.com/MiniProfiler/go \ NYTimes:gziphandler:63027b26b87e:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ PuerkitoBio:goquery:417cce822c7b:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ StackExchange:httpunit:088c22a5342e:stackexchange_httpunit/vendor/github.com/StackExchange/httpunit \ StackExchange:mof:cfc83d4047d1:stackexchange_mof/vendor/github.com/StackExchange/mof \ StackExchange:wmi:b12b22c5341f:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ ajstarks:svgo:fd2151ebabde:ajstarks_svgo/vendor/github.com/ajstarks/svgo \ andybalholm:cascadia:3ad29d1ad1c4:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ aws:aws-sdk-go:v1.31.12:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ aymerick:douceur:7176f1467381:aymerick_douceur/vendor/github.com/aymerick/douceur \ beorn7:perks:3a771d992973:beorn7_perks/vendor/github.com/beorn7/perks \ bosun-monitor:statusio:ab1583139762:bosun_monitor_statusio/vendor/github.com/bosun-monitor/statusio \ bradfitz:slice:a665b5dbaad5:bradfitz_slice/vendor/github.com/bradfitz/slice \ captncraig:easyauth:c6de284138cf:captncraig_easyauth/vendor/github.com/captncraig/easyauth \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ coreos:go-systemd:7b2428fec400:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ cupcake:rdb:3454dcabd33c:cupcake_rdb/vendor/github.com/cupcake/rdb \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ dimchansky:utfbom:v1.0.0:dimchansky_utfbom/vendor/github.com/dimchansky/utfbom \ edsrzf:mmap-go:903d080718bd:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \ facebookgo:httpcontrol:ccde4420e1fe:facebookgo_httpcontrol/vendor/github.com/facebookgo/httpcontrol \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/gopkg.in/fsnotify.v1 \ garyburd:redigo:836b6e58b335:garyburd_redigo/vendor/github.com/garyburd/redigo \ glendc:gopher-json:dc4743023d0c:glendc_gopher_json/vendor/github.com/glendc/gopher-json \ go-asn1-ber:asn1-ber:9eae18c3681a:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \ go-kit:kit:v0.8.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-ldap:ldap:0041a4127039:go_ldap_ldap/vendor/gopkg.in/ldap.v1 \ go-logfmt:logfmt:v0.3.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-yaml:yaml:9f9df34309c0:go_yaml_yaml/vendor/gopkg.in/yaml.v1 \ go-yaml:yaml:v2.2.4:go_yaml_yaml_1/vendor/gopkg.in/yaml.v2 \ gocarina:gocsv:3ecffd272576:gocarina_gocsv/vendor/github.com/gocarina/gocsv \ godbus:dbus:7a8c533d28e8:godbus_dbus/vendor/github.com/godbus/dbus \ gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.4.0:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:089bfa567519:golang_crypto/vendor/golang.org/x/crypto \ golang:freetype:f29eb116deb3:golang_freetype/vendor/github.com/golang/freetype \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ golang:groupcache:869f871628b6:golang_groupcache/vendor/github.com/golang/groupcache \ golang:image:baddd3465a05:golang_image/vendor/golang.org/x/image \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:d2e6202438be:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:d9eb7a3d35ec:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:v0.1.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ google:cadvisor:e9739af18411:google_cadvisor/vendor/github.com/google/cadvisor \ google:go-github:44b1ede22d71:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:2a60fc2ba6c1:google_go_querystring/vendor/github.com/google/go-querystring \ googleapis:google-api-go-client:20530fd5d65a:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.26.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ gorilla:css:a80e24ada269:gorilla_css/vendor/github.com/gorilla/css \ gorilla:mux:757bef944d0f:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:securecookie:fa5329f91370:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ influxdata:influxdb:v1.6.3:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ influxdata:influxql:a7267bff5327:influxdata_influxql/vendor/github.com/influxdata/influxql \ jinzhu:now:ce80572eb55a:jinzhu_now/vendor/github.com/jinzhu/now \ jmespath:go-jmespath:v0.3.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jmoiron:jsonq:e874b168d07e:jmoiron_jsonq/vendor/github.com/jmoiron/jsonq \ jordan-wright:email:f61123ea07e1:jordan_wright_email/vendor/github.com/jordan-wright/email \ justinas:alice:1051eaf52fca:justinas_alice/vendor/github.com/justinas/alice \ kardianos:osext:c2c54e542fb7:kardianos_osext/vendor/github.com/kardianos/osext \ kr:logfmt:b84e30acd515:kr_logfmt/vendor/github.com/kr/logfmt \ kylebrandt:boolq:f869a7265c7e:kylebrandt_boolq/vendor/github.com/kylebrandt/boolq \ kylebrandt:gohop:f6dbeb38f6df:kylebrandt_gohop/vendor/github.com/kylebrandt/gohop \ llgcode:draw2d:9ffe0e7eb54c:llgcode_draw2d/vendor/github.com/llgcode/draw2d \ mailru:easyjson:v0.7.1:mailru_easyjson/vendor/github.com/mailru/easyjson \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mhenderson-so:azure-ea-billing:4fd1a790460c:mhenderson_so_azure_ea_billing/vendor/github.com/mhenderson-so/azure-ea-billing \ mitchellh:go-homedir:v1.0.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mjibson:esc:v0.1.0:mjibson_esc/vendor/github.com/mjibson/esc \ oklog:ulid:v1.3.1:oklog_ulid/vendor/github.com/oklog/ulid \ olivere:elastic:33ad30f61610:olivere_elastic/vendor/github.com/olivere/elastic \ olivere:elastic:v3.0.56:olivere_elastic_1/vendor/gopkg.in/olivere/elastic.v3 \ olivere:elastic:v5.0.48:olivere_elastic_2/vendor/gopkg.in/olivere/elastic.v5 \ olivere:elastic:v7.0.17:olivere_elastic_v7/vendor/github.com/olivere/elastic/v7 \ opentracing:opentracing-go:v1.1.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ pelletier:go-toml:v1.6.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:d2ead2588477:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:5c3871d89910:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.1.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:1dc9a6cbc91a:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:b639fe140c1f:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ prometheus:tsdb:v0.3.1:prometheus_tsdb/vendor/github.com/prometheus/tsdb \ ryanuber:go-glob:572520ed46db:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ siddontang:go:b151716326d7:siddontang_go/vendor/github.com/siddontang/go \ siddontang:goredis:760763f78400:siddontang_goredis/vendor/github.com/siddontang/goredis \ siddontang:ledisdb:8ceb77e66a92:siddontang_ledisdb/vendor/github.com/siddontang/ledisdb \ siddontang:rdb:fc89ed2e418d:siddontang_rdb/vendor/github.com/siddontang/rdb \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ syndtr:goleveldb:1a9d62f03ea9:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ tatsushid:go-fastping:06cac0fecdc2:tatsushid_go_fastping/vendor/github.com/tatsushid/go-fastping \ twinj:uuid:89173bcdda19:twinj_uuid/vendor/github.com/twinj/uuid \ ugorji:go:ea9cd21fa0bc:ugorji_go/vendor/github.com/ugorji/go \ vdobler:chart:293b01f8b75d:vdobler_chart/vendor/github.com/vdobler/chart \ vmware:govmomi:a2138329bbd1:vmware_govmomi/vendor/github.com/vmware/govmomi \ yuin:gopher-lua:1cd887cd7036:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua USE_RC_SUBR= bosun GO_TARGET= ./cmd/bosun SUB_FILES= bosun SUB_LIST= USERS=${USERS} \ GROUPS=${GROUPS} \ BOSUN_CONFDIR=${ETCDIR} \ BOSUN_LOGDIR=${BOSUN_LOGDIR} PLIST_SUB= USERS=${USERS} \ GROUPS=${GROUPS} \ BOSUN_CONFDIR=${ETCDIR} \ BOSUN_LOGDIR=${BOSUN_LOGDIR} USERS= bosun GROUPS= bosun BOSUN_LOGDIR= /var/log/${PORTNAME} post-install: ${MKDIR} \ ${STAGEDIR}${BOSUN_LOGDIR} \ ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} \ ${WRKSRC}/cmd/bosun/bosun.example.toml \ ${STAGEDIR}${ETCDIR}/bosun.conf.sample .include diff --git a/net-mgmt/carbon-relay-ng/Makefile b/net-mgmt/carbon-relay-ng/Makefile index e259cd60e849..dcf829033d55 100644 --- a/net-mgmt/carbon-relay-ng/Makefile +++ b/net-mgmt/carbon-relay-ng/Makefile @@ -1,33 +1,33 @@ PORTNAME= carbon-relay-ng DISTVERSION= 0.10.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com COMMENT= Go implementation of carbonapi WWW= https://github.com/graphite-ng/carbon-relay-ng LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata USES= gmake go USE_GITHUB= yes GH_ACCOUNT= graphite-ng GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} USERS= carbon GROUPS= carbon post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/carbon-relay-ng @${MKDIR} ${STAGEDIR}/var/run/carbon-relay-ng @${MKDIR} ${STAGEDIR}/var/run/carbon-relay-ng/spool ${INSTALL_DATA} ${WRKSRC}/examples/carbon-relay-ng.ini ${STAGEDIR}${PREFIX}/etc/carbon-relay-ng/carbon-relay-ng.ini.sample .include diff --git a/net-mgmt/carbonzipper/Makefile b/net-mgmt/carbonzipper/Makefile index 7e3470ca8bb7..1f87cdf7d60d 100644 --- a/net-mgmt/carbonzipper/Makefile +++ b/net-mgmt/carbonzipper/Makefile @@ -1,54 +1,54 @@ PORTNAME= carbonzipper DISTVERSION= 0.74 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com COMMENT= Proxy between carbonapi and go-carbon WWW= https://github.com/go-graphite/carbonzipper/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= go-graphite GH_SUBDIR= src/github.com/go-graphite/${PORTNAME} GH_TUPLE= bradfitz:gomemcache:1952afa:gomemcache/vendor/github.com/bradfitz/gomemcache \ dgryski:httputil:189c2918:httputil/vendor/github.com/dgryski/httputil \ dgryski:go-expirecache:743ef98:goexpirecache/vendor/github.com/dgryski/go-expirecache \ facebookgo:atomicfile:2de1f20:atomicfile/vendor/github.com/facebookgo/atomicfile \ facebookgo:clock:600d898:clock/vendor/github.com/facebookgo/clock \ facebookgo:grace:4afe952:grace/vendor/github.com/facebookgo/grace \ facebookgo:httpdown:a3b1354:httpdown/vendor/github.com/facebookgo/httpdown \ facebookgo:pidfile:f242e299:pidfile/vendor/github.com/facebookgo/pidfile \ facebookgo:stats:1b76add:stats/vendor/github.com/facebookgo/stats \ gogo:protobuf:v0.4:protobuf/vendor/github.com/gogo/protobuf \ go-yaml:yaml:v2.1.1:yaml/vendor/gopkg.in/yaml.v2 \ lestrrat:go-strftime:04ef93e:gostrftime/vendor/github.com/lestrrat/go-strftime \ lestrrat-go:file-rotatelogs:v2.1.0:filerotatelogs/vendor/github.com/lestrrat/go-file-rotatelogs \ lomik:og-rek:628eefe:ogrek/vendor/github.com/lomik/og-rek \ lomik:zapwriter:d4499a3:zapwriter/vendor/github.com/lomik/zapwriter \ peterbourgon:g2g:0c2bab2:g2g/vendor/github.com/peterbourgon/g2g \ pkg:errors:v0.8.0:errors/vendor/github.com/pkg/errors \ satori:go.uuid:v1.1.0:gouuid/vendor/github.com/satori/go.uuid \ uber-go:atomic:v1.2.0:atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.1.0:multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.5.0:zap/vendor/go.uber.org/zap GO_BUILDFLAGS= -ldflags='-X main.BuildVersion=${DISTVERSION}' USE_RC_SUBR= ${PORTNAME} CONFLICTS_INSTALL= carbonapi # bin/carbonzipper USERS= carbon GROUPS= carbon post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/carbonzipper @${MKDIR} ${STAGEDIR}/var/log/carbonzipper ${INSTALL_DATA} ${WRKSRC}/example.conf ${STAGEDIR}${PREFIX}/etc/carbonzipper .include diff --git a/net-mgmt/check_syncthing/Makefile b/net-mgmt/check_syncthing/Makefile index fd0fa7eda010..6628786df257 100644 --- a/net-mgmt/check_syncthing/Makefile +++ b/net-mgmt/check_syncthing/Makefile @@ -1,31 +1,31 @@ PORTNAME= check_syncthing DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= dsh@bamus.cz COMMENT= Icinga2 monitoring plugin for syncthing daemon WWW= https://github.com/dsh2dsh/check_syncthing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dsh2dsh GO_MOD_DIST= github GO_MODULE= github.com/dsh2dsh/${PORTNAME} _BUILD_XFLAGS= main.version=${DISTVERSIONFULL} GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X ${GO_MODULE}/!}" PLIST_FILES= libexec/nagios/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/libexec/nagios/ .include diff --git a/net-mgmt/fli/Makefile b/net-mgmt/fli/Makefile index c8b21e5c4bc1..a83e75ad50a0 100644 --- a/net-mgmt/fli/Makefile +++ b/net-mgmt/fli/Makefile @@ -1,24 +1,24 @@ PORTNAME= fli DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MAINTAINER= olgeni@FreeBSD.org COMMENT= Analyze AWS VPC Flow Logs with ease WWW= https://github.com/fractalops/fli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fractalops GO_MODULE= github.com/fractalops/fli GO_TARGET= ./cmd/fli PLIST_FILES= bin/fli .include diff --git a/net-mgmt/grok_exporter/Makefile b/net-mgmt/grok_exporter/Makefile index 5c5f154c145f..cd88f7f628b4 100644 --- a/net-mgmt/grok_exporter/Makefile +++ b/net-mgmt/grok_exporter/Makefile @@ -1,58 +1,58 @@ PORTNAME= grok_exporter DISTVERSIONPREFIX=v DISTVERSION= 1.0.0.RC4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com COMMENT= Export Prometheus metrics from arbitrary unstructured log data WWW= https://github.com/fstab/grok_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 LIB_DEPENDS= libonig.so:devel/oniguruma USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fstab logstash-plugins:plugins GH_PROJECT= logstash-patterns-core:plugins GH_TAGNAME= 6d25c13:plugins GH_TUPLE= \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bitly:go-simplejson:v0.5.0:bitly_go_simplejson/vendor/github.com/bitly/go-simplejson \ cespare:xxhash:v2.1.1:cespare_xxhash/vendor/github.com/cespare/xxhash/v2 \ go-yaml:yaml:v2.2.7:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:exp:da58074b4299:golang_exp/vendor/golang.org/x/exp \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:d4481acd189f:golang_sys/vendor/golang.org/x/sys \ konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ prometheus:client_golang:v1.3.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.1.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus USERS= prometheus GROUPS= prometheus GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= grok_exporter SUB_FILES= config.yml post-patch: for f in `${FIND} ${WRKSRC}/tailer -name '*darwin*'`; do ${LN} -sf $${f} `echo $${f} | ${SED} 's/darwin/freebsd/g'`; done cd ${WRKSRC}/tailer/fswatcher && ${LN} -sf fswatcher_darwin_amd64.go fswatcher_freebsd_arm64.go post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/config.yml ${STAGEDIR}${ETCDIR}/config.yml.sample @(cd ${WRKSRC} && ${COPYTREE_SHARE} example ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC_plugins} && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR}) .include diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index c30a7667aa26..1c4a0098b092 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,50 +1,50 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org COMMENT= Publish, synchronize, and visualize Icinga data WWW= https://icinga.com/docs/icinga-db/latest/doc/02-Installation/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules pgsql WANT_PGSQL= contrib USE_RC_SUBR= icingadb PLIST_SUB= PORTNAME=${PORTNAME} # As copied from net-mgmt/icinga2 ICINGA2USER?= icinga ICINGA2GROUP?= icinga USERS= ${ICINGA2USER} GROUPS= ${ICINGA2GROUP} SUB_LIST= ICINGA2GROUP=${ICINGA2GROUP} \ ICINGA2USER=${ICINGA2USER} USE_GITHUB= yes GH_ACCOUNT= Icinga GH_PROJECT= icingadb GO_MODULE= github.com/icinga/icingadb GO_TARGET= ./cmd/icingadb SUB_LIST+= ICINGA2USER=${ICINGA2USER} \ PREFIX=${PREFIX} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/internal/config/config.go post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "schema" ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_DATA} ${WRKSRC}/config.example.yml ${STAGEDIR}${ETCDIR}/config.yml.sample .include diff --git a/net-mgmt/intel-snap/Makefile b/net-mgmt/intel-snap/Makefile index 1926f7af09b8..e3dd314e9f87 100644 --- a/net-mgmt/intel-snap/Makefile +++ b/net-mgmt/intel-snap/Makefile @@ -1,53 +1,53 @@ PORTNAME= intel-snap PORTVERSION= 0.0.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Intel's open telemetry framework WWW= https://github.com/intelsdi-x/snap #LICENSE= APACHE2 USES= go USE_GITHUB= yes GH_ACCOUNT= stdale GH_PROJECT= snap-freebsd GH_TAGNAME= ca8016d GH_TUPLE= Sirupsen:logrus:61e43dc:logrus/vendor/github.com/Sirupsen/logrus \ vrischmann:jsonutil:d44b59f:jsonutil/vendor/github.com/vrischmann/jsonutil \ golang:crypto:f18420e:crypto/vendor/golang.org/x/crypto \ appc:spec:e99880c:schema/vendor/github.com/appc/spec \ asaskevich:govalidator:fdf1978:govalidator/vendor/github.com/asaskevich/govalidator \ coreos:go-semver:9474efc:semver/vendor/github.com/coreos/go-semver \ ghodss:yaml:04f3134:yaml/vendor/github.com/ghodss/yaml \ golang:protobuf:8ee7999:protobuf/vendor/github.com/golang/protobuf \ hashicorp:go-msgpack:fa3f638:msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:memberlist:9888dc5:memberlist/vendor/github.com/hashicorp/memberlist \ armon:go-metrics:06b6099:metrics/vendor/github.com/armon/go-metrics \ intelsdi-x:gomit:db68f6f:gomit/vendor/github.com/intelsdi-x/gomit \ julienschmidt:httprouter:8a45e95:httprouter/vendor/github.com/julienschmidt/httprouter \ robfig:cron:9585fd5:cron/vendor/github.com/robfig/cron \ urfave:cli:347a988:cli2/vendor/github.com/urfave/cli \ urfave:negroni:61dbefc:negroni/vendor/github.com/urfave/negroni \ pborman:uuid:1b00554:uuid/vendor/github.com/pborman/uuid \ spf13:pflag:9ff6c69:pflag/vendor/github.com/spf13/pflag \ xeipuuv:gojsonschema:f06f290:gojsonschema/vendor/github.com/xeipuuv/gojsonschema \ xeipuuv:gojsonreference:e02fc20:gojsonreference/vendor/github.com/xeipuuv/gojsonreference \ xeipuuv:gojsonpointer:e0fe6f6:gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ golang:net:41bba8d:net/vendor/golang.org/x/net \ abh:errorutil:f9bd360:errorutil/vendor/go4.org/errorutil \ go-yaml:yaml:4c78c97:yaml2/vendor/gopkg.in/yaml.v2 \ go-inf:inf:3887ee9:inf/vendor/gopkg.in/inf.v0 \ grpc:grpc-go:b1efb1e:grpc/vendor/google.golang.org/grpc \ ghodss:yaml:04f3134:yaml/vendor/github.com/ghodss/yaml GO_PKGNAME= github.com/intelsdi-x/snap GO_TARGET= .:snapd \ ./cmd/snapctl PLIST_FILES= bin/snapctl bin/snapd .include diff --git a/net-mgmt/kapacitor/Makefile b/net-mgmt/kapacitor/Makefile index d8d991b4a3b4..b5ca916a8787 100644 --- a/net-mgmt/kapacitor/Makefile +++ b/net-mgmt/kapacitor/Makefile @@ -1,59 +1,59 @@ PORTNAME= kapacitor DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net-mgmt MAINTAINER= cheffo@freebsd-bg.org COMMENT= Time-series data collection WWW= https://influxdata.com/time-series-platform/kapacitor/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 USES= go USE_RC_SUBR= kapacitord USE_GITHUB= yes GH_ACCOUNT= influxdata GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} GO_BUILDFLAGS+= -ldflags "-X main.version=${DISTVERSION}" GO_TARGET= ./cmd/kapacitor \ ./cmd/kapacitord SUB_FILES= kapacitord SUB_LIST+= KAPACITORD_USER=${KAPACITORD_USER} \ KAPACITORD_GROUP=${KAPACITORD_GROUP} \ KAPACITORD_DBDIR=${KAPACITORD_DBDIR} \ KAPACITORD_LOGDIR=${KAPACITORD_LOGDIR} PLIST_SUB= KAPACITORD_USER=${KAPACITORD_USER} \ KAPACITORD_GROUP=${KAPACITORD_GROUP} \ KAPACITORD_DBDIR=${KAPACITORD_DBDIR} \ KAPACITORD_LOGDIR=${KAPACITORD_LOGDIR} #Use influxd user as it's aleary present in ports system KAPACITORD_USER= influxd KAPACITORD_GROUP= influxd USERS= ${KAPACITORD_USER} GROUPS= ${KAPACITORD_GROUP} KAPACITORD_DBDIR= /var/db/${PORTNAME}/ KAPACITORD_LOGDIR= /var/log/${PORTNAME}/ post-install: ${MKDIR} ${STAGEDIR}${KAPACITORD_DBDIR} \ ${STAGEDIR}${KAPACITORD_LOGDIR} @${SED} -i .bak -e \ "s|/var/lib/kapacitor|/var/db/kapacitor|g" \ ${WRKSRC}/etc/${PORTNAME}/${PORTNAME}.conf ${INSTALL_DATA} \ ${WRKSRC}/etc/${PORTNAME}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include diff --git a/net-mgmt/mqtt2prometheus/Makefile b/net-mgmt/mqtt2prometheus/Makefile index 4cd7cdb7b3a3..11c06a28205f 100644 --- a/net-mgmt/mqtt2prometheus/Makefile +++ b/net-mgmt/mqtt2prometheus/Makefile @@ -1,60 +1,60 @@ PORTNAME= mqtt2prometheus DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-mgmt MAINTAINER= manu@FreeBSD.org COMMENT= Export MQTT metrics to prometheus WWW= https://github.com/hikhvar/mqtt2prometheus/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go USE_GITHUB= yes GH_ACCOUNT= hikhvar GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ eclipse:paho.mqtt.golang:v1.3.5:paho/vendor/github.com/eclipse/paho.mqtt.golang \ go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.7.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.15.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:exporter-toolkit:v0.5.1:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ uber-go:zap:v1.16.0:uber_go_zap/vendor/go.uber.org/zap \ thedevsaddam:gojsonq:v2.5.2:thedevsaddam_gojsonq_v2/vendor/github.com/thedevsaddam/gojsonq/v2 \ golang:net:4c5254603344:golang_net/vendor/golang.org/x/net \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ golang:protobuf:v1.4.2:protobuf/vendor/github.com/golang/protobuf \ golang:crypto:5f87f3452ae9:crypto/vendor/golang.org/x/crypto \ uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.5.0:multierr/vendor/go.uber.org/multierr \ go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ matttproud:golang_protobuf_extensions:v1.0.1:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf GO_TARGET= ./cmd:${PORTNAME} post-extract: @${MKDIR} ${GO_WRKSRC:H} @${LN} -sf ${WRKSRC} ${GO_WRKSRC} @${MKDIR} ${WRKSRC}/vendor/github.com/hikhvar/mqtt2prometheus/ @${LN} -s ${WRKSRC}/pkg ${WRKSRC}/vendor/github.com/hikhvar/mqtt2prometheus/pkg post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mqtt2prometheus/ ${INSTALL_DATA} ${WRKSRC}/config.yaml.dist ${STAGEDIR}${PREFIX}/etc/mqtt2prometheus/ ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d .include diff --git a/net-mgmt/mysqld_exporter/Makefile b/net-mgmt/mysqld_exporter/Makefile index 948f9ac3e477..afebf8e64e47 100644 --- a/net-mgmt/mysqld_exporter/Makefile +++ b/net-mgmt/mysqld_exporter/Makefile @@ -1,21 +1,21 @@ PORTNAME= mysqld_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.17.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= mr.deadlystorm@gmail.com COMMENT= Prometheus exporter for MySQL server metrics WWW= https://github.com/prometheus/mysqld_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/prometheus/mysqld_exporter PLIST_FILES= bin/mysqld_exporter USE_RC_SUBR= mysqld_exporter SUB_FILES= pkg-message .include diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 7240b58fa89e..415c1dc9bdd0 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -1,176 +1,176 @@ PORTNAME= netdata DISTVERSIONPREFIX= v DISTVERSION= 2.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \ https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \ https://dl.nkeor.me/freebsd/netdata/:nkeor DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:netdata DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= nk@nkeor.me COMMENT= Scalable distributed realtime performance and health monitoring WWW= https://github.com/netdata/netdata LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libbacktrace.a:devel/libbacktrace LIB_DEPENDS= libabsl_base.so:devel/abseil \ libbrotlicommon.so:archivers/brotli \ libcurl.so:ftp/curl \ libjson-c.so:devel/json-c \ liblz4.so:archivers/liblz4 \ libpcre2-8.so:devel/pcre2 \ libprotobuf.so:devel/protobuf \ libuuid.so:misc/libuuid \ libuv.so:devel/libuv \ libyaml.so:textproc/libyaml \ libzstd.so:archivers/zstd RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ bash:shells/bash USES= cmake compiler:c++17-lang cpe localbase:ldflags \ pathfix pkgconfig:both python shebangfix ssl USE_GITHUB= nodefault USE_RC_SUBR= ${PORTNAME} SHEBANG_GLOB= * CMAKE_ON= DISABLE_HARDENING ENABLE_DASHBOARD ENABLE_LIBBACKTRACE # DebugFS and below are Linux exclusive CMAKE_OFF= ENABLE_PLUGIN_EBPF \ ENABLE_PLUGIN_NFACCT \ ENABLE_PLUGIN_XENSTAT \ ENABLE_PLUGIN_DEBUGFS \ ENABLE_PLUGIN_PERF \ ENABLE_PLUGIN_SLABINFO \ ENABLE_PLUGIN_SYSTEMD_JOURNAL \ ENABLE_PLUGIN_CGROUP_NETWORK \ ENABLE_PLUGIN_LOCAL_LISTENERS \ ENABLE_PLUGIN_NETWORK_VIEWER \ ENABLE_NETDATA_JOURNAL_FILE_READER CFLAGS+= -D_WANT_VMMETER # Libs that you can't unbundle... # SQLite3, --exclude database/sqlite/sqlite3* # (lib)judy, --exclude libnetdata/libjudy EXTRACT_AFTER_ARGS= --exclude ml/dlib \ --exclude collectors/python.d.plugin/python_modules/pyyaml2 \ --exclude collectors/python.d.plugin/python_modules/pyyaml3 \ --exclude collectors/python.d.plugin/python_modules/urllib3 \ --no-same-owner --no-same-permissions SUB_FILES= ${PORTNAME}.conf.sample SUB_LIST= NETDATA_CACHE=${NETDATA_CACHE} \ NETDATA_LOG=${NETDATA_LOG} \ NETDATA_PERST=${NETDATA_PERST} \ NETDATA_RUN=${NETDATA_RUN} USERS= netdata GROUPS= netdata NETDATA_CACHE= /var/cache/${PORTNAME} NETDATA_LOG= /var/log/${PORTNAME} NETDATA_PERST= /var/db/${PORTNAME} NETDATA_RUN= /var/run/${PORTNAME} NETDATA_DASHBOARD_VERSION= 20260115 PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \ NETDATA_LOG=${NETDATA_LOG} \ NETDATA_PERST=${NETDATA_PERST} \ NETDATA_RUN=${NETDATA_RUN} OPTIONS_DEFINE= CUPS DASHBOARD FREEIPMI GOPLUGIN ML OPENTELEMETRY \ PROMETHEUS OPTIONS_DEFAULT= DASHBOARD GOPLUGIN ML OPTIONS_SUB= yes CUPS_DESC= Enable support for cups DASHBOARD_DESC= Enable agent dashboard FREEIPMI_DESC= Enable support for freeipmi GOPLUGIN_DESC= Enable the go collector plugin ML_DESC= Enable anomaly detection via dlib OPENTELEMETRY_DESC= Enable collection of OpenTelemetry metrics and logs PROMETHEUS_DESC= Enable prometheus remote write exporter CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= ENABLE_PLUGIN_CUPS DASHBOARD_DISTFILES= agent_${NETDATA_DASHBOARD_VERSION}.tar.gz:nkeor DASHBOARD_EXTRACT_ONLY= agent_${NETDATA_DASHBOARD_VERSION}.tar.gz FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi FREEIPMI_CMAKE_BOOL= ENABLE_PLUGIN_FREEIPMI GOPLUGIN_DISTFILES= go.mod:goplugin GOPLUGIN_FETCH_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX} GOPLUGIN_USES= go:no_targets,modules GOPLUGIN_CMAKE_BOOL= ENABLE_PLUGIN_GO ML_BUILD_DEPENDS= ${LOCALBASE}/include/dlib/matrix.h:science/dlib-cpp ML_CMAKE_BOOL= ENABLE_ML OPENTELEMETRY_BROKEN= when using a proxy and in poudriere - download during build OPENTELEMETRY_BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Corrosion.cmake:devel/corrosion OPENTELEMETRY_CMAKE_BOOL= ENABLE_PLUGIN_OTEL PROMETHEUS_LIB_DEPENDS= libsnappy.so:archivers/snappy \ libabsl_base.so:devel/abseil \ libprotobuf.so:devel/protobuf PROMETHEUS_CMAKE_BOOL= ENABLE_EXPORTER_PROMETHEUS_REMOTE_WRITE post-fetch-GOPLUGIN-on: @(cd ${DISTDIR}/${DIST_SUBDIR}; \ ${SETENVI} ${WRK_ENV} \ ${HTTP_PROXY:DHTTP_PROXY=${HTTP_PROXY:Q}} \ ${http_proxy:Dhttp_proxy=${http_proxy:Q}} \ ${HTTPS_PROXY:DHTTPS_PROXY=${HTTPS_PROXY:Q}} \ ${https_proxy:Dhttps_proxy=${https_proxy:Q}} \ ${NO_PROXY:DNO_PROXY=${NO_PROXY:Q}} \ ${no_proxy:Dno_proxy=${no_proxy:Q}} \ ${GO_ENV} GOPROXY=${GO_GOPROXY} ${GO_CMD} mod download -x all) post-extract-GOPLUGIN-on: @${ECHO_MSG} "===> Tidying god.plugin dependencies"; @(cd ${WRKSRC}/src/go; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy -e) @${ECHO_MSG} "===> Vendoring god.plugin dependencies"; @(cd ${WRKSRC}/src/go; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor -e) pre-patch: @${REINPLACE_CMD} -e '\ s|usr/lib/|lib/|g; \ s|usr/libexec/|libexec/|g; \ s|usr/share/|share/|g' \ ${WRKSRC}/CMakeLists.txt post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/packaging/cmake/Modules/NetdataBacktrace.cmake @${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \ ${PATCH_WRKSRC}/packaging/cmake/Modules/NetdataVersion.cmake @${REINPLACE_CMD} -e '\ s|%%NETDATA_CACHE%%|${NETDATA_CACHE}|g; \ s|%%NETDATA_LOG%%|${NETDATA_LOG}|g; \ s|%%NETDATA_PERST%%|${NETDATA_PERST}|g; \ s|%%NETDATA_RUN%%|${NETDATA_RUN}|g; \ s|%%ETCDIR%%|${ETCDIR}|g' \ ${PATCH_WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g' \ ${PATCH_WRKSRC}/src/collectors/python.d.plugin/python.d.plugin.in post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ ${STAGEDIR}${NETDATA_CACHE} \ ${STAGEDIR}${NETDATA_LOG} \ ${STAGEDIR}${NETDATA_PERST} ${INSTALL_DATA} ${WRKDIR}/netdata.conf.sample ${STAGEDIR}${ETCDIR}/netdata.conf.sample ${INSTALL_DATA} ${FILESDIR}/netdata.newsyslog.conf.sample ${STAGEDIR}${ETCDIR}/netdata.newsyslog.conf.sample ${INSTALL_SCRIPT} ${FILESDIR}/netdata_required.sample ${STAGEDIR}${PREFIX}/etc/rc.d ${TOUCH} ${STAGEDIR}${ETCDIR}/.opt-out-from-anonymous-statistics ${RM} -r ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/netdata-updater.sh \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/conf.d/netdata-updater.conf \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/system ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} -type f -name "*.conf" -exec ${MV} {} {}.sample \; post-install-DASHBOARD-on: @(cd ${WRKDIR}/dist/agent && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/web) .include diff --git a/net-mgmt/nsd_exporter/Makefile b/net-mgmt/nsd_exporter/Makefile index 92e675003368..ce0967f3bca8 100644 --- a/net-mgmt/nsd_exporter/Makefile +++ b/net-mgmt/nsd_exporter/Makefile @@ -1,40 +1,40 @@ PORTNAME= nsd_exporter PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= zi@FreeBSD.org COMMENT= Prometheus exporter for nsd metrics WWW= https://github.com/optix2000/nsd_exporter LICENSE= BSD3CLAUSE USES= go USE_GITHUB= yes GH_ACCOUNT= optix2000 GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:e047566fdf82:golang_sys/vendor/golang.org/x/sys \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ optix2000:go-nsdctl:v1.0.0:optix2000_go_nsdctl/vendor/github.com/optix2000/go-nsdctl \ prometheus:client_golang:v1.4.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.9.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/nsd_exporter USE_RC_SUBR= nsd_exporter post-patch: ${REINPLACE_CMD} -e 's|"/etc|"${LOCALBASE}/etc|g' ${WRKSRC_optix2000_go_nsdctl}/nsdctl.go ${REINPLACE_CMD} -e 's|"/etc|"${LOCALBASE}/etc|g' ${WRKSRC}/nsd_exporter.go .include diff --git a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile index 2a819dbe01ad..9dcbe00245e7 100644 --- a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile +++ b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile @@ -1,29 +1,29 @@ PORTNAME= nvidia_gpu_prometheus_exporter DISTVERSION= g20181028 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-mgmt MAINTAINER= 0mp@FreeBSD.org COMMENT= NVIDIA GPU Prometheus exporter WWW= https://github.com/mindprince/nvidia_gpu_prometheus_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 USES= go USE_GITHUB= yes GH_ACCOUNT= mindprince GH_TAGNAME= 0d52cd2 PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net-mgmt/php-fpm_exporter/Makefile b/net-mgmt/php-fpm_exporter/Makefile index 708bced689a0..4ac9c8f6fa73 100644 --- a/net-mgmt/php-fpm_exporter/Makefile +++ b/net-mgmt/php-fpm_exporter/Makefile @@ -1,62 +1,62 @@ PORTNAME= php-fpm_exporter DISTVERSIONPREFIX=v DISTVERSION= 2.2.0 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= net-mgmt MAINTAINER= freebsd.org@neant.ro COMMENT= Export php-fpm metrics in Prometheus format WWW= https://github.com/hipages/php-fpm_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hipages GH_PROJECT= php-fpm_exporter GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.66.4:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:33da011f77ad:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ gosuri:uitable:v0.0.4:gosuri_uitable/vendor/github.com/gosuri/uitable \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.8:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.9.4:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pelletier:go-toml:v2.0.0-beta.8:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.12.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.32.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.7.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.8.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.4.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.11.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tomasen:fcgi_client:2bb3d819fd19:tomasen_fcgi_client/vendor/github.com/tomasen/fcgi_client PLIST_FILES= bin/${PORTNAME} USE_RC_SUBR= php_fpm_exporter .include diff --git a/net-mgmt/phpfpm_exporter/Makefile b/net-mgmt/phpfpm_exporter/Makefile index ab8a40af270a..ccfdde1c0911 100644 --- a/net-mgmt/phpfpm_exporter/Makefile +++ b/net-mgmt/phpfpm_exporter/Makefile @@ -1,24 +1,24 @@ PORTNAME= phpfpm_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com COMMENT= Export php-fpm metrics in Prometheus format WWW= https://github.com/bakins/php-fpm-exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/bakins/php-fpm-exporter GO_TARGET= cmd/php-fpm-exporter/main.go:${PREFIX}/bin/${PORTNAME} USE_RC_SUBR= phpfpm_exporter USERS= prometheus GROUPS= prometheus PLIST_FILES= bin/${PORTNAME} .include diff --git a/net-mgmt/ping_exporter/Makefile b/net-mgmt/ping_exporter/Makefile index 2018d498306b..20acf05361b8 100644 --- a/net-mgmt/ping_exporter/Makefile +++ b/net-mgmt/ping_exporter/Makefile @@ -1,36 +1,36 @@ PORTNAME= ping_exporter DISTVERSION= 1.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-mgmt MAINTAINER= ivy@FreeBSD.org COMMENT= Prometheus exporter for ICMP echo requests WWW= https://github.com/czerwonk/ping_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= czerwonk USE_RC_SUBR= ping_exporter GO_MOD_DIST= github GO_MODULE= github.com/czerwonk/ping_exporter GO_TARGET= .:ping_exporter SUB_FILES= pkg-message post-install: ${INSTALL_DATA} ${PATCHDIR}/ping_exporter.yml.sample \ ${STAGEDIR}${PREFIX}/etc/ping_exporter.yml.sample ${MKDIR} ${STAGEDIR}${DATADIR}/syslog.d \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d ${INSTALL_DATA} ${PATCHDIR}/ping_exporter.syslog \ ${STAGEDIR}${DATADIR}/syslog.d/ping_exporter.conf ${INSTALL_DATA} ${PATCHDIR}/ping_exporter.newsyslog \ ${STAGEDIR}${DATADIR}/newsyslog.conf.d/ping_exporter.conf .include diff --git a/net-mgmt/prometheus-bird-exporter/Makefile b/net-mgmt/prometheus-bird-exporter/Makefile index 56b0825bb784..a9e67048076a 100644 --- a/net-mgmt/prometheus-bird-exporter/Makefile +++ b/net-mgmt/prometheus-bird-exporter/Makefile @@ -1,28 +1,28 @@ PORTNAME= prometheus-bird-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= ivy@FreeBSD.org COMMENT= Prometheus state exporter for BIRD routing daemon WWW= https://github.com/czerwonk/bird_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= czerwonk GH_PROJECT= bird_exporter USE_RC_SUBR= bird_exporter GO_MODULE= github.com/czerwonk/bird_exporter GO_MOD_DIST= https://raw.githubusercontent.com/czerwonk/bird_exporter/refs/tags/${DISTVERSIONPREFIX}${DISTVERSION}/ GO_TARGET= .:bird_exporter PLIST_FILES= ${PREFIX}/bin/bird_exporter .include diff --git a/net-mgmt/prometheus-collectd-exporter/Makefile b/net-mgmt/prometheus-collectd-exporter/Makefile index 0ab678c40c77..118607e7e9c9 100644 --- a/net-mgmt/prometheus-collectd-exporter/Makefile +++ b/net-mgmt/prometheus-collectd-exporter/Makefile @@ -1,28 +1,28 @@ PORTNAME= prometheus-collectd-exporter PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net-mgmt MAINTAINER= dsp@php.net COMMENT= Collectd exporter for Prometheus WWW= https://github.com/prometheus/collectd_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go gmake USE_GITHUB= yes GH_ACCOUNT= prometheus GH_PROJECT= collectd_exporter GH_TUPLE= golang:sys:v0.6.0:sys pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys PLIST_FILES= bin/prometheus-collectd-exporter USE_RC_SUBR= collectd_exporter .include diff --git a/net-mgmt/prometheus1/Makefile b/net-mgmt/prometheus1/Makefile index 12d170a269da..bb582de6bb39 100644 --- a/net-mgmt/prometheus1/Makefile +++ b/net-mgmt/prometheus1/Makefile @@ -1,48 +1,48 @@ PORTNAME= prometheus PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= net-mgmt PKGNAMESUFFIX= 1 MAINTAINER= ports@ecadlabs.com COMMENT= Systems monitoring and alerting toolkit WWW= https://prometheus.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go CONFLICTS_INSTALL= prometheus prometheus3 USE_GITHUB= yes GH_TUPLE= golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys_v0.6.0 GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} USE_RC_SUBR= prometheus USERS= prometheus GROUPS= prometheus BUILD_USER?= ${USER} LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/vendor/github.com/prometheus/common/version GO_BUILDFLAGS= -ldflags "\ ${STRIP} \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER}" GO_TARGET= ./cmd/prometheus \ ./cmd/promtool post-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_v0.6.0 ${WRKSRC}/vendor/golang.org/x/sys post-install: ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${STAGEDIR}${LOCALBASE}/etc/prometheus.yml.sample ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/prometheus .include diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index 9f893e214978..e56a32ab91a3 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -1,88 +1,88 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v DISTVERSION= 2.55.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui DISTFILES= go.mod:gomod ${PORTNAME}-web-ui-${DISTVERSION}.tar.gz:ui MAINTAINER= dor.bsd@xm0.uk COMMENT= Systems monitoring and alerting toolkit WWW= https://prometheus.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_DEPENDS= bash:shells/bash USES= cpe gmake go:modules CONFLICTS_INSTALL= prometheus[13] USE_GITHUB= yes USE_RC_SUBR= prometheus GO_MODULE= github.com/prometheus/prometheus GO_TARGET= ./cmd/prometheus ./cmd/promtool GO_BUILDFLAGS= -a -v -ldflags "${LD_FLAG_STRING}" -tags netgo,builtinassets SUB_LIST+= PROMETHEUS_CONSOLE_LIBRARIES_DIR=${PROMETHEUS_CONSOLE_LIBRARIES_DIR} \ PROMETHEUS_CONSOLES_DIR=${PROMETHEUS_CONSOLES_DIR} \ PROMETHEUS_DB_DIR=${PROMETHEUS_DB_DIR} \ PROMETHEUS_GROUP=${PROMETHEUS_GROUP} \ PROMETHEUS_USER=${PROMETHEUS_USER} USERS= ${PROMETHEUS_USER} GROUPS= ${PROMETHEUS_GROUP} PLIST_SUB+= PROMETHEUS_CONSOLE_LIBRARIES_DIR=${PROMETHEUS_CONSOLE_LIBRARIES_DIR} \ PROMETHEUS_CONSOLES_DIR=${PROMETHEUS_CONSOLES_DIR} \ PROMETHEUS_GROUP=${PROMETHEUS_GROUP} \ PROMETHEUS_USER=${PROMETHEUS_USER} OPTIONS_DEFINE= DOCS BUILD_USER?= ${USER} LD_FLAG_STRING= -s ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} \ ${LD_FLAG_X_PREFIX}.BuildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}} LD_FLAG_X_PREFIX= -X github.com/prometheus/common/version PROMETHEUS_CONSOLES_DIR?= ${DATADIR}/consoles PROMETHEUS_CONSOLE_LIBRARIES_DIR?= ${DATADIR}/console_libraries PROMETHEUS_DB_DIR?= /var/db/${PORTNAME} PROMETHEUS_GROUP?= prometheus PROMETHEUS_USER?= prometheus # Bring DISTINFO_FILE into scope so we can get the timestamp. .include SOURCE_DATE_EPOCH_CMD= date -ur $$(${GREP} TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y%m%d-%T' post-patch: @${RM} -rf ${WRKSRC}/web/ui/static # A symlink isn't good enough here, copy the entire static directory over @${CP} -a ${WRKDIR}/static ${WRKSRC}/web/ui/static @( cd ${WRKSRC} && ${WRKSRC}/scripts/compress_assets.sh ) post-install: ${MKDIR} ${STAGEDIR}${DESTDIR}${PROMETHEUS_CONSOLES_DIR} ${MKDIR} ${STAGEDIR}${DESTDIR}${PROMETHEUS_CONSOLE_LIBRARIES_DIR} ${INSTALL_DATA} \ ${WRKSRC}/documentation/examples/prometheus.yml \ ${STAGEDIR}${LOCALBASE}/etc/prometheus.yml.sample ( cd ${WRKSRC}/console_libraries \ && ${COPYTREE_SHARE} . ${STAGEDIR}${PROMETHEUS_CONSOLE_LIBRARIES_DIR} ) ( cd ${WRKSRC}/consoles \ && ${COPYTREE_SHARE} . ${STAGEDIR}${PROMETHEUS_CONSOLES_DIR} ) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @( cd ${WRKSRC}/docs \ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ) .include diff --git a/net-mgmt/prometheus3/Makefile b/net-mgmt/prometheus3/Makefile index e61dcaf68ea0..057b5d3229cb 100644 --- a/net-mgmt/prometheus3/Makefile +++ b/net-mgmt/prometheus3/Makefile @@ -1,81 +1,81 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v DISTVERSION= 3.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui PKGNAMESUFFIX= 3 DISTFILES= go.mod:gomod \ ${PORTNAME}-web-ui-${DISTVERSION}.tar.gz:ui MAINTAINER= danilo@FreeBSD.org COMMENT= Systems monitoring and alerting toolkit WWW= https://prometheus.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_DEPENDS= bash:shells/bash USES= cpe go:modules USE_GITHUB= yes USE_RC_SUBR= prometheus GO_MODULE= github.com/prometheus/prometheus GO_TARGET= ./cmd/prometheus ./cmd/promtool GO_BUILDFLAGS= -a -ldflags "${LD_FLAG_STRING}" -tags netgo,builtinassets CONFLICTS_INSTALL= prometheus1 prometheus SUB_LIST+= PROMETHEUS_CONSOLE_LIBRARIES_DIR=${PROMETHEUS_CONSOLE_LIBRARIES_DIR} \ PROMETHEUS_CONSOLES_DIR=${PROMETHEUS_CONSOLES_DIR} \ PROMETHEUS_DB_DIR=${PROMETHEUS_DB_DIR} \ PROMETHEUS_GROUP=${PROMETHEUS_GROUP} \ PROMETHEUS_USER=${PROMETHEUS_USER} USERS= ${PROMETHEUS_USER} GROUPS= ${PROMETHEUS_GROUP} PLIST_SUB+= PROMETHEUS_CONSOLE_LIBRARIES_DIR=${PROMETHEUS_CONSOLE_LIBRARIES_DIR} \ PROMETHEUS_CONSOLES_DIR=${PROMETHEUS_CONSOLES_DIR} \ PROMETHEUS_GROUP=${PROMETHEUS_GROUP} \ PROMETHEUS_USER=${PROMETHEUS_USER} OPTIONS_DEFINE= DOCS BUILD_USER?= ${USER} LD_FLAG_STRING= -s ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} \ ${LD_FLAG_X_PREFIX}.BuildDate=$$(date +'%Y%m%d-%H:%M:%S') LD_FLAG_X_PREFIX= -X github.com/prometheus/common/version PROMETHEUS_CONSOLES_DIR?= ${DATADIR}/consoles PROMETHEUS_CONSOLE_LIBRARIES_DIR?= ${DATADIR}/console_libraries PROMETHEUS_DB_DIR?= /var/db/${PORTNAME} PROMETHEUS_GROUP?= prometheus PROMETHEUS_USER?= prometheus .include post-patch: @${RM} -rf ${WRKSRC}/web/ui/static @${CP} -a ${WRKDIR}/static ${WRKSRC}/web/ui/static @( cd ${WRKSRC} && ${WRKSRC}/scripts/compress_assets.sh ) post-install: ${MKDIR} ${STAGEDIR}${DESTDIR}${PROMETHEUS_CONSOLES_DIR} ${MKDIR} ${STAGEDIR}${DESTDIR}${PROMETHEUS_CONSOLE_LIBRARIES_DIR} ${INSTALL_DATA} \ ${WRKSRC}/documentation/examples/prometheus.yml \ ${STAGEDIR}${LOCALBASE}/etc/prometheus.yml.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @( cd ${WRKSRC}/docs \ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ) .include diff --git a/net-mgmt/promscale/Makefile b/net-mgmt/promscale/Makefile index 365907aeb32b..7de8e26d065f 100644 --- a/net-mgmt/promscale/Makefile +++ b/net-mgmt/promscale/Makefile @@ -1,33 +1,33 @@ PORTNAME= promscale DISTVERSION= 0.17.0 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= feld@FreeBSD.org COMMENT= Timescale analytical platform for Prometheus metrics WWW= https://www.timescale.com/promscale LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR?= ${PORTNAME} USERS= promscale GROUPS= ${USERS} SUB_LIST?= USERS=${USERS} GROUPS=${GROUPS} USE_GITHUB= yes GH_ACCOUNT= timescale GH_PROJECT= promscale GO_MODULE= github.com/timescale/promscale GO_TARGET= ./cmd/promscale PLIST_FILES= bin/promscale .include diff --git a/net-mgmt/promxy/Makefile b/net-mgmt/promxy/Makefile index 88278dbe0bbb..3d565b0a1ff0 100644 --- a/net-mgmt/promxy/Makefile +++ b/net-mgmt/promxy/Makefile @@ -1,40 +1,40 @@ PORTNAME= promxy DISTVERSIONPREFIX= v DISTVERSION= 0.0.93 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MAINTAINER= timp87@gmail.com COMMENT= Aggregating proxy to enable HA prometheus WWW= https://github.com/jacksontj/promxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_RC_SUBR= promxy GO_MODULE= github.com/jacksontj/promxy GO_TARGET= ./cmd/promxy GO_BUILDFLAGS= -ldflags=" \ -X github.com/prometheus/common/version.Version=v${DISTVERSION} \ -X github.com/prometheus/common/version.Revision=${PORTREVISION} \ -X github.com/prometheus/common/version.Branch=release-${PORTVERSION:R} \ -X github.com/prometheus/common/version.BuildUser=${USER} \ -X github.com/prometheus/common/version.BuildDate=$$(date +'%Y%m%d-%T')" SUB_LIST= GROUPS=${GROUPS} \ USERS=${USERS} USERS= promxy GROUPS= promxy post-patch: @${REINPLACE_CMD} 's|"\*rule"|"${ETCDIR}/*rule"|' ${WRKSRC}/cmd/promxy/config.yaml post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} .for f in alert_example.rule config.yaml ${INSTALL_DATA} ${WRKSRC}/cmd/promxy/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor .include diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index c2c4c7370c98..f4aaaa07cf7b 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -1,27 +1,27 @@ PORTNAME= pushgateway DISTVERSIONPREFIX= v DISTVERSION= 1.11.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= dutra@FreeBSD.org COMMENT= Prometheus push acceptor for ephemeral and batch jobs WWW= https://github.com/prometheus/pushgateway LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go:1.24+,modules GO_MODULE= github.com/prometheus/pushgateway USE_RC_SUBR= pushgateway USERS= prometheus GROUPS= prometheus PLIST_FILES= bin/pushgateway do-test: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} test) .include diff --git a/net-mgmt/semaphore/Makefile b/net-mgmt/semaphore/Makefile index 770b0fab7875..2f1d41018336 100644 --- a/net-mgmt/semaphore/Makefile +++ b/net-mgmt/semaphore/Makefile @@ -1,92 +1,92 @@ PORTNAME= semaphore PORTVERSION= 2.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-mgmt MAINTAINER= egypcio@FreeBSD.org COMMENT= Open Source alternative to Ansible Tower WWW= https://www.ansible-semaphore.com/ LICENSE= MIT LICENSE_FILE= ${GO_WRKSRC}/LICENSE RUN_DEPENDS= ansible:sysutils/py-ansible-core@${PY_FLAVOR} \ git:devel/git USES= go:modules python:env USE_GITHUB= yes USE_RC_SUBR= semaphore GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cli:${PORTNAME} GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GH_ACCOUNT= ansible-semaphore GH_TUPLE= ansible-semaphore:semaphore-vendor:a44f7be:ansible/vendor/github.com/ansible-semaphore/semaphore-vendor \ Azure:go-ntlmssp:66371956d46c:azure_go_ntlmssp/vendor/github.com/Azure/go-ntlmssp \ Microsoft:go-winio:v0.5.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ ProtonMail:go-crypto:cf6655e29de4:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ Sirupsen:logrus:v1.0.4:sirupsen_logrus/vendor/github.com/Sirupsen/logrus \ acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ airbrake:gobrake:v2.0.9:airbrake_gobrake/vendor/gopkg.in/airbrake/gobrake.v2 \ cloudflare:circl:v1.1.0:cloudflare_circl/vendor/github.com/cloudflare/circl \ coreos:go-oidc:v3.5.0:coreos_go_oidc_v3/vendor/github.com/coreos/go-oidc/v3 \ emirpasic:gods:v1.18.1:emirpasic_gods/vendor/github.com/emirpasic/gods \ etcd-io:bbolt:v1.3.2:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ gemnasium:logrus-airbrake-hook:v2.1.2:gemnasium_logrus_airbrake_hook/vendor/gopkg.in/gemnasium/logrus-airbrake-hook.v2 \ go-asn1-ber:asn1-ber:v1.5.1:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.4.0:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-gorp:gorp:v3.0.2:go_gorp_gorp_v3/vendor/github.com/go-gorp/gorp/v3 \ go-jose:go-jose:v3.0.0:go_jose_go_jose_v3/vendor/github.com/go-jose/go-jose/v3 \ go-ldap:ldap:v3.4.1:go_ldap_ldap_v3/vendor/github.com/go-ldap/ldap \ go-sql-driver:mysql:v1.4.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ gobuffalo:packr:v1.10.4:gobuffalo_packr/vendor/github.com/gobuffalo/packr \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:v0.3.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.9.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.7.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.7.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.7.0:golang_term/vendor/golang.org/x/term \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ gorilla:handlers:v1.4.2:gorilla_handlers/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.7.3:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ imdario:mergo:v0.3.13:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ kevinburke:ssh_config:v1.2.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ lann:builder:1b87b36280d0:lann_builder/vendor/github.com/lann/builder \ lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \ lib:pq:v1.2.0:lib_pq/vendor/github.com/lib/pq \ masterminds:squirrel:a6b93000bd21:masterminds_squirrel/vendor/github.com/masterminds/squirrel \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ robfig:cron:v3.0.1:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ snikch:goodman:10e37e294daa:snikch_goodman/vendor/github.com/snikch/goodman \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ xanzy:ssh-agent:v0.3.3:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent post-patch: ${REINPLACE_CMD} 's/%%PORTVERSION%%/${PORTVERSION}/g' \ ${WRKSRC}/util/config.go ${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/db/sql/SqlDb.go post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} ${CP} ${WRKSRC}/config.json ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.json.sample ${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} ${CP} ${WRKSRC}/db/sql/migrations/*.sql ${STAGEDIR}${PREFIX}/share/${PORTNAME} .include diff --git a/net-mgmt/smartctl_exporter/Makefile b/net-mgmt/smartctl_exporter/Makefile index e4445f18ec4b..0ecd9276dfb9 100644 --- a/net-mgmt/smartctl_exporter/Makefile +++ b/net-mgmt/smartctl_exporter/Makefile @@ -1,57 +1,57 @@ PORTNAME= smartctl_exporter PORTVERSION= 0.14.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= delphij@FreeBSD.org COMMENT= Prometheus metrics exporter for smartctl WWW= https://github.com/prometheus-community/smartctl_exporter LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= prometheus-community USE_RC_SUBR= smartctl_exporter RUN_DEPENDS+= smartctl:sysutils/smartmontools GO_MODULES= github.com/prometheus-community/smartctl_exporter GO_TARGET= ${PORTNAME}:${PREFIX}/libexec/${PORTNAME} PLIST_FILES= libexec/${PORTNAME} GH_TUPLE= \ alecthomas:kingpin:v2.4.0:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:v0.33.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.35.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.25.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:sync:v0.11.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.30.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.22.0:golang_text/vendor/golang.org/x/text \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ klauspost:compress:v1.17.11:klauspost_compress/vendor/github.com/klauspost/compress \ mdlayher:socket:v0.4.1:mdlayher_socket/vendor/github.com/mdlayher/socket \ mdlayher:vsock:v1.2.1:mdlayher_vsock/vendor/github.com/mdlayher/vsock \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ prometheus:client_golang:v1.21.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.6.1:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.63.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:exporter-toolkit:v0.14.0:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.15.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.36.5:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ tidwall:gjson:v1.18.0:tidwall_gjson/vendor/github.com/tidwall/gjson \ tidwall:match:v1.1.1:tidwall_match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.2.0:tidwall_pretty/vendor/github.com/tidwall/pretty \ xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2 pre-patch: ${REINPLACE_CMD} -i '' -e 's|/usr/sbin/smartctl|${LOCALBASE}/sbin/smartctl|g' \ ${WRKSRC}/README.md ${WRKSRC}/main.go .include diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 19c82cb9f867..9e5b648ad05f 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -1,45 +1,45 @@ PORTNAME= telegraf DISTVERSIONPREFIX=v DISTVERSION= 1.37.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org COMMENT= Time-series data collection WWW= https://influxdata.com/time-series-platform/telegraf/ LICENSE= MIT ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 USES= go:modules USE_RC_SUBR= telegraf GO_MODULE= github.com/influxdata/telegraf GO_BUILDFLAGS= -ldflags "-X github.com/influxdata/telegraf/internal.Version=${DISTVERSION}" GO_TARGET= ./cmd/telegraf SUB_FILES= telegraf SUB_LIST= TELEGRAF_USER=${TELEGRAF_USER} \ TELEGRAF_GROUP=${TELEGRAF_GROUP} \ TELEGRAF_LOGDIR=${TELEGRAF_LOGDIR} PLIST_SUB= TELEGRAF_USER=${TELEGRAF_USER} \ TELEGRAF_GROUP=${TELEGRAF_GROUP} \ TELEGRAF_LOGDIR=${TELEGRAF_LOGDIR} TELEGRAF_USER= telegraf TELEGRAF_GROUP= telegraf USERS= ${TELEGRAF_USER} GROUPS= ${TELEGRAF_GROUP} TELEGRAF_LOGDIR=/var/log/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config/config.go post-install: ${MKDIR} ${STAGEDIR}${TELEGRAF_LOGDIR} .include diff --git a/net-mgmt/unbound_exporter/Makefile b/net-mgmt/unbound_exporter/Makefile index 6d988af37b32..a45c141982a5 100644 --- a/net-mgmt/unbound_exporter/Makefile +++ b/net-mgmt/unbound_exporter/Makefile @@ -1,41 +1,41 @@ PORTNAME= unbound_exporter PORTVERSION= 0.4.6 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= aduitsis@cpan.org COMMENT= Prometheus metrics exporter for the Unbound DNS resolver WWW= https://github.com/letsencrypt/unbound_exporter LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= letsencrypt GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ go-kit:log:v0.2.1:go_kit_log/vendor/github.com/go-kit/log \ go-logfmt:logfmt:v0.6.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ golang:sys:v0.14.0:golang_sys/vendor/golang.org/x/sys \ matttproud:golang_protobuf_extensions:v2.0.0:matttproud_golang_protobuf_extensions_v2/vendor/github.com/matttproud/golang_protobuf_extensions/v2 \ prometheus:client_golang:v1.17.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.5.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.45.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.12.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.31.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf USE_RC_SUBR= unbound_exporter GO_MODULES= github.com/letsencrypt/unbound_exporter SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} USERS= unbound GROUPS= unbound PLIST_FILES= bin/unbound_exporter .include diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index 56646f7284d9..0e3a80d665c5 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,34 +1,34 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu COMMENT= Scan Plex library on webhook triggers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # See https://gitlab.com/cznic/libc/-/issues/15 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Some dependencies only build on amd64 and i386 USES= go:modules USE_RC_SUBR= autoscan GO_MODULE= github.com/cloudbox/autoscan GO_TARGET= ./cmd/autoscan GO_BUILDFLAGS+= -ldflags="-s -w -X main.Version=${DISTVERSION}" CONFLICTS_INSTALL= autoconf-wrapper SUB_LIST= GROUPS=${GROUPS} \ USERS=${USERS} USERS= autoscan GROUPS= autoscan PLIST_FILES= bin/autoscan .include diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 6c470eaf0e60..cc6fa0ca6810 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,17 +1,17 @@ -PORTREVISION= 13 +PORTREVISION= 14 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli # license section (for portlint) CONFLICTS= bitmark DISTINFO_FILE= ${.CURDIR}/distinfo OPTIONS_SLAVE= CLI OPTIONS_EXCLUDE= DAEMON DUMPER RECORDER MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index 4d8266d62458..440dab9ea2c7 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,17 +1,17 @@ -PORTREVISION= 13 +PORTREVISION= 14 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon # license section (for portlint) CONFLICTS= bitmark DISTINFO_FILE= ${.CURDIR}/distinfo OPTIONS_SLAVE= DAEMON OPTIONS_EXCLUDE= CLI DUMPER RECORDER MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index 9c814e2d4845..345f83969e94 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,17 +1,17 @@ -PORTREVISION= 13 +PORTREVISION= 14 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder # license section (for portlint) CONFLICTS= bitmark DISTINFO_FILE= ${.CURDIR}/distinfo OPTIONS_SLAVE= RECORDER OPTIONS_EXCLUDE= CLI DAEMON DUMPER MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index cba7d3279046..33f161fb8558 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,99 +1,99 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com COMMENT?= Bitmark distributed property system programs WWW= https://github.com/bitmark-inc/bitmarkd LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= depends on go which is not supported in this architecture LIB_DEPENDS= libargon2.so:security/libargon2 \ libzmq.so:net/libzmq4 USES= go:modules pkgconfig cpe CPE_VENDOR= bitmark-inc CPE_PRODUCT= bitmarkd CONFLICTS?= bitmark-cli bitmark-daemon bitmark-recorder GO_MODULE= github.com/bitmark-inc/bitmarkd GO_BUILDFLAGS+= -ldflags="-X main.version=${DISTVERSION}" OPTIONS_DEFINE= CLI DAEMON DUMPER RECORDER OPTIONS_DEFAULT?= CLI DAEMON RECORDER OPTIONS_SUB= yes CLI_DESC= Command line program to access bitmarks DAEMON_DESC= Main bitmarkd node server DUMPER_DESC= Utility to dump bitmarkd levelDB RECORDER_DESC= Hashing program CLI_VARS= GO_TARGET+=./command/bitmark-cli DAEMON_USE= RC_SUBR=bitmarkd DAEMON_SUB_LIST= BITMARKD_DATA=/var/lib/bitmarkd \ BITMARKD_GROUP=bitmark \ BITMARKD_RUN=/var/run/bitmarkd \ BITMARKD_USER=bitmark DAEMON_VARS= GO_TARGET+=./command/bitmarkd \ GROUPS+=bitmark \ USERS+=bitmark DUMPER_VARS= GO_TARGET+=./command/bitmark-dumpdb RECORDER_USE= RC_SUBR=recorderd RECORDER_SUB_LIST= RECORDERD_DATA=/var/lib/recorderd \ RECORDERD_GROUP=bitmark-recorder \ RECORDERD_RUN=/var/run/recorderd \ RECORDERD_USER=bitmark-recorder RECORDER_VARS= GO_TARGET+=./command/recorderd \ GROUPS+=bitmark-recorder \ RECORDERD_DATA=/var/lib/recorderd \ RECORDERD_RUN=/var/run/recorderd \ USERS+=bitmark-recorder .include .if empty(PORT_OPTIONS) IGNORE= at least one option must be enabled .endif .if ${PORT_OPTIONS:MDAEMON} || ${PORT_OPTIONS:MRECORDER} PLIST_SUB+= DAEMONRECORDER="" .else PLIST_SUB+= DAEMONRECORDER="@comment " .endif do-install: do-install-CLI-on: ${INSTALL_PROGRAM} ${WRKDIR}/bin/bitmark-cli ${STAGEDIR}${PREFIX}/bin do-install-DAEMON-on: @${MKDIR} ${STAGEDIR}/var/lib/bitmarkd @${MKDIR} ${STAGEDIR}/var/run/bitmarkd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d ${INSTALL_DATA} ${FILESDIR}/bitmarkd.newsyslog ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/bitmarkd.conf ${INSTALL_DATA} ${FILESDIR}/bitmarkd.syslog ${STAGEDIR}${PREFIX}/etc/syslog.d/bitmarkd.conf ${INSTALL_DATA} ${WRKSRC}/command/bitmarkd/bitmarkd.conf.sample ${STAGEDIR}${PREFIX}/etc/bitmarkd.conf.sample ${INSTALL_DATA} ${WRKSRC}/command/bitmarkd/bitmarkd.conf.sub ${STAGEDIR}${PREFIX}/etc/bitmarkd.conf.sub ${INSTALL_PROGRAM} ${WRKDIR}/bin/bitmarkd ${STAGEDIR}${PREFIX}/sbin do-install-DUMPER-on: ${INSTALL_PROGRAM} ${WRKDIR}/bin/bitmark-dumpdb ${STAGEDIR}${PREFIX}/bin do-install-RECORDER-on: @${MKDIR} ${STAGEDIR}${RECORDERD_DATA} @${MKDIR} ${STAGEDIR}${RECORDERD_RUN} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d ${INSTALL_DATA} ${FILESDIR}/recorderd.newsyslog ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/recorderd.conf ${INSTALL_DATA} ${FILESDIR}/recorderd.syslog ${STAGEDIR}${PREFIX}/etc/syslog.d/recorderd.conf ${INSTALL_DATA} ${WRKSRC}/command/recorderd/recorderd.conf.sample ${STAGEDIR}${PREFIX}/etc/recorderd.conf.sample ${INSTALL_PROGRAM} ${WRKDIR}/bin/recorderd ${STAGEDIR}${PREFIX}/sbin .include diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 490638e2450f..2dd3d8c04574 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,33 +1,34 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v DISTVERSION= 1.16.8 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper WWW= https://github.com/ethereum/go-ethereum LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libiconv.so:converters/libiconv \ libhidapi.so:comms/hidapi USES= cpe go:modules CPE_VENDOR= ethereum CPE_PRODUCT= go_ethereum GO_MODULE= github.com/ethereum/go-ethereum CGO_LDFLAGS= -liconv TMPDIR= ${WRKDIR} OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Ethereum developer tools DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef" DEVTOOLS_VARS_OFF= GO_TARGET=./cmd/geth .include diff --git a/net-p2p/hostd/Makefile b/net-p2p/hostd/Makefile index f84268d3100d..e7c399ac733e 100644 --- a/net-p2p/hostd/Makefile +++ b/net-p2p/hostd/Makefile @@ -1,86 +1,86 @@ PORTNAME= hostd DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org COMMENT= Offer your storage space on the Sia network WWW= https://sia.tech/host LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.24+,modules USE_RC_SUBR= hostd USE_GITHUB= yes GH_ACCOUNT= SiaFoundation GO_TARGET= ./cmd/hostd GO_BUILDFLAGS+= -tags='netgo timetzdata' GH_TUPLE= \ SiaFoundation:core:v0.18.0:siafoundation_core/vendor/go.sia.tech/core \ SiaFoundation:coreutils:v0.18.6:siafoundation_coreutils/vendor/go.sia.tech/coreutils \ SiaFoundation:jape:v0.14.1:siafoundation_jape/vendor/go.sia.tech/jape \ SiaFoundation:mux:v1.4.0:siafoundation_mux/vendor/go.sia.tech/mux \ SiaFoundation:web:hostd/v0.66.3:siafoundation_web/vendor/go.sia.tech/web \ aws:aws-sdk-go:v1.55.8:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ cloudflare:cloudflare-go:v0.116.0:cloudflare_cloudflare_go/vendor/github.com/cloudflare/cloudflare-go \ etcd-io:bbolt:v1.4.3:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ goccy:go-json:v0.10.5:goccy_go_json/vendor/github.com/goccy/go-json \ golang:crypto:v0.42.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.28.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.44.0:golang_net/vendor/golang.org/x/net \ golang:sync:v0.17.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.38.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.36.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.29.0:golang_text/vendor/golang.org/x/text \ golang:time:v0.14.0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.37.0:golang_tools/vendor/golang.org/x/tools \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ hashicorp:golang-lru:v2.0.7:hashicorp_golang_lru_v2/vendor/github.com/hashicorp/golang-lru/v2 \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ lukechampine:flagg:v1.1.1:lukechampine_flagg/vendor/lukechampine.com/flagg \ lukechampine:frand:v1.5.1:lukechampine_frand/vendor/lukechampine.com/frand \ lukechampine:upnp:v0.3.0:lukechampine_upnp/vendor/lukechampine.com/upnp \ mattn:go-sqlite3:v1.14.32:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ quic-go:qpack:v0.5.1:quic_go_qpack/vendor/github.com/quic-go/qpack \ quic-go:quic-go:v0.54.1:quic_go_quic_go/vendor/github.com/quic-go/quic-go \ quic-go:webtransport-go:v0.9.0:quic_go_webtransport_go/vendor/github.com/quic-go/webtransport-go \ rogpeppe:go-internal:v1.12.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ shopspring:decimal:v1.4.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ uber-go:mock:v0.5.2:uber_go_mock/vendor/go.uber.org/mock \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/go.uber.org/zap PLIST_FILES= "@dir(${USERS},${GROUPS},750) /var/db/${PORTNAME}" \ "@sample etc/hostd.yml.sample" \ "@sample etc/newsyslog.conf.d/hostd.conf.sample" \ bin/hostd SUB_FILES= ${PORTNAME}.conf ${PORTNAME}.yml SUB_LIST= GROUPS=${GROUPS} \ USERS=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yml.sample ${INSTALL} -d ${STAGEDIR}/var/db/${PORTNAME} pre-configure: ${REINPLACE_CMD} -e "s|%%BUILDTIME%%|$$(date +%s)|g" ${WRKSRC}/build/meta.go .include diff --git a/net-p2p/renterd/Makefile b/net-p2p/renterd/Makefile index e10b630fd04f..5ab588e8d17d 100644 --- a/net-p2p/renterd/Makefile +++ b/net-p2p/renterd/Makefile @@ -1,88 +1,88 @@ PORTNAME= renterd DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org COMMENT= Rent storage space on the Sia network WWW= https://sia.tech/renterd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.24+,modules USE_RC_SUBR= renterd USE_GITHUB= yes GH_ACCOUNT= SiaFoundation GO_TARGET= ./cmd/renterd GO_BUILDFLAGS+= -tags='netgo' GH_TUPLE= \ FiloSottile:edwards25519:v1.1.0:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ SiaFoundation:core:v0.18.0:siafoundation_core/vendor/go.sia.tech/core \ SiaFoundation:coreutils:v0.18.6:siafoundation_coreutils/vendor/go.sia.tech/coreutils \ SiaFoundation:gofakes3:v0.0.5:siafoundation_gofakes3/vendor/go.sia.tech/gofakes3 \ SiaFoundation:jape:v0.14.1:siafoundation_jape/vendor/go.sia.tech/jape \ SiaFoundation:mux:v1.4.0:siafoundation_mux/vendor/go.sia.tech/mux \ SiaFoundation:web:renterd/v0.85.2:siafoundation_web/vendor/go.sia.tech/web \ aws:aws-sdk-go:v1.55.8:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ etcd-io:bbolt:v1.4.3:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ gabriel-vasile:mimetype:v1.4.11:gabriel_vasile_mimetype/vendor/github.com/gabriel-vasile/mimetype \ go-sql-driver:mysql:v1.9.3:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:v0.43.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.28.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.45.0:golang_net/vendor/golang.org/x/net \ golang:sync:v0.17.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.37.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.36.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.30.0:golang_text/vendor/golang.org/x/text \ golang:time:v0.14.0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.37.0:golang_tools/vendor/golang.org/x/tools \ google:go-cmp:v0.7.0:google_go_cmp/vendor/github.com/google/go-cmp \ gotd:contrib:v0.21.1:gotd_contrib/vendor/github.com/gotd/contrib \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ klauspost:cpuid:v2.2.10:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ klauspost:reedsolomon:v1.12.5:klauspost_reedsolomon/vendor/github.com/klauspost/reedsolomon \ lukechampine:frand:v1.5.1:lukechampine_frand/vendor/lukechampine.com/frand \ mattn:go-sqlite3:v1.14.32:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ montanaflynn:stats:v0.7.1:montanaflynn_stats/vendor/github.com/montanaflynn/stats \ quic-go:qpack:v0.5.1:quic_go_qpack/vendor/github.com/quic-go/qpack \ quic-go:quic-go:v0.54.0:quic_go_quic_go/vendor/github.com/quic-go/quic-go \ quic-go:webtransport-go:v0.9.0:quic_go_webtransport_go/vendor/github.com/quic-go/webtransport-go \ ryszard:goskiplist:2dfbae5fcf46:ryszard_goskiplist/vendor/github.com/ryszard/goskiplist \ shabbyrobe:gocovmerge:c3350d9342df:shabbyrobe_gocovmerge/vendor/github.com/shabbyrobe/gocovmerge \ shopspring:decimal:v1.4.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ uber-go:mock:v0.5.2:uber_go_mock/vendor/go.uber.org/mock \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/go.uber.org/zap PLIST_FILES= "@dir(${USERS},${GROUPS},750) /var/db/${PORTNAME}" \ "@sample etc/newsyslog.conf.d/renterd.conf.sample" \ "@sample etc/renterd.yml.sample" \ bin/renterd SUB_FILES= ${PORTNAME}.conf ${PORTNAME}.yml SUB_LIST= GROUPS=${GROUPS} \ USERS=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yml.sample ${INSTALL} -d ${STAGEDIR}/var/db/${PORTNAME} pre-configure: ${REINPLACE_CMD} -e "s|%%BUILDTIME%%|$$(date +%s)|g" ${WRKSRC}/build/meta.go .include diff --git a/net-p2p/walletd/Makefile b/net-p2p/walletd/Makefile index 7d6079481f95..a27c42238c3c 100644 --- a/net-p2p/walletd/Makefile +++ b/net-p2p/walletd/Makefile @@ -1,77 +1,77 @@ PORTNAME= walletd DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org COMMENT= Official Sia Wallet WWW= https://sia.tech/software/walletd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe NOT_FOR_ARCHS_REASON= requires 64-bit architecture USES= go:1.24+,modules USE_RC_SUBR= walletd USE_GITHUB= yes GH_ACCOUNT= SiaFoundation GO_TARGET= ./cmd/walletd GO_BUILDFLAGS+= -tags='netgo timetzdata' GH_TUPLE= \ SiaFoundation:core:v0.17.5:siafoundation_core/vendor/go.sia.tech/core \ SiaFoundation:coreutils:v0.18.5:siafoundation_coreutils/vendor/go.sia.tech/coreutils \ SiaFoundation:jape:v0.14.1:siafoundation_jape/vendor/go.sia.tech/jape \ SiaFoundation:mux:v1.4.0:siafoundation_mux/vendor/go.sia.tech/mux \ SiaFoundation:web:walletd/v0.34.5:siafoundation_web/vendor/go.sia.tech/web \ etcd-io:bbolt:v1.4.3:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:v0.42.0:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:9bf2ced13842:golang_exp/vendor/golang.org/x/exp \ golang:mod:v0.28.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.44.0:golang_net/vendor/golang.org/x/net \ golang:sync:v0.17.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.36.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.35.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.29.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.37.0:golang_tools/vendor/golang.org/x/tools \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ lukechampine:flagg:v1.1.1:lukechampine_flagg/vendor/lukechampine.com/flagg \ lukechampine:frand:v1.5.1:lukechampine_frand/vendor/lukechampine.com/frand \ lukechampine:upnp:v0.3.0:lukechampine_upnp/vendor/lukechampine.com/upnp \ mattn:go-sqlite3:v1.14.32:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ quic-go:qpack:v0.5.1:quic_go_qpack/vendor/github.com/quic-go/qpack \ quic-go:quic-go:v0.54.0:quic_go_quic_go/vendor/github.com/quic-go/quic-go \ quic-go:webtransport-go:v0.9.0:quic_go_webtransport_go/vendor/github.com/quic-go/webtransport-go \ uber-go:mock:v0.5.2:uber_go_mock/vendor/go.uber.org/mock \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/go.uber.org/zap PLIST_FILES= "@dir(${USERS},${GROUPS},750) /var/db/${PORTNAME}" \ "@sample(${USERS},${GROUPS},600) etc/walletd.yml.sample" \ "@sample etc/newsyslog.conf.d/walletd.conf.sample" \ bin/walletd SUB_FILES= ${PORTNAME}-syslog.conf ${PORTNAME}.conf ${PORTNAME}.yml pkg-message SUB_LIST= GROUPS=${GROUPS} \ PREFIX=${PREFIX} \ USERS=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-syslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yml.sample ${INSTALL} -d ${STAGEDIR}/var/db/${PORTNAME} pre-configure: ${REINPLACE_CMD} -e "s|%%BUILDTIME%%|$$(date +%s)|g" ${WRKSRC}/build/meta.go .include diff --git a/net/amneziawg-go/Makefile b/net/amneziawg-go/Makefile index 4a5bd2b79517..2b6acc42f211 100644 --- a/net/amneziawg-go/Makefile +++ b/net/amneziawg-go/Makefile @@ -1,20 +1,20 @@ PORTNAME= amneziawg-go DISTVERSION= 0.2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net net-vpn MASTER_SITES= https://github.com/amnezia-vpn/amneziawg-go/ MAINTAINER= vova@zote.me COMMENT= Amnezia in Go with VPN non-detection extensions WWW= https://www.amnezia.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go:modules GO_MODULE= github.com/amnezia-vpn/amneziawg-go@v${DISTVERSION} PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/claws/Makefile b/net/claws/Makefile index a01fed961e53..425371a3194d 100644 --- a/net/claws/Makefile +++ b/net/claws/Makefile @@ -1,21 +1,21 @@ PORTNAME= claws DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Terminal UI for AWS resource management WWW= https://github.com/clawscli/claws LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/clawscli/claws GO_TARGET= ./cmd/claws PLIST_FILES= bin/claws .include diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 47803346a801..18dda0eeb886 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -1,27 +1,27 @@ PORTNAME= cloudflared DISTVERSION= 2025.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org COMMENT= Cloudflare's Argo Tunnel client WWW= https://developers.cloudflare.com/argo-tunnel/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= cloudflare CPE_VENDOR= cloudflare GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/cloudflared GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static" -X main.Version=${PORTVERSION}' PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 57c866a4623b..66be3121b6d6 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,26 +1,26 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net MAINTAINER= se@FreeBSD.org COMMENT= Transform cloud infrastructure into queryable SQL tables WWW= https://cloudquery.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/cloudquery/cloudquery PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/net/containernetworking-plugins/Makefile b/net/containernetworking-plugins/Makefile index ae34d7a37da2..94d057ac3e4b 100644 --- a/net/containernetworking-plugins/Makefile +++ b/net/containernetworking-plugins/Makefile @@ -1,35 +1,35 @@ PORTNAME= containernetworking-plugins DISTVERSIONPREFIX= freebsd-v DISTVERSION= 0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MAINTAINER= dfr@FreeBSD.org COMMENT= Networking plugins for container networking support WWW= https://www.cni.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:no_targets BUILD_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= dfr GH_PROJECT= plugins GH_TUPLE= golang:sys:v0.6.0:sys pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys do-build: cd ${WRKSRC} && ${SETENV} XDG_CACHE_HOME=${WRKDIR}/.cache GO=${GO_CMD} ./build_freebsd.sh do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cni ${MKDIR} ${STAGEDIR}${PREFIX}/etc/containers cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/* ${STAGEDIR}${PREFIX}/libexec/cni ${INSTALL_DATA} files/pf.conf.sample ${STAGEDIR}${PREFIX}/etc/containers .include diff --git a/net/croc/Makefile b/net/croc/Makefile index 54992a1aafbb..d5183eec40fe 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,21 +1,21 @@ PORTNAME= croc PORTVERSION= 10.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Tool to simply and securely transfer files and folders WWW= https://github.com/schollz/croc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= croc GO_MODULE= github.com/schollz/croc/v10 PLIST_FILES= bin/croc .include diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index 3b9d231058aa..f86a1cac743c 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,55 +1,55 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v DISTVERSION= 3.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org COMMENT= HAProxy Data Plane API WWW= https://github.com/haproxytech/dataplaneapi LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= haproxytech USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/haproxytech/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'main.GitRepo=https://github.com/haproxytech/${PORTNAME}' \ -X 'main.GitTag=${DISTVERSIONPREFIX}${DISTVERSION}' \ -X 'main.GitCommit=${GITID}' \ -X 'main.BuildTime=${BUILD_DATE}'" PLIST_FILES= "@sample(,,640) etc/dataplaneapi.yaml.sample" \ bin/${PORTNAME} PORTDOCS= CONFIG.md README.md OPTIONS_DEFINE= DOCS # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' # in the Data Plane API repository to get the value of GITID. GITID= 3f1e3ef3 BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/configuration/configuration.go post-install: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${FILESDIR}/dataplaneapi.yaml \ > ${STAGEDIR}${PREFIX}/etc/dataplaneapi.yaml.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/configuration/doc/README.md ${STAGEDIR}${DOCSDIR}/CONFIG.md .include diff --git a/net/devfile/Makefile b/net/devfile/Makefile index 85cea5322b81..91e71eac00fa 100644 --- a/net/devfile/Makefile +++ b/net/devfile/Makefile @@ -1,20 +1,20 @@ PORTNAME= devfile PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate Kubernetes objects from a devfile and accessing the devfile registry WWW= https://github.com/devfile/library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/devfile/library/v2 PLIST_FILES= bin/devfile .include diff --git a/net/evans/Makefile b/net/evans/Makefile index 3c1d8c32b4d2..e7f6137f48ef 100644 --- a/net/evans/Makefile +++ b/net/evans/Makefile @@ -1,26 +1,26 @@ PORTNAME= evans DISTVERSIONPREFIX= v DISTVERSION= 0.10.11 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org COMMENT= More expressive universal gRPC client WWW= https://github.com/ktr0731/evans LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ktr0731/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/exoscale-cli/Makefile b/net/exoscale-cli/Makefile index f235e812afa9..97802a4cf646 100644 --- a/net/exoscale-cli/Makefile +++ b/net/exoscale-cli/Makefile @@ -1,28 +1,28 @@ PORTNAME= exoscale-cli DISTVERSIONPREFIX= v DISTVERSION= 1.84.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net devel MAINTAINER= egypcio@FreeBSD.org COMMENT= Manage your Exoscale infrastructure easily from the command-line WWW= https://github.com/exoscale/cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= exoscale GH_PROJECT= cli CGO_ENABLED= 0 GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static" -X main.commit= -X main.version=${DISTVERSION}' PLIST_FILES= bin/${PORTNAME} \ bin/exo post-install: ${RLN} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/exo .include diff --git a/net/frp/Makefile b/net/frp/Makefile index cab532ebc2a5..fdcc83d3ea29 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,49 +1,49 @@ PORTNAME= frp DISTVERSIONPREFIX= v DISTVERSION= 0.65.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Reverse proxy to expose local server behind NAT/firewall to Internet WWW= https://github.com/fatedier/frp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_GITHUB= nodefault GH_TUPLE= golang:net:v0.8.0:net \ golang:sys:v0.6.0:sys \ golang:text:v0.8.0:text GO_MODULE= github.com/fatedier/frp GO_TARGET= ./cmd/frpc ./cmd/frps SUB_LIST= DAEMON_USER=${DAEMON_USER} USE_RC_SUBR= ${PORTNAME}s OPTIONS_RADIO= DAEMON_USER # also see https://github.com/fatedier/frp/issues/3417 OPTIONS_RADIO_DAEMON_USER= ROOT NOBODY OPTIONS_DEFAULT= ROOT # to allow frp to read certificates ROOT_VARS= DAEMON_USER=root NOBODY_VARS= DAEMON_USER=nobody DAEMON_USER_DESC= Daemon user ROOT_DESC= Run as root NOBODY_DESC= Run as nobody pre-patch: .for m in net sys test ${RM} -r ${WRKSRC}/vendor/golang.org/x/$m ${LN} -s ${WRKDIR}/$m-* ${WRKSRC}/vendor/golang.org/x/$m .endfor post-install: .for f in frpc.toml frps.toml ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${PREFIX}/etc/${f}.sample .endfor .include diff --git a/net/gemget/Makefile b/net/gemget/Makefile index e16da66ce1e2..049d8559ed47 100644 --- a/net/gemget/Makefile +++ b/net/gemget/Makefile @@ -1,18 +1,18 @@ PORTNAME= gemget DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MAINTAINER= codeleaves@yahoo.com COMMENT= CLI downloader for the Gemini protocol WWW= https://github.com/makew0rld/gemget LICENSE= MIT USES= go:modules GO_MODULE= github.com/makeworld-the-better-one/gemget PLIST_FILES= bin/gemget .include diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index e4edf999b936..94fb8b134136 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,62 +1,62 @@ PORTNAME= geoipupdate PORTVERSION= 7.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org COMMENT= Fetch the latest copies of the GeoIP2 databases WWW= https://github.com/maxmind/geoipupdate LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= gmake go:modules,no_targets GO_MODULE= github.com/maxmind/geoipupdate/v7 MAKE_ENV+= ${GO_ENV} \ CONFFILE=${PREFIX}/etc/GeoIP.conf \ DATADIR=${PREFIX}/share/GeoIP \ VERSION=${DISTVERSIONFULL} OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= lowdown:textproc/lowdown MANPAGES_PLIST_FILES= share/man/man1/geoipupdate.1.gz \ share/man/man5/GeoIP.conf.5.gz PLIST_FILES= bin/geoipupdate \ '@sample etc/GeoIP.conf.sample' \ '@dir share/GeoIP' PORTDOCS= GeoIP.conf.md geoipupdate.md SUB_FILES= pkg-message do-build-MANPAGES-on: # lowdown generates everything as section 7 { ${PRINTF} "title: geoipupdate\n\n" && ${CAT} ${WRKSRC}/doc/geoipupdate.md; } \ | ${LOCALBASE}/bin/lowdown -s -Tman \ | ${SED} -e '1s/7/1/' > ${WRKSRC}/build/geoipupdate.1 { ${PRINTF} "title: GeoIP.conf\n\n" && ${CAT} ${WRKSRC}/doc/GeoIP.conf.md; } \ | ${LOCALBASE}/bin/lowdown -s -Tman \ | ${SED} -e '1s/7/5/' > ${WRKSRC}/build/GeoIP.conf.5 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/GeoIP ${INSTALL_PROGRAM} ${WRKSRC}/build/geoipupdate ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/build/GeoIP.conf ${STAGEDIR}${PREFIX}/etc/GeoIP.conf.sample do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/build && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/build/geoipupdate.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/build/GeoIP.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 do-test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} test ${GO_TESTFLAGS} ./... .include diff --git a/net/go-bapu/Makefile b/net/go-bapu/Makefile index 06ba88a4d20f..c81141a3654c 100644 --- a/net/go-bapu/Makefile +++ b/net/go-bapu/Makefile @@ -1,54 +1,54 @@ PORTNAME= bapu PORTVERSION= 0.3.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= net MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ PKGNAMEPREFIX= go- DISTNAME= v${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= go-bapu MAINTAINER= cs@FreeBSD.org COMMENT= Virtual Machine Controller for Gandi.net WWW= https://bitbucket.org/carlostrub/bapu LICENSE= BSD3CLAUSE USES= go:modules tar:bzip2 USE_GITHUB= nodefault GH_TUPLE= \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gizak:termui:f63e0cdd3f66:gizak_termui/vendor/github.com/gizak/termui \ go-check:check:8fa46927fb4f:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ kolo:xmlrpc:0826b98aaa29:kolo_xmlrpc/vendor/github.com/kolo/xmlrpc \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ maruel:panicparse:ad661195ed0e:maruel_panicparse/vendor/github.com/maruel/panicparse \ maruel:ut:v1.0.1:maruel_ut/vendor/github.com/maruel/ut \ mattn:go-runewidth:737072b4e32b:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:go-wordwrap:ad45545899c7:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ niemeyer:pretty:a10e7caefd8e:niemeyer_pretty/vendor/github.com/niemeyer/pretty \ nsf:termbox-go:abe82ce5fb7a:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ pelletier:go-buffruneio:v0.1.0:pelletier_go_buffruneio/vendor/github.com/pelletier/go-buffruneio \ pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv WRKSRC= ${WRKDIR}/carlostrub-bapu-23ca6b019fbc post-install: ${CP} -R ${WRKSRC}/bapu.toml.sample ${STAGEDIR}${PREFIX}/etc/ .include diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index 2b2eec09e064..2dd6332c3182 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -1,27 +1,27 @@ PORTNAME= go-cs PORTVERSION= 0.9 DISTVERSIONPREFIX= v -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= net MAINTAINER= akosela@andykosela.com COMMENT= Concurrent ssh client WWW= https://github.com/akosela/go-cs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= akosela CONFLICTS_INSTALL= clearsilver csound # bin/cs PLIST_FILES= bin/cs share/man/man1/cs.1.gz GO_TARGET= ./cs post-install: ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/go-tcping/Makefile b/net/go-tcping/Makefile index e725142bdc15..322c998790ee 100644 --- a/net/go-tcping/Makefile +++ b/net/go-tcping/Makefile @@ -1,30 +1,30 @@ PORTNAME= tcping DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= go- DISTFILES= go.mod:gomod MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility to ping TCP ports written in Go WWW= https://github.com/pouriyajamshidi/tcping LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= pouriyajamshidi GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/gotcping post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/gotcping .include diff --git a/net/gobgp/Makefile b/net/gobgp/Makefile index cc8c76077ce3..7991e236a1ba 100644 --- a/net/gobgp/Makefile +++ b/net/gobgp/Makefile @@ -1,39 +1,39 @@ PORTNAME= gobgp PORTVERSION= 3.25.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net DIST_SUBDIR= gobgp MAINTAINER= pi@FreeBSD.org COMMENT= BGP implementation in Go WWW= https://github.com/osrg/gobgp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= gobgpd GO_MODULE= github.com/osrg/gobgp/v3 GO_TARGET= ./cmd/gobgp ./cmd/gobgpd:${PREFIX}/libexec/gobgpd SUB_FILES= gobgpd PLIST_FILES= bin/gobgp libexec/gobgpd OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT=BASH ZSH BASH_PLIST_FILES= etc/bash_completion.d/gobgp-completion.bash \ etc/bash_completion.d/gobgp-dynamic-completion.bash \ etc/bash_completion.d/gobgp-static-completion.bash ZSH_PLIST_FILES= share/zsh/site-functions/_gobgp post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${GO_WRKSRC}/tools/completion/gobgp*-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ post-install-ZSH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${GO_WRKSRC}/tools/completion/zsh/_gobgp ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .include diff --git a/net/goreplay/Makefile b/net/goreplay/Makefile index b9bfd545b2e0..192351e8baa2 100644 --- a/net/goreplay/Makefile +++ b/net/goreplay/Makefile @@ -1,20 +1,20 @@ PORTNAME= goreplay DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for capturing and replaying live HTTP traffic WWW= https://goreplay.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/buger/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/gotify-cli/Makefile b/net/gotify-cli/Makefile index dc3aa6c8b114..506e7da3971c 100644 --- a/net/gotify-cli/Makefile +++ b/net/gotify-cli/Makefile @@ -1,28 +1,28 @@ PORTNAME= gotify PORTVERSION= 2.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net PKGNAMESUFFIX= -cli DISTNAME= cli MAINTAINER= mfechner@FreeBSD.org COMMENT= CLI to send message to gotify server WWW= https://github.com/gotify/cli LICENSE= MIT USES= go:modules GO_MODULE= github.com/gotify/cli/v2 _BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC") #GO_TARGET= ./ GO_BUILDFLAGS= -buildmode=pie -modcacherw \ -ldflags=" \ -X 'main.Version=${PORTVERSION}' \ -X 'main.Commit=${GL_TAGNAME:C/^(........).*/\1/}' \ -X 'main.BuildDate=${_BUILD_DATE}'" PLIST_FILES= bin/gotify .include diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index 93f3d16b8e5c..ac10bd9c821c 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,86 +1,86 @@ PORTNAME= gotify-server PORTVERSION= 2.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache DISTNAME= server DISTFILES= ${PORTNAME}-yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache MAINTAINER= mfechner@FreeBSD.org COMMENT= Simple server for sending and receiving messages WWW= https://github.com/gotify/server LICENSE= MIT BROKEN_i386= Build does not succeed (timeout in poudriere) BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ USES= go:modules nodejs:build USE_RC_SUBR= gotify_server GO_MODULE= github.com/gotify/server/v2 _BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC") #GO_TARGET= ./ GO_BUILDFLAGS= -buildmode=pie -modcacherw \ -ldflags=" \ -X 'main.Version=${PORTVERSION}' \ -X 'main.Commit=${GL_TAGNAME:C/^(........).*/\1/}' \ -X 'main.BuildDate=${_BUILD_DATE}' \ -X 'main.Mode=prod'" .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 MAKE_ENV+= NODE_OPTIONS=--openssl-legacy-provider .endif USERS= gotify GROUPS= gotify PLIST_FILES= bin/gotify-server post-patch: # setup yarnrc for offline node_modules installatio @${ECHO_CMD} 'yarn-offline-mirror "${WRKDIR}/yarn-offline-cache"' >> ${WRKSRC}/ui/.yarnrc pre-build: @cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} HOME=${WRKDIR} PUPPETEER_SKIP_DOWNLOAD=true yarn install --offline @cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} yarn build #${RM} -r ${STAGEDIR}${PREFIX}/share/.cache pre-install: @${RM} ${WRKSRC}/.yarnrc do-install: @${INSTALL_PROGRAM} ${WRKDIR}/bin/gotify-server ${STAGEDIR}${PREFIX}/bin/gotify-server @${MV} ${WRKSRC}/config.example.yml ${WRKSRC}/config.yml.sample @${MKDIR} ${STAGEDIR}${ETCDIR} .for x in config.yml.sample @${CP} ${WRKSRC}/${x} ${STAGEDIR}${ETCDIR}/${x} .endfor @${MKDIR} ${STAGEDIR}/var/db/gotify post-install: @${ECHO} "@sample ${ETCDIR}/config.yml.sample" >> ${TMPPLIST} @${ECHO_CMD} "@owner gotify" >> ${TMPPLIST} @${ECHO_CMD} "@group gotify" >> ${TMPPLIST} @${ECHO_CMD} "@dir /var/db/gotify" >> ${TMPPLIST} #@${ECHO_CMD} "@dir /var/db/gotify/certs" >> ${TMPPLIST} # To update # 1. comment DISTFILES # 2. Run 'make makesum' # 3. Run 'make make-yarn-cache' # 4. Upload yarn cache # 5. Uncomment DITSFILES # 6. Run 'make makesum' make-yarn-cache: patch ${RM} -r ${WRKDIR}/yarn-offline-cache cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn --frozen-lockfile --ignore-scripts cd ${WRKDIR} && ${TAR} -czf ${PORTNAME}-yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX} yarn-offline-cache @${ECHO_CMD} upload ${PORTNAME}-yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX} .include diff --git a/net/grpcox/Makefile b/net/grpcox/Makefile index 520323cb394b..3964f1f4274b 100644 --- a/net/grpcox/Makefile +++ b/net/grpcox/Makefile @@ -1,31 +1,31 @@ PORTNAME= grpcox DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org COMMENT= Web based GUI client for gRPC WWW= https://github.com/gusaul/grpcox LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gusaul GH_SUBDIR= src/github.com/gusaul/grpcox GH_TUPLE= \ fullstorydev:grpcurl:v1.3.2:fullstorydev_grpcurl/vendor/github.com/fullstorydev/grpcurl \ golang:net:d8887717615a:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:d0b11bdaac8a:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ google:go-genproto:c66870c02cf8:google_go_genproto/vendor/google.golang.org/genproto \ gorilla:mux:v1.7.0:gorilla_mux/vendor/github.com/gorilla/mux \ grpc:grpc-go:v1.21.0:grpc_grpc_go/vendor/google.golang.org/grpc \ jhump:protoreflect:v1.5.0:jhump_protoreflect/vendor/github.com/jhump/protoreflect PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/grpcui/Makefile b/net/grpcui/Makefile index c3949bb12634..8d9c0cc2b6bb 100644 --- a/net/grpcui/Makefile +++ b/net/grpcui/Makefile @@ -1,21 +1,21 @@ PORTNAME= grpcui DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org COMMENT= Interactive web UI for gRPC, along the lines of postman WWW= https://github.com/fullstorydev/grpcui LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/fullstorydev/grpcui GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/grpcurl/Makefile b/net/grpcurl/Makefile index 65a2215b52e7..ed90c2e6a93d 100644 --- a/net/grpcurl/Makefile +++ b/net/grpcurl/Makefile @@ -1,45 +1,45 @@ PORTNAME= grpcurl DISTVERSIONPREFIX= v DISTVERSION= 1.9.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= nc@FreeBSD.org COMMENT= Command-line tool that lets you interact with gRPC servers WWW= https://github.com/fullstorydev/grpcurl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fullstorydev GH_SUBDIR= src/github.com/fullstorydev/grpcurl GH_TUPLE= \ bufbuild:protocompile:v0.10.0:bufbuild_protocompile/vendor/github.com/bufbuild/protocompile \ census-instrumentation:opencensus-proto:v0.4.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cncf:udpa:c52dc94e7fbe:cncf_udpa_go/vendor/github.com/cncf/udpa \ cncf:xds:523115ebc101:cncf_xds_go/vendor/github.com/cncf/xds \ envoyproxy:go-control-plane:v0.11.1:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ envoyproxy:protoc-gen-validate:v1.0.2:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ golang:appengine:v1.6.8:golang_appengine/vendor/google.golang.org/appengine \ golang:net:v0.22.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.14.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.4:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.18.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ google:go-genproto:bbf56f31fb17:google_go_genproto/vendor/google.golang.org/genproto \ googleapis:google-cloud-go:compute/v1.23.3:googleapis_google_cloud_go_compute/vendor/cloud.google.com/go \ grpc:grpc-go:v1.61.0:grpc_grpc_go/vendor/google.golang.org/grpc \ jhump:protoreflect:v1.16.0:jhump_protoreflect/vendor/github.com/jhump/protoreflect \ protocolbuffers:protobuf-go:98873a205002:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSIONPREFIX}${PORTVERSION} -s -w" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/grpcurl .include diff --git a/net/gscloud/Makefile b/net/gscloud/Makefile index 4a5010b830c9..50d2c6b78a98 100644 --- a/net/gscloud/Makefile +++ b/net/gscloud/Makefile @@ -1,81 +1,81 @@ PORTNAME= gscloud DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net devel MAINTAINER= egypcio@FreeBSD.org COMMENT= Official command-line interface for gridscale's API written in Go WWW= https://github.com/gridscale/gscloud LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gridscale GH_TUPLE= cpuguy83:go-md2man:v2.0.1:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ini:ini:v1.66.4:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-logr:logr:v0.4.0:go_logr_logr/vendor/github.com/go-logr/logr \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.0:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:net:2e3eb7b945c2:golang_net/vendor/golang.org/x/net \ golang:oauth2:9780585627b5:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.8.0:golang_sys/vendor/golang.org/x/sys \ golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:time:f8bda1e9f3ba:golang_time/vendor/golang.org/x/time \ google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gridscale:gsclient-go:v3.12.0:gridscale_gsclient_go_v3/vendor/github.com/gridscale/gsclient-go/v3 \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kardianos:osext:2bc1f35cddc0:kardianos_osext/vendor/github.com/kardianos/osext \ kirsle:configdir:e45d2f54772f:kirsle_configdir/vendor/github.com/kirsle/configdir \ kubernetes-sigs:structured-merge-diff:v4.1.0:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:apimachinery:v0.21.0:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.21.0:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v2.8.0:kubernetes_klog/vendor/k8s.io/klog/v2 \ kubernetes:utils:67b214c5f920:kubernetes_utils/vendor/k8s.io/utils \ magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pelletier:go-toml:v2.0.1:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ sethvargo:go-password:v0.2.0:sethvargo_go_password/vendor/github.com/sethvargo/go-password \ sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.8.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.4.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.12.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.3.0:subosito_gotenv/vendor/github.com/subosito/gotenv GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static" -X ${GO_PKGNAME}.Version=${PORTVERSION} -X ${GO_PKGNAME}.GitCommit=tag:v${DISTVERSION}' GO_PKGNAME= github.com/gridscale/gscloud/cmd GO_TARGET= . CGO_ENABLED= 0 PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index 2c8e3526e1e7..9c87ef738677 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -1,29 +1,29 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- DISTVERSION= 3.3.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org COMMENT= Official Command Line Interface for the IPinfo API WWW= https://github.com/ipinfo/cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_PROJECT= cli GH_TUPLE= golang:sys:v0.16.0:golang_sys GO_TARGET= ./ipinfo PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} ${WRKSRC}/vendor/modules.txt ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/net/k6/Makefile b/net/k6/Makefile index 9a221343c2fa..11c4c58fc5b5 100644 --- a/net/k6/Makefile +++ b/net/k6/Makefile @@ -1,38 +1,38 @@ PORTNAME= k6 DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org COMMENT= Modern load testing tool, using Go and Javascript WWW= https://k6.io/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:1.24+,modules NOT_FOR_ARCHS= armv6 armv7 i386 _BUILD_DATE= $$(date -u +"%FT%T%z") _BUILD_HASH= 7961cef GO_MODULE= github.com/grafana/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X go.k6.io/k6/lib/consts.VersionDetails=${_BUILD_DATE}/${_BUILD_HASH}" PLIST_FILES= bin/${PORTNAME} _DOCS= CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SUPPORT.md PORTDOCS= ${_DOCS:T} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${_DOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/net/kube-apiserver/Makefile b/net/kube-apiserver/Makefile index bb0fa2787239..13229d34077b 100644 --- a/net/kube-apiserver/Makefile +++ b/net/kube-apiserver/Makefile @@ -1,46 +1,46 @@ PORTNAME= kube-apiserver PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr COMMENT= Kubernetes API service WWW= https://github.com/kubernetes/kubernetes LICENSE= APACHE20 USES= cpe go CPE_VENDOR= jenkins CPE_PRODUCT= kubernetes USE_GITHUB= yes GH_ACCOUNT= kubernetes GH_PROJECT= kubernetes BUILD_DATE= $$(date +'%Y-%m-%dT%H:%M:%SZ') GO_PKGNAME= k8s.io/kubernetes GO_TARGET= ${GO_PKGNAME}/cmd/kube-apiserver GO_BUILDFLAGS= -ldflags="-X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION}" USE_RC_SUBR= kube-apiserver PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/kube-controller-manager/Makefile b/net/kube-controller-manager/Makefile index d9170d26bb4d..b3fbf867e5bf 100644 --- a/net/kube-controller-manager/Makefile +++ b/net/kube-controller-manager/Makefile @@ -1,47 +1,47 @@ PORTNAME= kube-controller-manager PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr COMMENT= Kubernetes controller manager daemon WWW= https://github.com/kubernetes/kubernetes LICENSE= APACHE20 USES= cpe go CPE_VENDOR= jenkins CPE_PRODUCT= kubernetes USE_GITHUB= yes GH_ACCOUNT= kubernetes GH_PROJECT= kubernetes GO_PKGNAME= k8s.io/kubernetes GO_TARGET= ${GO_PKGNAME}/cmd/kube-controller-manager BUILD_DATE= $$(date +'%Y-%m-%dT%H:%M:%SZ') GO_BUILDFLAGS= -ldflags="-X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION}" USE_RC_SUBR= kube-controller-manager PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/kube-scheduler/Makefile b/net/kube-scheduler/Makefile index 28073ced5d2a..ba70564a6cee 100644 --- a/net/kube-scheduler/Makefile +++ b/net/kube-scheduler/Makefile @@ -1,51 +1,51 @@ PORTNAME= kube-scheduler PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr COMMENT= Kubernetes scheduler daemon WWW= https://github.com/kubernetes/kubernetes LICENSE= APACHE20 USES= cpe go CPE_VENDOR= jenkins CPE_PRODUCT= kubernetes USE_GITHUB= yes GH_ACCOUNT= kubernetes GH_PROJECT= kubernetes GO_PKGNAME= k8s.io/kubernetes GO_TARGET= ${GO_PKGNAME}/cmd/kube-scheduler BUILD_DATE= $$(date +'%Y-%m-%dT%H:%M:%SZ') GO_BUILDFLAGS= -ldflags="-X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/client-go/pkg/version.buildDate=${BUILD_DATE} \ -X k8s.io/component-base/version.buildDate=${BUILD_DATE} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/client-go/pkg/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/component-base/version.gitMinor=${PORTVERSION:R:E} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/client-go/pkg/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/component-base/version.gitMajor=${PORTVERSION:R:R} \ -X k8s.io/kubernetes/vendor/k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/kubernetes/vendor/k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/client-go/pkg/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION} \ -X k8s.io/component-base/version.gitVersion=${DISTVERSIONPREFIX}${PORTVERSION}" USE_RC_SUBR= kube-scheduler PLIST_FILES= bin/${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/kubernetes ${CP} ${FILESDIR}/*.sample ${STAGEDIR}${PREFIX}/etc/kubernetes .include diff --git a/net/librespeed-cli/Makefile b/net/librespeed-cli/Makefile index 3082924e79d0..703e093c5171 100644 --- a/net/librespeed-cli/Makefile +++ b/net/librespeed-cli/Makefile @@ -1,32 +1,32 @@ PORTNAME= librespeed-cli DISTVERSIONPREFIX= v DISTVERSION= 1.0.12 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org COMMENT= CLI interface to run librespeed speedtests WWW= https://github.com/librespeed/speedtest-cli LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:net:v0.8.0:net \ golang:sys:v0.6.0:sys GO_MODULE= github.com/librespeed/speedtest-cli GO_BUILDFLAGS+= -ldflags "-X \"librespeed-cli/defs.ProgName=${PORTNAME}\" \ -X \"librespeed-cli/defs.ProgVersion=${PORTVERSION}-freebsd\" \ -X \"librespeed-cli/defs.BuildDate=`date -u '+%Y-%m-%d %H:%M:%S %Z'`\"" PLIST_FILES= bin/librespeed-cli pre-patch: .for m in net sys ${RM} -r ${WRKSRC}/vendor/golang.org/x/$m ${LN} -s ${WRKDIR}/$m-* ${WRKSRC}/vendor/golang.org/x/$m .endfor .include diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile index 91685a839536..e068d7627890 100644 --- a/net/librespeed-go/Makefile +++ b/net/librespeed-go/Makefile @@ -1,55 +1,55 @@ PORTNAME= librespeed-go DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org COMMENT= GO backend for LibreSpeed WWW= https://github.com/librespeed/speedtest-go LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys USE_RC_SUBR= librespeed-go GO_MODULE= github.com/librespeed/speedtest-go SUB_FILES= pkg-message SUB_LIST= LIBRESPEED_USER=${USERS} LIBRESPEED_GROUP=${GROUPS} PORTNAME=${PORTNAME} USERS= librespeed GROUPS= librespeed PLIST_SUB= LIBRESPEED_USER=${USERS} LIBRESPEED_GROUP=${GROUPS} OPTIONS_DEFINE= EXAMPLES pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-patch: ${REINPLACE_CMD} -e 's|"."|"${ETCDIR}"|g' ${WRKSRC}/config/config.go pre-install: ${REINPLACE_CMD} -e 's|assets_path=""|assets_path="${WWWDIR}"|g' ${WRKSRC}/settings.toml ${REINPLACE_CMD} -e 's|speedtest.db|/var/db/${PORTNAME}/speedtest.db|g' ${WRKSRC}/settings.toml post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -a ${WRKSRC}/web/assets/*.js ${STAGEDIR}${WWWDIR} ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/settings.toml ${STAGEDIR}${ETCDIR}/settings.toml.sample ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} ${MKDIR} ${STAGEDIR}/var/run/${PORTNAME} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -a ${WRKSRC}/web/assets/*.html ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/net/madonctl/Makefile b/net/madonctl/Makefile index becf4c6f1af8..6e438d86acf6 100644 --- a/net/madonctl/Makefile +++ b/net/madonctl/Makefile @@ -1,21 +1,21 @@ PORTNAME= madonctl PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI client for the Mastodon social network API WWW= https://github.com/McKael/madonctl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules PLIST_FILES= bin/madonctl GH_ACCOUNT= McKael USE_GITHUB= yes .include diff --git a/net/mihomo/Makefile b/net/mihomo/Makefile index 903050f917bd..9007344105c3 100644 --- a/net/mihomo/Makefile +++ b/net/mihomo/Makefile @@ -1,27 +1,27 @@ PORTNAME= mihomo DISTVERSIONPREFIX= v DISTVERSION= 1.19.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Rule-based tunnel in Go WWW= https://github.com/MetaCubeX/mihomo/tree/Alpha LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules cpe CPE_VENDOR= clash_project GO_MODULE= github.com/metacubex/mihomo PLIST_FILES= bin/${PORTNAME} PORTSCOUT= limit:^[0-9\.]*$$ pre-patch: @cd ${WRKSRC} && ${CP} listener/redir/tcp_linux.go listener/redir/tcp_freebsd.go .include diff --git a/net/nats-nkeys/Makefile b/net/nats-nkeys/Makefile index 6c1eca0da136..eed865310c83 100644 --- a/net/nats-nkeys/Makefile +++ b/net/nats-nkeys/Makefile @@ -1,27 +1,27 @@ PORTNAME= nkeys PORTVERSION= 0.4.12 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net PKGNAMEPREFIX= nats- MAINTAINER= olgeni@FreeBSD.org COMMENT= Public-key signature system based on Ed25519 for the NATS ecosystem WWW= https://github.com/nats-io/nkeys LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/nats-io/nkeys GO_TARGET= ./nk PLIST_FILES= bin/nk \ share/doc/${PORTNAME}/README.md post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net/nats-nsc/Makefile b/net/nats-nsc/Makefile index 392e2bc4a936..d1bb96d04cd6 100644 --- a/net/nats-nsc/Makefile +++ b/net/nats-nsc/Makefile @@ -1,26 +1,26 @@ PORTNAME= nsc PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net PKGNAMEPREFIX= nats- MAINTAINER= olgeni@FreeBSD.org COMMENT= Tool for creating NATS account and user access configurations WWW= https://github.com/nats-io/nsc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/nats-io/nsc/v2 PLIST_FILES= bin/nsc \ share/doc/${PORTNAME}/README.md post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index 69e352c375c3..64eb9d6f1330 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,32 +1,32 @@ PORTNAME= nats-server DISTVERSIONPREFIX= v DISTVERSION= 2.12.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Messaging system written in Go WWW= https://nats.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= nats.sh GO_MODULE= github.com/nats-io/nats-server/v2 USERS= nats GROUPS= nats OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${FILESDIR}/nats.conf ${STAGEDIR}${PREFIX}/etc/nats.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/server && ${COPYTREE_SHARE} configs ${STAGEDIR}${DOCSDIR} .include diff --git a/net/nats-streaming-server/Makefile b/net/nats-streaming-server/Makefile index fbb0e9a2d869..49022cffa337 100644 --- a/net/nats-streaming-server/Makefile +++ b/net/nats-streaming-server/Makefile @@ -1,55 +1,55 @@ PORTNAME= nats-streaming-server PORTVERSION= 0.25.6 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Streaming system server for NATS WWW= https://nats.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= nats-io GH_TUPLE= armon:go-metrics:v0.4.1:armon_go_metrics/vendor/github.com/armon/go-metrics \ etcd-io:bbolt:v1.3.7:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ go-sql-driver:mysql:v1.7.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:crypto:v0.10.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.9.0:golang_sys/vendor/golang.org/x/sys \ golang:time:v0.3.0:golang_time/vendor/golang.org/x/time \ hashicorp:go-hclog:v1.5.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.0.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-msgpack:v2.1.0:hashicorp_go_msgpack_v2/vendor/github.com/hashicorp/go-msgpack/v2 \ hashicorp:golang-lru:v0.5.0:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:raft:v1.5.0:hashicorp_raft/vendor/github.com/hashicorp/raft \ klauspost:compress:v1.16.5:klauspost_compress/vendor/github.com/klauspost/compress \ lib:pq:v1.10.9:lib_pq/vendor/github.com/lib/pq \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ minio:highwayhash:v1.0.2:minio_highwayhash/vendor/github.com/minio/highwayhash \ nats-io:jwt:v2.4.1:nats_io_jwt_v2/vendor/github.com/nats-io/jwt \ nats-io:nats-server:v2.9.19:nats_io_nats_server_v2/vendor/github.com/nats-io/nats-server/v2 \ nats-io:nats.go:v1.27.0:nats_io_nats_go/vendor/github.com/nats-io/nats.go \ nats-io:nkeys:v0.4.4:nats_io_nkeys/vendor/github.com/nats-io/nkeys \ nats-io:nuid:v1.0.1:nats_io_nuid/vendor/github.com/nats-io/nuid \ nats-io:stan.go:v0.10.4:nats_io_stan_go/vendor/github.com/nats-io/stan.go \ prometheus:procfs:v0.11.0:prometheus_procfs/vendor/github.com/prometheus/procfs USE_RC_SUBR= nats_streaming.sh GO_BUILDFLAGS= -buildvcs=false OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${FILESDIR}/nats_streaming.conf ${STAGEDIR}${PREFIX}/etc/nats_streaming.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net/nats-surveyor/Makefile b/net/nats-surveyor/Makefile index 8663789ee562..b5f62b204b4a 100644 --- a/net/nats-surveyor/Makefile +++ b/net/nats-surveyor/Makefile @@ -1,22 +1,22 @@ PORTNAME= nats-surveyor DISTVERSIONPREFIX= v DISTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= NATS Monitoring, Simplified WWW= https://github.com/nats-io/nats-surveyor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= nats-io GO_MODULE= github.com/nats-io/nats-surveyor PLIST_FILES= bin/nats-surveyor .include diff --git a/net/nats-top/Makefile b/net/nats-top/Makefile index 61f64c0869da..a9a9b571eeff 100644 --- a/net/nats-top/Makefile +++ b/net/nats-top/Makefile @@ -1,19 +1,19 @@ PORTNAME= nats-top PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Top like program monitor for NATS WWW= https://github.com/nats-io/nats-top LICENSE= MIT USES= go:modules GO_MODULE= github.com/nats-io/nats-top PLIST_FILES= bin/nats-top .include diff --git a/net/natscli/Makefile b/net/natscli/Makefile index 51d36fed5cf0..63e2c9e1be18 100644 --- a/net/natscli/Makefile +++ b/net/natscli/Makefile @@ -1,27 +1,27 @@ PORTNAME= natscli PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Command line utility to interact with and manage NATS WWW= https://github.com/nats-io/natscli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/nats-io/natscli GO_TARGET= ./nats #GO_BUILDFLAGS= -buildvcs=false PLIST_FILES= bin/nats \ share/doc/${PORTNAME}/README.md post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 19368abceb2b..c6aae9f4095f 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -1,42 +1,42 @@ PORTNAME= nncp DISTVERSION= 8.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ MAINTAINER= stargrave@stargrave.org COMMENT= Utilities for secure store-and-forward files, mail, command exchanging WWW= http://www.nncpgo.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules,no_targets tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss SUB_FILES= pkg-message pkg-install pkg-deinstall INFO= nncp PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS OPTIONS_DEFINE= DOCS do-build: GO=${GO_CMD} ${GO_ENV} GO_CFLAGS="${GO_BUILDFLAGS}" \ CFGPATH=${PREFIX}/etc/nncp.hjson \ INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} \ PREFIX=${STAGEDIR}${PREFIX} \ GOCACHE="${WRKDIR}/.cache" ${WRKSRC}/build do-install: PREFIX=${STAGEDIR}${PREFIX} INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} \ ${WRKSRC}/install post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample \ ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/net/nsq/Makefile b/net/nsq/Makefile index 35ec86d91d0e..2623be43e1cd 100644 --- a/net/nsq/Makefile +++ b/net/nsq/Makefile @@ -1,24 +1,24 @@ PORTNAME= nsq DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net MAINTAINER= jhixson@FreeBSD.org COMMENT= Realtime distributed messaging platform WWW= https://nsq.io LICENSE= MIT ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 USES= go:modules GO_MODULE= github.com/nsqio/nsq GO_TARGET= ./apps/nsqd ./apps/nsqlookupd ./apps/nsqadmin \ ./apps/nsq_to_nsq ./apps/nsq_to_file ./apps/nsq_to_http \ ./apps/nsq_tail ./apps/nsq_stat ./apps/to_nsq USE_RC_SUBR= nsqd nsqlookupd nsqadmin .include diff --git a/net/ooni-mini/Makefile b/net/ooni-mini/Makefile index af5b84ee9831..02fa4407561e 100644 --- a/net/ooni-mini/Makefile +++ b/net/ooni-mini/Makefile @@ -1,69 +1,69 @@ PORTNAME= ooni-mini DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org COMMENT= Small command line client that tests OONI's functionality WWW= https://ooni.org/about/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= go:modules USE_GITHUB= yes USE_GITLAB= nodefault # # github.com/ooni/probe-engine/blob/master/readme_compiletimecheck.go#L6 GO_BUILDFLAGS= -tags=ooni,nomk,DISABLE_QUIC -ldflags '-s -w -extldflags "-static"' GO_TARGET= ./cmd/miniooni GH_ACCOUNT= ooni GH_PROJECT= probe-engine GH_TUPLE= apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ creack:goselect:v0.1.1:creack_goselect/vendor/github.com/creack/goselect \ cretz:bine:v0.1.0:cretz_bine/vendor/github.com/cretz/bine \ dchest:siphash:v1.2.2:dchest_siphash/vendor/github.com/dchest/siphash \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:22da62e12c0c:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.5.2:google_go_cmp/vendor/github.com/google/go-cmp \ google:martian:v3.1.0:google_martian_v3/vendor/github.com/google/martian/v3 \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ iancoleman:strcase:v0.1.3:iancoleman_strcase/vendor/github.com/iancoleman/strcase \ lucas-clemente:quic-go:v0.19.3:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ marten-seemann:qpack:v0.2.1:marten_seemann_qpack/vendor/github.com/marten-seemann/qpack \ marten-seemann:qtls-go1-15:v0.1.1:marten_seemann_qtls_go1_15/vendor/github.com/marten-seemann/qtls-go1-15 \ marten-seemann:qtls:v0.10.0:marten_seemann_qtls/vendor/github.com/marten-seemann/qtls \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ miekg:dns:v1.1.35:miekg_dns/vendor/github.com/miekg/dns \ montanaflynn:stats:v0.6.4:montanaflynn_stats/vendor/github.com/montanaflynn/stats \ ooni:psiphon:v0.4.0:ooni_psiphon/vendor/github.com/ooni/psiphon \ oschwald:geoip2-golang:v1.4.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \ oschwald:maxminddb-golang:v1.8.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pborman:getopt:v2.1.0:pborman_getopt_v2/vendor/github.com/pborman/getopt \ pion:stun:v0.3.5:pion_stun/vendor/github.com/pion/stun \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rogpeppe:go-internal:v1.7.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal GH_TUPLE+= marten-seemann:qtls-go1-16:v0.1.3:marten_seemann_qtls_go1_16/vendor/github.com/marten-seemann/qtls-go1-16 \ torbsd:goptlib:v1.1.0:torbsd_goptlib/vendor/git.torproject.org/pluggable-transports/goptlib.git GL_TUPLE= yawning:bsaes:26d1add596b6d800bdeeb3bc3b2c7b316c056b6d:yawning_bsaes/vendor/git.schwanenlied.me/yawning/bsaes.git \ yawning:obfs4:f638c33f6c6f697498150d5f0dfbf26453759262:yawning_obfs4/vendor/gitlab.com/yawning/obfs4.git \ yawning:utls:ad258eb64575fd468dbd2f93ef229df5f7fe72b4:yawning_utls/vendor/gitlab.com/yawning/utls.git PLIST_FILES= bin/miniooni .include diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index 558435b7d1be..8e6cf01de0d7 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,26 +1,26 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v DISTVERSION= 3.28.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org COMMENT= Next generation OONI Probe CLI WWW= https://ooni.org/about/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= go:modules GO_MODULE= github.com/ooni/probe-cli/v3 GO_TARGET= ./cmd/ooniprobe GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' PIE_UNSAFE= yes PLIST_FILES= bin/ooniprobe .include diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index a9fd51c5bc71..7b2e8abd31f1 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -1,99 +1,99 @@ PORTNAME= ovhcloud-cli DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel MAINTAINER= bapt@FreeBSD.org COMMENT= Command Line Interface to manage your OVHcloud services WWW= https://github.com/ovh/ovhcloud-cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ovh GO_TARGET= ./cmd/ovhcloud GO_BUILDFLAGS= -ldflags "-s -w -extldflags -static -X github.com/ovh/ovhcloud-cli/internal/version.Version=v${PORTVERSION}" PLIST_FILES= bin/ovhcloud GH_TUPLE= \ PaesslerAG:gval:v1.2.4:paesslerag_gval/vendor/github.com/PaesslerAG/gval \ PaesslerAG:jsonpath:v0.1.1:paesslerag_jsonpath/vendor/github.com/PaesslerAG/jsonpath \ alecthomas:chroma:v2.14.0:alecthomas_chroma_v2/vendor/github.com/alecthomas/chroma/v2 \ amstuta:fx:99b16761e78b:amstuta_fx/vendor/github.com/amstuta/fx \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \ charmbracelet:bubbles:v0.20.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ charmbracelet:bubbletea:v1.3.4:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ charmbracelet:colorprofile:f60798e515dc:charmbracelet_colorprofile/vendor/github.com/charmbracelet/colorprofile \ charmbracelet:glamour:v0.9.1:charmbracelet_glamour/vendor/github.com/charmbracelet/glamour \ charmbracelet:lipgloss:v1.1.0:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ charmbracelet:x:2c3ea96c31dd:charmbracelet_x_cellbuf \ charmbracelet:x:ansi/v0.8.0:charmbracelet_x_ansi/vendor/github.com/charmbracelet/x \ charmbracelet:x:term/v0.2.1:charmbracelet_x_term \ cpuguy83:go-md2man:v2.0.6:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.11.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ erikgeiser:coninput:1c3628e74d0f:erikgeiser_coninput/vendor/github.com/erikgeiser/coninput \ getkin:kin-openapi:v0.132.0:getkin_kin_openapi/vendor/github.com/getkin/kin-openapi \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-openapi:jsonpointer:v0.21.0:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:swag:v0.23.0:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ golang:exp:5c715a9e8561:golang_exp/vendor/golang.org/x/exp \ golang:net:v0.42.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.30.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:sync:v0.16.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.34.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.33.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.27.0:golang_text/vendor/golang.org/x/text \ gorilla:css:v1.0.1:gorilla_css/vendor/github.com/gorilla/css \ imdario:mergo:v1.0.2:imdario_mergo/vendor/dario.cat/mergo \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jarcoal:httpmock:v1.4.1:jarcoal_httpmock/vendor/github.com/jarcoal/httpmock \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mailru:easyjson:v0.7.7:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-shellwords:v1.0.12:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ maxatome:go-testdeep:v1.14.0:maxatome_go_testdeep/vendor/github.com/maxatome/go-testdeep \ maxatome:tdhttpmock:v1.0.0:maxatome_tdhttpmock/vendor/github.com/maxatome/tdhttpmock \ microcosm-cc:bluemonday:v1.0.27:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mohae:deepcopy:c48cc78d4826:mohae_deepcopy/vendor/github.com/mohae/deepcopy \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.16.0:muesli_termenv/vendor/github.com/muesli/termenv \ oasdiff:yaml3:d2182401db90:oasdiff_yaml3/vendor/github.com/oasdiff/yaml3 \ oasdiff:yaml:f31be36b4037:oasdiff_yaml/vendor/github.com/oasdiff/yaml \ ovh:go-ovh:v1.9.0:ovh_go_ovh/vendor/github.com/ovh/go-ovh \ perimeterx:marshmallow:v1.1.5:perimeterx_marshmallow/vendor/github.com/perimeterx/marshmallow \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ sahilm:fuzzy:v0.1.1:sahilm_fuzzy/vendor/github.com/sahilm/fuzzy \ shopspring:decimal:v1.3.1:shopspring_decimal/vendor/github.com/shopspring/decimal \ spf13:cobra:v1.10.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.9:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.10.0:stretchr_testify/vendor/github.com/stretchr/testify \ xo:terminfo:abceb7e1c41e:xo_terminfo/vendor/github.com/xo/terminfo \ yuin:goldmark-emoji:v1.0.5:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \ yuin:goldmark:v1.7.8:yuin_goldmark/vendor/github.com/yuin/goldmark post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf @${RLN} ${WRKSRC_charmbracelet_x_cellbuf}/cellbuf ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/term @${RLN} ${WRKSRC_charmbracelet_x_term}/term ${WRKSRC}/vendor/github.com/charmbracelet/x/term @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor/ .include diff --git a/net/qrcp/Makefile b/net/qrcp/Makefile index 817bf3d8ae8d..6be85881db89 100644 --- a/net/qrcp/Makefile +++ b/net/qrcp/Makefile @@ -1,65 +1,65 @@ PORTNAME= qrcp DISTVERSIONPREFIX= v DISTVERSION= 0.11.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= tagattie@FreeBSD.org COMMENT= Transfer files over wifi by scanning a QR code WWW= https://qrcp.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= claudiodangelis GH_TUPLE= \ adrg:xdg:v0.5.3:adrg_xdg/vendor/github.com/adrg/xdg \ asaskevich:govalidator:475eaeb16496:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ cheggaaa:pb:v1.0.28:cheggaaa_pb/vendor/gopkg.in/cheggaaa/pb.v1 \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ eiannone:keyboard:caf4b762e807:eiannone_keyboard/vendor/github.com/eiannone/keyboard \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ glendc:go-external-ip:v0.1.0:glendc_go_external_ip/vendor/github.com/glendc/go-external-ip \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ golang:exp:921286631fa9:golang_exp/vendor/golang.org/x/exp \ golang:sys:v0.26.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jhoonb:archivex:0488e4ce1681:jhoonb_archivex/vendor/github.com/jhoonb/archivex \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ manifoldco:promptui:v0.9.0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v2.2.2:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ sagikazarmark:locafero:v0.4.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ skip2:go-qrcode:9434209cb086:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.9.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.19.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.9.0:uber_go_multierr/vendor/go.uber.org/multierr RELEASE_DATE= 2025-03-16 GO_BUILDFLAGS= -ldflags "-s -w -X github.com/claudiodangelis/qrcp/version.version=${DISTVERSION} -X github.com/claudiodangelis/qrcp/version.date=${RELEASE_DATE}" PLIST_FILES= bin/qrcp PORTDOCS= README.md SECURITY.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/rclone/Makefile b/net/rclone/Makefile index a31ac7f90255..e11701e3aea4 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,30 +1,30 @@ PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.73.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= tremere@cainites.net COMMENT= Sync files to and from various cloud services WWW= https://rclone.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe go:modules GO_MODULE= github.com/rclone/rclone GO_BUILDFLAGS= -ldflags -s -tags cmount PLIST_FILES= bin/rclone \ bin/rclonefs \ share/man/man1/rclone.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${RLN} ${STAGEDIR}${PREFIX}/bin/rclone ${STAGEDIR}${PREFIX}/bin/rclonefs .include diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index 059bd7dfcde0..a9b46c8d54ed 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,57 +1,57 @@ PORTNAME= connect DISTVERSIONPREFIX= v DISTVERSION= 4.78.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMEPREFIX= redpanda- MAINTAINER= olgeni@FreeBSD.org COMMENT= Stream processor for a wide array of data sources and sinks WWW= https://redpanda.com/blog/redpanda-connect # RCL license applies to some connectors LICENSE= APACHE20 RCL LICENSE_COMB= multi LICENSE_NAME_RCL= Redpanda Community License Agreement LICENSE_FILE_APACHE20= ${WRKSRC}/licenses/Apache-2.0.txt LICENSE_FILE_RCL= ${WRKSRC}/licenses/rcl.md LICENSE_PERMS_RCL= dist-mirror dist-sell pkg-mirror pkg-sell \ no-auto-accept LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= go:modules USE_RC_SUBR= redpanda_connect GO_MODULE= github.com/redpanda-data/connect/v4 GO_TARGET= ./cmd/redpanda-connect ETCDIR= ${PREFIX}/etc/${PKGNAMEPREFIX}${PORTNAME} # Redpanda Connect was formerly known as Benthos USERS= benthos GROUPS= benthos PLIST_FILES= "@dir(,,755) %%ETCDIR%%" \ "@sample %%ETCDIR%%/config.yaml.sample" \ bin/redpanda-connect OPTIONS_DEFINE= ENTERPRISE ENTERPRISE_DESC= Enable connectors under the RCL license .include .if !${PORT_OPTIONS:MENTERPRISE} EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .endif .include post-patch: @${CP} ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_linux.go \ ${WRKSRC}/vendor/github.com/AthenZ/athenz/libs/go/sia/util/os_util_freebsd.go post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample .include diff --git a/net/revsocks/Makefile b/net/revsocks/Makefile index 8d67869b5242..0b051e618c09 100644 --- a/net/revsocks/Makefile +++ b/net/revsocks/Makefile @@ -1,39 +1,39 @@ PORTNAME= revsocks DISTVERSIONPREFIX= v DISTVERSION= 2.8 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org COMMENT= Reverse SOCKS5 implementation in Go WWW= https://github.com/kost/revsocks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= kost GH_TUPLE= Jeffail:tunny:v0.1.4:jeffail_tunny/vendor/github.com/Jeffail/tunny \ acomagu:bufpipe:v1.0.4:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ armon:go-socks5:e75332964ef5:armon_go_socks5/vendor/github.com/armon/go-socks5 \ golang:crypto:v0.14.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.10.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.17.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.13.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.13.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.9.1:golang_tools/vendor/golang.org/x/tools \ hashicorp:yamux:v0.1.1:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ kost:chashell:cf0fbd106275:kost_chashell/vendor/github.com/kost/chashell \ kost:dnstun:6e7f5656a900:kost_dnstun/vendor/github.com/kost/dnstun \ kost:go-ntlmssp:a22bdd33b2a4:kost_go_ntlmssp/vendor/github.com/kost/go-ntlmssp \ miekg:dns:v1.1.54:miekg_dns/vendor/github.com/miekg/dns \ nhooyr:websocket:v1.8.10:nhooyr_websocket/vendor/nhooyr.io/websocket \ protocolbuffers:protobuf-go:v1.30.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rs:xid:v1.5.0:rs_xid/vendor/github.com/rs/xid PLIST_FILES= bin/revsocks .include diff --git a/net/rospo/Makefile b/net/rospo/Makefile index 580919ca4c84..1c416be24b05 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,35 +1,36 @@ PORTNAME= rospo DISTVERSIONPREFIX= v DISTVERSION= 0.15.3 +PORTREVISION= 1 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org COMMENT= Simple and reliable ssh tunnels with embedded ssh server WWW= https://github.com/ferama/rospo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/ferama/rospo GO_BUILDFLAGS= -ldflags="-X github.com/ferama/rospo/cmd.Version=${PKGVERSION} ${STRIP}" OPTIONS_DEFINE= DOCS post-install: @${ECHO_MSG} '====> installing shell completion files' ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${GO_WRKDIR_BIN}/rospo completion bash \ >${STAGEDIR}${PREFIX}/etc/bash_completion.d/rospo ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${GO_WRKDIR_BIN}/rospo completion fish \ >${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/rospo.fish ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site_functions ${GO_WRKDIR_BIN}/rospo completion zsh \ >${STAGEDIR}${PREFIX}/share/zsh/site_functions/_rospo @${ECHO_MSG} '====> installing documentation files' ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ ${INSTALL_MAN} ${WRKSRC}/cmd/configs/config_template.yaml ${STAGEDIR}${DOCSDIR}/ .include diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile index cf4d56b89d8a..743677e70105 100644 --- a/net/s5cmd/Makefile +++ b/net/s5cmd/Makefile @@ -1,22 +1,22 @@ PORTNAME= s5cmd DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org COMMENT= Very fast S3 command-line tool written in Go WWW= https://github.com/peak/s5cmd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= peak GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/s5cmd .include diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index 55bbc9c9d67d..f5a82b773ac4 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,72 +1,72 @@ PORTNAME= seaweedfs DISTVERSION= 4.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net sysutils MAINTAINER= drtr0jan@yandex.ru COMMENT= Distributed Object Store and Filesystem WWW= https://seaweedfs.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= seaweedfs GO_MODULE= github.com/seaweedfs/seaweedfs@v0.0.0-20251223074630-8d752906012e GO_TARGET= ./weed GO_BUILDFLAGS= -ldflags "-s -w -X github.com/seaweedfs/seaweedfs/weed/util/version.COMMIT=${GO_MODULE:C/.*-//}" CGO_CFLAGS= -I. SEAWEEDFS_DIR?= /var/db/${PORTNAME} SEAWEEDFS_USER?= seaweedfs SEAWEEDFS_GROUP?= seaweedfs SUB_FILES= pkg-message SUB_LIST= GROUP=${SEAWEEDFS_GROUP} \ SEAWEEDFS_DIR=${SEAWEEDFS_DIR} \ USER=${SEAWEEDFS_USER} USERS= ${SEAWEEDFS_USER} GROUPS= ${SEAWEEDFS_GROUP} OPTIONS_DEFINE= GOCDK RCLONE OPTIONS_DEFAULT= ELASTIC GOCDK RCLONE SQLITE OPTIONS_GROUP= FILERS OPTIONS_GROUP_FILERS= ELASTIC SQLITE TARANTOOL TIKV YDB ELASTIC_DESC= Elasticsearch support FILERS_DESC= Filer store engines GOCDK_DESC= Go CDK PubSub API support RCLONE_DESC= rsync for cloud storage backend TARANTOOL_DESC= Tarantool support TIKV_DESC= TiKV database support YDB_DESC= YDB support ELASTIC_VARS= GO_TAGS+=elastic GOCDK_VARS= GO_TAGS+=gocdk RCLONE_VARS= GO_TAGS+=rclone SQLITE_VARS= GO_TAGS+=sqlite TARANTOOL_VARS= GO_TAGS+=tarantool TIKV_VARS= GO_TAGS+=tikv YDB_VARS= GO_TAGS+=ydb .include .if !empty (GO_TAGS) GO_BUILDFLAGS+= -tags "${GO_TAGS}" .endif post-build: .for cfg in master filer security replication notification ${WRKDIR}/bin/weed scaffold -config ${cfg} -output ${WRKDIR}/ .endfor post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} .for cfg in filer master notification replication security ${INSTALL_DATA} ${WRKDIR}/${cfg}.toml \ ${STAGEDIR}${ETCDIR}/${cfg}.toml.sample .endfor .include diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 2078239f5c01..a148d9b7e511 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,22 +1,22 @@ PORTNAME= sing-box DISTVERSIONPREFIX= v DISTVERSION= 1.12.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Universal proxy platform WWW= https://sing-box.sagernet.org \ https://github.com/SagerNet/sing-box LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/sagernet/sing-box GO_TARGET= ./cmd/sing-box PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/slackcat/Makefile b/net/slackcat/Makefile index d4b9c251c2f5..e2accc5f4b70 100644 --- a/net/slackcat/Makefile +++ b/net/slackcat/Makefile @@ -1,30 +1,30 @@ PORTNAME= slackcat DISTVERSION= 1.7.3 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= nork@FreeBSD.org COMMENT= Simple commandline utility to post snippets to Slack WWW= https://github.com/bcicen/slackcat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= bcicen GH_TAGNAME= 5c4e4410002c GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSION} -X main.build=${GH_TAGNAME}" PLIST_FILES= bin/slackcat pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/net/speedtest-go/Makefile b/net/speedtest-go/Makefile index 8167f08bb778..1e70135d8dd1 100644 --- a/net/speedtest-go/Makefile +++ b/net/speedtest-go/Makefile @@ -1,21 +1,21 @@ PORTNAME= speedtest-go DISTVERSIONPREFIX= v DISTVERSION= 1.7.10 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org COMMENT= CLI and Go API to test internet speed using speedtest.net WWW= https://github.com/showwin/speedtest-go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/showwin/speedtest-go GO_TARGET= .:${PORTNAME} PLIST_FILES= bin/speedtest-go .include diff --git a/net/spoofdpi/Makefile b/net/spoofdpi/Makefile index 5bc24f8a0a6a..298650bba519 100644 --- a/net/spoofdpi/Makefile +++ b/net/spoofdpi/Makefile @@ -1,62 +1,62 @@ PORTNAME= spoofdpi DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= nxjoseph@protonmail.com COMMENT= Simple and fast anti-censorship tool WWW= https://spoofdpi.xvzc.dev/ \ https://github.com/xvzc/SpoofDPI/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= xvzc GH_PROJECT= SpoofDPI GH_TUPLE= BurntSushi:toml:v1.5.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:mod:v0.27.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.43.0:golang_net/vendor/golang.org/x/net \ golang:sync:v0.17.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.36.0:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.36.0:golang_tools/vendor/golang.org/x/tools \ google:gopacket:v1.1.19:google_gopacket/vendor/github.com/google/gopacket \ kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.19:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ miekg:dns:v1.1.61:miekg_dns/vendor/github.com/miekg/dns \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rs:zerolog:v1.33.0:rs_zerolog/vendor/github.com/rs/zerolog \ stretchr:testify:v1.11.1:stretchr_testify/vendor/github.com/stretchr/testify \ urfave:cli:v3.6.1:urfave_cli_v3/vendor/github.com/urfave/cli/v3 USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-s -w -X main.build=${OPSYS:tl} -X main.version=${DISTVERSION}" CGO_CFLAGS+= -I/usr/include CGO_LDFLAGS+= -L/usr/lib SUB_FILES= pkg-message SUB_LIST= USER=${USERS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} PLIST_FILES= "@dir(${USERS},${GROUPS},0770) ${ETCDIR}" \ "@sample(${USERS},${GROUPS},0770) ${ETCDIR}/${PORTNAME}.toml.sample" \ bin/${PORTNAME} post-patch: ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor @${REINPLACE_CMD} -e 's|"etc"|"${ETCDIR}"|g' \ ${WRKSRC}/internal/config/cli.go post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.toml.sample \ ${STAGEDIR}${ETCDIR} .include diff --git a/net/stc/Makefile b/net/stc/Makefile index a2fbcae779b3..ff0529165b2d 100644 --- a/net/stc/Makefile +++ b/net/stc/Makefile @@ -1,27 +1,27 @@ PORTNAME= stc PORTVERSION= 1.5.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= kbowling@FreeBSD.org COMMENT= Syncthing CLI Tool WWW= https://github.com/tenox7/stc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= tenox7 GH_TUPLE= \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ go-resty:resty:v2.16.5:go_resty_resty_v2/vendor/github.com/go-resty/resty/v2 \ golang:net:v0.35.0:golang_net/vendor/golang.org/x/net \ hako:durafmt:5c1018a4e16b:hako_durafmt/vendor/github.com/hako/durafmt PLIST_FILES= bin/stc post-patch: @${REINPLACE_CMD} -e 's|"homedir", ""|"homedir", "${LOCALBASE}/etc/syncthing"|' ${WRKSRC}/stc.go .include diff --git a/net/storj/Makefile b/net/storj/Makefile index 179a053c4f75..da313bab4f1f 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,29 +1,29 @@ PORTNAME= storj PORTVERSION= 1.117.8 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net MAINTAINER= danfe@FreeBSD.org COMMENT= Decentralized cloud object storage WWW= https://storj.io/ LICENSE= AGPLv3 USES= go:modules USE_GITHUB= yes .include "${.CURDIR}/Makefile.deps" STORJ_CMDS= certificates crashcollect identity metric-receiver \ multinode satellite storagenode storagenode-updater \ storj-admin storj-sim uplink versioncontrol GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,} post-stage: # Avoid conflict with `graphics/mesa-demos' @${MV} ${STAGEDIR}${PREFIX}/bin/identity \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-identity .include diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index d9f487eb783d..a4ea4567cf5c 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,66 +1,66 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v DISTVERSION= 2.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} MAINTAINER= dvl@FreeBSD.org COMMENT= Encrypted file sync tool WWW= https://syncthing.net/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE USES= cpe go:modules USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv \ syncthing-relaypoolsrv BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv # Anonymize MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports CONFLICTS_INSTALL= syncthing1 NO_CCACHE= yes NO_WRKSUBDIR= yes USERS= syncthing GROUPS= syncthing .for x in ${BINS} PLIST_FILES+= bin/${x} .endfor PORTDOCS= * OPTIONS_DEFINE= DOCS do-build: @( cd ${WRKSRC}/${PORTNAME} ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build stdiscosrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaysrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaypoolsrv; \ ) do-install: .for x in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${PREFIX}/bin/ .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in AUTHORS LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor do-test: @( cd ${WRKSRC}/${PORTNAME} ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade test ; \ ) .include diff --git a/net/syncthing1/Makefile b/net/syncthing1/Makefile index 391f7a0f4346..3f0f24d8ca78 100644 --- a/net/syncthing1/Makefile +++ b/net/syncthing1/Makefile @@ -1,67 +1,67 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v DISTVERSION= 1.30.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 1 DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} MAINTAINER= dvl@FreeBSD.org COMMENT= Encrypted file sync tool WWW= https://syncthing.net/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE USES= cpe go:modules USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv \ syncthing-relaypoolsrv BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv # Anonymize MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports CONFLICTS_INSTALL= syncthing NO_CCACHE= yes NO_WRKSUBDIR= yes USERS= syncthing GROUPS= syncthing .for x in ${BINS} PLIST_FILES+= bin/${x} .endfor PORTDOCS= * OPTIONS_DEFINE= DOCS do-build: @( cd ${WRKSRC}/${PORTNAME} ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build stdiscosrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaysrv; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaypoolsrv; \ ) do-install: .for x in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${PREFIX}/bin/ .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in AUTHORS LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor do-test: @( cd ${WRKSRC}/${PORTNAME} ; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade test ; \ ) .include diff --git a/net/termshark/Makefile b/net/termshark/Makefile index 3827bf16d6c6..7651a8f78fd5 100644 --- a/net/termshark/Makefile +++ b/net/termshark/Makefile @@ -1,29 +1,29 @@ PORTNAME= termshark PORTVERSION= 2.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= net MAINTAINER= zi@FreeBSD.org COMMENT= Terminal UI for tshark, inspired by Wireshark WWW= https://termshark.io/ LICENSE= MIT USES= go:modules OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11_RUN_DEPENDS_OFF= wireshark-nox11>0:net/wireshark@nox11 X11_RUN_DEPENDS= wireshark>0:net/wireshark GO_MODULE= github.com/gcla/termshark/v2 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} post-extract: ${RM} ${WRKSRC}/pkg/system/dumpcapext_arm64.go .include diff --git a/net/toxiproxy-cli/Makefile b/net/toxiproxy-cli/Makefile index 534a2dfbb33c..aea5bac7db8a 100644 --- a/net/toxiproxy-cli/Makefile +++ b/net/toxiproxy-cli/Makefile @@ -1,12 +1,12 @@ PORTNAME= toxiproxy-cli -PORTREVISION= 8 +PORTREVISION= 9 COMMENT= TCP proxy to simulate network and system conditions (client) GO_TARGET= ./cmd/cli:${PORTNAME} MASTERDIR= ${.CURDIR}/../toxiproxy-server DISTINFO_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" diff --git a/net/toxiproxy-server/Makefile b/net/toxiproxy-server/Makefile index 974c7e5bbeb4..3a3bbc2d59db 100644 --- a/net/toxiproxy-server/Makefile +++ b/net/toxiproxy-server/Makefile @@ -1,31 +1,31 @@ PORTNAME?= toxiproxy-server DISTVERSIONPREFIX= v DISTVERSION= 2.12.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org COMMENT?= TCP proxy to simulate network and system conditions (server) WWW= https://github.com/shopify/toxiproxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= shopify GH_PROJECT= toxiproxy .if ${PORTNAME} == toxiproxy-server USE_RC_SUBR= ${PORTNAME} .endif GO_MOD_DIST= github GO_MODULE= github.com/shopify/toxiproxy GO_TARGET?= ./cmd/server:${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'github.com/Shopify/toxiproxy/v2.Version=${DISTVERSION}'" PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/traefik/Makefile b/net/traefik/Makefile index b563728263b1..de7bcd3c75df 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,45 +1,46 @@ PORTNAME= traefik PORTVERSION= 3.6.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} MAINTAINER= riggs@FreeBSD.org COMMENT= High availability reverse proxy and load balancer WWW= https://traefik.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= go-bindata:devel/go-bindata USES= cpe go:1.24+,modules tar:xz USE_RC_SUBR= traefik GO_BUILDFLAGS= -ldflags "-s -w \ -X github.com/traefik/traefik/v3/pkg/version.Version=${DISTVERSION} \ -X github.com/traefik/traefik/v3/pkg/version.Codename=portbuild \ -X github.com/traefik/traefik/v3/pkg/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`" GO_TARGET= ./cmd/traefik CGO_ENABLED= 0 USERS= traefik GROUPS= traefik PLIST_FILES= bin/traefik \ "@sample etc/traefik.toml.sample" \ "@sample etc/traefik.yml.sample" # Preparing the vendor dir for a self-contained tarball now works by just # running 'go generate && go mod vendor' as a user and bundling the resulting # ${WRKSRC}/vendor directory. # Building the UI with node + yarn is no longer necessary. pre-build: cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} generate post-install: ${INSTALL_DATA} ${WRKSRC}/traefik.sample.toml ${STAGEDIR}${PREFIX}/etc/traefik.toml.sample ${INSTALL_DATA} ${WRKSRC}/traefik.sample.yml ${STAGEDIR}${PREFIX}/etc/traefik.yml.sample .include diff --git a/net/tunneller/Makefile b/net/tunneller/Makefile index f796661b7137..3e3045170c51 100644 --- a/net/tunneller/Makefile +++ b/net/tunneller/Makefile @@ -1,30 +1,30 @@ PORTNAME= tunneller DISTVERSIONPREFIX= release- DISTVERSION= 0.6 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Expose internal services to be accessed over the internet WWW= https://github.com/skx/tunneller LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= skx GH_TUPLE= \ cjbassi:drawille-go:27dc511fe6fd:cjbassi_drawille_go/vendor/github.com/cjbassi/drawille-go \ eclipse:paho.mqtt.golang:v1.2.0:eclipse_paho_mqtt_golang/vendor/github.com/eclipse/paho.mqtt.golang \ gizak:termui:v3.0.0:gizak_termui/vendor/github.com/gizak/termui/v3 \ golang:net:afe8014c977f:golang_net/vendor/golang.org/x/net \ google:subcommands:v1.0.1:google_subcommands/vendor/github.com/google/subcommands \ mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:go-wordwrap:ad45545899c7:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ nsf:termbox-go:02980233997d:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/v2ray/Makefile b/net/v2ray/Makefile index e294d8b05244..c25c6aaaba66 100644 --- a/net/v2ray/Makefile +++ b/net/v2ray/Makefile @@ -1,40 +1,40 @@ PORTNAME= v2ray DISTVERSIONPREFIX= v DISTVERSION= 5.44.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= alven@FreeBSD.org COMMENT= Platform for building proxies to bypass network restrictions WWW= https://www.v2fly.org/ \ https://github.com/v2fly/v2ray-core/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= v2fly CPE_PRODUCT= v2ray-core USE_GITHUB= yes GH_ACCOUNT= v2fly GH_PROJECT= v2ray-core USE_RC_SUBR= v2ray GO_MOD_DIST= github # https://github.com/v2fly/v2ray-core/issues/3187 GO_MODULE= github.com/v2fly/v2ray-core GO_TARGET= ./main:v2ray GO_TESTFLAGS= -p 1 -tags json -timeout 30m SUB_LIST= GROUP="${GROUPS}" \ USER="${USERS}" USERS= v2ray GROUPS= v2ray post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} cd ${WRKSRC}/release/config/ && \ ${INSTALL_DATA} vpoint*.json ${STAGEDIR}${ETCDIR} && \ ${INSTALL_DATA} config.json ${STAGEDIR}${ETCDIR}/config.json.sample .include diff --git a/net/wgcf/Makefile b/net/wgcf/Makefile index 34fba89739b1..137157f18fb2 100644 --- a/net/wgcf/Makefile +++ b/net/wgcf/Makefile @@ -1,20 +1,20 @@ PORTNAME= wgcf PORTVERSION= 2.2.27 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform, unofficial CLI for Cloudflare Warp WWW= https://github.com/ViRb3/wgcf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ViRb3/wgcf/v2 PLIST_FILES= bin/wgcf .include diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index 12b0e91e2e15..6c3bde203995 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,22 +1,22 @@ PORTNAME= wireguard-go PORTVERSION= 0.0.20250522 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= WireGuard implementation in Go WWW= https://www.wireguard.com LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules tar:xz GO_MODULE= golang.zx2c4.com/wireguard GO_MOD_DIST= LOCAL/decke/wireguard-go/${PORTVERSION}/ PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/wireproxy/Makefile b/net/wireproxy/Makefile index 5c4e60f7da26..1706f944e07d 100644 --- a/net/wireproxy/Makefile +++ b/net/wireproxy/Makefile @@ -1,21 +1,21 @@ PORTNAME= wireproxy DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net MAINTAINER= lwhsu@FreeBSD.org COMMENT= Wireguard client that exposes itself as a socks5 proxy WWW= https://github.com/pufferffish/wireproxy LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/pufferffish/wireproxy GO_TARGET= ./cmd/wireproxy PLIST_FILES= bin/wireproxy .include diff --git a/net/xapsd/Makefile b/net/xapsd/Makefile index 2b378d568199..c336a30405c9 100644 --- a/net/xapsd/Makefile +++ b/net/xapsd/Makefile @@ -1,57 +1,57 @@ PORTNAME= xapsd DISTVERSION= g20241228 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MAINTAINER= PopularMoment@protonmail.com COMMENT= Apple push notifications daemon for dovecot WWW= https://github.com/freswa/dovecot-xaps-daemon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_RC_SUBR= xapsd USE_GITHUB= yes GH_ACCOUNT= freswa GH_PROJECT= dovecot-xaps-daemon GH_TAGNAME= 8cf4e49 GH_TUPLE= freswa:go-plist:900e8a7d907d:freswa_go_plist/vendor/github.com/freswa/go-plist \ fsnotify:fsnotify:v1.8.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang-jwt:jwt:v4.5.1:golang_jwt_jwt_v4/vendor/github.com/golang-jwt/jwt/v4 \ golang:exp:b2144cdd0a67:golang_exp/vendor/golang.org/x/exp \ golang:net:v0.33.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.28.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.21.0:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ magiconair:properties:v1.8.9:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v2.2.3:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ sagikazarmark:locafero:v0.6.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ sideshow:apns2:v0.25.0:sideshow_apns2/vendor/github.com/sideshow/apns2 \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.7.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.19.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr GO_TARGET= ./cmd/xapsd:${PREFIX}/sbin/xapsd USERS= ${PORTNAME} GROUPS= ${PORTNAME} PORTSCOUT= ignore:1 post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xapsd ${INSTALL_DATA} ${WRKSRC}/configs/xapsd/xapsd.yaml ${STAGEDIR}${PREFIX}/etc/xapsd/xapsd.yaml.sample .include diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 1e05ee2ad788..94dd9d72332d 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,30 +1,30 @@ PORTNAME= yggdrasil DISTVERSIONPREFIX= v DISTVERSION= 0.5.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= freebsd@neilalexander.dev COMMENT= Experimental end-to-end encrypted self-arranging IPv6 network WWW= https://yggdrasil-network.github.io/ \ https://github.com/yggdrasil-network/yggdrasil-go/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= yggdrasil GO_MODULE= github.com/yggdrasil-network/yggdrasil-go GO_TARGET= ./cmd/yggdrasil \ ./cmd/yggdrasilctl GO_BUILDFLAGS= -ldflags="-s -w \ -X github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=${PORTNAME} \ -X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${DISTVERSION} \ " PLIST_FILES= bin/yggdrasil \ bin/yggdrasilctl .include diff --git a/net/zmate/Makefile b/net/zmate/Makefile index 18241f8eaba4..a4acde9955d8 100644 --- a/net/zmate/Makefile +++ b/net/zmate/Makefile @@ -1,22 +1,22 @@ PORTNAME= zmate DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MAINTAINER= fuz@FreeBSD.org COMMENT= Instant terminal sharing using Zellij WWW= https://github.com/ziinaio/zmate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= zellij:sysutils/zellij USES= go:1.24+,modules GO_MODULE= github.com/ziinaio/zmate PLIST_FILES= bin/zmate .include diff --git a/ports-mgmt/caronade/Makefile b/ports-mgmt/caronade/Makefile index 76cc7687099c..fcf73da479e9 100644 --- a/ports-mgmt/caronade/Makefile +++ b/ports-mgmt/caronade/Makefile @@ -1,23 +1,23 @@ PORTNAME= caronade DISTVERSIONPREFIX=v DISTVERSION= 0.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ports-mgmt MAINTAINER= decke@FreeBSD.org COMMENT= Small and light tool to help with FreeBSD Ports CI WWW= https://codeberg.org/decke/caronade LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= minify:textproc/minify USES= go:modules,no_targets USE_RC_SUBR= caronade GO_MODULE= codeberg.org/decke/caronade MAKE_ENV+= GO_BUILDFLAGS="${GO_BUILDFLAGS}" .include diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile index 56f62e491a61..04d25f83a134 100644 --- a/ports-mgmt/fallout/Makefile +++ b/ports-mgmt/fallout/Makefile @@ -1,21 +1,21 @@ PORTNAME= fallout DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Download and search pkg-fallout logs WWW= https://github.com/dmgk/fallout LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/dmgk/fallout GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/ports-mgmt/modules2tuple/Makefile b/ports-mgmt/modules2tuple/Makefile index 59abfbe04525..bdbab710b746 100644 --- a/ports-mgmt/modules2tuple/Makefile +++ b/ports-mgmt/modules2tuple/Makefile @@ -1,21 +1,21 @@ PORTNAME= modules2tuple DISTVERSIONPREFIX= v DISTVERSION= 2.2.4 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Generate GH_TUPLE from modules.txt WWW= https://github.com/dmgk/modules2tuple LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/dmgk/modules2tuple/v2 GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/ports-mgmt/portgrep/Makefile b/ports-mgmt/portgrep/Makefile index e8dcabc81333..664da396eaf3 100644 --- a/ports-mgmt/portgrep/Makefile +++ b/ports-mgmt/portgrep/Makefile @@ -1,21 +1,21 @@ PORTNAME= portgrep DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Parallel port search utility WWW= https://github.com/dmgk/portgrep LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/dmgk/portgrep GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/print/ipp-usb/Makefile b/print/ipp-usb/Makefile index c735372a4df5..cc9148268b96 100644 --- a/print/ipp-usb/Makefile +++ b/print/ipp-usb/Makefile @@ -1,38 +1,38 @@ PORTNAME= ipp-usb DISTVERSION= 0.9.24 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MAINTAINER= chuanwei.foo@hotmail.com COMMENT= Daemon for IPP over USB printer support WWW= https://github.com/OpenPrinting/ipp-usb LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libavahi-common.so:net/avahi-app USES= gmake go:modules pkgconfig USE_GITHUB= yes GH_ACCOUNT= OpenPrinting GH_TUPLE= OpenPrinting:goipp:v1.1.0:openprinting_goipp/vendor/github.com/OpenPrinting/goipp USE_RC_SUBR= ipp-usb post-patch: ${REINPLACE_CMD} -e 's|/usr/share/ipp-usb|${DATADIR}|g' \ -e 's|/etc/ipp-usb|${ETCDIR}|g' \ ${WRKSRC}/paths.go do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/ipp-usb ${STAGEDIR}${PREFIX}/sbin/ ${MKDIR} ${STAGEDIR}${ETCDIR}/quirks/ ${INSTALL_DATA} ${WRKSRC}/ipp-usb.conf \ ${STAGEDIR}${ETCDIR}/ipp-usb.conf.sample ${INSTALL_MAN} ${WRKSRC}/ipp-usb.8 ${STAGEDIR}${PREFIX}/share/man/man8/ (cd ${WRKSRC}/ipp-usb-quirks/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/quirks/) .include diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile index 6cbc46adcbdb..a2f0fae38169 100644 --- a/print/pdfcpu/Makefile +++ b/print/pdfcpu/Makefile @@ -1,22 +1,22 @@ PORTNAME= pdfcpu DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MAINTAINER= diizzy@FreeBSD.org COMMENT= PDF processor written in Go WWW= https://github.com/pdfcpu/pdfcpu LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:1.24+,modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} PLIST_FILES= bin/pdfcpu GO_TARGET= ./cmd/${PORTNAME} .include diff --git a/science/csvtk/Makefile b/science/csvtk/Makefile index 705d064de77e..3a5a5ae159ee 100644 --- a/science/csvtk/Makefile +++ b/science/csvtk/Makefile @@ -1,28 +1,28 @@ PORTNAME= csvtk DISTVERSIONPREFIX= v DISTVERSION= 0.36.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= jwb@FreeBSD.org COMMENT= Cross-platform and ultrafast toolkit for CSV/TSV processing WWW= https://bioinf.shenwei.me/csvtk/ \ https://github.com/shenwei356/csvtk/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/shenwei356/csvtk GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/science/molgif/Makefile b/science/molgif/Makefile index 1ac2ff0ad27f..8be466f3cd5d 100644 --- a/science/molgif/Makefile +++ b/science/molgif/Makefile @@ -1,22 +1,22 @@ PORTNAME= molgif DISTVERSION= g20180108 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Tool to create GIF animations of molecules WWW= https://github.com/ilyak/molgif LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= ilyak GH_TAGNAME= a7df9e4 GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 1aaa04f14728..1ade36646426 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,27 +1,27 @@ PORTNAME= 2fa DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security MAINTAINER= mauroeldritch@gmail.com COMMENT= Two-factor authentication on the command line WWW= https://github.com/rsc/2fa LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= rsc.io/2fa OPTIONS_DEFINE= DOCS PLIST_FILES= bin/2fa PORTDOCS= README.md do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile index 949e0e31b210..9d9426422ce9 100644 --- a/security/acmetool/Makefile +++ b/security/acmetool/Makefile @@ -1,66 +1,66 @@ PORTNAME= acmetool DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= security MAINTAINER= samm@FreeBSD.org COMMENT= CLI tool for automatically acquiring certificates from ACME servers WWW= https://github.com/hlandau/acme/ LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= hlandau GH_SUBDIR= src/github.com/hlandau/acmetool GH_TUPLE= alecthomas:template:fb15b89:template/vendor/github.com/alecthomas/template \ alecthomas:units:b94a6e3cc137:units/vendor/github.com/alecthomas/units \ coreos:go-systemd:d3cd4ed1dbcf:go_systemd/vendor/github.com/coreos/go-systemd \ hlandau:acmetool:d3428cf:acme/vendor/github.com/hlandau/acmetool \ hlandau:buildinfo:337a29b54997:buildinfo/vendor/github.com/hlandau/buildinfo \ hlandau:dexlogconfig:86a3fc314fe7:dexlogconfig/vendor/github.com/hlandau/dexlogconfig \ hlandau:goutils:0cdb66aea5b8:goutils/vendor/github.com/hlandau/goutils \ hlandau:xlog:197ef79:xlog/vendor/github.com/hlandau/xlog \ hlandau:acmeapi:2f4c7d8:acmeapi/vendor/gopkg.in/hlandau/acmeapi.v2 \ jmhodges:clock:21de17d:clock/vendor/github.com/jmhodges/clock \ mattn:go-isatty:c067b4f:go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:2c6a438:go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:go-wordwrap:ecf0936:go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ ogier:pflag:32a05c6:pflag/vendor/github.com/ogier/pflag \ peterhellberg:link:980077b:link/vendor/github.com/peterhellberg/link \ rivo:uniseg:75711fc:uniseg/vendor/github.com/rivo/uniseg \ gofrs:uuid:8345c9a:uuid/vendor/github.com/gofrs/uuid \ shiena:ansicolor:a422bbe:ansicolor/vendor/github.com/shiena/ansicolor \ golang:crypto:a4e9841:crypto/vendor/golang.org/x/crypto \ golang:net:daac0ce:net/vendor/golang.org/x/net \ golang:sys:ca59eda:sys/vendor/golang.org/x/sys \ golang:text:48e4a4a:text/vendor/golang.org/x/text \ alecthomas:kingpin:947dcec:kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ cheggaaa:pb:f907f6f:pb/vendor/gopkg.in/cheggaaa/pb.v1 \ hlandau:configurable:4149686:configurable/vendor/gopkg.in/hlandau/configurable.v1 \ hlandau:easyconfig:30db285:easyconfig/vendor/gopkg.in/hlandau/easyconfig.v1 \ hlandau:service:0e0d7e6:service/vendor/gopkg.in/hlandau/service.v2 \ hlandau:svcutils:6e7e875:svcutils/vendor/gopkg.in/hlandau/svcutils.v1 \ square:go-jose:a10ff54:go_jose2/vendor/gopkg.in/square/go-jose.v2 \ square:go-jose:5606281:go_jose/vendor/gopkg.in/square/go-jose.v1 \ tylerb:graceful:4654dfb:graceful/vendor/gopkg.in/tylerb/graceful.v1 \ go-yaml:yaml:7649d45:go_yaml/vendor/gopkg.in/yaml.v2 \ erikdubbelboer:gspt:ce36a51:gspt/vendor/github.com/erikdubbelboer/gspt GO_BUILDFLAGS= -ldflags "\ -X github.com/hlandau/acmetool/vendor/github.com/hlandau/acmetool/hooks.DefaultPath=${PREFIX}/libexec/acme/hooks \ -X github.com/hlandau/acmetool/vendor/github.com/hlandau/acmetool/storage.RecommendedPath=/var/db/acme \ -X github.com/hlandau/acmetool/vendor/github.com/hlandau/buildinfo.BuildInfo=${PORTNAME}-v${PORTVERSION}-freebsd-ports" GO_TARGET= ./cmd/acmetool post-build: ${GO_WRKDIR_BIN}/${PORTNAME} --help-man > ${WRKSRC}/${PORTNAME}.8 post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${MKDIR} ${STAGEDIR}/var/db/acme ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/acme/hooks .include diff --git a/security/age/Makefile b/security/age/Makefile index f71f45ddc82f..08a782173e2f 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,30 +1,30 @@ PORTNAME= age DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= Simple, modern and secure file encryption tool WWW= https://github.com/FiloSottile/age LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= filippo.io/age GO_TARGET= ./cmd/age \ ./cmd/age-keygen PLIST_FILES= bin/age \ bin/age-keygen \ share/man/man1/age-inspect.1.gz \ share/man/man1/age-keygen.1.gz \ share/man/man1/age-plugin-batchpass.1.gz \ share/man/man1/age.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/security/apg/Makefile b/security/apg/Makefile index b0052a3f3234..7adff7d4af55 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,26 +1,26 @@ PORTNAME= apg DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= security sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Automated Password Generator written in Go WWW= https://github.com/wneessen/apg-go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= wneessen GH_PROJECT= apg-go GH_TUPLE= wneessen:go-hibp:v1.0.6:wneessen_go_hibp/vendor/github.com/wneessen/go-hibp GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/assh/Makefile b/security/assh/Makefile index 6b2bef2a7b22..33ad1bbd64dc 100644 --- a/security/assh/Makefile +++ b/security/assh/Makefile @@ -1,97 +1,97 @@ PORTNAME= assh DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org COMMENT= Smart SSH client wrapper WWW= https://manfred.life/assh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= moul GH_TUPLE= \ Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ awalterschulze:gographviz:v2.0.3:awalterschulze_gographviz/vendor/github.com/awalterschulze/gographviz \ bugsnag:osext:0dd3f918b21b:bugsnag_osext/vendor/github.com/bugsnag/osext \ cpuguy83:go-md2man:v2.0.1:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ deckarep:gosx-notifier:e127226297fb:deckarep_gosx_notifier/vendor/github.com/deckarep/gosx-notifier \ docker:go-units:v0.5.0:docker_go_units/vendor/github.com/docker/go-units \ docker:libcompose:v0.4.0:docker_libcompose/vendor/github.com/docker/libcompose \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ flynn:go-shlex:3f9db97f8568:flynn_go_shlex/vendor/github.com/flynn/go-shlex \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ gin-gonic:gin:v1.7.7:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-playground:locales:v0.13.0:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.17.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v10.4.1:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:0c6587e931a9:golang_crypto/vendor/golang.org/x/crypto \ golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gopherjs:gopherjs:0766667cb4d1:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ guelfey:go.dbus:f6a3a2366cc3:guelfey_go_dbus/vendor/github.com/guelfey/go.dbus \ haklop:gnotifier:0de36badf601:haklop_gnotifier/vendor/github.com/haklop/gnotifier \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \ jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \ leodido:go-urn:v1.2.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-zglob:v0.0.3:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ moby:moby:v1.13.1:moby_moby/vendor/github.com/docker/docker \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ moul:flexyaml:f458bfa8afe2:moul_flexyaml/vendor/github.com/moul/flexyaml \ pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shirou:gopsutil:v3.21.11:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ smartystreets:assertions:v1.2.0:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ smartystreets:goconvey:v1.7.2:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.4.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tklauser:go-sysconf:v0.3.9:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.3.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.6.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.21.0:uber_go_zap/vendor/go.uber.org/zap \ ugorji:go:v1.1.7:ugorji_go_codec/vendor/github.com/ugorji/go \ urfave:cli:v1.22.9:urfave_cli/vendor/github.com/urfave/cli \ yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi PLIST_FILES= bin/assh post-patch: ${REINPLACE_CMD} -e '/Version/s,n/a,${DISTVERSION},' \ -e '/VcsRef/s,n/a,${DISTVERSIONPREFIX}${DISTVERSION},' \ ${WRKSRC}/pkg/version/version.go .include diff --git a/security/aws-vault/Makefile b/security/aws-vault/Makefile index 56d1af011e8c..05a454c6ad0c 100644 --- a/security/aws-vault/Makefile +++ b/security/aws-vault/Makefile @@ -1,41 +1,41 @@ PORTNAME= aws-vault DISTVERSIONPREFIX= v DISTVERSION= 6.6.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= security MAINTAINER= mauroeldritch@gmail.com COMMENT= Vault for securely storing and accessing AWS credentials WWW= https://github.com/99designs/aws-vault LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/99designs/aws-vault/v6 GO_BUILDFLAGS= -ldflags="-s -w -X main.Version=${PORTVERSION}" PORTDOCS= README.md USAGE.md OPTIONS_DEFINE= DOCS YUBIKEY OPTIONS_SUB= yes YUBIKEY_DESC= Install Yubikey IAM helper script post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/contrib/completions/bash/aws-vault.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/contrib/completions/fish/aws-vault.fish ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/contrib/completions/zsh/aws-vault.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-YUBIKEY-on: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/scripts/aws-iam-create-yubikey-mfa.sh ${STAGEDIR}${PREFIX}/bin .include diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 07c95766ace5..c49caac0109e 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,48 +1,49 @@ PORTNAME= boringssl PORTVERSION= 0.20260204.0 +PORTREVISION= 1 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz MAINTAINER= osa@FreeBSD.org COMMENT= Fork of OpenSSL WWW= https://boringssl.googlesource.com/boringssl/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:insource cpe go:1.24+,no_targets localbase perl5 CONFLICTS_INSTALL= libressl libressl-devel openssl openssl111 \ openssl3[23456] openssl-quictls openssl33-quictls CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= a35389e CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 USE_LDCONFIG= yes LDFLAGS+= -Wl,-rpath,${LOCALBASE}/lib TEST_TARGET= run_tests MAKE_ENV+= GOFLAGS=-mod=readonly \ GOPROXY=file://${DISTDIR} .include .if ${.TARGETS} == "makesum" || ${.TARGETS} == "test" MASTER_SITES+= https://proxy.golang.org/:gomods DISTFILES+= filippo.io/edwards25519/@v/v1.1.0.zip:gomods \ filippo.io/edwards25519/@v/v1.1.0.mod:gomods \ golang.org/x/crypto/@v/v0.37.0.zip:gomods \ golang.org/x/crypto/@v/v0.37.0.mod:gomods \ golang.org/x/sys/@v/v0.32.0.zip:gomods \ golang.org/x/sys/@v/v0.32.0.mod:gomods .endif post-install: ${LN} -sf libcrypto.so.1 ${STAGEDIR}${PREFIX}/lib/libcrypto.so.1.0.0 ${LN} -sf libssl.so.1 ${STAGEDIR}${PREFIX}/lib/libssl.so.1.0.0 .include diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index 6d2bc66a8730..71e0e3282c08 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,111 +1,111 @@ PORTNAME= caldera-ot DISTVERSION= 5.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org COMMENT= caldera OT plugin and capabilities WWW= https://github.com/mitre/caldera-ot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= bacnet-stack>0:devel/bacnet-stack \ cmake:devel/cmake-core \ nuitka:devel/nuitka \ argtable3>0:devel/argtable3 \ libiec61850>0:devel/libiec61850 \ patchelf>0:sysutils/patchelf \ ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymodbus>0:comms/py-pymodbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pnio-dcp>0:devel/py-pnio-dcp@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymodbus>0:comms/py-pymodbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pnio-dcp>0:devel/py-pnio-dcp@${PY_FLAVOR} \ caldera>=5.3.0:security/caldera USE_GITHUB= yes GH_ACCOUNT= mitre GH_PROJECT= ${PORTNAME} GH_TAGNAME= 4e8079f9d1764becc9f80edd900fb761d446168f GH_TUPLE= mitre:bacnet:f01044e:bacnet/bacnet \ mitre:dnp3:50c5144:dnp3/dnp3 \ mitre:modbus:51cab77:modbus/modbus \ mitre:iec61850:0838d8a:iec61850/iec61850 \ mitre:iec61850-payloads:e5446db:iec61850payloads/iec61850payloads \ mitre:profinet:b85902a:profinet/profinet USES= compiler:c++11-lang dos2unix python DOS2UNIX_REGEX= .*\.([yml]) CALDERA_USER= caldera CALDERA_GROUP= caldera USERS= ${CALDERA_USER} GROUPS= ${CALDERA_GROUP} WWWDIR= ${PREFIX}/www/caldera SUB_FILES= pkg-message SUB_LIST= WWWDIR=${WWWDIR} post-extract: ${RM} -R ${WRKSRC}/.github cd ${WRKSRC} && ${RM} -f .coveragerc .dockerignore .eslintrc.js .flake8 \ .git* .pre* .stylelintrc.json Dockerfile post-patch: ${REINPLACE_CMD} -i "" -e 's|.sync|.tcp|g' ${WRKSRC}/modbus/src/src/modbus/client.py cd ${WRKSRC} && \ ${FIND} . -type f -name "*.orig" -exec ${RM} "{}" \; do-build: @${MKDIR} ${WRKDIR}/modbus_cli-build @${MKDIR} ${WRKDIR}/profinet-build @${MKDIR} ${WRKDIR}/iec61850-build @${CP} ${WRKSRC}/profinet/src/dcp_utility.py ${WRKDIR}/profinet-build/dcp_utility.py cd ${WRKSRC}/bacnet/src/bacnet-stack/apps && \ ${CC} readprop/main.c -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -lbacnet-stack -o ${WRKSRC}/bacnet/payloads/bacrp-freebsd cd ${WRKSRC}/bacnet/src/bacnet-stack/apps && \ ${CC} readprop/main.c -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -lbacnet-stack -o ${WRKSRC}/bacnet/payloads/bacwp-freebsd cd ${WRKDIR}/iec61850-build && \ cmake ${WRKSRC}/iec61850payloads/ -DLOCALBASE=${LOCALBASE} -DBUILD_SYSTEM=ON && \ cmake --build . cd ${WRKSRC}/modbus/src/src && \ ${LOCALBASE}/bin/nuitka --standalone --onefile \ --output-filename=modbus_cli_freebsd --output-dir=${WRKDIR}/modbus_cli-build modbus_cli.py cd ${WRKDIR}/profinet-build && \ ${LOCALBASE}/bin/nuitka --standalone --onefile \ --output-filename=dcp_utility_freebsd --output-dir=${WRKDIR}/profinet-build dcp_utility.py do-install: @${MKDIR} ${STAGEDIR}${WWWDIR}/plugins/bacnet @${MKDIR} ${STAGEDIR}${WWWDIR}/plugins/dnp3 @${MKDIR} ${STAGEDIR}${WWWDIR}/plugins/modbus @${MKDIR} ${STAGEDIR}${WWWDIR}/plugins/iec61850/src @${MKDIR} ${STAGEDIR}${WWWDIR}/plugins/profinet @cd ${WRKSRC}/bacnet && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/bacnet @cd ${WRKSRC}/dnp3 && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/dnp3 @cd ${WRKSRC}/modbus && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/modbus @cd ${WRKSRC}/iec61850 && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/iec61850 @cd ${WRKSRC}/iec61850payloads && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/iec61850/src @cd ${WRKSRC}/profinet && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/plugins/profinet ${INSTALL_PROGRAM} ${WRKDIR}/modbus_cli-build/modbus_cli_freebsd \ ${STAGEDIR}/${WWWDIR}/plugins/modbus/payloads/modbus_cli_freebsd ${INSTALL_PROGRAM} ${WRKDIR}/iec61850-build/bin/iec61850_actions \ ${STAGEDIR}/${WWWDIR}/plugins/iec61850/payloads/iec61850_actions_freebsd ${INSTALL_PROGRAM} ${WRKDIR}/profinet-build/dcp_utility_freebsd \ ${STAGEDIR}/${WWWDIR}/plugins/profinet/payloads/dcp_utility_freebsd post-install: ${STRIP_CMD} ${STAGEDIR}/${WWWDIR}/plugins/bacnet/payloads/bacwp-freebsd ${STRIP_CMD} ${STAGEDIR}/${WWWDIR}/plugins/bacnet/payloads/bacrp-freebsd .include diff --git a/security/caldera/Makefile b/security/caldera/Makefile index 0587b066f2d4..0a7a060a2d76 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,144 +1,144 @@ PORTNAME= caldera DISTVERSION= 5.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org COMMENT= Automated Adversary Emulation Platform WWW= https://github.com/mitre/caldera CONFLICTS= caldera4 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= npm-node20>0:www/npm-node20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-jinja2>0:www/py-aiohttp-jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-session>0:www/py-aiohttp-session@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-security>0:security/py-aiohttp-security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-apispec>0:devel/py-aiohttp-apispec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}myst-parser>0:textproc/py-myst-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dirhash>0:security/py-dirhash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docker>0:sysutils/py-docker@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}donut-shellcode>0:devel/py-donut-shellcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svglib>0:converters/py-svglib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asyncssh>0:security/py-asyncssh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aioftp>0:ftp/py-aioftp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyautogui>0:x11/py-pyautogui@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}selenium>0:www/py-selenium@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webdriver_manager>0:www/py-webdriver_manager@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}croniter2>0:sysutils/py-croniter2@${PY_FLAVOR} \ upx>0:archivers/upx \ base64>0:converters/base64 \ git>0:devel/git \ bash>0:shells/bash USE_GITHUB= yes GH_ACCOUNT= mitre GH_PROJECT= ${PORTNAME} GH_TUPLE= mitre:access:775181b:access/plugins/access \ mitre:atomic:b909588:atomic/plugins/atomic \ mitre:builder:2991945:builder/plugins/builder \ mitre:compass:85e2ebf:compass/plugins/compass \ mitre:debrief:eba44d5:debrief/plugins/debrief \ mitre:emu:fdb0bab:emu/plugins/emu \ mitre:fieldmanual:83da7cb:fieldmanual/plugins/fieldmanual \ mitre:gameboard:dacb6ce:gameboard/plugins/gameboard \ mitre:human:fd242d7:human/plugins/human \ mitre:magma:66ebf0d:magma/plugins/magma \ mitre:manx:261f10b:manx/plugins/manx \ mitre:response:8ea6ab5:response/plugins/response \ mitre:sandcat:0a35cd5:sandcat/plugins/sandcat \ mitre:ssl:1ae8431:ssl/plugins/ssl \ mitre:stockpile:08f37d8:stockpile/plugins/stockpile \ mitre:training:d4d19a2:training/plugins/training USES= dos2unix go:run nodejs:20,build python USE_PYTHON= cryptography NO_ARCH= yes DOS2UNIX_REGEX= .*\.([yml]) CALDERA_USER= caldera CALDERA_GROUP= caldera USERS= ${CALDERA_USER} GROUPS= ${CALDERA_GROUP} USE_RC_SUBR= ${PORTNAME:S/-/_/} SUB_FILES= pkg-message SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ WWWDIR=${WWWDIR} OPTIONS_DEFINE= HAPROXY OPTIONS_DEFAULT=HAPROXY HAPROXY_DESC= Support for HTTPS HAPROXY_RUN_DEPENDS=haproxy24>0:net/haproxy24 NPM_BIN= ${LOCALBASE}/bin/npm # to rebuild the deps archive: # 1. set DEV_UPDATE_MODE=yes # 2. make makesum build # 3. upload the *-cache archive # 4. set DEV_UPDATE_MODE=no # 5. make clean makesum DEV_UPDATE_MODE= no DEPS_CACHE_DIR= ${WRKSRC}/plugins/magma .if (${DEV_UPDATE_MODE} == "yes") NPM_ARGS= install post-build: @cd ${DEPS_CACHE_DIR} && ${TAR} czf ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX} node_modules @${ECHO} "(!!!) Please upload the cache archive: ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX}" .else MASTER_SITES+= LOCAL/acm/caldera/:npm_cache DISTFILES+= ${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX}:npm_cache \ ${PORTNAME}-freebsd-logos.tar.gz:npm_cache NPM_ARGS= run build post-extract: @${MV} ${WRKDIR}/node_modules ${WRKSRC}/plugins/magma/ @${MV} ${WRKDIR}/freebsd.red.svg ${WRKSRC}/plugins/magma/src/assets/img/graph/freebsd-icon-privileged.svg @${MV} ${WRKDIR}/freebsd.black.svg ${WRKSRC}/plugins/magma/src/assets/img/graph/freebsd-icon.svg ${RM} -R ${WRKSRC}/.github cd ${WRKSRC} && ${RM} .coveragerc .dockerignore .eslintrc.js .flake8 \ .git* .pre* .stylelintrc.json Dockerfile post-build: ${RM} -r ${WRKSRC}/plugins/magma/node_modules .endif post-patch: cd ${WRKSRC} && \ ${FIND} . -type f -name "*.orig" -exec ${RM} "{}" \; ${REINPLACE_CMD} -i "" -e 's|4.2.0|${PORTVERSION}|g' ${WRKSRC}/app/version.py do-build: @cd ${WRKSRC}/plugins/magma && \ ${NPM_BIN} ${NPM_ARGS} do-install: @${MKDIR} ${STAGEDIR}/${WWWDIR}/ftp_dir @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR} .include diff --git a/security/certmgr/Makefile b/security/certmgr/Makefile index 87081c0273b1..bb6dc2e36263 100644 --- a/security/certmgr/Makefile +++ b/security/certmgr/Makefile @@ -1,44 +1,44 @@ PORTNAME= certmgr DISTVERSIONPREFIX= v DISTVERSION= 3.0.3 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security net MAINTAINER= fuz@FreeBSD.org COMMENT= Automated certificate management using a CFSSL CA WWW= https://github.com/cloudflare/certmgr LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:shells/bash USES= go:modules USE_GITHUB= yes GH_ACCOUNT= cloudflare GH_TUPLE= golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys_ CONFLICTS_INSTALL= mono mono[0-9]* # bin/certmgr GO_TARGET= ./certmgr SUB_FILES= certmgr.yaml.sample pkg-message post-extract: ${RM} -r ${WRKSRC}/vendor/modules.txt ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_ ${WRKSRC}/vendor/golang.org/x/sys pre-configure: ${REINPLACE_CMD} -e 's,%%ETCDIR%%,${ETCDIR},' \ ${WRKSRC}/certmgr/cmd/genconfig.go \ ${WRKSRC}/certmgr/cmd/root.go \ ${WRKSRC}/README.md post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${ETCDIR}.d ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${WRKSRC}/SPEC.rst ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKDIR}/certmgr.yaml.sample ${STAGEDIR}${ETCDIR}/ .include diff --git a/security/certspotter/Makefile b/security/certspotter/Makefile index 8daa05fdbb9f..117650a0e620 100644 --- a/security/certspotter/Makefile +++ b/security/certspotter/Makefile @@ -1,36 +1,36 @@ PORTNAME= certspotter DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www MAINTAINER= flo@FreeBSD.org COMMENT= Certificate Transparency Monitor WWW= https://github.com/SSLMate/certspotter LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= certspotter GO_MODULE= software.sslmate.com/src/certspotter GO_TARGET= ./cmd/${PORTNAME}:${PREFIX}/sbin/${PORTNAME} CERTSPOTTER_USER?= certspotter CERTSPOTTER_GROUP?= certspotter SUB_LIST+= CERTSPOTTER_GROUP=${CERTSPOTTER_GROUP} \ CERTSPOTTER_USER=${CERTSPOTTER_USER} USERS= ${CERTSPOTTER_USER} GROUPS= ${CERTSPOTTER_GROUP} PLIST_SUB+= CERTSPOTTER_GROUP=${CERTSPOTTER_GROUP} \ CERTSPOTTER_USER=${CERTSPOTTER_USER} pre-install: @${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} @${ECHO_CMD} "example.org" > ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/watchlist.sample @${MKDIR} ${STAGEDIR}/var/run/${PORTNAME} .include diff --git a/security/cfssl/Makefile b/security/cfssl/Makefile index cfcbb5f62716..8879b9b114d3 100644 --- a/security/cfssl/Makefile +++ b/security/cfssl/Makefile @@ -1,61 +1,61 @@ PORTNAME= cfssl DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Cloudflare's PKI and TLS toolkit WWW= https://cfssl.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libltdl.so:devel/libltdl USES= go:modules gmake USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/cloudflare/cfssl EXES= cfssl cfssl-bundle cfssl-certinfo cfssl-newkey cfssl-scan cfssljson mkbundle multirootca PLIST_FILES= ${EXES:S/^/bin\//} CFSSL_EXTRA_TARGETS= bin/goose PLIST_FILES+= ${CFSSL_EXTRA_TARGETS} USE_RC_SUBR= ${PORTNAME} USERS= cfssl GROUPS= cfssl # installs a file to the same path CONFLICTS= goose pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys pre-configure: ${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' ${WRKSRC}/cli/version/version.go # the project uses Makefile for build and installation do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} all ${CFSSL_EXTRA_TARGETS} do-install: # Makefile is used but the install target uses go install. cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} GOBIN=${STAGEDIR}${PREFIX}/bin ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} install .for F in cfssl cfssl-certinfo multirootca ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${F} .endfor ${INSTALL} -d ${STAGEDIR}${DATADIR} .for D in certdb/sqlite certdb/pg certdb/mysql cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${STAGEDIR}${DATADIR} .endfor .for F in ${CFSSL_EXTRA_TARGETS} ${INSTALL_PROGRAM} ${WRKSRC}/${F} ${STAGEDIR}/${PREFIX}/${F} .endfor .include diff --git a/security/cosign/Makefile b/security/cosign/Makefile index 4fb7d677e926..3a9830b51229 100644 --- a/security/cosign/Makefile +++ b/security/cosign/Makefile @@ -1,36 +1,36 @@ PORTNAME= cosign DISTVERSIONPREFIX= v DISTVERSION= 2.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= Signing OCI containers and other artifacts using Sigstore WWW= https://www.sigstore.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= sigstore GO_MODULE= github.com/sigstore/cosign/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-buildid= \ -X sigs.k8s.io/release-utils/version.gitVersion=$(DISTVERSION) \ -X sigs.k8s.io/release-utils/version.gitCommit=$(GIT_HASH) \ -X sigs.k8s.io/release-utils/version.gitTreeState=clean \ -X sigs.k8s.io/release-utils/version.buildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}}" PLIST_FILES= bin/${PORTNAME} GIT_HASH= 3ade80c5f77cefc904f8c994e88618e5892e8f1c .include # Bring DISTINFO_FILE into scope so we can get the timestamp. SOURCE_DATE_EPOCH_CMD= date -ur \ $$(${GREP} -m1 TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y-%m-%dT%H:%M:%SZ' .include diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index 0c5bae907a34..11c718b70210 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -1,26 +1,26 @@ PORTNAME= crlfuzz PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org COMMENT= Fast tool to scan CRLF vulnerability written in Go WWW= https://github.com/dwisiswant0/crlfuzz LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dwisiswant0 GO_TARGET= ./cmd/crlfuzz GH_TUPLE= logrusorgru:aurora:e9ef32dff381:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \ projectdiscovery:gologger:v1.0.1:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/crowdsec-blocklist-mirror/Makefile b/security/crowdsec-blocklist-mirror/Makefile index cbc600f8f020..347c7f64ab82 100644 --- a/security/crowdsec-blocklist-mirror/Makefile +++ b/security/crowdsec-blocklist-mirror/Makefile @@ -1,49 +1,49 @@ PORTNAME= crowdsec-blocklist-mirror DISTVERSIONPREFIX= v DISTVERSION= 0.0.2 DISTVERSIONSUFFIX= -freebsd -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= security MAINTAINER= marco@crowdsec.net COMMENT= CrowdSec Blocklist Mirror WWW= https://github.com/crowdsecurity/cs-blocklist-mirror LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= git:devel/git@lite USES= gmake go:no_targets USE_GITHUB= yes GH_ACCOUNT= crowdsecurity GH_PROJECT= cs-blocklist-mirror _BUILD_TAG= 60597cec USE_RC_SUBR= crowdsec_mirror MAKE_ARGS= BUILD_VERSION="${DISTVERSIONFULL}" \ BUILD_TAG="${_BUILD_TAG}" \ BUILD_VENDOR_FLAGS="-mod=vendor -modcacherw" ETCDIR= ${PREFIX}/etc/crowdsec/bouncers SUB_FILES= pkg-deinstall pkg-install pkg-message do-install: # # Binaries # ${INSTALL_PROGRAM} ${WRKSRC}/crowdsec-blocklist-mirror \ ${STAGEDIR}${PREFIX}/bin/crowdsec-blocklist-mirror # # Configuration # @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config/crowdsec-blocklist-mirror.yaml \ ${STAGEDIR}${ETCDIR}/crowdsec-blocklist-mirror.yaml.sample .include diff --git a/security/crowdsec-firewall-bouncer/Makefile b/security/crowdsec-firewall-bouncer/Makefile index 14235b099440..7551980b0c01 100644 --- a/security/crowdsec-firewall-bouncer/Makefile +++ b/security/crowdsec-firewall-bouncer/Makefile @@ -1,51 +1,51 @@ PORTNAME= crowdsec-firewall-bouncer DISTVERSIONPREFIX= v DISTVERSION= 0.0.32 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= marco@crowdsec.net COMMENT= CrowdSec bouncer written in golang for firewalls WWW= https://github.com/crowdsecurity/cs-firewall-bouncer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules _COMMIT= 910a36b2 _BUILD_DATE= $$(date -u "+%F_%T") USE_RC_SUBR= crowdsec_firewall GO_MODULE= github.com/crowdsecurity/cs-firewall-bouncer GO_TARGET= ${PORTNAME}:./${PORTNAME} GO_BUILDFLAGS= -trimpath -tags netgo \ -ldflags="\ -a -s \ -X github.com/crowdsecurity/go-cs-lib/version.Version=${DISTVERSIONPREFIX}${PKGVERSION}-freebsd \ -X github.com/crowdsecurity/go-cs-lib/version.BuildDate=${_BUILD_DATE} \ -X github.com/crowdsecurity/go-cs-lib/version.Tag=${_COMMIT}" # to allow WITH_PIE with a non PIC libc CGO_ENABLED= 1 ETCDIR= ${PREFIX}/etc/crowdsec/bouncers SUB_FILES= pkg-deinstall \ pkg-install \ pkg-message do-install: # # Binaries # ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} # # Configuration # @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config/${PORTNAME}.yaml \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.yaml.sample .include diff --git a/security/ct-submit/Makefile b/security/ct-submit/Makefile index 3682863c993c..334b39b02292 100644 --- a/security/ct-submit/Makefile +++ b/security/ct-submit/Makefile @@ -1,19 +1,19 @@ PORTNAME= ct-submit PORTVERSION= 1.1.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security www MAINTAINER= jim@ohlste.in COMMENT= Submission utility for transparency logs LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= grahamedgecombe GH_TAGNAME= 7bb2541 PLIST_FILES= bin/ct-submit .include diff --git a/security/enc/Makefile b/security/enc/Makefile index 06a4eb9282be..72daf2e510f1 100644 --- a/security/enc/Makefile +++ b/security/enc/Makefile @@ -1,21 +1,21 @@ PORTNAME= enc DISTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= dtxdf@FreeBSD.org COMMENT= Modern and friendly CLI alternative to GnuPG WWW= https://github.com/life4/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= life4 GO_MOD_DIST= github GO_MODULE= github.com/life4/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index fe3fd7e22e5c..3a605a5c4ad4 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -1,30 +1,30 @@ PORTNAME= ffuf DISTVERSIONPREFIX=v DISTVERSION= 2.1.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= security www MAINTAINER= dutra@FreeBSD.org COMMENT= Fast web fuzzer written in Go WWW= https://github.com/ffuf/ffuf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ PuerkitoBio:goquery:v1.8.0:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ adrg:xdg:v0.4.0:adrg_xdg/vendor/github.com/adrg/xdg \ andybalholm:brotli:v1.0.5:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ andybalholm:cascadia:v1.3.1:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ ffuf:pencode:2cea7e60a693:ffuf_pencode/vendor/github.com/ffuf/pencode \ golang:net:v0.7.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/gauth/Makefile b/security/gauth/Makefile index d0aaeda847d1..be9c8aae05d0 100644 --- a/security/gauth/Makefile +++ b/security/gauth/Makefile @@ -1,21 +1,21 @@ PORTNAME= gauth DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= nxjoseph@protonmail.com COMMENT= Google Authenticator in your terminal WWW= https://github.com/pcarrier/gauth \ https://pkg.go.dev/github.com/pcarrier/gauth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/pcarrier/gauth PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/git-credential-azure/Makefile b/security/git-credential-azure/Makefile index fc3120d52733..0a2f5412f0b5 100644 --- a/security/git-credential-azure/Makefile +++ b/security/git-credential-azure/Makefile @@ -1,22 +1,22 @@ PORTNAME= git-credential-azure DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org COMMENT= Git credential helper for Azure Repos WWW= https://github.com/hickford/git-credential-azure LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hickford GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/git-credential-azure .include diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile index 082815e5d47a..f3ef44c19278 100644 --- a/security/git-credential-gopass/Makefile +++ b/security/git-credential-gopass/Makefile @@ -1,22 +1,22 @@ PORTNAME= git-credential-gopass DISTVERSIONPREFIX= v DISTVERSION= 1.16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manage git credentials using gopass WWW= https://github.com/gopasspw/git-credential-gopass LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gopasspw GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/git-credential-gopass .include diff --git a/security/git-credential-oauth/Makefile b/security/git-credential-oauth/Makefile index 0a680d5c4e57..dcbfb5373b99 100644 --- a/security/git-credential-oauth/Makefile +++ b/security/git-credential-oauth/Makefile @@ -1,22 +1,22 @@ PORTNAME= git-credential-oauth DISTVERSIONPREFIX= v DISTVERSION= 0.17.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org COMMENT= Git credential helper for GitHub and other forges using OAuth WWW= https://github.com/hickford/git-credential-oauth LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hickford GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/git-credential-oauth .include diff --git a/security/gitjacker/Makefile b/security/gitjacker/Makefile index fadb5ddad38a..71fe775eb726 100644 --- a/security/gitjacker/Makefile +++ b/security/gitjacker/Makefile @@ -1,29 +1,29 @@ PORTNAME= gitjacker DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Leak git repositories from misconfigured websites WWW= https://github.com/liamg/gitjacker LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys CPE_VENDOR= ${PORTNAME}_project GO_MODULE= github.com/liamg/gitjacker GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/security/gitlab-analyzers-secrets/Makefile b/security/gitlab-analyzers-secrets/Makefile index cb27ce089737..4b9c783522e9 100644 --- a/security/gitlab-analyzers-secrets/Makefile +++ b/security/gitlab-analyzers-secrets/Makefile @@ -1,67 +1,67 @@ PORTNAME= secrets DISTVERSIONPREFIX= v DISTVERSION= 7.20.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://gitlab.com/api/v4/projects/60960406/packages/generic/secret-detection-rules/${SECRET_DETECTION_RULES_VERSION}/:rules \ https://gitlab.com/gitlab-org/security-products/post-analyzers/scripts/-/raw/v${POST_ANALYZER_SCRIPTS_VERSION}/:script PKGNAMEPREFIX= gitlab-analyzers- DISTFILES= secret-detection-rules-${SECRET_DETECTION_RULES_VERSION}.zip:rules \ start.sh:script EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mfechner@FreeBSD.org COMMENT= Secret detection scanner for Gitlab WWW= https://gitlab.com/gitlab-org/security-products/analyzers/secrets LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip RUN_DEPENDS= gitleaks:devel/gitleaks \ git>=0:devel/git USES= go:modules tar:bzip2 USE_GITLAB= yes GL_ACCOUNT= gitlab-org/security-products/analyzers GO_MOD_DIST= gitlab GO_MODULE= gitlab.com/gitlab-org/security-products/analyzers/secrets/v6 GO_TARGET= ${PORTNAME}:analyzer-binary GO_BUILDFLAGS= -ldflags="-X '${GO_MODULE}/metadata.AnalyzerVersion=${DISTVERSIONFULL}'" DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} # Versions # These version can be found in https://gitlab.com/gitlab-org/security-products/analyzers/secrets/-/blob/master/Dockerfile SECRET_DETECTION_RULES_VERSION= v0.20.1 POST_ANALYZER_SCRIPTS_VERSION= 0.3.0 # Define where the rules should be extracted RULES_DIR= ${WRKDIR}/rules POSTSCRIPT_DIR= ${WRKDIR}/script post-extract: # Create rules directory and extract the zip file there ${MKDIR} ${RULES_DIR} ${UNZIP_CMD} -q -d ${RULES_DIR} ${DISTDIR}/${DIST_SUBDIR}/secret-detection-rules-${SECRET_DETECTION_RULES_VERSION}.zip # Gitlab pipeline integration script ${MKDIR} ${POSTSCRIPT_DIR} ${CP} ${DISTDIR}/${DIST_SUBDIR}/start.sh ${POSTSCRIPT_DIR}/analyzer # the binary that is executed is locate in /usr/local/bin, replace this ${REINPLACE_CMD} -e 's|SCRIPT_BASE_DIR="\$${SCRIPT_BASE_DIR:=/}"|SCRIPT_BASE_DIR="\$${SCRIPT_BASE_DIR:=${PREFIX}/bin}"|' \ ${POSTSCRIPT_DIR}/analyzer post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/rules/dist/all_rules.toml ${STAGEDIR}${DATADIR}/gitleaks.toml ${INSTALL} -m 0555 ${POSTSCRIPT_DIR}/analyzer ${STAGEDIR}${PREFIX}/bin PLIST_FILES= bin/analyzer \ bin/analyzer-binary \ ${DATADIR}/gitleaks.toml .include diff --git a/security/go-cve-dictionary/Makefile b/security/go-cve-dictionary/Makefile index 8faf16ffaf24..07ac30929474 100644 --- a/security/go-cve-dictionary/Makefile +++ b/security/go-cve-dictionary/Makefile @@ -1,44 +1,44 @@ PORTNAME= go-cve-dictionary DISTVERSIONPREFIX=v DISTVERSION= 0.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org COMMENT= Build local copies of vulnerabilities from NVD and JVN WWW= https://github.com/vulsio/go-cve-dictionary/ LICENSE= APACHE20 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= go:modules GO_MODULE= github.com/vulsio/go-cve-dictionary USE_RC_SUBR= ${PORTNAME} GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" SUB_FILES= pkg-message periodic-go-cve-dictionary SUB_LIST= PORTNAME=${PORTNAME} USERS=${USERS} GROUPS=${GROUPS} USERS= vuls GROUPS= vuls post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/commands/root.go post-install: ${MKDIR} ${STAGEDIR}/var/db/vuls \ ${STAGEDIR}/var/log/vuls \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d \ ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_DATA} ${FILESDIR}/newsyslog-${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf.sample ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.yaml \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yaml.sample ${INSTALL_SCRIPT} ${WRKDIR}/periodic-${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/periodic/daily/${PORTNAME} .include diff --git a/security/gokart/Makefile b/security/gokart/Makefile index e4b32421fa98..322a5805d585 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -1,28 +1,28 @@ PORTNAME= gokart DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org COMMENT= Go Security Static Analysis WWW= https://github.com/praetorian-inc/gokart LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/praetorian-inc/gokart GO_TARGET= gokart PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/gokey/Makefile b/security/gokey/Makefile index 8967113a781f..29c2baffe1c6 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -1,38 +1,38 @@ PORTNAME= gokey DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple password manager write in Go WWW= https://github.com/cloudflare/gokey LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go-md2man:textproc/go-md2man USES= go:modules GO_MODULE= github.com/cloudflare/gokey GO_TARGET= ./cmd/gokey PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-build: go-md2man -in=${WRKSRC}/gokey.1.md -out=${WRKSRC}/gokey.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install: ${INSTALL_MAN} ${WRKSRC}/gokey.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/gopass/Makefile b/security/gopass/Makefile index e65d8941167b..57e0a271d3c6 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,59 +1,59 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go WWW= https://www.gopass.pw/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 ONLY_FOR_ARCHS_REASON= upstream only supports ${ONLY_FOR_ARCHS} RUN_DEPENDS= git:devel/git \ gpg2:security/gnupg USES= go:modules # Usage examples are in a separate repo USE_GITHUB= nodefault GH_TUPLE= gopasspw:password-store-example:8db75ba3b69c:password_store_example GO_MODULE= github.com/gopasspw/gopass GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-build: .for SHELL in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${SHELL} > ${WRKSRC}/${SHELL} .endfor post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC_password_store_example} && ${COPYTREE_SHARE} "README.md secrets templates" ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/security/gosec/Makefile b/security/gosec/Makefile index e9c84b9c416d..09c6d8992d56 100644 --- a/security/gosec/Makefile +++ b/security/gosec/Makefile @@ -1,22 +1,22 @@ PORTNAME= gosec DISTVERSIONPREFIX= v DISTVERSION= 2.22.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security devel MAINTAINER= yuri@FreeBSD.org COMMENT= Go security checker WWW= https://securego.io/ \ https://github.com/securego/gosec LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/securego/gosec/v2 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/govulncheck/Makefile b/security/govulncheck/Makefile index e4dc5cf3a7c6..25658864010e 100644 --- a/security/govulncheck/Makefile +++ b/security/govulncheck/Makefile @@ -1,38 +1,38 @@ PORTNAME= govulncheck DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MAINTAINER= einar@isnic.is COMMENT= Database client and tools for the Go vulnerability database WWW= https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules,run GO_MODULE= golang.org/x/vuln GO_TARGET= ./cmd/govulncheck PLIST_FILES= bin/govulncheck post-patch: @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/scan/util.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/all_test.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/scan/run.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/test/packages.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/test/testenv.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/testenv/testenv.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/vulncheck/packages.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/telemetry/internal/configstore/download.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/telemetry/internal/telemetry/dir.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/go/packages/packagestest/export.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/gcimporter/exportdata.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/gocommand/invoke.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/goroot/importcfg.go @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/testenv/testenv.go .include diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile index 84e7b480c880..77c5e6974a0a 100644 --- a/security/hidden-lake/Makefile +++ b/security/hidden-lake/Makefile @@ -1,41 +1,41 @@ PORTNAME= hidden-lake DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security net-p2p MAINTAINER= alven@FreeBSD.org COMMENT= F2F Anonymous network based on the QB-problem & GP/12 protocol stack WWW= https://github.com/number571/hidden-lake/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/number571/hidden-lake GO_TARGET= ./cmd/hla/hla-http:hla-http \ ./cmd/hla/hla-tcp:hla-tcp \ ./cmd/hlc:hlc \ ./cmd/hlk:hlk \ ./cmd/hls/hls-filesharer:hls-filesharer \ ./cmd/hls/hls-messenger:hls-messenger \ ./cmd/hls/hls-pinger:hls-pinger \ ./cmd/hls/hls-remoter:hls-remoter TEST_TARGET= test-run PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/security/hockeypuck/Makefile b/security/hockeypuck/Makefile index 8d2bf28e055e..aea4ecbac037 100644 --- a/security/hockeypuck/Makefile +++ b/security/hockeypuck/Makefile @@ -1,33 +1,33 @@ PORTNAME= hockeypuck DISTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= siva@FreeBSD.org COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver WWW= https://hockeypuck.github.io LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/server/LICENSE USES= go:modules USE_GITHUB= yes USE_RC_SUBR= hockeypuck GO_TARGET= ./server/cmd/hockeypuck \ ./server/cmd/hockeypuck-dump \ ./server/cmd/hockeypuck-load \ ./server/cmd/hockeypuck-pbuild GO_BUILDFLAGS= -ldflags "-X github.com/hockeypuck/server.version=${PORTVERSION}" WRKSRC_SUBDIR= src/hockeypuck USERS= _hockeypuck GROUPS= _hockeypuck PLIST_FILES= bin/hockeypuck \ bin/hockeypuck-dump \ bin/hockeypuck-load \ bin/hockeypuck-pbuild .include diff --git a/security/honeytrap/Makefile b/security/honeytrap/Makefile index e276dd4a91f6..2cb480a07a87 100644 --- a/security/honeytrap/Makefile +++ b/security/honeytrap/Makefile @@ -1,103 +1,103 @@ PORTNAME= honeytrap DISTVERSION= g20210510 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security MAINTAINER= ezri.mudde@dutchsec.com COMMENT= Framework for running, monitoring and managing honeypots WWW= https://docs.honeytrap.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_BUILDFLAGS= -ldflags \ '-X github.com/honeytrap/honeytrap/cmd.Version=2021-05-10T00:00:00 \ -X github.com/honeytrap/honeytrap/cmd.ReleaseTag=DEVELOPMENT.2021-05-10T00-00-00Z \ -X github.com/honeytrap/honeytrap/cmd.CommitID=110030494f54421d01edfb57343aee3a102dc37d \ -X github.com/honeytrap/honeytrap/cmd.ShortCommitID=110030494f54 \ -extldflags "-static"' USE_GITHUB= yes GH_TAGNAME= 1100304 GH_TUPLE= \ AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ BurntSushi:toml:v0.3.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Logicalis:asn1:c9c836c1a3cd:logicalis_asn1/vendor/github.com/Logicalis/asn1 \ Shopify:sarama:v1.16.0:shopify_sarama/vendor/github.com/Shopify/sarama \ boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ cenkalti:backoff:v4.0.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgraph-io:badger:94594b20babf:dgraph_io_badger/vendor/github.com/dgraph-io/badger \ dgryski:go-farm:2de33835d102:dgryski_go_farm/vendor/github.com/dgryski/go-farm \ dutchcoders:gobus:ece5a7810d96:dutchcoders_gobus/vendor/github.com/dutchcoders/gobus \ eapache:go-resiliency:v1.0.0:eapache_go_resiliency/vendor/github.com/eapache/go-resiliency \ eapache:go-xerial-snappy:bb955e01b934:eapache_go_xerial_snappy/vendor/github.com/eapache/go-xerial-snappy \ eapache:queue:v1.1.0:eapache_queue/vendor/github.com/eapache/queue \ elastic:go-lumber:v0.1.0:elastic_go_lumber/vendor/github.com/elastic/go-lumber \ elazarl:go-bindata-assetfs:38087fe4dafb:elazarl_go_bindata_assetfs/vendor/github.com/elazarl/go-bindata-assetfs \ fatih:color:v1.6.0:fatih_color/vendor/github.com/fatih/color \ fuyufjh:splunk-hec-go:v0.3.3:fuyufjh_splunk_hec_go/vendor/github.com/fuyufjh/splunk-hec-go \ glycerine:rbuf:54320fe9f6f3:glycerine_rbuf/vendor/github.com/glycerine/rbuf \ go-asn1-ber:asn1-ber:379148ca0225:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ golang:crypto:089bfa567519:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:553a64147049:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.6.0:golang_term/vendor/golang.org/x/term \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ google:gopacket:v1.1.14:google_gopacket/vendor/github.com/google/gopacket \ gorilla:websocket:v1.2.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ honeytrap:honeytrap-web:02944754979e:honeytrap_honeytrap_web/vendor/github.com/honeytrap/honeytrap-web \ honeytrap:protocol:219b95413db0:honeytrap_protocol/vendor/github.com/honeytrap/protocol \ klauspost:compress:v1.9.8:klauspost_compress/vendor/github.com/klauspost/compress \ lxc:go-lxc:2f350e4a2980:lxc_go_lxc/vendor/gopkg.in/lxc/go-lxc.v2 \ mailru:easyjson:32fa128f234d:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.3:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ miekg:dns:v1.0.4:miekg_dns/vendor/github.com/miekg/dns \ mimoo:StrobeGo:43f0c284a7f9:mimoo_strobego/vendor/github.com/mimoo/StrobeGo \ mimoo:disco:15dd4b8476c9:mimoo_disco/vendor/github.com/mimoo/disco \ olivere:elastic:v5.0.65:olivere_elastic/vendor/gopkg.in/olivere/elastic.v5 \ op:go-logging:b2cb9fa56473:op_go_logging/vendor/github.com/op/go-logging \ oschwald:maxminddb-golang:v1.3.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pierrec:lz4:2fcda4cb7018:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pierrec:xxHash:v0.1.1:pierrec_xxhash/vendor/github.com/pierrec/xxHash \ pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ pkg:profile:v1.2.1:pkg_profile/vendor/github.com/pkg/profile \ rcrowley:go-metrics:8732c616f529:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ rs:xid:02dd45c33376:rs_xid/vendor/github.com/rs/xid \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ songgao:packets:549a10cd4091:songgao_packets/vendor/github.com/songgao/packets \ songgao:water:75f112d19d5a:songgao_water/vendor/github.com/songgao/water \ streadway:amqp:8e4aba63da9f:streadway_amqp/vendor/github.com/streadway/amqp \ urfave:cli:v1.20.0:urfave_cli/vendor/gopkg.in/urfave/cli.v1 \ yuin:gopher-lua:8bfc7677f583:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua HONEYTRAP_USER?= honeytrap HONEYTRAP_GROUP?= honeytrap HONEYTRAP_DBDIR?= /var/db/${PORTNAME} HONEYTRAP_LOGDIR?= /var/log/${PORTNAME} USERS= ${HONEYTRAP_USER} GROUPS= ${HONEYTRAP_GROUP} USE_RC_SUBR= honeytrap PLIST_FILES= "@sample(honeytrap,honeytrap,0600) ${ETCDIR}/honeytrap.toml.sample" \ "@dir(honeytrap,honeytrap,0700) ${HONEYTRAP_LOGDIR}" \ bin/honeytrap SUB_LIST= GROUP=${HONEYTRAP_GROUP} \ HONEYTRAP_DBDIR=${HONEYTRAP_DBDIR} \ USER=${HONEYTRAP_USER} post-patch: ${REINPLACE_CMD} 's#/etc#${ETCDIR}#' \ ${WRKSRC}/cmd/honeytrap/main.go do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin \ ${STAGEDIR}${HONEYTRAP_LOGDIR} ${INSTALL_PROGRAM} ${WRKDIR}/bin/honeytrap ${STAGEDIR}${PREFIX}/bin/honeytrap ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.d ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/honeytrap.toml ${STAGEDIR}${ETCDIR}/honeytrap.toml.sample .include diff --git a/security/horcrux/Makefile b/security/horcrux/Makefile index c224a485d8a9..6d8eb376469c 100644 --- a/security/horcrux/Makefile +++ b/security/horcrux/Makefile @@ -1,29 +1,29 @@ PORTNAME= horcrux DISTVERSIONPREFIX= v DISTVERSION= 0.3 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= security MAINTAINER= lcook@FreeBSD.org COMMENT= Split files into encrypted fragments WWW= https://github.com/jesseduffield/horcrux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= jesseduffield GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/interactsh/Makefile b/security/interactsh/Makefile index 707167fdd4b8..f31fcc723b10 100644 --- a/security/interactsh/Makefile +++ b/security/interactsh/Makefile @@ -1,20 +1,20 @@ PORTNAME= interactsh PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org COMMENT= OOB interaction gathering server and client library WWW= https://github.com/projectdiscovery/interactsh LICENSE= MIT USES= go:modules GO_MODULE= github.com/projectdiscovery/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME}-server ./cmd/${PORTNAME}-client PLIST_FILES= bin/${PORTNAME}-server bin/${PORTNAME}-client .include diff --git a/security/keybase/Makefile b/security/keybase/Makefile index 762caaefa164..eebe12afa14d 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -1,29 +1,29 @@ PORTNAME= keybase PORTVERSION= 6.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org COMMENT= Keybase.io client and Keybase Filesystem (KBFS) WWW= https://keybase.io/docs/command_line \ https://keybase.io/docs/kbfs \ https://github.com/keybase/client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE USES= cpe go:modules USE_GITHUB= yes GH_PROJECT= client GO_BUILDFLAGS= -tags production GO_MOD_DIST= github GO_MODULE= github.com/keybase/client/go GO_TARGET= ./keybase ./kbfs/kbfsfuse ./kbfs/kbfsgit/git-remote-keybase ./kbfs/kbfstool WRKSRC_SUBDIR= go PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase .include diff --git a/security/kpmenu/Makefile b/security/kpmenu/Makefile index e78e2f238ca4..a27db625e786 100644 --- a/security/kpmenu/Makefile +++ b/security/kpmenu/Makefile @@ -1,47 +1,47 @@ PORTNAME= kpmenu DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= security MAINTAINER= bapt@FreeBSD.org COMMENT= Dmenu/rofi interface for KeePass WWW= https://www.alessiodp.com/kpmenu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dmenu:x11/dmenu \ xsel:x11/xsel-conrad USES= go:modules USE_GITHUB= yes GH_ACCOUNT= AlessioDP GH_TUPLE= \ aead:argon2:a87724528b07:aead_argon2/vendor/github.com/aead/argon2 \ aead:chacha20:8b13a72661da:aead_chacha20/vendor/github.com/aead/chacha20 \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.66.3:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:30dcbda58838:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ kr:pretty:v0.2.0:kr_pretty/vendor/github.com/kr/pretty \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.9.4:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ spf13:afero:v1.8.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.10.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tobischo:gokeepasslib:v3.2.4:tobischo_gokeepasslib_v3/vendor/github.com/tobischo/gokeepasslib/v3 PLIST_FILES= bin/kpmenu .include diff --git a/security/lego/Makefile b/security/lego/Makefile index 5fcf4063e747..19ef833aceb1 100644 --- a/security/lego/Makefile +++ b/security/lego/Makefile @@ -1,44 +1,45 @@ PORTNAME= lego DISTVERSIONPREFIX= v DISTVERSION= 4.31.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= matt@matthoran.com COMMENT= Let's Encrypt client and ACME library written in Go WWW= https://github.com/go-acme/lego LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= go:modules GO_MODULE= github.com/go-acme/lego/v4 GO_TARGET= ./cmd/lego GO_BUILDFLAGS= -ldflags '-X "main.version=${DISTVERSION}"' SAMPLE_FILES= deploy.sh.sample lego.sh.sample SUB_FILES= ${SAMPLE_FILES} 604.lego pkg-message SUB_LIST= LEGO_USER=${LEGO_USER} \ PORTNAME=${PORTNAME} LEGO_USER?= _lego .if ${LEGO_USER} == _lego USERS= ${LEGO_USER} GROUPS= ${LEGO_USER} .endif GROUPS+= www PLIST_SUB= LEGO_USER=${LEGO_USER} PERIODIC_DIRS= etc/periodic/weekly PERIODIC_FILES= 604.lego post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS} \ ${STAGEDIR}${PREFIX}/etc/ssl/lego \ ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}${WWWDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS} ${INSTALL_SCRIPT} ${SAMPLE_FILES:C|^|${WRKDIR}/|} ${STAGEDIR}${ETCDIR} .include diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile index 21b3f62d8e2e..3984f1f2e836 100644 --- a/security/local-php-security-checker/Makefile +++ b/security/local-php-security-checker/Makefile @@ -1,28 +1,28 @@ PORTNAME= local-php-security-checker DISTVERSIONPREFIX= v DISTVERSION= 2.1.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MASTER_SITES= GH MAINTAINER= einar@isnic.is COMMENT= Tool to check PHP composer dependencies for vulnerabilities WWW= https://github.com/fabpot/local-php-security-checker LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fabpot GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ hashicorp:go-version:v1.6.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify PLIST_FILES= bin/local-php-security-checker .include diff --git a/security/meek/Makefile b/security/meek/Makefile index ba67c74ea80f..a0a7a622618a 100644 --- a/security/meek/Makefile +++ b/security/meek/Makefile @@ -1,51 +1,51 @@ PORTNAME= meek DISTVERSIONPREFIX=v DISTVERSION= 0.37.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org COMMENT= Pluggable transport proxy that relays through third-party server WWW= https://trac.torproject.org/projects/tor/wiki/doc/meek LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/${GO_PKGNAME}/COPYING USES= cpe go:modules USE_GITHUB= yes CPE_VENDOR= torproject GO_BUILDFLAGS+= -ldflags '-s -w' GO_PKGNAME= git.torproject.org/pluggable-transports/meek.git GO_TARGET= ./meek-client ./meek-server GH_ACCOUNT= torbsd GH_SUBDIR= ${GO_PKGNAME} GH_TUPLE= torbsd:goptlib:v1.2.0:torbsd_goptlib/vendor/git.torproject.org/pluggable-transports/goptlib.git \ golang:crypto:86341886e292:golang_crypto/vendor/golang.org/x/crypto \ golang:net:27dd8689420f:golang_net/vendor/golang.org/x/net \ golang:sys:4e6760a101f9:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ refraction-networking:utls:v1.0.0:refraction_networking_utls/vendor/github.com/refraction-networking/utls PLIST_FILES= bin/meek-client \ bin/meek-server \ share/man/man1/meek-client.1.gz \ share/man/man1/meek-server.1.gz SUB_FILES= pkg-message PORTSCOUT= skipv:rm do-test: .for t in ${GO_TARGET} cd ${GO_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} ${t} .endfor post-install: ${INSTALL_MAN} ${WRKSRC}/doc/meek-server.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/meek-client.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 7b8702b5d94d..1e7ff91ee98c 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -1,218 +1,218 @@ PORTNAME= metasploit DISTVERSION= 6.4.58 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= tanawts@gmail.com COMMENT= Exploit-Framework for Penetration-Testing WWW= https://metasploit.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ nmap:security/nmap \ rubygem-aarch64>=0:devel/rubygem-aarch64 \ rubygem-abbrev>=0:textproc/rubygem-abbrev \ rubygem-actionpack71>=7.1:www/rubygem-actionpack71 \ rubygem-activerecord71>=7.1:databases/rubygem-activerecord71 \ rubygem-activesupport71>=7.1:devel/rubygem-activesupport71 \ rubygem-aws-sdk-ec2>=0:devel/rubygem-aws-sdk-ec2 \ rubygem-aws-sdk-ec2instanceconnect>=0:devel/rubygem-aws-sdk-ec2instanceconnect \ rubygem-aws-sdk-iam>=0:devel/rubygem-aws-sdk-iam \ rubygem-aws-sdk-s3>=0:devel/rubygem-aws-sdk-s3 \ rubygem-aws-sdk-ssm>=0:devel/rubygem-aws-sdk-ssm \ rubygem-base64>=0:converters/rubygem-base64 \ rubygem-bcrypt>=0:security/rubygem-bcrypt \ rubygem-bcrypt_pbkdf>=0:security/rubygem-bcrypt_pbkdf \ rubygem-benchmark>=0:benchmarks/rubygem-benchmark \ rubygem-bigdecimal>=0:math/rubygem-bigdecimal \ rubygem-bootsnap>=0:devel/rubygem-bootsnap \ rubygem-bson>=0:devel/rubygem-bson \ rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-chunky_png>=0:graphics/rubygem-chunky_png \ rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \ rubygem-csv>=0:devel/rubygem-csv \ rubygem-dnsruby>=0:dns/rubygem-dnsruby \ rubygem-drb>=0:devel/rubygem-drb \ rubygem-ed25519>=0:security/rubygem-ed25519 \ rubygem-elftools>=0:devel/rubygem-elftools \ rubygem-em-http-request>=0:www/rubygem-em-http-request \ rubygem-eventmachine>=0:devel/rubygem-eventmachine \ rubygem-faker>=0:devel/rubygem-faker \ rubygem-faraday>=0:www/rubygem-faraday \ rubygem-faraday-retry>=0:www/rubygem-faraday-retry \ rubygem-faye-websocket>=0:www/rubygem-faye-websocket \ rubygem-ffi>=0:devel/rubygem-ffi \ rubygem-fiddle>=0:devel/rubygem-fiddle \ rubygem-filesize>=0:devel/rubygem-filesize \ rubygem-getoptlong>=0:devel/rubygem-getoptlong \ rubygem-hrr_rb_ssh-ed25519>=0:security/rubygem-hrr_rb_ssh-ed25519 \ rubygem-http-cookie>=0:www/rubygem-http-cookie \ rubygem-irb>=0:devel/rubygem-irb \ rubygem-jsobfu>=0:www/rubygem-jsobfu \ rubygem-json>=0:devel/rubygem-json \ rubygem-metasm>=0:devel/rubygem-metasm \ rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ rubygem-metasploit-payloads>=2.0.189:security/rubygem-metasploit-payloads \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit_payloads-mettle>=1.0.35:security/rubygem-metasploit_payloads-mettle \ rubygem-mqtt>=0:net/rubygem-mqtt \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-mutex_m>=0:devel/rubygem-mutex_m \ rubygem-nessus_rest>=0:security/rubygem-nessus_rest \ rubygem-net-imap>=0:mail/rubygem-net-imap \ rubygem-net-ldap>=0:net/rubygem-net-ldap \ rubygem-net-sftp>=0:security/rubygem-net-sftp \ rubygem-net-smtp>=0:mail/rubygem-net-smtp \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ rubygem-network_interface>=0:net/rubygem-network_interface \ rubygem-nexpose>=0:security/rubygem-nexpose \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ rubygem-octokit4>=4:net/rubygem-octokit4 \ rubygem-openssl-ccm>=0:security/rubygem-openssl-ccm \ rubygem-openvas-omp>=0:security/rubygem-openvas-omp \ rubygem-ostruct>=0:devel/rubygem-ostruct \ rubygem-packetfu>=0:net/rubygem-packetfu \ rubygem-patch_finder>=0:devel/rubygem-patch_finder \ rubygem-pcaprub>=0:net/rubygem-pcaprub \ rubygem-pdf-reader>=0:print/rubygem-pdf-reader \ rubygem-pg>=0:databases/rubygem-pg \ rubygem-puma>=0:www/rubygem-puma \ rubygem-rack-session10>=0:www/rubygem-rack-session10 \ rubygem-rackup10>=0:www/rubygem-rackup10 \ rubygem-railties71>=7.1:www/rubygem-railties71 \ rubygem-rasn1>=0:security/rubygem-rasn1 \ rubygem-recog>=0:security/rubygem-recog \ rubygem-redcarpet>=0:textproc/rubygem-redcarpet \ rubygem-reline>=0:devel/rubygem-reline \ rubygem-rex-arch>=0:security/rubygem-rex-arch \ rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \ rubygem-rex-core>=0:security/rubygem-rex-core \ rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ rubygem-rex-exploitation>=0:security/rubygem-rex-exploitation \ rubygem-rex-java>=0:security/rubygem-rex-java \ rubygem-rex-mime>=0:security/rubygem-rex-mime \ rubygem-rex-nop>=0:security/rubygem-rex-nop \ rubygem-rex-ole>=0:security/rubygem-rex-ole \ rubygem-rex-powershell>=0:security/rubygem-rex-powershell \ rubygem-rex-random_identifier>=0:security/rubygem-rex-random_identifier \ rubygem-rex-registry>=0:security/rubygem-rex-registry \ rubygem-rex-rop_builder>=0:security/rubygem-rex-rop_builder \ rubygem-rex-socket>=0:security/rubygem-rex-socket \ rubygem-rex-sslscan>=0:security/rubygem-rex-sslscan \ rubygem-rex-struct2>=0:security/rubygem-rex-struct2 \ rubygem-rex-text>=0:security/rubygem-rex-text \ rubygem-rex-zip>=0:security/rubygem-rex-zip \ rubygem-rinda>=0:devel/rubygem-rinda \ rubygem-ruby-macho>=0:devel/rubygem-ruby-macho \ rubygem-ruby-mysql>=0:databases/rubygem-ruby-mysql \ rubygem-ruby_smb>=0:net/rubygem-ruby_smb \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ rubygem-rubyzip>=0:archivers/rubygem-rubyzip \ rubygem-sinatra3>=0:www/rubygem-sinatra3 \ rubygem-sqlite3>=0:databases/rubygem-sqlite3 \ rubygem-sshkey>=0:security/rubygem-sshkey \ rubygem-swagger-blocks>=0:devel/rubygem-swagger-blocks \ rubygem-thin>=0:www/rubygem-thin \ rubygem-tzinfo>=0:devel/rubygem-tzinfo \ rubygem-tzinfo-data>=0:devel/rubygem-tzinfo-data \ rubygem-unix-crypt>=0:security/rubygem-unix-crypt \ rubygem-warden>=0:devel/rubygem-warden \ rubygem-windows_error>=0:devel/rubygem-windows_error \ rubygem-winrm>=0:sysutils/rubygem-winrm \ rubygem-xdr>=0:converters/rubygem-xdr \ rubygem-xmlrpc>=0:net/rubygem-xmlrpc \ rubygem-zeitwerk>=0:devel/rubygem-zeitwerk USES= cpe go:run python ruby shebangfix CPE_VENDOR= rapid7 USE_GITHUB= yes GH_ACCOUNT= rapid7 GH_PROJECT= metasploit-framework SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ data/exploits/CVE-2017-17562/install-deps.sh \ data/exploits/CVE-2017-7494/build.sh \ data/exploits/CVE-2017-7494/install-deps.sh \ data/exploits/CVE-2021-3156/nss_generic2.py \ data/exploits/CVE-2021-3156/nss_u14.py \ data/exploits/CVE-2021-3156/nss_u16.py \ data/exploits/CVE-2021-3156/userspec_c7.py \ data/exploits/CVE-2021-3156/userspec_generic.py \ docker/bin/msfconsole docker/bin/msfvenom docker/entrypoint.sh \ external/source/exploits/CVE-2020-9850/payload/loader/make.py \ external/source/exploits/CVE-2020-9850/payload/sbx/build-threadexec.sh \ external/source/exploits/CVE-2020-9850/payload/sbx/build-webkit.sh \ external/source/exploits/CVE-2020-9850/payload/sbx/embed.py \ external/source/metsvc/test.rb \ external/source/msfJavaToolkit/compile.sh \ external/source/msfJavaToolkit/testCompilation.rb \ external/source/msfJavaToolkit/testKeytool.rb \ external/source/shellcode/windows/build.sh \ external/source/shellcode/windows/x64/build.py \ external/source/shellcode/windows/x86/build.py \ external/source/shellcode/windows/x86/src/hash.py \ modules/auxiliary/admin/http/cisco_7937g_ssh_privesc.py \ modules/auxiliary/admin/http/grafana_auth_bypass.py \ modules/auxiliary/admin/teradata/teradata_odbc_sql.py \ modules/auxiliary/dos/cisco/cisco_7937g_dos.py \ modules/auxiliary/dos/cisco/cisco_7937g_dos_reboot.py \ modules/auxiliary/dos/http/slowloris.py \ modules/auxiliary/dos/tcp/claymore_dos.py \ modules/auxiliary/example.py \ modules/auxiliary/gather/get_user_spns.py \ modules/auxiliary/gather/mikrotik_winbox_fileread.py \ modules/auxiliary/gather/office365userenum.py \ modules/auxiliary/scanner/http/onion_omega2_login.py \ modules/auxiliary/scanner/http/rdp_web_login.py \ modules/auxiliary/scanner/http/rpyc_rce.py \ modules/auxiliary/scanner/msmail/exchange_enum.go \ modules/auxiliary/scanner/msmail/host_id.go \ modules/auxiliary/scanner/msmail/onprem_enum.go \ modules/auxiliary/scanner/smb/impacket/dcomexec.py \ modules/auxiliary/scanner/smb/impacket/secretsdump.py \ modules/auxiliary/scanner/smb/impacket/wmiexec.py \ modules/auxiliary/scanner/ssl/bleichenbacher_oracle.py \ modules/auxiliary/scanner/teradata/teradata_odbc_login.py \ modules/auxiliary/scanner/wproxy/att_open_proxy.py \ modules/exploits/example.py \ modules/exploits/linux/smtp/haraka.py \ tools/dev/import-dev-keys.sh tools/dev/sign-dev-keys.sh \ tools/hardware/killerbee_msfrelay.py \ tools/modules/aws-aggregator-userdata.sh \ test/ldap/samba-ad-run.sh \ test/ldap/samba-ad-setup.sh SHEBANG_LANG= go STRIP= NO_ARCH= yes NO_ARCH_IGNORE= template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin post-patch: ${REINPLACE_CMD} "/rb-readline/d ; /win32api/d ; \ /msgpack/s|, '~> 1.6.0'|| ; /octokit/s|, '~> 4.0'|| ; /rasn1/s|, '0.14.0'|| ; /ffi/s|, '< 1.17.0'|| ; /sqlite3/s|, '1.7.3'|| ; /irb/s|, '~> 1.7.4'|| ; /faraday/s|, '2.7.11'|| ; /concurrent-ruby/s|, '1.3.4'||" \ ${WRKSRC}/metasploit-framework.gemspec do-build: ${RM} ${WRKSRC}/Gemfile.lock ${TOUCH} ${WRKSRC}/Gemfile.lock ${REINPLACE_CMD} "/^group :coverage/,/^end/d ; /^group :development/,/^end/d ; /^group :test/,/^end/d" \ ${WRKSRC}/Gemfile do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${PAX} -rw . ${STAGEDIR}${DATADIR} .for f in msfconsole msfd msfrpc msfrpcd msfvenom ${RLN} ${STAGEDIR}${DATADIR}/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install: @${FIND} ${STAGEDIR} ! -type d | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; /Gemfile.lock/s|^|@(,,0666) |' >> ${TMPPLIST} @${FIND} -ds ${STAGEDIR}${DATADIR} -type d -empty | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; s,^,@dir ,' >> ${TMPPLIST} .include diff --git a/security/naabu/Makefile b/security/naabu/Makefile index 4783de54162a..ae89b2227729 100644 --- a/security/naabu/Makefile +++ b/security/naabu/Makefile @@ -1,20 +1,20 @@ PORTNAME= naabu DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org COMMENT= Port scanning tool WWW= https://github.com/projectdiscovery/naabu LICENSE= MIT USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/naabu/v2 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/nebula/Makefile b/security/nebula/Makefile index d77cfef03eb6..13aa6579f15a 100644 --- a/security/nebula/Makefile +++ b/security/nebula/Makefile @@ -1,45 +1,45 @@ PORTNAME= nebula DISTVERSIONPREFIX= v DISTVERSION= 1.8.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org COMMENT= Scalable overlay networking tool WWW= https://github.com/slackhq/nebula LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_GITHUB= nodefault GH_TUPLE= golang:net:v0.19.0:net \ golang:term:v0.15.0:term \ golang:sys:v0.15.0:sys CPE_VENDOR= slack GO_MODULE= github.com/slackhq/nebula GO_TARGET= ./cmd/nebula ./cmd/nebula-cert GO_BUILDFLAGS= -ldflags "-X main.Build=${PORTVERSION}" USE_RC_SUBR= ${PORTNAME} PLIST_FILES= bin/nebula \ bin/nebula-cert \ etc/${PORTNAME}/config.yml.example pre-patch: .for m in net term sys ${RM} -r ${WRKSRC}/vendor/golang.org/x/$m ${LN} -s ${WRKDIR}/$m-* ${WRKSRC}/vendor/golang.org/x/$m .endfor post-patch: ${REINPLACE_CMD} -e s,/etc/nebula,${PREFIX}/etc/${PORTNAME}, \ -e /dev:/s/nebula1/tun1/ \ ${WRKSRC}/examples/config.yml post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/examples/config.yml \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.yml.example .include diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index b3dbba5146c5..15c659d6841c 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,20 +1,20 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v DISTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org COMMENT= Fast vulnerability scanner WWW= https://github.com/projectdiscovery/nuclei LICENSE= MIT USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/nuclei/v3 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile index 340a26b80012..7b06c7b72d4e 100644 --- a/security/obfs4proxy-tor/Makefile +++ b/security/obfs4proxy-tor/Makefile @@ -1,51 +1,51 @@ PORTNAME= obfs4proxy DISTVERSION= 0.0.14 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security net PKGNAMESUFFIX= -tor DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= egypcio@FreeBSD.org COMMENT= Pluggable transport proxy for Tor (obfs4, The Obfuscator) WWW= https://gitlab.com/yawning/obfs4 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules tar:xz CPE_VENDOR= torproject USE_GITHUB= nodefault GH_TUPLE= FiloSottile:edwards25519:v1.0.0:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ dchest:siphash:v1.2.3:siphash/vendor/github.com/dchest/siphash \ dsnet:compress:f66993602bf5:dsnet_compress/vendor/github.com/dsnet/compress \ golang:crypto:56aed061732a:golang_crypto/vendor/golang.org/x/crypto \ golang:net:f15817d10f9b:golang_net/vendor/golang.org/x/net \ golang:sys:95e765b1cc43:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.8:golang_text/vendor/golang.org/x/text \ torbsd:goptlib:v1.2.0:goptlib/vendor/git.torproject.org/pluggable-transports/goptlib.git USE_GITLAB= yes GL_ACCOUNT= yawning GL_PROJECT= obfs4 GL_TAGNAME= 336a71d6e4cfd2d33e9c57797828007ad74975e9 GL_TUPLE= yawning:bsaes:0a714cd429ec754482b4001e918db30cd2094405:yawning_bsaes/vendor/gitlab.com/yawning/bsaes.git \ yawning:edwards25519-extra:def713fd18e464864613d2b55ef41a21df2c9493:yawning_edwards25519extra/vendor/gitlab.com/yawning/edwards25519-extra.git \ yawning:utls:f1bcf4b40e4596d0ccd1dbf8f3a9f4922f9759ca:yawning_utls/vendor/gitlab.com/yawning/utls.git GO_PKGNAME= gitlab.com/yawning/obfs4 GO_TARGET= ./obfs4proxy SUB_FILES= pkg-message PLIST_FILES= bin/obfs4proxy \ share/man/man1/obfs4proxy.1.gz post-patch: ${LN} -s ${WRKSRC} ${WRKSRC}/vendor/${GO_PKGNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/obfs4proxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/onionscan/Makefile b/security/onionscan/Makefile index 6c26927a9338..ce10353ae4c7 100644 --- a/security/onionscan/Makefile +++ b/security/onionscan/Makefile @@ -1,28 +1,28 @@ PORTNAME= onionscan DISTVERSIONPREFIX= OnionScan- DISTVERSION= 0.2 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org COMMENT= Free and open source tool for investigating Onion Services WWW= https://onionscan.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= s-rah GH_TUPLE= HouzuoGuo:tiedot:3.4:tiedot/vendor/github.com/HouzuoGuo/tiedot \ rwcarlsen:goexif:8d986c0:goexif/vendor/github.com/rwcarlsen/goexif \ golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \ golang:net:26e67e7:net/vendor/golang.org/x/net \ golang:sys:v0.6.0:sys/vendor/golang.org/x/sys GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/onionscan .include diff --git a/security/openbao/Makefile b/security/openbao/Makefile index 7a0e80bd85cf..581fc570599f 100644 --- a/security/openbao/Makefile +++ b/security/openbao/Makefile @@ -1,44 +1,44 @@ PORTNAME= openbao DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES+= https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ DISTFILES= go.mod \ api/go.mod \ api/auth/approle/go.mod \ api/auth/kubernetes/go.mod \ api/auth/userpass/go.mod \ sdk/go.mod MAINTAINER= jake@metalrip.com COMMENT= Tool for securely accessing secrets WWW= https://openbao.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_TARGET= :${BIN_NAME} GO_BUILDFLAGS= -ldflags="-s \ -X ${GO_MODULE}/version.GitCommit=${GITID} \ -X ${GO_MODULE}/version.BuildDate=${SOURCE_DATE_EPOCH} \ -X ${GO_MODULE}/version.fullVersion=${DISTVERSION}" SUB_FILES= pkg-message SUB_LIST= USER=${USERS} GROUP=${GROUPS} USERS= ${PORTNAME} GROUPS= ${PORTNAME} PLIST_FILES= bin/${BIN_NAME} BIN_NAME= bao GITID= efb9efa12f550e8322f3cec040862355e966f565 SOURCE_DATE_EPOCH= ${TIMEEPOCHNOW:gmtime} TIMEEPOCHNOW= %Y-%m-%dT%H:%M:%SZ .include diff --git a/security/openvpn-auth-oauth2/Makefile b/security/openvpn-auth-oauth2/Makefile index 5bd9d78a9ab6..ad6394a732bc 100644 --- a/security/openvpn-auth-oauth2/Makefile +++ b/security/openvpn-auth-oauth2/Makefile @@ -1,29 +1,29 @@ PORTNAME= openvpn-auth-oauth2 DISTVERSIONPREFIX= v DISTVERSION= 1.26.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net net-vpn MAINTAINER= otis@FreeBSD.org COMMENT= Management client for OpenVPN that handles SSO authentication WWW= https://github.com/jkroepke/openvpn-auth-oauth2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt EXTRACT_DEPENDS= ${BUILD_DEPENDS} USES= go:modules GO_MODULE= github.com/jkroepke/openvpn-auth-oauth2 GO_TARGET= ./cmd/openvpn-auth-oauth2 SUB_FILES= openvpn_auth_oauth2 do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/openvpn-auth-oauth2 ${STAGEDIR}${PREFIX}/sbin ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config.example.yaml ${STAGEDIR}${ETCDIR}/openvpn-auth-oauth2.yml.sample ${INSTALL_SCRIPT} ${WRKDIR}/openvpn_auth_oauth2 ${STAGEDIR}${PREFIX}/etc/rc.d .include diff --git a/security/opkssh/Makefile b/security/opkssh/Makefile index 9e9f0b636d49..46879bef9ea8 100644 --- a/security/opkssh/Makefile +++ b/security/opkssh/Makefile @@ -1,51 +1,51 @@ PORTNAME= opkssh DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Tool which enables SSH to be used with OpenID Connect LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= openpubkey GO_BUILDFLAGS= -ldflags "-X main.Version=${DISTVERSIONPREFIX}${DISTVERSION}" SUB_FILES= pkg-message SUB_LIST= GROUP=${OPKSSH_GROUP} \ USER=${OPKSSH_USER} USERS= ${OPKSSH_USER} GROUPS= ${OPKSSH_GROUP} PLIST_FILES= bin/${PORTNAME} OPKSSH_USER= opksshuser OPKSSH_GROUP= ${OPKSSH_USER} post-extract: @${MKDIR} ${WRKSRC}/vendor @cd ${WRKDIR}/${PORTNAME}-vendor && ${COPYTREE_SHARE} . ${WRKSRC}/vendor # To generate the following patches: # - make extract # - cd ${WRKSRC} # - rg '/etc' | cut -d: -f1 | sort | uniq | grep -Ee '.+\.go$' | grep -vEe '_test\.go$' | xargs -I % cp % %.orig # - rg '/etc' | cut -d: -f1 | sort | uniq | grep -Ee '.+\.go$' | grep -vEe '_test\.go$' | xargs -L1 sed -i '' -Ee 's,/etc,%%PREFIX%%/etc,g' # - cd - # - make makepatch # - rm ${FILESDIR}/files/patch-vendor_g* # - Some replaced strings are just comments, so it's ok to leave them there, # but I'll remove them anyway to avoid unnecessary patches, so check each # file in FILESDIR. post-patch: @${GREP} -Flr %%PREFIX%% ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ 's,%%PREFIX%%,${PREFIX},g' .include diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index fb2b696b41b0..652470b4ad42 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,48 +1,48 @@ PORTNAME= picocrypt DISTVERSION= 1.49 # Missing modules.txt, generate one with `go mod vendor` and place it in ${FILESDIR} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org COMMENT= Small, simple, yet very secure encryption tool WWW= https://github.com/Picocrypt/Picocrypt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE ONLY_FOR_ARCHS= aarch64 amd64 mips64 powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= upstream only supports 64-bit # https://github.com/HACKERALERT/Picocrypt/issues/127 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= gl gnome go:modules pkgconfig xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf gtk30 USE_XORG= x11 xau xcb xdmcp USE_GITHUB= yes GH_ACCOUNT= Picocrypt GH_PROJECT= Picocrypt GH_TUPLE= Picocrypt:dialog:78f7b909315b:picocrypt_dialog/vendor/github.com/Picocrypt/dialog \ Picocrypt:giu:ec85cd24c933:picocrypt_giu/vendor/github.com/Picocrypt/giu \ Picocrypt:gl:767b58dbf936:picocrypt_gl/vendor/github.com/Picocrypt/gl \ Picocrypt:glfw:7b96bfdb8dd8:picocrypt_glfw_glfw/vendor/github.com/Picocrypt/glfw \ Picocrypt:imgui-go:d86b230f5fbb:picocrypt_imgui_go/vendor/github.com/Picocrypt/imgui-go \ Picocrypt:infectious:9f88c6307b39:picocrypt_infectious/vendor/github.com/Picocrypt/infectious \ Picocrypt:mainthread:496f638392b3:picocrypt_mainthread/vendor/github.com/Picocrypt/mainthread \ Picocrypt:serpent:9ad6ab254fd7:picocrypt_serpent/vendor/github.com/Picocrypt/serpent \ Picocrypt:w32:1183079d4d57:picocrypt_w32/vendor/github.com/Picocrypt/w32 \ Picocrypt:zxcvbn-go:d59695960527:picocrypt_zxcvbn_go/vendor/github.com/Picocrypt/zxcvbn-go \ golang:crypto:v0.40.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.34.0:golang_sys/vendor/golang.org/x/sys WRKSRC_SUBDIR= src PLIST_FILES= bin/${PORTNAME} pre-build: @${LN} -sf dlgs_linux.go \ ${WRKSRC}/vendor/github.com/Picocrypt/dialog/dlgs_${OPSYS:tl}.go ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor/ .include diff --git a/security/pwdsafety/Makefile b/security/pwdsafety/Makefile index b1f52b75079b..d9e8cffef828 100644 --- a/security/pwdsafety/Makefile +++ b/security/pwdsafety/Makefile @@ -1,21 +1,21 @@ PORTNAME= pwdsafety DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= olgeni@FreeBSD.org COMMENT= Command line tool that checks how much a password is safe WWW= https://github.com/edoardottt/pwdsafety LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/edoardottt/pwdsafety GO_TARGET= ./cmd/pwdsafety PLIST_FILES= bin/pwdsafety .include diff --git a/security/rekor/Makefile b/security/rekor/Makefile index 172d34c2a96b..6e3617561a5c 100644 --- a/security/rekor/Makefile +++ b/security/rekor/Makefile @@ -1,66 +1,66 @@ PORTNAME= rekor DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= Software Supply Chain Transparency Log ${${FLAVOR}_COMMENT} WWW= https://www.sigstore.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE FLAVORS= client server FLAVOR?= ${FLAVORS:[1]} client_PKGNAMESUFFIX= -client client_COMMENT= (client only) client_PLIST= ${.CURDIR}/pkg-plist.client server_PKGNAMESUFFIX= -server server_COMMENT= (server only) server_PLIST= ${.CURDIR}/pkg-plist.server USES= cpe go:modules CPE_VENDOR= linuxfoundation .if ${FLAVOR} == server USE_RC_SUBR= rekor .endif GO_MODULE= github.com/sigstore/rekor .if ${FLAVOR} == client GO_TARGET= ./cmd/rekor-cli .elif ${FLAVOR} == server GO_TARGET= ./cmd/rekor-server \ ./cmd/backfill-index \ ./cmd/cleanup-index \ ./cmd/copy-index .endif GO_BUILDFLAGS= -ldflags="\ -X sigs.k8s.io/release-utils/version.gitVersion=$(DISTVERSION) \ -X sigs.k8s.io/release-utils/version.gitCommit=$(GIT_HASH) \ -X sigs.k8s.io/release-utils/version.gitTreeState=clean \ -X sigs.k8s.io/release-utils/version.buildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}}" .if ${FLAVOR} == server USERS= ${PORTNAME} GROUPS= ${PORTNAME} .endif GIT_HASH= fe9717fd6ee4cfecedc30e5fd64c9872bc2ac61c .include # Bring DISTINFO_FILE into scope so we can get the timestamp. SOURCE_DATE_EPOCH_CMD= date -ur \ $$(${GREP} -m1 TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y-%m-%dT%H:%M:%SZ' post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rekor .if ${FLAVOR} == client ${INSTALL_DATA} ${WRKSRC}/config/rekor.yaml ${STAGEDIR}${PREFIX}/etc/rekor/rekor.yaml.sample .elif ${FLAVOR} == server ${INSTALL_DATA} ${WRKSRC}/rekor-server.yaml ${STAGEDIR}${PREFIX}/etc/rekor/rekor-server.yaml.sample .endif .include diff --git a/security/snowflake-tor/Makefile b/security/snowflake-tor/Makefile index 521c7f2b91fc..3c9dab6876c1 100644 --- a/security/snowflake-tor/Makefile +++ b/security/snowflake-tor/Makefile @@ -1,51 +1,51 @@ PORTNAME= snowflake DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net PKGNAMESUFFIX= -tor MAINTAINER= egypcio@FreeBSD.org COMMENT= Pluggable Transport using WebRTC inspired by Flashproxy WWW= https://snowflake.torproject.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ tor:security/tor USES= cpe go:modules USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-broker CPE_VENDOR= torproject GO_MODULE= gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2 GO_BUILDFLAGS= -ldflags '${STRIP} -w -extldflags "-static"' GO_PKGNAME= ${GO_MODULE} GO_TARGET= ./broker ./client ./proxy ./server PLIST_SUB= MANPAGES=${MANPAGES} SUB_FILES= pkg-message post-extract: # inspired by Mk/Uses/go.mk .for target in ${GO_TARGET} cd ${GO_WRKSRC}/${target} && \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy -e && \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor -e .endfor post-patch: ${REINPLACE_CMD} "s|/usr/share|${PREFIX}/share|g" \ ${WRKSRC}/broker/broker.go post-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/share/man/man1 .for b in client proxy ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}-$b.1 ${STAGEDIR}/${PREFIX}/share/man/man1 ${MV} ${STAGEDIR}/${PREFIX}/bin/$b ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}-$b .endfor ${MV} ${STAGEDIR}/${PREFIX}/bin/broker ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}-broker ${MV} ${STAGEDIR}/${PREFIX}/bin/server ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} .include diff --git a/security/sops/Makefile b/security/sops/Makefile index 14b0188f4c13..e7539aea9ce9 100644 --- a/security/sops/Makefile +++ b/security/sops/Makefile @@ -1,27 +1,27 @@ PORTNAME= sops DISTVERSIONPREFIX= v DISTVERSION= 3.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security editors MAINTAINER= bofh@FreeBSD.org COMMENT= Editor of encrypted files that supports YAML, JSON and BINARY formats WWW= https://github.com/mozilla/sops LICENSE= MPL20 USES= go:modules GO_MODULE= go.mozilla.org/sops/v3 GO_TARGET= ./cmd/sops PLIST_FILES= bin/sops PORTDOCS= CHANGELOG.rst README.rst OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/ssb/Makefile b/security/ssb/Makefile index 61bc68d20fd2..9ffbe19894eb 100644 --- a/security/ssb/Makefile +++ b/security/ssb/Makefile @@ -1,28 +1,28 @@ PORTNAME= ssb DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= security MAINTAINER= ports@FreeBSD.org COMMENT= SSH Server Bruteforcer WWW= https://github.com/kitabisa/ssb LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_PKGNAME= ktbs.dev/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= kitabisa GH_TUPLE= \ golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \ logrusorgru:aurora:v2.0.3:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \ projectdiscovery:gologger:v1.0.1:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger \ remeh:sizedwaitgroup:v1.0.0:remeh_sizedwaitgroup/vendor/github.com/remeh/sizedwaitgroup PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/sshesame/Makefile b/security/sshesame/Makefile index 4f1691f7dd04..6e42f4fa8648 100644 --- a/security/sshesame/Makefile +++ b/security/sshesame/Makefile @@ -1,28 +1,28 @@ PORTNAME= sshesame DISTVERSIONPREFIX= v DISTVERSION= 0.0.39 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= skozlov@FreeBSD.org COMMENT= Easy to set up and use SSH honeypot WWW= https://github.com/jaksi/sshesame LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} USERS= sshesame GROUPS= sshesame GO_MODULE= github.com/jaksi/sshesame PLIST_FILES= "@sample etc/${PORTNAME}.yaml.sample" \ bin/${PORTNAME} post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.yaml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yaml.sample .include diff --git a/security/ssl-checker/Makefile b/security/ssl-checker/Makefile index 203167b42e0b..fc9964941a84 100644 --- a/security/ssl-checker/Makefile +++ b/security/ssl-checker/Makefile @@ -1,22 +1,22 @@ PORTNAME= ssl-checker DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= olgeni@FreeBSD.org COMMENT= Fast and beautiful program to check all your https endpoints WWW= https://github.com/fabio42/ssl-checker LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fabio42 GO_MODULE= github.com/fabio42/ssl-checker PLIST_FILES= bin/ssl-checker .include diff --git a/security/ssllabs-scan/Makefile b/security/ssllabs-scan/Makefile index 969769ec7be4..698c9cc91c6b 100644 --- a/security/ssllabs-scan/Makefile +++ b/security/ssllabs-scan/Makefile @@ -1,23 +1,23 @@ PORTNAME= ssllabs-scan DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org COMMENT= Command-line tool to use the SSL Labs API WWW= https://www.ssllabs.com/projects/ssllabs-apis/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= go USE_GITHUB= yes GH_ACCOUNT= ssllabs PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/stegify/Makefile b/security/stegify/Makefile index b19f1f3e394f..df19d44b1144 100644 --- a/security/stegify/Makefile +++ b/security/stegify/Makefile @@ -1,24 +1,24 @@ PORTNAME= stegify DISTVERSIONPREFIX= v DISTVERSION= 1.2-2 DISTVERSIONSUFFIX= -g62518ca -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= security graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Steganography software WWW= https://github.com/DimitarPetrov/stegify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= DimitarPetrov GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/step-certificates/Makefile b/security/step-certificates/Makefile index 786902f5b66c..52490f448101 100644 --- a/security/step-certificates/Makefile +++ b/security/step-certificates/Makefile @@ -1,41 +1,41 @@ PORTNAME= step-certificates DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= mw@wipp.bayern COMMENT= Smallstep step_ca certificates server WWW= https://smallstep.com/certificates/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= pcsc-lite>0:devel/pcsc-lite LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite RUN_DEPENDS= step:security/step-cli USES= go:modules USE_RC_SUBR= step_ca GO_MODULE= github.com/smallstep/certificates GO_TARGET= ./cmd/step-ca:${PREFIX}/sbin/step-ca GO_BUILDFLAGS= -ldflags "-w -X main.Version=${PORTVERSION}" USERS= step GROUPS= step post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/step ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) ${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/CONTRIBUTING.md ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SECURITY.md ${STAGEDIR}${DOCSDIR} .include diff --git a/security/step-cli/Makefile b/security/step-cli/Makefile index d6d1d5bc5e56..62007371f937 100644 --- a/security/step-cli/Makefile +++ b/security/step-cli/Makefile @@ -1,32 +1,32 @@ PORTNAME= step-cli DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= mw@wipp.bayern COMMENT= Smallstep step-ca command line client WWW= https://smallstep.com/cli/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules shebangfix SHEBANG_FILES= autocomplete/bash_autocomplete GO_MODULE= github.com/smallstep/cli GO_TARGET= ./cmd/step GO_BUILDFLAGS= -ldflags "-w -X main.Version=${PORTVERSION}" PLIST_FILES= bin/step \ etc/bash_completion.d/step-completion.bash \ share/zsh/site-functions/_step post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${CP} ${WRKSRC}/autocomplete/bash_autocomplete ${STAGEDIR}${PREFIX}/etc/bash_completion.d/step-completion.bash ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${CP} ${WRKSRC}/autocomplete/zsh_autocomplete ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_step .include diff --git a/security/teleport/Makefile b/security/teleport/Makefile index 9197f15b7141..880de49a7915 100644 --- a/security/teleport/Makefile +++ b/security/teleport/Makefile @@ -1,74 +1,74 @@ PORTNAME= teleport DISTVERSIONPREFIX= v DISTVERSION= 5.2.5 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= security MAINTAINER= kraileth@elderlinux.org COMMENT= Centralized access gateway using the SSH protocol WWW= https://goteleport.com/teleport LICENSE= APACHE20 NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= Uses 64bit types BUILD_DEPENDS= zip:archivers/zip # If you need the auth service to work, you need to compile this port with # Go 1.17 or older. In case tsh is what you're after, Go 1.19 is fine. USES= compiler gmake go USE_GITHUB= yes GH_ACCOUNT= gravitational GH_TUPLE= gravitational:webassets:8ace0cf:webassets/webassets GH_COMMIT_SHORT= f8ba4afd9 GH_TAG_COMMIT= ${DISTVERSIONPREFIX}${DISTVERSION}-0-g${GH_COMMIT_SHORT} USE_RC_SUBR= teleport # Extra assets are stored in the binary and must not be inadvertently removed STRIP= NOPRECIOUSMAKEVARS= YES SUB_FILES= pkg-message PLIST_FILES= bin/tctl \ bin/teleport \ bin/tsh \ "@sample etc/teleport.yaml.sample" GO_TELEPORT_SRC_DIR= src/github.com/gravitational/teleport PRE_GOPATH_DIR= ${PORTNAME}-${DISTVERSION}${DISTVERSIONSUFFIX} post-patch: @${MKDIR} ${WRKDIR}/${GO_TELEPORT_SRC_DIR} @${REINPLACE_CMD} -e 's|%%GH_TAG_COMMIT%%|${GH_TAG_COMMIT}|' \ ${WRKSRC}/version.mk @${FIND} ${WRKSRC}/docs/pages -iname '*.mdx' | ${XARGS} \ ${REINPLACE_CMD} -i '' -e 's|/var/lib|/var/db|g' @${CP} -rpH ${WRKDIR}/${PRE_GOPATH_DIR}/vendor/* ${WRKDIR}/src/ @${CP} -rpH ${WRKDIR}/${PRE_GOPATH_DIR}/* ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/ do-build: @cd ${WRKDIR}/${GO_TELEPORT_SRC_DIR} && \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} ${GO_ENV} \ CGO_ENABLED=1 GOPATH=${WRKDIR} \ ${GMAKE} full do-install: ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/build/teleport configure > ${STAGEDIR}${PREFIX}/etc/teleport.yaml.sample @${SED} -i '' \ -e "s|nodename: .*|nodename: |g" \ -e "s|cluster-join-token||g" \ ${STAGEDIR}${PREFIX}/etc/teleport.yaml.sample ${INSTALL_PROGRAM} ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/build/teleport ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/build/tsh ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/${GO_TELEPORT_SRC_DIR}/build/tctl ${STAGEDIR}${PREFIX}/bin .include # golang assumes that if clang is in use, it is called "clang" and not "cc". If # it's called "cc", go fails. .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include diff --git a/security/timestamp-authority/Makefile b/security/timestamp-authority/Makefile index e820e6714ba2..974431d5b308 100644 --- a/security/timestamp-authority/Makefile +++ b/security/timestamp-authority/Makefile @@ -1,25 +1,25 @@ PORTNAME= timestamp-authority DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= Service for issuing RFC 3161 timestamps WWW= https://sigstore.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/sigstore/timestamp-authority GO_TARGET= ./cmd/fetch-tsa-certs \ ./cmd/timestamp-cli \ ./cmd/timestamp-server USERS= ${PORTNAME} GROUPS= ${PORTNAME} .include diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index 9566dc010bc7..a41e5a994ac6 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -1,21 +1,21 @@ PORTNAME= totp-cli PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org COMMENT= Authy/Google Authenticator like TOTP CLI tool WWW= https://yitsushi.github.io/totp-cli/ \ https://github.com/yitsushi/totp-cli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/yitsushi/totp-cli PLIST_FILES= bin/totp-cli .include diff --git a/security/trezord/Makefile b/security/trezord/Makefile index 2790e5f5ead1..38b6ef04d056 100644 --- a/security/trezord/Makefile +++ b/security/trezord/Makefile @@ -1,28 +1,28 @@ PORTNAME= trezord DISTVERSIONPREFIX= v DISTVERSION= 2.0.33-9 DISTVERSIONSUFFIX= -ga58468e -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ale@FreeBSD.org COMMENT= TREZOR Communication Daemon aka TREZOR Bridge WWW= https://github.com/trezor/trezord-go LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= trezor GH_PROJECT= ${PORTNAME}-go GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} PLIST_FILES= bin/${GH_PROJECT} .include "${.CURDIR}/Makefile.modules" .include diff --git a/security/trillian/Makefile b/security/trillian/Makefile index d7349f7cb1ee..6eb3b949c67e 100644 --- a/security/trillian/Makefile +++ b/security/trillian/Makefile @@ -1,34 +1,34 @@ PORTNAME= trillian DISTVERSIONPREFIX= v DISTVERSION= 1.7.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= General transparency WWW= https://github.com/google/trillian LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_RC_SUBR= trillian_log_server trillian_log_signer GO_MODULE= github.com/google/trillian GO_TARGET= ./cmd/createtree \ ./cmd/deletetree \ ./cmd/trillian_log_server \ ./cmd/trillian_log_signer \ ./cmd/updatetree USERS= ${PORTNAME} GROUPS= ${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/trillian_log_server.conf \ ${STAGEDIR}${ETCDIR}/trillian_log_server.conf.sample ${INSTALL_DATA} ${FILESDIR}/trillian_log_signer.conf \ ${STAGEDIR}${ETCDIR}/trillian_log_signer.conf.sample .include diff --git a/security/trivy/Makefile b/security/trivy/Makefile index c99b594d583d..0e89f584b22f 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -1,41 +1,41 @@ PORTNAME= trivy DISTVERSIONPREFIX= v DISTVERSION= 0.69.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mfechner@FreeBSD.org COMMENT= Security scanner written in go WWW= https://github.com/aquasecurity/trivy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= not supported, see https://github.com/aquasecurity/trivy/pull/9102 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= aquasecurity GH_PROJECT= trivy GO_MOD_DIST= github GO_MODULE= github.com/aquasecurity/trivy GO_TARGET= ./cmd/trivy GO_BUILDFLAGS= -ldflags=" \ -extldflags '-static' \ -X github.com/aquasecurity/trivy/pkg/version.ver=${DISTVERSION} \ -s -w" MAKE_ENV= GOEXPERIMENT=jsonv2 PLIST_FILES= bin/${PORTNAME} post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/contrib/*.tpl ${STAGEDIR}${DATADIR}/ ${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' | \ ${SED} -E -e '/sample$$/ s#^#@sample #; \ s#${DATADIR_REL}/bin#@(,,555) ${DATADIR_REL}/bin#; ' >> ${TMPPLIST} cat ${TMPPLIST} .include diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 60e9982382be..973d3de6eba9 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,25 +1,25 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v DISTVERSION= 3.91.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Find and verify credentials WWW= https://trufflesecurity.com \ https://github.com/trufflesecurity/trufflehog LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791 BROKEN_i386= compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791 USES= go:1.24+,modules GO_MODULE= github.com/trufflesecurity/trufflehog/v3 #GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/tscli/Makefile b/security/tscli/Makefile index 7e5d7ffe1b55..aa316d3c4f49 100644 --- a/security/tscli/Makefile +++ b/security/tscli/Makefile @@ -1,22 +1,22 @@ PORTNAME= tscli DISTVERSIONPREFIX= v DISTVERSION= 0.0.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= dtxdf@FreeBSD.org COMMENT= CLI tool to interact with the Tailscale API WWW= https://github.com/jaxxstorm/tscli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/jaxxstorm/tscli GO_TARGET= ./cmd/tscli:tscli GO_BUILDFLAGS= -ldflags "\ -X 'github.com/jaxxstorm/tscli/pkg/version.Version=${DISTVERSIONPREFIX}${DISTVERSION}'" PLIST_FILES= bin/tscli .include diff --git a/security/vault-medusa/Makefile b/security/vault-medusa/Makefile index 04c9c31fd7d1..3ae19fcc06ca 100644 --- a/security/vault-medusa/Makefile +++ b/security/vault-medusa/Makefile @@ -1,23 +1,23 @@ PORTNAME= vault-medusa DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security DISTNAME= medusa MAINTAINER= dereckson@gmail.com COMMENT= Exporter for Vault data WWW= https://github.com/jonasvinther/medusa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/jonasvinther/medusa GO_TARGET= ${PORTNAME}:medusa CONFLICTS_INSTALL= medusa-* PLIST_FILES= bin/medusa .include diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile index 4beff6efd379..33e1173647dd 100644 --- a/security/vouch-proxy/Makefile +++ b/security/vouch-proxy/Makefile @@ -1,25 +1,25 @@ PORTNAME= vouch-proxy DISTVERSIONPREFIX=v DISTVERSION= 0.45.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= decke@FreeBSD.org COMMENT= SSO solution for Nginx using the auth_request module WWW= https://github.com/vouch/vouch-proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/vouch/vouch-proxy GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION} -X main.uname=FreeBSD" post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC}/config && ${COPYTREE_SHARE} "config.yml*" ${STAGEDIR}${ETCDIR}) .include diff --git a/security/vulsrepo/Makefile b/security/vulsrepo/Makefile index 29e21a249146..a3e12484b0ef 100644 --- a/security/vulsrepo/Makefile +++ b/security/vulsrepo/Makefile @@ -1,48 +1,48 @@ PORTNAME= vulsrepo PORTVERSION= 0.7.1 DISTVERSIONPREFIX=v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security www MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/v${PORTVERSION}/server/:gomod DISTFILES= go.mod:gomod MAINTAINER= girgen@FreeBSD.org COMMENT= Web presentation layer for vuls CVE scanner WWW= https://github.com/ishiDACo/vulsrepo/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE.txt RUN_DEPENDS= vuls:security/vuls USES= go:modules tar:xz USE_GITHUB= yes GH_ACCOUNT= ishiDACo GH_PROJECT= vulsrepo GO_MODULE= github.com/ishiDACo/vulsrepo/server WRKSRC_SUBDIR= server USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message vulsrepo-config.toml SUB_LIST= PORTNAME=${PORTNAME} USERS=${USERS} GROUPS=${GROUPS} USERS= vuls GROUPS= vuls post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/main.go post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} \ ${STAGEDIR}/var/db/vuls/results \ ${STAGEDIR}/var/log/vuls ${INSTALL_DATA} ${FILESDIR}/newsyslog-${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf.sample ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-config.toml \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}-config.toml.sample cd ${WRKSRC}/..; ${PAX} -rw dist gallery index.html plugins \ ${STAGEDIR}${WWWDIR} .include diff --git a/security/webtunnel-tor/Makefile b/security/webtunnel-tor/Makefile index 4e4b5df9453f..0a2e1ee6ddc8 100644 --- a/security/webtunnel-tor/Makefile +++ b/security/webtunnel-tor/Makefile @@ -1,44 +1,44 @@ PORTNAME= webtunnel PORTVERSION= 0.0.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= security net PKGNAMESUFFIX= -tor MAINTAINER= egypcio@FreeBSD.org COMMENT= Pluggable Transport attempting to imitate web browsing based on HTTPT WWW= https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel LICENSE= MIT LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${TPO_WEBTUN}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ tor:security/tor USES= cpe go USE_GITLAB= yes CPE_VENDOR= torproject TPO_GOPTLIB= 24b2b145d7afc66b66e58c702cf988c00f694b70 TPO_WEBTUN= 38eb55054a5c3c072acc1d8f9a9afa36e3a5c9b7 CGO_ENABLED= 0 GO_BUILDFLAGS= -ldflags '${STRIP} -w -extldflags "-static"' GO_PKGNAME= gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel GO_TARGET= ./main/client ./main/server GL_SITE= https://gitlab.torproject.org/tpo GL_ACCOUNT= anti-censorship/pluggable-transports GL_TAGNAME= ${TPO_WEBTUN} GL_TUPLE= anti-censorship:pluggable-transports/goptlib:${TPO_GOPTLIB}:tpo_ac_ptlib/vendor/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib PLIST_FILES= bin/${PORTNAME}-tor-client \ bin/${PORTNAME}-tor-server pre-extract: ${MKDIR} ${WRKDIR}/pluggable-transports ${LN} -sf ${WRKDIR}/webtunnel-${TPO_WEBTUN} ${WRKDIR}/pluggable-transports/webtunnel-${TPO_WEBTUN} ${LN} -sf ${WRKDIR}/goptlib-${TPO_GOPTLIB} ${WRKDIR}/pluggable-transports/goptlib-${TPO_GOPTLIB} post-install: ${MV} ${STAGEDIR}/${PREFIX}/bin/client ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}-tor-client ${MV} ${STAGEDIR}/${PREFIX}/bin/server ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}-tor-server .include diff --git a/security/xhash/Makefile b/security/xhash/Makefile index 82775e05e0d3..be67096d7bcb 100644 --- a/security/xhash/Makefile +++ b/security/xhash/Makefile @@ -1,33 +1,33 @@ PORTNAME= xhash DISTVERSIONPREFIX= v DISTVERSION= 3.6.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= rbranco@suse.com COMMENT= Calculate hashes on files using goroutines WWW= https://github.com/ricardobranco777/xhash/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_GITHUB= yes GH_ACCOUNT= ricardobranco777 GH_TUPLE= golang:crypto:v0.37.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sync:v0.13.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.32.0:golang_sys/vendor/golang.org/x/sys \ klauspost:cpuid:v2.0.12:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ zeebo:blake3:v0.2.4:zeebo_blake3/vendor/github.com/zeebo/blake3 PLIST_FILES= bin/xhash \ share/man/man1/xhash.1.gz post-extract: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor post-install: ${INSTALL_MAN} ${WRKSRC}/xhash.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/security/yubikey-agent/Makefile b/security/yubikey-agent/Makefile index afbb7facec00..eceaf10665e6 100644 --- a/security/yubikey-agent/Makefile +++ b/security/yubikey-agent/Makefile @@ -1,30 +1,30 @@ PORTNAME= yubikey-agent DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= security sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Seamless ssh-agent for YubiKeys WWW= https://filippo.io/yubikey-agent LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite RUN_DEPENDS= RSA_SecurID_getpasswd:devel/libccid USES= go:modules USE_GITHUB= yes GH_ACCOUNT= FiloSottile GH_TUPLE= go-piv:piv-go:v1.10.0:go_piv_piv_go/vendor/github.com/go-piv/piv-go \ golang:crypto:v0.4.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.3.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.3.0:golang_term/vendor/golang.org/x/term \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ twpayne:go-pinentry-minimal:2a5dc4396c2a:twpayne_go_pinentry_minimal/vendor/github.com/twpayne/go-pinentry-minimal PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/zlint/Makefile b/security/zlint/Makefile index 211cc4a01d5d..c6ab16191283 100644 --- a/security/zlint/Makefile +++ b/security/zlint/Makefile @@ -1,21 +1,21 @@ PORTNAME= zlint DISTVERSIONPREFIX= v DISTVERSION= 3.6.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www MAINTAINER= yuri@FreeBSD.org COMMENT= X.509 certificate linter WWW= https://github.com/zmap/zlint LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/zmap/zlint/v3 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/shells/antibody/Makefile b/shells/antibody/Makefile index 0f40c7939f4a..588a31d47075 100644 --- a/shells/antibody/Makefile +++ b/shells/antibody/Makefile @@ -1,31 +1,31 @@ PORTNAME= antibody PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= shells MAINTAINER= ports@FreeBSD.org COMMENT= High-performance zsh plugin manager WWW= https://getantibody.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= git:devel/git \ zsh:shells/zsh USES= go:modules PLIST_FILES= bin/antibody USE_GITHUB= yes GH_ACCOUNT= getantibody GH_TUPLE= alecthomas:kingpin:v2.2.6:kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b89:tempalte/vendor/github.com/alecthomas/template \ alecthomas:units:f65c72e:units/vendor/github.com/alecthomas/units \ getantibody:folder:v1.0.0:folder/vendor/github.com/getantibody/folder \ golang:crypto:948cd5:crypto/vendor/golang.org/x/crypto \ golang:sync:6e8e73:sync/vendor/golang.org/x/sync \ golang:sys:v0.5.0:sys/vendor/golang.org/x/sys .include diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 04f93e0842f6..ac7c0f92567d 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,33 +1,33 @@ PORTNAME= carapace DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org COMMENT= Multi-shell multi-command argument completer WWW= https://carapace.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/carapace-sh/carapace-bin GO_TARGET= ./cmd/carapace GO_BUILDFLAGS= -ldflags "-s -w -X main.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS pre-build: cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} generate ./cmd/... post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/shells/elvish/Makefile b/shells/elvish/Makefile index f9f6aee1d78e..eebf022e6fad 100644 --- a/shells/elvish/Makefile +++ b/shells/elvish/Makefile @@ -1,36 +1,36 @@ PORTNAME= elvish DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= shells MAINTAINER= vendion@gmail.com COMMENT= Elvish = Expressive Programming Language + Versatile Interactive Shell WWW= https://elv.sh/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${GO_WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= elv USE_GITHUB= yes GH_ACCOUNT= elves GH_TUPLE= creack:pty:v1.1.21:creack_pty/vendor/github.com/creack/pty \ etcd-io:bbolt:v1.3.10:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ golang:sync:v0.8.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.24.0:golang_sys/vendor/golang.org/x/sys \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ nimblebun:go-lsp:v1.1.0:nimblebun_go_lsp/vendor/pkg.nimblebun.works/go-lsp \ sourcegraph:jsonrpc2:v0.2.0:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cmd/elvish GO_BUILDFLAGS= -ldflags="-s -w -X src.elv.sh/pkg/buildinfo.BuildVariant=freebsd" \ -buildmode=pie GO_TESTFLAGS= -race CGO_ENABLED= 0 PLIST_FILES= "@shell bin/elvish" .include diff --git a/shells/envy/Makefile b/shells/envy/Makefile index 9ee6ab9a2934..4b8772f274df 100644 --- a/shells/envy/Makefile +++ b/shells/envy/Makefile @@ -1,23 +1,23 @@ PORTNAME= envy DISTVERSIONPREFIX=v DISTVERSION= 0.1.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= shells MAINTAINER= krion@FreeBSD.org COMMENT= Shell helper that automatically sets and unsets environment variables WWW= https://github.com/wojas/envy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= wojas GO_PKGNAME= github.com/wojas/${PORTNAME} PLIST_FILES= bin/envy .include diff --git a/shells/murex/Makefile b/shells/murex/Makefile index 0616a162d53f..203ada843cf4 100644 --- a/shells/murex/Makefile +++ b/shells/murex/Makefile @@ -1,69 +1,69 @@ PORTNAME= murex DISTVERSIONPREFIX= v DISTVERSION= 6.0.1000 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= shells MAINTAINER= lcook@FreeBSD.org COMMENT= Shell designed for greater commandline productivity and safer shell scripts WWW= https://murex.rocks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= lmorg GH_TUPLE= Knetic:govaluate:v3.0.0:knetic_govaluate/vendor/github.com/Knetic/govaluate \ abesto:sexp:v0.0.1:abesto_sexp/vendor/github.com/abesto/sexp \ boombuler:barcode:v1.0.1:boombuler_barcode/vendor/github.com/boombuler/barcode \ creack:pty:v1.1.18:creack_pty/vendor/github.com/creack/pty \ disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ eliukblau:pixterm:v1.3.1:eliukblau_pixterm/vendor/github.com/eliukblau/pixterm \ fsnotify:fsnotify:v1.6.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:image:v0.10.0:golang_image/vendor/golang.org/x/image \ golang:mod:v0.8.0:golang_mod/vendor/golang.org/x/mod \ golang:sys:v0.8.0:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.6.0:golang_tools/vendor/golang.org/x/tools \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ lmorg:apachelogs:e5f3eae677ad:lmorg_apachelogs/vendor/github.com/lmorg/apachelogs \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ lukechampine:uint128:v1.2.0:lukechampine_uint128/vendor/lukechampine.com/uint128 \ mattn:go-isatty:v0.0.17:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.14:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-sqlite3:v1.14.16:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ phayes:permbits:39d7c581d2ee:phayes_permbits/vendor/github.com/phayes/permbits \ remyoudompheng:bigfft:24d4a6f8daec:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ stretchr:testify:v1.8.2:stretchr_testify/vendor/github.com/stretchr/testify GL_TUPLE= cznic:cc:03159e8e41eec8d08c1e502bfc46868b9a03aa57:cznic_cc/vendor/modernc.org/cc/v3 \ cznic:ccgo:0641811a3b4e1b829e42b48fa6cf751b3a681ed5:cznic_ccgo/vendor/modernc.org/ccgo/v3 \ cznic:libc:8014ff305ac880ad7b60918a18992e59405eb7f3:cznic_libc/vendor/modernc.org/libc \ cznic:mathutil:b13e5b5643328f15fd2fcedc85f647f0d8f9180f:cznic_mathutil/vendor/modernc.org/mathutil \ cznic:memory:2014ace98d6392882e3d171baf4b76b21a0e7813:cznic_memory/vendor/modernc.org/memory \ cznic:opt:6b647abadf922391a4527f3a4fa1817eff08b7cd:cznic_opt/vendor/modernc.org/opt \ cznic:sqlite:a16e15fbb42ad21e3665c92e257b4ec4600f2f15:cznic_sqlite/vendor/modernc.org/sqlite \ cznic:strutil:bba0c72b66bb9ced2dfd2ee521b7f16b2cbb39fa:cznic_strutil/vendor/modernc.org/strutil \ cznic:token:a1b392cca155ddafa8e1e45905db0dfe27cd4714:cznic_token/vendor/modernc.org/token SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.mx \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/sysutils/3mux/Makefile b/sysutils/3mux/Makefile index 8d1a461753f7..f7ea2d574eac 100644 --- a/sysutils/3mux/Makefile +++ b/sysutils/3mux/Makefile @@ -1,27 +1,27 @@ PORTNAME= 3mux DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Terminal multiplexer inspired by i3 WWW= https://github.com/aaronjanse/3mux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/aaronjanse/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/alloy/Makefile b/sysutils/alloy/Makefile index 28d9e516dbb8..74211a68fee4 100644 --- a/sysutils/alloy/Makefile +++ b/sysutils/alloy/Makefile @@ -1,40 +1,40 @@ PORTNAME= alloy DISTVERSIONPREFIX= v DISTVERSION= 1.10.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= zach.leslie@grafana.com COMMENT= OpenTelemetry Collector distribution with programmable pipelines WWW= https://github.com/grafana/alloy LICENSE= MIT USES= go:modules USE_GITHUB= yes GH_ACCOUNT= grafana USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_BUILDFLAGS= -ldflags='-X github.com/grafana/alloy/internal/build.Version=${GH_TAGNAME}' post-fetch: @${ECHO_MSG} "===> Fetching ${GO_MODNAME}/syntax dependency" (cd ${DISTDIR}/${DIST_SUBDIR}; [ -e syntax/go.mod ] || (\ ${MKDIR} syntax; \ ${TAR} -xzf ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-${DISTVERSION}/syntax/go.mod; \ ${CP} ${PORTNAME}-${DISTVERSION}/syntax/go.mod syntax/go.mod)) post-extract: ${CP} -r ${WRKDIR}/${PORTNAME}-${DISTVERSION}/syntax ${GO_WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/example-config.alloy ${STAGEDIR}${PREFIX}/etc/alloy.flow.sample ${MKDIR} ${STAGEDIR}/var/${PORTNAME} .include diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index 89a911d3dfae..695971b48b1c 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -1,59 +1,59 @@ PORTNAME= amazon-ssm-agent PORTVERSION= 2.3.1205.0 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org COMMENT= Amazon Simple Systems Manager Agent WWW= https://github.com/aws/amazon-ssm-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= go USE_GITHUB= yes GH_ACCOUNT= aws GH_SUBDIR= src/github.com/aws/amazon-ssm-agent GH_TUPLE= creack:pty:v1.1.18:pty \ golang:sys:v0.6.0:sys GO_BUILDFLAGS= -ldflags "-s -w" GO_TARGET= ./agent:${PREFIX}/sbin/amazon-ssm-agent \ ./agent/framework/processor/executer/outofproc/worker:${PREFIX}/sbin/ssm-document-worker \ ./agent/framework/processor/executer/outofproc/sessionworker:${PREFIX}/sbin/ssm-session-worker \ ./agent/session/logging:${PREFIX}/sbin/ssm-session-logger \ ./agent/cli-main:${PREFIX}/sbin/ssm-cli PLIST_FILES= etc/amazon/ssm/amazon-ssm-agent.json.template \ etc/amazon/ssm/seelog_unix.xml.template \ sbin/amazon-ssm-agent \ sbin/ssm-document-worker \ sbin/ssm-session-worker \ sbin/ssm-session-logger \ sbin/ssm-cli USE_RC_SUBR= amazon-ssm-agent pre-patch: ${MKDIR} ${WRKSRC}/vendor/src/github.com/creack ${LN} -s ${WRKSRC_pty} ${WRKSRC}/vendor/src/github.com/creack/pty ${RM} -r ${WRKSRC}/vendor/src/golang.org/x/sys ${LN} -s ${WRKSRC_sys} ${WRKSRC}/vendor/src/golang.org/x/sys post-patch: ${LN} -s ${WRKSRC}/vendor/src/* ${WRKSRC}/vendor/ pre-build: # set package version cd ${GO_WRKSRC} && BRAZIL_PACKAGE_VERSION=${PORTVERSION} \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run ./agent/version/versiongenerator/version-gen.go post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/amazon/ssm ${INSTALL_DATA} ${WRKSRC}/amazon-ssm-agent.json.template ${STAGEDIR}${PREFIX}/etc/amazon/ssm ${INSTALL_DATA} ${WRKSRC}/seelog_unix.xml ${STAGEDIR}${PREFIX}/etc/amazon/ssm/seelog_unix.xml.template .include diff --git a/sysutils/amazon-ssm-plugin/Makefile b/sysutils/amazon-ssm-plugin/Makefile index d366382652c8..e18a2bfe8ef7 100644 --- a/sysutils/amazon-ssm-plugin/Makefile +++ b/sysutils/amazon-ssm-plugin/Makefile @@ -1,75 +1,75 @@ PORTNAME= amazon-ssm-plugin DISTVERSION= 1.2.764.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org COMMENT= Amazon AWS Manages shell experience using SSM APIs WWW= https://github.com/aws/session-manager-plugin/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= aws:devel/py-awscli@${PY_FLAVOR} USES= go python:env USE_GITHUB= yes GH_ACCOUNT= aws GH_PROJECT= session-manager-plugin GH_SUBDIR= ${GH_PROJECT} GH_TUPLE= aws:aws-sdk-go:v1.54.10:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ eiannone:keyboard:6d2a597fd0f1:eiannone_keyboard/vendor/github.com/eiannone/keyboard \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gorilla:websocket:e8629af678b7:gorilla_websocket/vendor/github.com/gorilla/websocket \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:objx:v0.5.2:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify \ twinj:uuid:70cac2bcd273:twinj_uuid/vendor/github.com/twinj/uuid \ xtaci:smux:09e2c01560df:xtaci_smux/vendor/github.com/xtaci/smux #customized# cihub:seelog:c510775bb50d:cihub_seelog/vendor/github.com/cihub/seelog GO_TARGET= src/sessionmanagerplugin-main/main.go:${PREFIX}/bin/session-manager-plugin \ src/ssmcli-main/main.go:${PREFIX}/bin/ssmcli GO_BUILDFLAGS= -ldflags "-s -w" PLIST_FILES= ${ETCDIR}/sessionmanagerplugin/seelog.xml.template \ ${ETCDIR}/SSMCLI/seelog.xml.template \ '@dir /var/log/amazon-ssm-plugin' \ bin/session-manager-plugin \ bin/ssmcli PORTDOCS= NOTICE README.md RELEASENOTES.md THIRD-PARTY VERSION LOGDIR= ${DESTDIR}/var/log/${PORTNAME} OPTIONS_DEFINE= DOCS RECOMMEND_VERSION= 1.3.0.0 post-extract: @${MKDIR} ${WRKDIR}/src @${LN} -s ${WRKSRC} ${GO_WRKSRC} ${MKDIR} ${WRKDIR}/src/vendor ${MV} ${WRKSRC}/vendor/github.com ${WRKDIR}/src/vendor/ ${LN} -s ${WRKSRC}/vendor/src/github.com/cihub ${WRKDIR}/src/vendor/github.com/ ${LN} -s ${WRKSRC}/vendor/src/golang.org ${WRKDIR}/src/vendor/ ${LN} -s ${WRKSRC}/vendor/src/gopkg.in ${WRKDIR}/src/vendor/ ${LN} -s ${WRKSRC} ${WRKDIR}/src/vendor/github.com/${GH_ACCOUNT}/${GH_PROJECT} post-patch: ${REINPLACE_CMD} -e 's|%%VERSION%%|${RECOMMEND_VERSION}|' ${WRKSRC}/VERSION ${REINPLACE_CMD} -e 's|%%VERSION%%|${RECOMMEND_VERSION}|' ${WRKSRC}/src/version/version.go ${REINPLACE_CMD} -e 's|%%ETCDIR%%|${ETCDIR}|g; s|%%LOGDIR%%|${LOGDIR}|g' ${WRKSRC}/seelog_unix.xml ${REINPLACE_CMD} -e 's|%%ETCDIR%%|${ETCDIR}|g; s|%%LOGDIR%%|${LOGDIR}|g' ${WRKSRC}/src/log/log_unix.go post-install: @${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${ETCDIR}/SSMCLI ${STAGEDIR}${ETCDIR}/sessionmanagerplugin ${INSTALL_DATA} ${WRKSRC}/seelog_unix.xml ${STAGEDIR}${ETCDIR}/SSMCLI/seelog.xml.template ${INSTALL_DATA} ${WRKSRC}/seelog_unix.xml ${STAGEDIR}${ETCDIR}/sessionmanagerplugin/seelog.xml.template post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/android-ota-payload-extractor/Makefile b/sysutils/android-ota-payload-extractor/Makefile index ddbd1a6f8067..17cdbd7ebf4d 100644 --- a/sysutils/android-ota-payload-extractor/Makefile +++ b/sysutils/android-ota-payload-extractor/Makefile @@ -1,25 +1,25 @@ PORTNAME= android-ota-payload-extractor DISTVERSIONPREFIX= v DISTVERSION= 1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com COMMENT= Android OTA payload extractor written in Go WWW= https://github.com/tobyxdd/android-ota-payload-extractor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= tobyxdd GH_TUPLE= golang:protobuf:v1.3.4:golang_protobuf/vendor/github.com/golang/protobuf \ xi2:xz:48954b6210f8:xi2_xz/vendor/github.com/xi2/xz GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/android-ota-payload-extractor .include diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index f5348aa54d68..5f933e4e20e0 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -1,90 +1,90 @@ PORTNAME= aptly PORTVERSION= 1.5.0 DISTVERSIONPREFIX=v -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= sysutils MAINTAINER= romain@FreeBSD.org COMMENT= Debian repository management tool WWW= https://www.aptly.info/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= aptly-dev PLIST_FILES= bin/aptly GH_TUPLE= \ AlekSi:pointer:v1.0.0:aleksi_pointer/vendor/github.com/AlekSi/pointer \ Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-storage-blob-go:v0.15.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ DisposaBoy:JsonConfigReader:33a99fdf1d5e:disposaboy_jsonconfigreader/vendor/github.com/DisposaBoy/JsonConfigReader \ awalterschulze:gographviz:761fd5fbb34e:awalterschulze_gographviz/vendor/github.com/awalterschulze/gographviz \ aws:aws-sdk-go:v1.25.0:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cavaliergopher:grab:v3.0.1:cavaliergopher_grab_v3/vendor/github.com/cavaliergopher/grab \ cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheggaaa:pb:v1.0.10:cheggaaa_pb/vendor/github.com/cheggaaa/pb \ cheggaaa:pb:v1.0.28:cheggaaa_pb_1/vendor/gopkg.in/cheggaaa/pb.v1 \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ gin-gonic:gin:v1.7.7:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-playground:locales:v0.14.0:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.18.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v10.10.1:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:ae2d96664a29:golang_crypto/vendor/golang.org/x/crypto \ golang:net:69e39bad7dc2:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:time:f0f3c7e86c11:golang_time/vendor/golang.org/x/time \ google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ h2non:filetype:v1.0.1:h2non_filetype_1/vendor/gopkg.in/h2non/filetype.v1 \ h2non:filetype:v1.0.5:h2non_filetype/vendor/github.com/h2non/filetype \ jlaffaye:ftp:2403248fa8cc:jlaffaye_ftp/vendor/github.com/jlaffaye/ftp \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kjk:lzma:3fd93898850d:kjk_lzma/vendor/github.com/kjk/lzma \ klauspost:compress:v1.13.6:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ kr:pretty:v0.3.0:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ leodido:go-urn:v1.2.1:leodido_go_urn/vendor/github.com/leodido/go-urn \ mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-shellwords:v1.0.2:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mkrautz:goar:282caa8bd9da:mkrautz_goar/vendor/github.com/mkrautz/goar \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ mxk:go-flowrate:cca7078d478f:mxk_go_flowrate/vendor/github.com/mxk/go-flowrate \ ncw:swift:v1.0.30:ncw_swift/vendor/github.com/ncw/swift \ pborman:uuid:c65b2f87fee3:pborman_uuid/vendor/github.com/pborman/uuid \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.12.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.32.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.7.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rogpeppe:go-internal:v1.8.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ smartystreets:gunit:v1.0.4:smartystreets_gunit/vendor/github.com/smartystreets/gunit \ smira:commander:f408b00e68d5:smira_commander/vendor/github.com/smira/commander \ smira:flag:695ea5e84e76:smira_flag/vendor/github.com/smira/flag \ smira:go-aws-auth:8b73995fd8d1:smira_go_aws_auth/vendor/github.com/smira/go-aws-auth \ smira:go-ftp-protocol:066b75c2b70d:smira_go_ftp_protocol/vendor/github.com/smira/go-ftp-protocol \ smira:go-xz:0c531f070014:smira_go_xz/vendor/github.com/smira/go-xz \ syndtr:goleveldb:758128399b1d:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ ugorji:go:v1.2.7:ugorji_go_codec/vendor/github.com/ugorji/go \ wsxiaoys:terminal:0940f3fc43a0:wsxiaoys_terminal/vendor/github.com/wsxiaoys/terminal .include diff --git a/sysutils/autorestic/Makefile b/sysutils/autorestic/Makefile index 9aa0e45a3b48..0eecafa814b4 100644 --- a/sysutils/autorestic/Makefile +++ b/sysutils/autorestic/Makefile @@ -1,21 +1,21 @@ PORTNAME= autorestic DISTVERSIONPREFIX= v DISTVERSION= 1.8.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org COMMENT= Config driven, easy backup cli for restic WWW= https://github.com/cupcakearmy/${PORTNAME} LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= restic:sysutils/restic USES= go:modules GO_MODULE= github.com/cupcakearmy/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/awslim/Makefile b/sysutils/awslim/Makefile index 3a4f0fd73ec0..94f9bc0bab8a 100644 --- a/sysutils/awslim/Makefile +++ b/sysutils/awslim/Makefile @@ -1,56 +1,56 @@ PORTNAME= awslim DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org COMMENT= AWSCLi slim version for ${COMMENT_${FLAVOR}} WWW= https://github.com/fujiwara/awslim LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 FLAVORS= default compact compact_PKGNAMESUFFIX= -compact USES= go:modules USE_GITHUB= yes GH_ACCOUNT= fujiwara GH_TUPLE= alecthomas:kong:v1.10.0:alecthomas_kong/vendor/github.com/alecthomas/kong \ aws:aws-sdk-go-v2:v1.40.0:aws_aws_sdk_go_v2 \ aws:smithy-go:v1.23.2:aws_smithy_go/vendor/github.com/aws/smithy-go \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ goccy:go-yaml:v1.17.1:goccy_go_yaml/vendor/github.com/goccy/go-yaml \ google:go-cmp:v0.7.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-jsonnet:v0.20.0:google_go_jsonnet/vendor/github.com/google/go-jsonnet \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ kubernetes-sigs:yaml:v1.1.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ mattn:go-shellwords:v1.0.12:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords GO_ENV+= GO_CMD="${GO_CMD}" GO_TARGET= ./cmd/awslim/main.go:awslim GO_BUILDFLAGS= -tags netgo -ldflags "-s -w -extldflags "-static" -X github.com/fujiwara/awslim.Version=${DISTVERSION}" PLIST_FILES= bin/awslim COMMENT_default= all services COMMENT_compact= selected services post-extract: ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor/ ${CP} ${FILESDIR}/go.* ${WRKSRC}/ ${LN} -s ../../../../aws-sdk-go-v2-1.40.0 ${WRKSRC}/vendor/github.com/aws/aws-sdk-go-v2 .if ${FLAVOR:U} == compact ${LN} -sf ${FILESDIR}/compact-gen.yaml ${WRKSRC}/gen.yaml .else ${LN} -sf all-services.yaml ${WRKSRC}/gen.yaml .endif pre-build: cd ${GO_WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOMAXPROCS=${MAKE_JOBS_NUMBER} GOPROXY=off ${GO_CMD} generate ${GO_BUILDFLAGS} ./cmd/awslim-gen . .include diff --git a/sysutils/backrest/Makefile b/sysutils/backrest/Makefile index 3f7fa1b660db..c450f39ba4d5 100644 --- a/sysutils/backrest/Makefile +++ b/sysutils/backrest/Makefile @@ -1,61 +1,61 @@ PORTNAME= backrest DISTVERSIONPREFIX= v DISTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Web UI and orchestrator for restic backup WWW= https://garethgeorge.github.io/${PORTNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= restic>=0:sysutils/restic USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/garethgeorge/${PORTNAME} GO_TARGET= ./cmd/backrest GO_BUILDFLAGS= -ldflags "\ -X 'main.version=${DISTVERSIONPREFIX}${DISTVERSION}' \ -X 'main.commit=${GITID}' \ -X 'main.date=${BUILD_DATE}'" SUB_FILES= ${PORTNAME}.env pkg-message SUB_LIST= HOMEDIR=${BACKREST_HOMEDIR} \ USER=${BACKREST_USER} PLIST_FILES= "@dir(${BACKREST_USER},${BACKREST_GROUP},0700) ${BACKREST_HOMEDIR}" \ "@sample ${ETCDIR}/config.env.sample" \ bin/${PORTNAME} OPTIONS_DEFINE= RCLONE OPTIONS_DEFAULT= RCLONE RCLONE_DESC= Cloud storage support RCLONE_RUN_DEPENDS= rclone>=0:net/rclone # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Backrest repository to get the value of GITID. GITID= 3da2e9a67fdbd2e07d90b1e7dceae19066fd9585 BUILD_DATE= $$(date -u '+%Y-%m-%dT%H:%M:%SZ') BACKREST_HOMEDIR= /var/db/${PORTNAME} BACKREST_USER= www BACKREST_GROUP= ${BACKREST_USER} pre-build: @${MKDIR} ${WRKSRC}/webui/dist @cd ${WRKDIR}/backrest-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/webui/dist post-install: @${MKDIR} ${STAGEDIR}${BACKREST_HOMEDIR} @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.env ${STAGEDIR}${ETCDIR}/config.env.sample .include diff --git a/sysutils/beats8/Makefile b/sysutils/beats8/Makefile index 0eef071b02bc..03af11dab6aa 100644 --- a/sysutils/beats8/Makefile +++ b/sysutils/beats8/Makefile @@ -1,133 +1,133 @@ PORTNAME= beats DISTVERSIONPREFIX= v DISTVERSION= 8.14.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod PKGNAMESUFFIX?= 8 DISTFILES= go.mod:gomod MAINTAINER= elastic@FreeBSD.org COMMENT= Send logs, network, metrics and heartbeat to elasticsearch or logstash WWW= https://www.elastic.co/products/beats/ LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= elastic USE_RC_SUBR= ${GO_TARGET:C,\./,,g} GO_MODULE= github.com/elastic/beats/v8 CGO_CFLAGS= -I. CGO_LDFLAGS= -L. MAKE_ENV+= GOBUILD_FLAGS="-mod=vendor" CONFLICTS= beats6 beats7 PORTSCOUT= limit:^8 SUB_FILES= pkg-message OPTIONS_DEFINE= AUDITBEAT FILEBEAT HEARTBEAT METRICBEAT PACKETBEAT OPTIONS_DEFAULT= FILEBEAT HEARTBEAT METRICBEAT OPTIONS_SUB= yes AUDITBEAT_DESC= Auditbeat FILEBEAT_DESC= Filebeat HEARTBEAT_DESC= Heartbeat METRICBEAT_DESC= Metricbeat PACKETBEAT_DESC= Packetbeat AUDITBEAT_MASTER_SITES= https://artifacts.elastic.co/downloads/beats/auditbeat/:auditbeat AUDITBEAT_DISTFILES= auditbeat-${DISTVERSION}-darwin-x86_64.tar.gz:auditbeat AUDITBEAT_VARS= GO_TARGET+=./auditbeat FILEBEAT_MASTER_SITES= https://artifacts.elastic.co/downloads/beats/filebeat/:filebeat FILEBEAT_DISTFILES= filebeat-${DISTVERSION}-darwin-x86_64.tar.gz:filebeat FILEBEAT_VARS= GO_TARGET+=./filebeat HEARTBEAT_MASTER_SITES= https://artifacts.elastic.co/downloads/beats/heartbeat/:heartbeat HEARTBEAT_DISTFILES= heartbeat-${DISTVERSION}-darwin-x86_64.tar.gz:heartbeat HEARTBEAT_VARS= GO_TARGET+=./heartbeat METRICBEAT_MASTER_SITES= https://artifacts.elastic.co/downloads/beats/metricbeat/:metricbeat METRICBEAT_DISTFILES= metricbeat-${DISTVERSION}-darwin-x86_64.tar.gz:metricbeat METRICBEAT_VARS= GO_TARGET+=./metricbeat PACKETBEAT_MASTER_SITES= https://artifacts.elastic.co/downloads/beats/packetbeat/:packetbeat PACKETBEAT_DISTFILES= packetbeat-${DISTVERSION}-darwin-x86_64.tar.gz:packetbeat PACKETBEAT_VARS= CGO_CFLAGS+=-I/usr/include \ CGO_LDFLAGS+=-L/usr/lib \ GO_TARGET+=./packetbeat .include post-patch: ${REINPLACE_CMD} -e "s|%%BEATSVERSION%%|v${PORTVERSION}|g" ${WRKSRC}/dev-tools/mage/settings.go .for BEATMOD in ${GO_TARGET:C,\./,,g} ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|g" ${WRKSRC}/${BEATMOD}/*.yml .endfor do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} .for BEATMOD in ${GO_TARGET:C,^\./,,g} ${MKDIR} ${STAGEDIR}/var/db/beats/${BEATMOD} && \ ${INSTALL_PROGRAM} ${WRKDIR}/bin/${BEATMOD} \ ${STAGEDIR}${PREFIX}/sbin && \ ${INSTALL_DATA} ${WRKSRC}/${BEATMOD}/${BEATMOD}.yml \ ${STAGEDIR}${ETCDIR}/${BEATMOD}.yml.sample && \ ${INSTALL_DATA} ${WRKSRC}/${BEATMOD}/${BEATMOD}.reference.yml \ ${STAGEDIR}${ETCDIR}/${BEATMOD}.yml.reference (MODULE_SRC=${WRKDIR}/${BEATMOD}-${DISTVERSION}-darwin-x86_64/module; \ if [ -d $${MODULE_SRC} ]; then \ MODULE_DEST=${STAGEDIR}${DATADIR}/${BEATMOD}/module && \ ${MKDIR} $${MODULE_DEST} && \ cd $${MODULE_SRC} && ${COPYTREE_SHARE} . $${MODULE_DEST} && \ cd $${MODULE_DEST} && \ ${FIND} . -type d -empty | ${SORT} | \ ${SED} -e 's,^\.,@dir ${DATADIR_REL}/${BEATMOD}/module,' >> ${TMPPLIST} && \ ${FIND} . -not -type d | ${SORT} | \ ${SED} -e 's,^\.,${DATADIR_REL}/${BEATMOD}/module,' >> ${TMPPLIST}; \ fi) && \ (MODULESD_SRC=${WRKDIR}/${BEATMOD}-${DISTVERSION}-darwin-x86_64/modules.d; \ if [ -d $${MODULESD_SRC} ]; then \ MODULESD_DEST=${STAGEDIR}${EXAMPLESDIR}/${BEATMOD}.modules.d && \ ${MKDIR} $${MODULESD_DEST} && \ cd $${MODULESD_SRC} && ${COPYTREE_SHARE} . $${MODULESD_DEST} && \ cd $${MODULESD_DEST} && \ ${FIND} . -type d -empty | ${SORT} | \ ${SED} -e 's,^\.,@dir ${EXAMPLESDIR_REL}/${BEATMOD}.modules.d,' >> ${TMPPLIST} && \ ${FIND} . -not -type d | ${SORT} | \ ${SED} -e 's,^\.,${EXAMPLESDIR_REL}/${BEATMOD}.modules.d,' >> ${TMPPLIST}; \ ${MKDIR} ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d && \ ${ECHO_CMD} "The modules.d files are now in ${EXAMPLESDIR}/${BEATMOD}.modules.d" > \ ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d/README; \ ${ECHO_CMD} ${ETCDIR_REL}/${BEATMOD}.modules.d/README >> ${TMPPLIST}; \ fi) && \ (MONITORSD_SRC=${WRKDIR}/${BEATMOD}-${DISTVERSION}-darwin-x86_64/monitors.d; \ if [ -d $${MONITORSD_SRC} ]; then \ MONITORSD_DEST=${STAGEDIR}${EXAMPLESDIR}/${BEATMOD}.monitors.d && \ ${MKDIR} $${MONITORSD_DEST} && \ cd $${MONITORSD_SRC} && ${COPYTREE_SHARE} . $${MONITORSD_DEST} && \ cd $${MONITORSD_DEST} && \ ${FIND} . -type d -empty | ${SORT} | \ ${SED} -e 's,^\.,@dir ${EXAMPLESDIR_REL}/${BEATMOD}.monitors.d,' >> ${TMPPLIST} && \ ${FIND} . -not -type d | ${SORT} | \ ${SED} -e 's,^\.,${EXAMPLESDIR_REL}/${BEATMOD}.monitors.d,' >> ${TMPPLIST}; \ ${MKDIR} ${STAGEDIR}${ETCDIR}/${BEATMOD}.monitors.d && \ ${ECHO_CMD} "The monitors.d files are now in ${EXAMPLESDIR}/${BEATMOD}.monitors.d" > \ ${STAGEDIR}${ETCDIR}/${BEATMOD}.monitors.d/README; \ ${ECHO_CMD} ${ETCDIR_REL}/${BEATMOD}.monitors.d/README >> ${TMPPLIST}; \ fi) && \ (KIBANA_SRC=${WRKDIR}/${BEATMOD}-${DISTVERSION}-darwin-x86_64/kibana; \ if [ -d $${KIBANA_SRC} ]; then \ KIBANA_PATH=${STAGEDIR}${DATADIR}/${BEATMOD}/kibana; \ ${MKDIR} $${KIBANA_PATH} && \ cd $${KIBANA_SRC} && ${COPYTREE_SHARE} . $${KIBANA_PATH}; \ cd $${KIBANA_PATH} && \ ${FIND} . -type d -empty | ${SORT} | \ ${SED} -e 's,^\.,@dir ${DATADIR_REL}/${BEATMOD}/kibana,' >> ${TMPPLIST}; \ ${FIND} . -not -type d | ${SORT} | \ ${SED} -e 's,^\.,${DATADIR_REL}/${BEATMOD}/kibana,' >> ${TMPPLIST}; \ fi) .endfor .include diff --git a/sysutils/brename/Makefile b/sysutils/brename/Makefile index ffc558c50b78..080a75549ceb 100644 --- a/sysutils/brename/Makefile +++ b/sysutils/brename/Makefile @@ -1,40 +1,40 @@ PORTNAME= brename DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for batch renaming files/directories via regular expressions WWW= https://github.com/shenwei356/brename LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= shenwei356 GH_TUPLE= \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ fatih:color:v1.15.0:fatih_color/vendor/github.com/fatih/color \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ inconshreveable:mousetrap:v1.0.1:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ klauspost:compress:v1.16.3:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.17:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ rogpeppe:go-internal:v1.9.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ shenwei356:breader:v0.3.2:shenwei356_breader/vendor/github.com/shenwei356/breader \ shenwei356:go-logging:c6b9702d88ba:shenwei356_go_logging/vendor/github.com/shenwei356/go-logging \ shenwei356:natsort:580176ad49fb:shenwei356_natsort/vendor/github.com/shenwei356/natsort \ shenwei356:util:v0.5.1:shenwei356_util/vendor/github.com/shenwei356/util \ shenwei356:xopen:v0.3.1:shenwei356_xopen/vendor/github.com/shenwei356/xopen \ spf13:cobra:v1.6.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ twotwotwo:sorts:bf5c1f2b8553:twotwotwo_sorts/vendor/github.com/twotwotwo/sorts \ ulikunitz:xz:v0.5.10:ulikunitz_xz/vendor/github.com/ulikunitz/xz PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 528710bede39..99eee932f134 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,30 +1,30 @@ PORTNAME= buildah DISTVERSIONPREFIX= v DISTVERSION= 1.42.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Manage Pods, Containers and Container Images WWW= https://buildah.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= as:devel/binutils \ bash:shells/bash \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= containernetworking-plugins>=0:net/containernetworking-plugins \ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail USES= gmake go:1.24+,no_targets pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= buildah INSTALL_TARGET= install install.completions .include diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index f584ab7013c8..af8c7e56be96 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -1,38 +1,38 @@ PORTNAME= cbsd-mq-api DISTVERSION= 0.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= fbsd-ports@convectix.com COMMENT= Simplified API for creating and destroying CBSD virtual environments WWW= https://github.com/cbsd/cbsd-mq-api/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= cbsd GH_TUPLE= beanstalkd:go-beanstalk:52e4a01:beanstalkd/src/github.com/beanstalkd/go-beanstalk \ gorilla:mux:v1.8.1:gorilla_mux/vendor/github.com/gorilla/mux \ golang:crypto:v0.30.0:golang_crypto/vendor/golang.org/x/crypto USE_RC_SUBR= cbsd-mq-api USERS= cbsd GROUPS= cbsd PLIST_FILES= bin/cbsd-mq-api \ "@sample etc/cbsd-mq-api.json.sample" \ "@sample etc/cbsd_api_cloud_images.json.sample" post-extract: ${LN} -sf ${WRKSRC}/src ${WRKDIR} ${LN} -sf ${WRKSRC} ${WRKDIR}/src/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cbsd-mq-api ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/etc/cbsd-mq-api.json ${STAGEDIR}${PREFIX}/etc/cbsd-mq-api.json.sample ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/etc/cbsd_api_cloud_images.json ${STAGEDIR}${PREFIX}/etc/cbsd_api_cloud_images.json.sample .include diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index c0e9d3b35309..624b8175ca82 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -1,34 +1,34 @@ PORTNAME= cbsd-mq-router PORTVERSION= 0.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= CBSD message queue router WWW= https://github.com/cbsd/cbsd-mq-router LICENSE= BSD2CLAUSE RUN_DEPENDS= beanstalkd:net/beanstalkd USES= go USE_GITHUB= yes GH_ACCOUNT= cbsd USE_RC_SUBR= cbsd-mq-router PLIST_FILES= bin/cbsd-mq-router "@sample etc/cbsd-mq-router.json.sample" GH_TUPLE= beanstalkd:go-beanstalk:3bed00be7a17:beanstalkd/src/github.com/beanstalkd/go-beanstalk \ golang:crypto:5ea612d1eb83:golang_crypto/vendor/golang.org/x/crypto \ golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys post-extract: ${LN} -sf ${WRKSRC}/src ${WRKDIR} ${LN} -sf ${WRKSRC} ${WRKDIR}/src/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cbsd-mq-router ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/etc/cbsd-mq-router.json ${STAGEDIR}${PREFIX}/etc/cbsd-mq-router.json.sample .include diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 16aca198a65b..0ef81a8b39df 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -1,237 +1,237 @@ PORTNAME= chezmoi DISTVERSIONPREFIX= v DISTVERSION= 2.50.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils EXTRACT_ONLY= ${_DISTFILES:N*.js} MAINTAINER= samir@noir.im COMMENT= Manage your dotfiles across multiple diverse machines, securely WWW= https://www.chezmoi.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules python USE_GITHUB= yes USE_GITLAB= nodefault GH_ACCOUNT= twpayne GH_TUPLE= Azure:azure-sdk-for-go:322b0d74d416:azure_azure_sdk_for_go_internal_1/vendor/github.com/Azure/azure-sdk-for-go \ Azure:azure-sdk-for-go:5a288778579f:azure_azure_sdk_for_go_azsecrets \ Azure:azure-sdk-for-go:9c4f5c55f543:azure_azure_sdk_for_go_internal \ Azure:azure-sdk-for-go:e58902b24245:azure_azure_sdk_for_go_azcore \ Azure:azure-sdk-for-go:f574d020edd8:azure_azure_sdk_for_go_azidentity \ AzureAD:microsoft-authentication-library-for-go:v1.2.2:azuread_microsoft_authentication_library_for_go/vendor/github.com/AzureAD/microsoft-authentication-library-for-go \ BobuSumisu:aho-corasick:v1.0.3:bobusumisu_aho_corasick/vendor/github.com/BobuSumisu/aho-corasick \ FiloSottile:age:v1.2.0:filosottile_age/vendor/filippo.io/age \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v3.2.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.3:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:v0.6.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ ProtonMail:go-crypto:v1.0.0:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ Shopify:ejson:v1.5.2:shopify_ejson/vendor/github.com/Shopify/ejson \ alecthomas:assert:v2.10.0:alecthomas_assert_v2/vendor/github.com/alecthomas/assert/v2 \ alecthomas:chroma:v2.14.0:alecthomas_chroma_v2/vendor/github.com/alecthomas/chroma/v2 \ alecthomas:repr:v0.4.0:alecthomas_repr/vendor/github.com/alecthomas/repr \ alessio:shellescape:v1.4.2:alessio_shellescape/vendor/github.com/alessio/shellescape \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aws:aws-sdk-go-v2:service/internal/presigned-url/v1.11.15:aws_aws_sdk_go_v2_presigned_url/vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url \ aws:aws-sdk-go-v2:service/internal/accept-encoding/v1.11.3:aws_aws_sdk_go_v2_accept_encoding/vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding \ aws:aws-sdk-go-v2:v1.16.9:aws_aws_sdk_go_v2_imds/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds \ aws:aws-sdk-go-v2:credentials/v1.17.23:aws_aws_sdk_go_v2_credentials/vendor/github.com/aws/aws-sdk-go-v2/credentials \ aws:aws-sdk-go-v2:v1.22.1:aws_aws_sdk_go_v2_sso/vendor/github.com/aws/aws-sdk-go-v2/service/sso \ aws:aws-sdk-go-v2:v1.26.1:aws_aws_sdk_go_v2_ssooidc/vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc \ aws:aws-sdk-go-v2:config/v1.27.23:aws_aws_sdk_go_v2_config/vendor/github.com/aws/aws-sdk-go-v2/config \ aws:aws-sdk-go-v2:internal/configsources/v1.3.13:aws_aws_sdk_go_v2_configsources/vendor/github.com/aws/aws-sdk-go-v2/internal/configsources \ aws:aws-sdk-go-v2:v1.30.1:aws_aws_sdk_go_v2/vendor/github.com/aws/aws-sdk-go-v2 \ aws:aws-sdk-go-v2:service/sts/v1.30.1:aws_aws_sdk_go_v2_sts/vendor/github.com/aws/aws-sdk-go-v2/service/sts \ aws:aws-sdk-go-v2:service/secretsmanager/v1.32.1:aws_aws_sdk_go_v2_secretsmanager/vendor/github.com/aws/aws-sdk-go-v2/service/secretsmanager \ aws:aws-sdk-go-v2:v1.8.0:aws_aws_sdk_go_v2_ini/vendor/github.com/aws/aws-sdk-go-v2/internal/ini \ aws:aws-sdk-go-v2:internal/endpoints/v2.6.13:aws_aws_sdk_go_v2_v2/vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 \ aws:smithy-go:v1.20.3:aws_smithy_go/vendor/github.com/aws/smithy-go \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \ bmatcuk:doublestar:v4.6.1:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ bradenhilton:cityhash:v1.0.0:bradenhilton_cityhash/vendor/github.com/bradenhilton/cityhash \ bradenhilton:mozillainstallhash:v1.0.1:bradenhilton_mozillainstallhash/vendor/github.com/bradenhilton/mozillainstallhash \ charmbracelet:bubbles:v0.18.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ charmbracelet:bubbletea:v0.26.6:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ charmbracelet:glamour:v0.7.0:charmbracelet_glamour/vendor/github.com/charmbracelet/glamour \ charmbracelet:harmonica:v0.2.0:charmbracelet_harmonica/vendor/github.com/charmbracelet/harmonica \ charmbracelet:lipgloss:v0.11.0:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ charmbracelet:x:ansi/v0.1.2:charmbracelet_x_ansi/vendor/github.com/charmbracelet/x \ charmbracelet:x:input/v0.1.2:charmbracelet_x_input \ charmbracelet:x:term/v0.1.1:charmbracelet_x_term \ charmbracelet:x:windows/v0.1.2:charmbracelet_x_windows \ cloudflare:circl:v1.3.9:cloudflare_circl/vendor/github.com/cloudflare/circl \ coreos:go-semver:v0.3.1:coreos_go_semver/vendor/github.com/coreos/go-semver \ creack:pty:03db72c7b76c:creack_pty_v2/vendor/github.com/creack/pty/v2 \ cyphar:filepath-securejoin:v0.2.5:cyphar_filepath_securejoin/vendor/github.com/cyphar/filepath-securejoin \ danieljoos:wincred:v1.2.1:danieljoos_wincred/vendor/github.com/danieljoos/wincred \ dlclark:regexp2:v1.11.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dustin:gojson:2e71ec9dd5ad:dustin_gojson/vendor/github.com/dustin/gojson \ emirpasic:gods:v1.18.1:emirpasic_gods/vendor/github.com/emirpasic/gods \ erikgeiser:coninput:1c3628e74d0f:erikgeiser_coninput/vendor/github.com/erikgeiser/coninput \ etcd-io:bbolt:v1.3.10:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fatih:semgroup:v1.2.0:fatih_semgroup/vendor/github.com/fatih/semgroup \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gitleaks:go-gitdiff:v0.9.0:gitleaks_go_gitdiff/vendor/github.com/gitleaks/go-gitdiff \ go-git:gcfg:3a3c6141e376:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.5.0:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.12.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ godbus:dbus:v5.1.0:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ golang-jwt:jwt:v5.2.1:golang_jwt_jwt_v5/vendor/github.com/golang-jwt/jwt/v5 \ golang:crypto:v0.24.0:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:7f521ea00fb8:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:v0.26.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.21.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:sync:v0.7.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.21.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.21.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.16.0:golang_text/vendor/golang.org/x/text \ golang:tools:v0.22.0:golang_tools/vendor/golang.org/x/tools \ google:btree:v1.1.2:google_btree/vendor/github.com/google/btree \ google:go-github:v62.0.0:google_go_github_v62/vendor/github.com/google/go-github/v62 \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:renameio:v2.0.0:google_renameio_v2/vendor/github.com/google/renameio/v2 \ google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ gorilla:css:v1.0.1:gorilla_css/vendor/github.com/gorilla/css \ gregjones:httpcache:901d90724c79:gregjones_httpcache/vendor/github.com/gregjones/httpcache \ h2non:filetype:v1.1.3:h2non_filetype/vendor/github.com/h2non/filetype \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hexops:gotextdiff:v1.0.3:hexops_gotextdiff/vendor/github.com/hexops/gotextdiff \ huandu:xstrings:v1.5.0:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.16:imdario_mergo_1/vendor/github.com/imdario/mergo \ imdario:mergo:v1.0.0:imdario_mergo/vendor/dario.cat/mergo \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ itchyny:gojq:v0.12.16:itchyny_gojq/vendor/github.com/itchyny/gojq \ itchyny:timefmt-go:v0.1.6:itchyny_timefmt_go/vendor/github.com/itchyny/timefmt-go \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ kevinburke:ssh_config:v1.2.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ klauspost:compress:v1.17.9:klauspost_compress/vendor/github.com/klauspost/compress \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ microcosm-cc:bluemonday:v1.0.25:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:combinator:v0.3.0:muesli_combinator/vendor/github.com/muesli/combinator \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.15.2:muesli_termenv/vendor/github.com/muesli/termenv \ mvdan:sh:v3.8.0:mvdan_sh/vendor/mvdan.cc/sh/v3 \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pelletier:go-toml:v2.2.2:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ peterbourgon:diskv:v2.0.1:peterbourgon_diskv/vendor/github.com/peterbourgon/diskv \ pjbgf:sha1cd:v0.3.0:pjbgf_sha1cd/vendor/github.com/pjbgf/sha1cd \ pkg:browser:5ac0b6a4141c:pkg_browser/vendor/github.com/pkg/browser \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ rogpeppe:go-internal:v1.12.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rs:zerolog:v1.33.0:rs_zerolog/vendor/github.com/rs/zerolog \ sagikazarmark:locafero:v0.6.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ sergi:go-diff:5b0b94c5c0d3:sergi_go_diff/vendor/github.com/sergi/go-diff \ shopspring:decimal:v1.4.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ skeema:knownhosts:v1.2.2:skeema_knownhosts/vendor/github.com/skeema/knownhosts \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.8.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.19.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tailscale:hujson:20486734a56a:tailscale_hujson/vendor/github.com/tailscale/hujson \ twpayne:go-expect:v0.0.1:twpayne_go_expect/vendor/github.com/Netflix/go-expect \ twpayne:go-pinentry:v4.0.0:twpayne_go_pinentry_v4/vendor/github.com/twpayne/go-pinentry/v4 \ twpayne:go-shell:v0.4.0:twpayne_go_shell/vendor/github.com/twpayne/go-shell \ twpayne:go-vfs:v5.0.4:twpayne_go_vfs_v5/vendor/github.com/twpayne/go-vfs/v5 \ twpayne:go-xdg:v6.1.3:twpayne_go_xdg_v6/vendor/github.com/twpayne/go-xdg/v6 \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ ulikunitz:xz:v0.5.12:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ xanzy:ssh-agent:v0.3.3:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ xo:terminfo:abceb7e1c41e:xo_terminfo/vendor/github.com/xo/terminfo \ yuin:goldmark-emoji:v1.0.3:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \ yuin:goldmark:v1.7.4:yuin_goldmark/vendor/github.com/yuin/goldmark \ zalando:go-keyring:v0.2.5:zalando_go_keyring/vendor/github.com/zalando/go-keyring \ zricethezav:gitleaks:v8.18.4:zricethezav_gitleaks_v8/vendor/github.com/zricethezav/gitleaks/v8 GL_TUPLE= https://gitlab.howett.net:go:plist:5afcd134990e1c90a92bac94906f74af0b10042d:go_plist/vendor/howett.net/plist GO_BUILDFLAGS= -tags noupgrade \ -ldflags="\ -X main.version=${DISTVERSION} \ -X main.date=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}}" PLIST_FILES= bin/chezmoi OPTIONS_DEFINE= BASH DOCS FISH ZSH OPTIONS_DEFAULT= BASH DOCS FISH ZSH BASH_PLIST_FILES= etc/bash_completion.d/chezmoi DOCS_MASTER_SITES= https://unpkg.com/:mermaid_js DOCS_DISTFILES= mermaid@8.8.0/dist/mermaid.min.js:mermaid_js DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-mermaid2-plugin>0:textproc/py-mkdocs-mermaid2-plugin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-simple-hooks>0:textproc/py-mkdocs-simple-hooks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-redirects>0:textproc/py-mkdocs-redirects@${PY_FLAVOR} DOCS_PORTDOCS= * FISH_PLIST_FILES= share/fish/vendor_functions.d/chezmoi.fish ZSH_PLIST_FILES= share/zsh/site-functions/_chezmoi # Required to bring DISTINFO_FILE .include SOURCE_DATE_EPOCH_CMD= date -ur $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ' do-build-DOCS-on: @${CP} ${_DISTDIR}/mermaid@8.8.0/dist/mermaid.min.js ${WRKSRC}/assets/chezmoi.io (cd ${WRKSRC}/assets/chezmoi.io && ${SETENV} ${MAKE_ENV} mkdocs build) post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azcore}/sdk/azcore ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azidentity}/sdk/azidentity ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal @${RLN} ${WRKSRC_azure_azure_sdk_for_go_internal}/sdk/internal ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azsecrets}/sdk/security/keyvault/azsecrets ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/input @${RLN} ${WRKSRC_charmbracelet_x_input}/input ${WRKSRC}/vendor/github.com/charmbracelet/x/input @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/term @${RLN} ${WRKSRC_charmbracelet_x_term}/term ${WRKSRC}/vendor/github.com/charmbracelet/x/term @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/windows @${RLN} ${WRKSRC_charmbracelet_x_windows}/windows ${WRKSRC}/vendor/github.com/charmbracelet/x/windows post-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/chezmoi post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/assets/chezmoi.io/site && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-FISH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d/chezmoi.fish post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_chezmoi .include diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile index 00db9662af82..c4e374037916 100644 --- a/sysutils/choria/Makefile +++ b/sysutils/choria/Makefile @@ -1,181 +1,181 @@ PORTNAME= choria PORTVERSION= 0.29.4 DISTVERSIONPREFIX=v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT= Server to host Choria agents, networks, federations and discovery WWW= https://choria.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= choria-io GH_PROJECT= go-choria USE_RC_SUBR= choria-broker choria-server GH_TUPLE= \ AlecAivazis:survey:v2.3.7:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ Freman:eventloghook:e4d803b6b48b:freman_eventloghook/vendor/github.com/Freman/eventloghook \ HdrHistogram:hdrhistogram-go:v1.1.2:hdrhistogram_hdrhistogram_go/vendor/github.com/HdrHistogram/hdrhistogram-go \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:semver:v3.3.0:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.3.0:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ OneOfOne:xxhash:v1.2.8:oneofone_xxhash/vendor/github.com/OneOfOne/xxhash \ achanda:go-sysctl:6be7678c45d2:achanda_go_sysctl/vendor/github.com/achanda/go-sysctl \ adrg:xdg:v0.5.0:adrg_xdg/vendor/github.com/adrg/xdg \ agnivade:levenshtein:v1.1.1:agnivade_levenshtein/vendor/github.com/agnivade/levenshtein \ alessio:shellescape:v1.5.0:alessio_shellescape/vendor/al.essio.dev/pkg/shellescape \ awesome-gocui:gocui:v1.1.0:awesome_gocui_gocui/vendor/github.com/awesome-gocui/gocui \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ brutella:dnssd:v1.2.12:brutella_dnssd/vendor/github.com/brutella/dnssd \ brutella:hc:v1.2.5:brutella_hc/vendor/github.com/brutella/hc \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ choria-io:appbuilder:v0.10.0:choria_io_appbuilder/vendor/github.com/choria-io/appbuilder \ choria-io:fisk:v0.6.4:choria_io_fisk/vendor/github.com/choria-io/fisk \ choria-io:go-updater:v0.1.0:choria_io_go_updater/vendor/github.com/choria-io/go-updater \ choria-io:goform:v0.0.3:choria_io_goform/vendor/github.com/choria-io/goform \ choria-io:scaffold:v0.0.2:choria_io_scaffold/vendor/github.com/choria-io/scaffold \ choria-io:tokens:a929d9325d48:choria_io_tokens/vendor/github.com/choria-io/tokens \ cloudevents:sdk-go:v2.15.2:cloudevents_sdk_go_v2/vendor/github.com/cloudevents/sdk-go \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ emicklei:dot:v1.6.2:emicklei_dot/vendor/github.com/emicklei/dot \ expr-lang:expr:v1.16.9:expr_lang_expr/vendor/github.com/expr-lang/expr \ fatih:color:v1.17.0:fatih_color/vendor/github.com/fatih/color \ fatih:structtag:v1.2.0:fatih_structtag/vendor/github.com/fatih/structtag \ gdamore:encoding:v1.0.1:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.7.4:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-ini:ini:v1.67.0:go_ini_ini/vendor/github.com/go-ini/ini \ go-logr:logr:v1.4.2:go_logr_logr/vendor/github.com/go-logr/logr \ go-logr:stdr:v1.2.2:go_logr_stdr/vendor/github.com/go-logr/stdr \ go-task:slim-sprig:v3.0.0:go_task_slim_sprig_v3/vendor/github.com/go-task/slim-sprig/v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ gofrs:uuid:v4.4.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ golang-jwt:jwt:v4.5.0:golang_jwt_jwt_v4/vendor/github.com/golang-jwt/jwt/v4 \ golang:crypto:v0.26.0:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:9b4947da3948:golang_exp/vendor/golang.org/x/exp \ golang:mock:v1.6.0:golang_mock/vendor/github.com/golang/mock \ golang:mod:v0.20.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.28.0:golang_net/vendor/golang.org/x/net \ golang:sync:v0.8.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.24.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.23.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.17.0:golang_text/vendor/golang.org/x/text \ golang:time:v0.6.0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.24.0:golang_tools/vendor/golang.org/x/tools \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:pprof:da1f7e9f2b25:google_pprof/vendor/github.com/google/pprof \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ gorilla:mux:v1.8.1:gorilla_mux/vendor/github.com/gorilla/mux \ goss-org:GOnetstat:22be0bd9e64d:goss_org_gonetstat/vendor/github.com/goss-org/GOnetstat \ goss-org:go-ps:7b318e6a56e5:goss_org_go_ps/vendor/github.com/goss-org/go-ps \ goss-org:goss:v0.4.8:goss_org_goss/vendor/github.com/goss-org/goss \ gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \ gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ guptarohit:asciigraph:v0.7.2:guptarohit_asciigraph/vendor/github.com/guptarohit/asciigraph \ hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ huandu:xstrings:v1.5.0:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v1.0.1:imdario_mergo/vendor/dario.cat/mergo \ itchyny:gojq:v0.12.16:itchyny_gojq/vendor/github.com/itchyny/gojq \ itchyny:timefmt-go:v0.1.6:itchyny_timefmt_go/vendor/github.com/itchyny/timefmt-go \ jedib0t:go-pretty:v6.5.9:jedib0t_go_pretty_v6/vendor/github.com/jedib0t/go-pretty/v6 \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:compress:v1.17.9:klauspost_compress/vendor/github.com/klauspost/compress \ kubernetes-sigs:yaml:v1.4.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ looplab:fsm:v1.0.2:looplab_fsm/vendor/github.com/looplab/fsm \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ miekg:dns:v1.1.62:miekg_dns/vendor/github.com/miekg/dns \ miekg:pkcs11:v1.1.1:miekg_pkcs11/vendor/github.com/miekg/pkcs11 \ minio:highwayhash:v1.0.3:minio_highwayhash/vendor/github.com/minio/highwayhash \ mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ moby:sys:mountinfo/v0.7.2:moby_sys_mountinfo/vendor/github.com/moby/sys \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ nats-io:jsm.go:v0.1.2:nats_io_jsm_go/vendor/github.com/nats-io/jsm.go \ nats-io:jwt:v2.5.8:nats_io_jwt_v2/vendor/github.com/nats-io/jwt \ nats-io:nats-server:v2.10.20:nats_io_nats_server_v2/vendor/github.com/nats-io/nats-server/v2 \ nats-io:nats.go:v1.37.0:nats_io_nats_go/vendor/github.com/nats-io/nats.go \ nats-io:natscli:v0.1.5:nats_io_natscli/vendor/github.com/nats-io/natscli \ nats-io:nkeys:v0.4.7:nats_io_nkeys/vendor/github.com/nats-io/nkeys \ nats-io:nuid:v1.0.1:nats_io_nuid/vendor/github.com/nats-io/nuid \ oleiade:reflections:v1.0.1:oleiade_reflections/vendor/github.com/oleiade/reflections \ onsi:ginkgo:v2.20.2:onsi_ginkgo_v2/vendor/github.com/onsi/ginkgo/v2 \ onsi:gomega:v1.34.2:onsi_gomega/vendor/github.com/onsi/gomega \ open-policy-agent:opa:v0.68.0:open_policy_agent_opa/vendor/github.com/open-policy-agent/opa \ open-telemetry:opentelemetry-go:v1.29.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.20.2:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.6.1:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.57.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.15.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.34.2:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rcrowley:go-metrics:cf1acfcdf475:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ robfig:cron:v1.2.0:robfig_cron/vendor/github.com/robfig/cron \ samber:lo:v1.47.0:samber_lo/vendor/github.com/samber/lo \ santhosh-tekuri:jsonschema:v5.3.1:santhosh_tekuri_jsonschema_v5/vendor/github.com/santhosh-tekuri/jsonschema/v5 \ segmentio:ksuid:v1.0.4:segmentio_ksuid/vendor/github.com/segmentio/ksuid \ shopspring:decimal:v1.4.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:cast:v1.7.0:spf13_cast/vendor/github.com/spf13/cast \ tadglines:go-pkgs:b983b20f54f9:tadglines_go_pkgs/vendor/github.com/tadglines/go-pkgs \ tchap:go-patricia:v2.3.1:tchap_go_patricia_v2/vendor/github.com/tchap/go-patricia/v2 \ tidwall:gjson:v1.17.3:tidwall_gjson/vendor/github.com/tidwall/gjson \ tidwall:match:v1.1.1:tidwall_match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.2.1:tidwall_pretty/vendor/github.com/tidwall/pretty \ tylertreat:hdrhistogram-writer:2e440612a39f:tylertreat_hdrhistogram_writer/vendor/github.com/tylertreat/hdrhistogram-writer \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/go.uber.org/zap \ vishvananda:netlink:v1.3.0:vishvananda_netlink/vendor/github.com/vishvananda/netlink \ vishvananda:netns:v0.0.4:vishvananda_netns/vendor/github.com/vishvananda/netns \ xeipuuv:gojsonpointer:02993c407bfb:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \ xiam:to:d60d31e03561:xiam_to/vendor/github.com/xiam/to \ xlab:tablewriter:80b567a11ad5:xlab_tablewriter/vendor/github.com/xlab/tablewriter \ yashtewari:glob-intersection:v0.2.0:yashtewari_glob_intersection/vendor/github.com/yashtewari/glob-intersection x-post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/nats-io/jwt/v2 @${RLN} ${WRKSRC_nats_io_jwt_v2}/v2 ${WRKSRC}/vendor/github.com/nats-io/jwt/v2 post-patch: ${REINPLACE_CMD} -e 's/{{cpkg_name}}/choria-broker/' \ ${WRKSRC}/packager/templates/debian/global/broker.conf ${REINPLACE_CMD} -e 's/{{cpkg_name}}/choria-server/' \ ${WRKSRC}/packager/templates/debian/global/server.conf pre-build: (cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} generate ${GO_BUILDFLAGS} -run plugin) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/choria ${INSTALL_DATA} ${WRKSRC}/packager/templates/debian/global/broker.conf ${STAGEDIR}${PREFIX}/etc/choria/broker.conf.sample ${INSTALL_DATA} ${WRKSRC}/packager/templates/debian/global/server.conf ${STAGEDIR}${PREFIX}/etc/choria/server.conf.sample ${MKDIR} ${STAGEDIR}${PREFIX}/share/choria ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${STAGEDIR}${PREFIX}/bin/choria completion --zsh > ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_choria ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${STAGEDIR}${PREFIX}/bin/choria completion --bash > ${STAGEDIR}${PREFIX}/etc/bash_completion.d/choria .include diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile index eb23e7e41b3e..6fd8e4a5d585 100644 --- a/sysutils/cloud-nuke/Makefile +++ b/sysutils/cloud-nuke/Makefile @@ -1,24 +1,24 @@ PORTNAME= cloud-nuke DISTVERSIONPREFIX= v DISTVERSION= 0.46.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Cleaning up your cloud accounts WWW= https://github.com/gruntwork-io/cloud-nuke LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe go:modules CPE_VENDOR= gruntwork-io GO_MODULE= github.com/gruntwork-io/cloud-nuke GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.VERSION=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/conmon/Makefile b/sysutils/conmon/Makefile index 74894434e2f8..647b8c588b6f 100644 --- a/sysutils/conmon/Makefile +++ b/sysutils/conmon/Makefile @@ -1,21 +1,21 @@ PORTNAME= conmon DISTVERSIONPREFIX= v DISTVERSION= 2.1.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= OCI container runtime monitor WWW= https://github.com/containers/conmon LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libglib-2.0.so:devel/glib20 USES= gmake go:no_targets pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers .include diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile index 47aff71ff571..e138bde443b7 100644 --- a/sysutils/consul-alerts/Makefile +++ b/sysutils/consul-alerts/Makefile @@ -1,28 +1,28 @@ PORTNAME= consul-alerts PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Simple daemon to send notifications based on Consul health checks WWW= https://github.com/AcalephStorage/consul-alerts LICENSE= GPLv2+ USES= go USE_GITHUB= yes GH_ACCOUNT= AcalephStorage GH_SUBDIR= src/github.com/AcalephStorage/consul-alerts GH_TUPLE= aws:aws-sdk-go:v1.8.30:aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ imdario:mergo:0.2.2:mergo/vendor/github.com/imdario/mergo \ mitchellh:hashstructure:9204ce5:hashstructure/vendor/github.com/mitchellh/hashstructure GO_BUILDFLAGS= -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" PLIST_FILES= ${PREFIX}/bin/${PORTNAME} USE_RC_SUBR= ${PORTNAME} .include diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile index 4457a4a981fc..995cee3d7271 100644 --- a/sysutils/consul-replicate/Makefile +++ b/sysutils/consul-replicate/Makefile @@ -1,33 +1,33 @@ PORTNAME= consul-replicate PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Consul cross-DC KV replication daemon WWW= https://github.com/hashicorp/consul-replicate LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= hashicorp GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_BUILDFLAGS= -ldflags="\ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.Version=${PORTVERSION} \ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.GitCommit=675a2c2 \ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.GitDescribe=v${PORTVERSION} \ " USE_RC_SUBR= consul-replicate PLIST_FILES= bin/${PORTNAME} USERS= consul GROUPS= consul .include diff --git a/sysutils/consul_exporter/Makefile b/sysutils/consul_exporter/Makefile index 7df3d7dc9e22..5fc45558db4c 100644 --- a/sysutils/consul_exporter/Makefile +++ b/sysutils/consul_exporter/Makefile @@ -1,28 +1,28 @@ PORTNAME= consul_exporter PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= t.tom@succont.de COMMENT= Exporter for Consul metrics WWW= https://github.com/prometheus/consul_exporter LICENSE= APACHE20 USES= go USE_GITHUB= yes GH_ACCOUNT= prometheus GH_SUBDIR= src/github.com/${GH_ACCOUNT}/consul_exporter GO_BUILDFLAGS= -ldflags "\ -X github.com/prometheus/consul_exporter/version.Version=${PORTVERSION} \ -X github.com/prometheus/consul_exporter/version.VersionPrerelease= \ -X github.com/prometheus/consul_exporter/version.GitDescribe=v${PORTVERSION}" USE_RC_SUBR= consul_exporter PLIST_FILES= bin/consul_exporter .include diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index c433f6cc278f..405f555d38b2 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,35 +1,35 @@ PORTNAME= containerd DISTVERSIONPREFIX=v DISTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org COMMENT= Open and reliable container runtime WWW= https://containerd.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash USES= cpe gmake go:modules,no_targets USE_GITHUB= yes GH_SUBDIR= src/github.com/containerd/containerd CPE_VENDOR= linuxfoundation USE_RC_SUBR= containerd MAKE_ENV= ${GO_ENV} \ GOFLAGS="${GO_BUILDFLAGS}" \ VERSION="${DISTVERSION}" PLIST_FILES= bin/containerd \ bin/containerd-stress \ bin/ctr do-install: @(cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ${MAKE_CMD} install) .include diff --git a/sysutils/coreos-ct/Makefile b/sysutils/coreos-ct/Makefile index 1bad87b7d2c9..cda408495c88 100644 --- a/sysutils/coreos-ct/Makefile +++ b/sysutils/coreos-ct/Makefile @@ -1,32 +1,32 @@ PORTNAME= coreos-ct PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Container Linux Config Transpiler WWW= https://coreos.com/os/docs/latest/overview-of-ct.html LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= coreos GH_PROJECT= container-linux-config-transpiler GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_BUILDFLAGS= -ldflags "-w -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/internal/version.Raw=${PORTVERSION}" GO_TARGET= ./internal:ct OPTIONS_DEFINE= DOCS PORTDOCS= README.md NEWS doc/* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile index a4b02b8012e1..dec84d6dab6d 100644 --- a/sysutils/ctop/Makefile +++ b/sysutils/ctop/Makefile @@ -1,20 +1,20 @@ PORTNAME= ctop DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Top-like interface for Docker container metrics WWW= https://ctop.sh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/bcicen/ctop PLIST_FILES= bin/ctop .include diff --git a/sysutils/diffoci/Makefile b/sysutils/diffoci/Makefile index 163b89a87573..35d2a9973f5c 100644 --- a/sysutils/diffoci/Makefile +++ b/sysutils/diffoci/Makefile @@ -1,21 +1,21 @@ PORTNAME= diffoci PORTVERSION= 0.1.7 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Diff for Docker and OCI container images WWW= https://github.com/reproducible-containers/diffoci LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/reproducible-containers/diffoci GO_TARGET= ./cmd/diffoci PLIST_FILES= bin/diffoci .include diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index adcd3d1c0120..8e190390f4b2 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,31 +1,31 @@ PORTNAME= direnv DISTVERSIONPREFIX= v DISTVERSION= 2.35.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= bdrewery@FreeBSD.org COMMENT= Environment variable manager for your shell WWW= https://direnv.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= go:modules GO_MODULE= github.com/direnv/direnv/v2 MAN1PAGES= direnv direnv-fetchurl direnv-stdlib direnv.toml PLIST_FILES= bin/direnv \ ${MAN1PAGES:C,^,share/man/man1/,:C,$,.1.gz,} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/direnv \ ${STAGEDIR}${PREFIX}/bin/ .for man in ${MAN1PAGES} ${INSTALL_MAN} ${WRKSRC}/man/${man}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile index 01e508ca4765..070412e2d50e 100644 --- a/sysutils/docker-credential-pass/Makefile +++ b/sysutils/docker-credential-pass/Makefile @@ -1,27 +1,27 @@ PORTNAME= docker-credential-pass DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Helper to use sysutils/password-store as Docker credentials store WWW= https://github.com/docker/docker-credential-helpers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/bin/pass:sysutils/password-store USES= go GO_PKGNAME= github.com/docker/docker-credential-helpers GO_TARGET= ./pass/cmd:${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= docker GH_PROJECT= docker-credential-helpers PLIST_FILES= bin/docker-credential-pass .include diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile index 6ef51184b147..ca4222d724b4 100644 --- a/sysutils/docker-machine/Makefile +++ b/sysutils/docker-machine/Makefile @@ -1,31 +1,31 @@ PORTNAME= docker-machine PORTVERSION= 0.16.2 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create Docker hosts WWW= https://github.com/docker/machine/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/docker-machine USE_GITHUB= yes USES= go GH_ACCOUNT= docker GH_PROJECT= machine GH_TUPLE= golang:sys:v0.6.0:sys GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/${PORTNAME} pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/sysutils/docker-registry/Makefile b/sysutils/docker-registry/Makefile index 86717ea775d4..79581ce7861e 100644 --- a/sysutils/docker-registry/Makefile +++ b/sysutils/docker-registry/Makefile @@ -1,80 +1,80 @@ PORTNAME= docker-registry PORTVERSION= 2.8.3 DISTVERSIONPREFIX=v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= freebsd@yapsoft.it COMMENT= Docker implementation of the OCI Distribution Specification WWW= https://github.com/docker/distribution/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_RC_SUBR= docker_registry USE_GITHUB= yes GH_ACCOUNT= docker GH_PROJECT= distribution GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/registry GO_BUILDFLAGS= -ldflags "-s -w -X github.com/docker/distribution/version.Version=${PORTVERSION}" PLIST_FILES= bin/registry \ "@sample ${ETCDIR}/config.yml.sample" EXTRACT_AFTER_ARGS=--exclude vendor.conf --exclude vendor GH_TUPLE= \ Azure:azure-sdk-for-go:v68.0.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ Shopify:logrus-bugsnag:004243a:shopify_logrus_bugsnag/vendor/github.com/Shopify/logrus-bugsnag \ aws:aws-sdk-go:v1.55.6:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bshuster-repo:logrus-logstash-hook:v0.4.1:bshuster_repo_logrus_logstash_hook/vendor/github.com/bshuster-repo/logrus-logstash-hook \ bugsnag:bugsnag-go:v2.5.1:bugsnag_bugsnag_go/vendor/github.com/bugsnag/bugsnag-go \ bugsnag:panicwrap:v1.3.4:bugsnag_panicwrap/vendor/github.com/bugsnag/panicwrap \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ distribution:reference:v0.6.0:distribution_reference/vendor/github.com/distribution/reference \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ docker:go-metrics:v0.0.1:docker_go_metrics/vendor/github.com/docker/go-metrics \ docker:libtrust:aabc10e:docker_libtrust/vendor/github.com/docker/libtrust \ felixge:httpsnoop:v1.0.4:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ garyburd:redigo:v1.6.4:garyburd_redigo/vendor/github.com/garyburd/redigo \ golang:crypto:v0.32.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.34.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.4:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.30.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.22.0:golang_text/vendor/golang.org/x/text \ gofrs:uuid:v5.3.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ gorilla:handlers:v1.5.2:gorilla_handlers/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.8.1:gorilla_mux/vendor/github.com/gorilla/mux \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ klauspost:compress:v1.17.11:klauspost_compress/vendor/github.com/klauspost/compress \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ ncw:swift:v1.0.53:ncw_swift/vendor/github.com/ncw/swift \ opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.1.0:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.20.5:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.6.1:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.62.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.15.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.36.4:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:cobra:v1.8.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ yvasiyarov:gorelic:a9bba5b9ab50:yvasiyarov_gorelic/vendor/github.com/yvasiyarov/gorelic \ yvasiyarov:newrelic_platform_go:9c099fb:yvasiyarov_newrelic_platform_go/vendor/github.com/yvasiyarov/newrelic_platform_go \ yvasiyarov:go-metrics:57bccd1ccd43:yvasiyarov_go_metrics/vendor/github.com/yvasiyarov/go-metrics \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/cmd/registry/config-example.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.yml.sample .include diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index b2a7373c638b..a62c1e949993 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -1,32 +1,32 @@ PORTNAME= docker PORTVERSION= 18.09.5 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Open-source application container engine WWW= https://www.docker.com/ LICENSE= APACHE20 BROKEN_aarch64= fails to build: golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 PLIST_FILES= bin/docker USE_GITHUB= yes GH_PROJECT= docker-ce USES= cpe go CONFLICTS_INSTALL= docker-tray # bin/docker GO_PKGNAME= github.com/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cli/cmd/docker pre-build: @${MV} ${GO_WRKSRC}/components/* ${GO_WRKSRC}/ @${CP} ${FILESDIR}/default_store_freebsd.go \ ${GO_WRKSRC}/cli/cli/config/credentials/ .include diff --git a/sysutils/doctl/Makefile b/sysutils/doctl/Makefile index e16102835242..9a154ea8d5a3 100644 --- a/sysutils/doctl/Makefile +++ b/sysutils/doctl/Makefile @@ -1,24 +1,24 @@ PORTNAME= doctl DISTVERSIONPREFIX= v DISTVERSION= 1.147.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/digitalocean/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= jrm@FreeBSD.org COMMENT= Command line tool for DigitalOcean services WWW= https://github.com/digitalocean/doctl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_TARGET= ./cmd/${PORTNAME} NO_WRKSUBDIR= yes PLIST_FILES= bin/doctl .include diff --git a/sysutils/duf/Makefile b/sysutils/duf/Makefile index 9af4b08e05e1..f9b56d4798fe 100644 --- a/sysutils/duf/Makefile +++ b/sysutils/duf/Makefile @@ -1,37 +1,37 @@ PORTNAME= duf DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Disk Usage/Free Utility WWW= https://github.com/muesli/duf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_SHA= b2f01a1 GO_MODULE= github.com/muesli/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.Version=${_BUILD_VERSION} \ -X main.CommitSHA=${_BUILD_SHA}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md PORTSCOUT= skipv:v0.37.0 OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index e0651b0e9506..cd8617d040f0 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -1,35 +1,35 @@ PORTNAME= envconsul DISTVERSIONPREFIX= v DISTVERSION= 0.13.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org COMMENT= Populate values from Consul into a process environment WWW= https://github.com/hashicorp/envconsul LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/hashicorp/${PORTNAME} GO_BUILDFLAGS= -ldflags='\ -s -w \ -X github.com/hashicorp/envconsul/version.Name=${PORTNAME} \ -X github.com/hashicorp/envconsul/version.GitCommit=${GHTAG}' PLIST_FILES= bin/envconsul PORTDOCS= README.md OPTIONS_DEFINE= DOCS GHTAG= 300afa6 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${CP} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 6d69631da750..de4009b1ac61 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -1,25 +1,25 @@ PORTNAME= epazote PORTVERSION= 2.1.2 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io COMMENT= Automated HTTP (microservices) supervisor WWW= https://epazote.io LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_TUPLE= epazote:scheduler:0.1.0:scheduler/vendor/github.com/epazote/scheduler \ go-yaml:yaml:cd8b52f:yaml/vendor/github.com/go-yaml/yaml GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" GO_TARGET= ./cmd/epazote PLIST_FILES= bin/epazote .include diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index cb31efeb6f4a..2bd0f1ed6e99 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,56 +1,56 @@ PORTNAME= fx DISTVERSION= 35.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal JSON viewer and processor WWW= https://fx.wtf/ \ https://github.com/antonmedv/fx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= antonmedv GH_TUPLE= \ antonmedv:clipboard:v1.0.1:antonmedv_clipboard/vendor/github.com/antonmedv/clipboard \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ aymanbagabas:go-udiff:v0.1.3:aymanbagabas_go_udiff/vendor/github.com/aymanbagabas/go-udiff \ charmbracelet:bubbles:v0.18.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ charmbracelet:bubbletea:v0.25.0:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ charmbracelet:lipgloss:v0.10.0:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ charmbracelet:x:4a717d4fb812:charmbracelet_x_teatest/vendor/github.com/charmbracelet/x \ containerd:console:v1.0.4:containerd_console/vendor/github.com/containerd/console \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.11.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dop251:goja:e401ed450204:dop251_goja/vendor/github.com/dop251/goja \ fatih:color:v1.16.0:fatih_color/vendor/github.com/fatih/color \ go-sourcemap:sourcemap:v2.1.4:go_sourcemap_sourcemap/vendor/github.com/go-sourcemap/sourcemap \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ goccy:go-yaml:v1.11.3:goccy_go_yaml/vendor/github.com/goccy/go-yaml \ golang:sync:v0.7.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.19.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.19.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ golang:xerrors:104605ab7028:golang_xerrors/vendor/golang.org/x/xerrors \ google:pprof:83162a5b38cd:google_pprof/vendor/github.com/google/pprof \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.15.2:muesli_termenv/vendor/github.com/muesli/termenv \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ sahilm:fuzzy:v0.1.1:sahilm_fuzzy/vendor/github.com/sahilm/fuzzy \ stretchr:testify:v1.8.4:stretchr_testify/vendor/github.com/stretchr/testify PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/gcp-ops-agent/Makefile b/sysutils/gcp-ops-agent/Makefile index c3511a48df6d..e46ef90cd0af 100644 --- a/sysutils/gcp-ops-agent/Makefile +++ b/sysutils/gcp-ops-agent/Makefile @@ -1,20 +1,20 @@ PORTNAME= ops-agent DISTVERSION= 2.48.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils PKGNAMEPREFIX= gcp- MAINTAINER= ports@FreeBSD.org COMMENT= Gather logs and metrics from Google Compute Engine instances WWW= https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/GoogleCloudPlatform/ops-agent@v0.0.0-20240624194131-536ab1c138a1 GO_TARGET= ./cmd/google_cloud_ops_agent_engine PLIST_FILES= bin/google_cloud_ops_agent_engine .include diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index 81fa08149582..36f26949f2d2 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -1,45 +1,45 @@ PORTNAME= gdu DISTVERSIONPREFIX= v DISTVERSION= 5.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Disk usage analyzer with console interface written in Go WWW= https://github.com/dundee/gdu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules GO_MODULE= github.com/dundee/${PORTNAME}/${DISTVERSIONFULL:R:R} GO_TARGET= ./cmd/${PORTNAME} CONFLICTS_INSTALL= coreutils PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e '\ s|%%DISTVERSION%%|${DISTVERSION}|g; \ s|%%BUILDTIME%%|${CONFIGURE_TARGET}|g; \ s|%%BUILDUSER%%|portbld|g' \ ${PATCH_WRKSRC}/build/build.go post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile index 923ea25cdd82..747cfb72e4af 100644 --- a/sysutils/glow/Makefile +++ b/sysutils/glow/Makefile @@ -1,35 +1,35 @@ PORTNAME= glow DISTVERSIONPREFIX= v DISTVERSION= 2.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Render markdown on the CLI, with pizzazz! WWW= https://github.com/charmbracelet/glow LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_SHA= d37e988 GO_MODULE= github.com/charmbracelet/${PORTNAME}/v2 GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.Version=${_BUILD_VERSION} \ -X main.CommitSHA=${_BUILD_SHA}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index d2f9fcc5e075..07b5339d425a 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,67 +1,67 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v DISTVERSION= 2.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ PKGNAMEPREFIX= go- DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Send push notifications to your phone or desktop using PUT/POST WWW= https://ntfy.sh LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= binwiederhier USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/binwiederhier/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'main.version=${DISTVERSION}' \ -X 'main.commit=${GITID}' \ -X 'main.date=${BUILD_DATE}'" CONFLICTS_INSTALL= sysutils/ntfy PLIST_FILES= "@sample ${ETCDIR}/client.yml.sample" \ "@sample ${ETCDIR}/server.yml.sample" \ bin/${PORTNAME} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=0:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-minify-plugin>=0:textproc/py-mkdocs-minify-plugin@${PY_FLAVOR} DOCS_USES= python # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' # in the ntfy repository to get the value of GITID. GITID= 4b474a89 BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") post-patch: @${GREP} -rl "/etc/${PORTNAME}" ${WRKSRC}/cmd ${WRKSRC}/server \ | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/${PORTNAME}#${ETCDIR}#g' pre-build: @${MKDIR} ${WRKSRC}/server/docs ${TOUCH} ${WRKSRC}/server/docs/index.html ${RM} -r ${WRKSRC}/server/site @${MKDIR} ${WRKSRC}/server/site @cd ${WRKDIR}/ntfy-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/server/site pre-build-DOCS-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} mkdocs build post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/server/server.yml ${STAGEDIR}${ETCDIR}/server.yml.sample ${INSTALL_DATA} ${WRKSRC}/client/client.yml ${STAGEDIR}${ETCDIR}/client.yml.sample .include diff --git a/sysutils/goawk/Makefile b/sysutils/goawk/Makefile index d3ad40d1880c..82c90fef7d1d 100644 --- a/sysutils/goawk/Makefile +++ b/sysutils/goawk/Makefile @@ -1,22 +1,22 @@ PORTNAME= goawk DISTVERSIONPREFIX= v DISTVERSION= 1.31.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= AWK interpreter written in Go WWW= https://github.com/benhoyt/goawk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go USE_GITHUB= yes GH_ACCOUNT= benhoyt GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/gol/Makefile b/sysutils/gol/Makefile index db1baf145857..0353941cc1aa 100644 --- a/sysutils/gol/Makefile +++ b/sysutils/gol/Makefile @@ -1,32 +1,32 @@ PORTNAME= gol DISTVERSIONPREFIX= v DISTVERSION= 1.0.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= All-in-one log viewer in browser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= kevincobain2000 USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./frontend/main.go:${PORTNAME} SUB_LIST= USER=${GOL_USER} PLIST_FILES= bin/${PORTNAME} GOL_USER= www post-extract: @${MKDIR} ${WRKSRC}/vendor @cd ${WRKDIR}/${PORTNAME}-vendor && ${COPYTREE_SHARE} . ${WRKSRC}/vendor .include diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile index 324b0c04a6cf..abfceb107967 100644 --- a/sysutils/gomi/Makefile +++ b/sysutils/gomi/Makefile @@ -1,36 +1,36 @@ PORTNAME= gomi DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Unix rm(1) command that can restore deleted files WWW= https://github.com/babarot/gomi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSIONFULL} _BUILD_REVISION= e1d0be9 _BUILD_DATE= $$(date +%Y-%m-%dT%H:%M:%SZ) GO_MODULE= github.com/babarot/gomi GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION} \ -X main.revision=${_BUILD_REVISION} \ -X main.buildDate=${_BUILD_DATE}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index 0240dbe29578..ef0bd63a32cd 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,24 +1,24 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v DISTVERSION= 5.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Command-line tool for rendering templates before executing binaries WWW= https://github.com/hairyhenderson/gomplate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/hairyhenderson/gomplate/v5 GO_TARGET= ./cmd/gomplate GO_BUILDFLAGS= -ldflags "\ -w -s \ -X github.com/hairyhenderson/gomplate/v5/version.Version=${DISTVERSION}" PLIST_FILES= bin/gomplate .include diff --git a/sysutils/gonzo/Makefile b/sysutils/gonzo/Makefile index af40ca05f69f..86b28d79a2d7 100644 --- a/sysutils/gonzo/Makefile +++ b/sysutils/gonzo/Makefile @@ -1,46 +1,46 @@ PORTNAME= gonzo DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= TUI for log analysis WWW= https://www.controltheory.com/gonzo/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules #NOT_FOR_ARCHS= armv6 armv7 i386 _BUILD_DATE= $$(date -u +"%FT%T%z") _BUILD_HASH= 6d2d1ad GO_MODULE= github.com/control-theory/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${DISTVERSION} \ -X main.buildTime=${_BUILD_DATE} \ -X main.commit=${_BUILD_HASH}" PLIST_FILES= bin/${PORTNAME} _DOCS= CONTRIBUTING.md README.md USAGE_GUIDE.md PORTDOCS= ${_DOCS:T} PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${_DOCS} \ ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index 0ce2a5936b78..4818290f7d92 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -1,21 +1,21 @@ PORTNAME= gotop DISTVERSIONPREFIX= v DISTVERSION= 4.1.4 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop WWW= https://github.com/xxxserxxx/gotop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/xxxserxxx/gotop/v4 GO_TARGET= ./cmd/gotop/ PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/govmomi/Makefile b/sysutils/govmomi/Makefile index 24e914340cf6..889177afb254 100644 --- a/sysutils/govmomi/Makefile +++ b/sysutils/govmomi/Makefile @@ -1,26 +1,26 @@ PORTNAME= govmomi DISTVERSIONPREFIX= v DISTVERSION= 0.46.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= alex@i.org.ua COMMENT= Go library for the VMware vSphere API WWW= https://github.com/vmware/govmomi/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/vmware/govmomi GO_TARGET= ./govc \ ./vcsim PLIST_FILES= bin/govc \ bin/vcsim TESTING_UNSAFE= Failing because nested Docker requirements. See \ https://github.com/vmware/govmomi/issues/3604 .include diff --git a/sysutils/hared/Makefile b/sysutils/hared/Makefile index ef518e965522..4ed83b555c30 100644 --- a/sysutils/hared/Makefile +++ b/sysutils/hared/Makefile @@ -1,40 +1,40 @@ PORTNAME= hared DISTVERSION= 1.0-45 DISTVERSIONSUFFIX= -g8341d8a -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Small Go server for inserting notifications into MQTT WWW= https://github.com/jpmens/hared-hare LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= jpmens GH_PROJECT= hared-hare GH_TUPLE= go-gcfg:gcfg:f02745a:gcfg/vendor/gopkg.in/gcfg.v1 \ go-warnings:warnings:27b9fab:warnings/vendor/gopkg.in/warnings.v0 \ eclipse:paho.mqtt.golang:d4f545e:paho/vendor/github.com/eclipse/paho.mqtt.golang \ golang:net:9dfe398:net/vendor/golang.org/x/net \ gorilla:websocket:7a8dacf:websocket/vendor/github.com/gorilla/websocket GO_TARGET= ./daemon:${PORTNAME} CONFLICTS_INSTALL= py*-${PORTNAME} # bin/hared OPTIONS_DEFINE= DOCS ETCDIR= ${PREFIX}/etc post-install: ${INSTALL_DATA} ${WRKSRC}/daemon/hared.ini.sample ${STAGEDIR}${ETCDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index 9d30885ebfb7..4f71ab5e7bc2 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,32 +1,32 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v DISTVERSION= 1.60.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org COMMENT= Official Hetzner Cloud command-line interface WWW= https://github.com/hetznercloud/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/hetznercloud/cli GO_TARGET= ./cmd/hcloud PLIST_FILES= bin/hcloud \ share/bash-completion/completions/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site_functions/_${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ \ ${STAGEDIR}${PREFIX}/share/fish/completions/ \ ${STAGEDIR}${PREFIX}/share/zsh/site_functions/ ${STAGEDIR}${PREFIX}/bin/hcloud completion bash > ${STAGEDIR}${PREFIX}/share/bash-completion/completions/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/hcloud completion fish > ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish ${STAGEDIR}${PREFIX}/bin/hcloud completion zsh > ${STAGEDIR}${PREFIX}/share/zsh/site_functions/_${PORTNAME} .include diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile index 0ca43d94c484..a0998bea8d11 100644 --- a/sysutils/hostctl/Makefile +++ b/sysutils/hostctl/Makefile @@ -1,32 +1,32 @@ PORTNAME= hostctl DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line tool to manage your hosts file WWW= https://guumaster.github.io/hostctl/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/guumaster/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/cmd/${PORTNAME}/actions.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CODE_OF_CONDUCT.md CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 917b7ee4b2f4..a496c2668df5 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,39 +1,39 @@ PORTNAME= immortal PORTVERSION= 0.24.4 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io COMMENT= Unix cross-platform (OS agnostic) supervisor WWW= https://immortal.run LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= immortaldir USE_GITHUB= yes GH_TUPLE= go-check:check:20d25e280405:go_check_check/vendor/gopkg.in/check.v1 \ go-yaml:yaml:v2.1.0:go_yaml_yaml/vendor/github.com/go-yaml/yaml \ go-yaml:yaml:v2.2.8:go_yaml_yaml_1/vendor/gopkg.in/yaml.v2 \ immortal:logrotate:5a04431dbafb:immortal_logrotate/vendor/github.com/immortal/logrotate \ immortal:multiwriter:2e0dd11a3549:immortal_multiwriter/vendor/github.com/immortal/multiwriter \ immortal:natcasesort:53ad4be8bc1a:immortal_natcasesort/vendor/github.com/immortal/natcasesort \ immortal:xtime:fb1aca1146ea:immortal_xtime/vendor/github.com/immortal/xtime \ nbari:violetear:ce83b52538c9:nbari_violetear/vendor/github.com/nbari/violetear GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags "-s -w -X main.version=${PORTVERSION}" GO_TARGET= ./cmd/immortal \ ./cmd/immortalctl \ ./cmd/immortaldir OPTIONS_DEFINE= EXAMPLES post-install: ${INSTALL_MAN} ${WRKSRC}/src/github.com/immortal/immortal/man/*.8 ${STAGEDIR}${PREFIX}/share/man/man8/ @${MKDIR} ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/www.yml ${STAGEDIR}${EXAMPLESDIR}/www.yml.sample .include diff --git a/sysutils/infracost/Makefile b/sysutils/infracost/Makefile index 059450a32a69..86c25613732c 100644 --- a/sysutils/infracost/Makefile +++ b/sysutils/infracost/Makefile @@ -1,29 +1,29 @@ PORTNAME= infracost DISTVERSIONPREFIX= v DISTVERSION= 0.10.42 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Cloud cost estimates for Terraform WWW= https://github.com/infracost/infracos LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= Requires 64-bit processor RUN_DEPENDS= terraform:sysutils/terraform \ terragrunt:sysutils/terragrunt USES= go:modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X github.com/infracost/infracost/internal/version.Version=v${PORTVERSION}" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/ipmi_exporter/Makefile b/sysutils/ipmi_exporter/Makefile index 3c595e572779..fdeb51b5b313 100644 --- a/sysutils/ipmi_exporter/Makefile +++ b/sysutils/ipmi_exporter/Makefile @@ -1,30 +1,30 @@ PORTNAME= ipmi_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= meka@tilda.center COMMENT= IPMI exporter for Prometheus WWW= https://github.com/prometheus-community/ipmi_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/prometheus-community/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}/ipmi_local.yml.sample \ etc/${PORTNAME}/ipmi_remote.yml.sample post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/ipmi_local.yml ${STAGEDIR}${ETCDIR}/ipmi_local.yml.sample ${INSTALL_DATA} ${WRKSRC}/ipmi_remote.yml ${STAGEDIR}${ETCDIR}/ipmi_remote.yml.sample .include diff --git a/sysutils/istio/Makefile b/sysutils/istio/Makefile index 11bc064874a8..f5c6c21eeb9f 100644 --- a/sysutils/istio/Makefile +++ b/sysutils/istio/Makefile @@ -1,272 +1,272 @@ PORTNAME= istio PORTVERSION= 1.7.4 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Open platform to connect, manage, and secure microservices WWW= https://istio.io LICENSE= APACHE20 RUN_DEPENDS= kubectl:sysutils/kubectl USES= cpe go:modules OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes USE_GITHUB= yes # The vendored golang/sys fails to build on aarch64 and riscv64 GOLANG_SYS_V= v0.6.0 GH_TUPLE= \ Azure:go-ansiterm:d6e3b3328b78:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ Azure:go-autorest:v14.1.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ DataDog:datadog-go:v2.2.0:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ MakeNowJust:heredoc:bb23615498cd:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.4.2:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:semver:v3.1.0:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v2.20.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ Masterminds:sprig:v3.1.0:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:fc70bd9a86b5:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:c3e488f0d815:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ VividCortex:ewma:v1.1.1:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ alicebob:gopher-json:5a6b3ba71ee6:alicebob_gopher_json/vendor/github.com/alicebob/gopher-json \ alicebob:miniredis:v2.5.0:alicebob_miniredis/vendor/github.com/alicebob/miniredis \ antlr:antlr4:b43a4c3a8015:antlr_antlr4/vendor/github.com/antlr/antlr4 \ armon:go-metrics:f0300d1749da:armon_go_metrics/vendor/github.com/armon/go-metrics \ aws:aws-sdk-go:v1.23.20:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bmizerany:assert:b7ed37b82869:bmizerany_assert/vendor/github.com/bmizerany/assert \ cactus:go-statsd-client:v3.1.1:cactus_go_statsd_client/vendor/github.com/cactus/go-statsd-client \ cenkalti:backoff:v2.0.0:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ census-ecosystem:opencensus-go-exporter-prometheus:v0.2.0:census_ecosystem_opencensus_go_exporter_prometheus/vendor/contrib.go.opencensus.io/exporter/prometheus \ census-ecosystem:opencensus-go-exporter-stackdriver:v0.12.9:census_ecosystem_opencensus_go_exporter_stackdriver/vendor/contrib.go.opencensus.io/exporter/stackdriver \ census-ecosystem:opencensus-go-exporter-zipkin:v0.1.1:census_ecosystem_opencensus_go_exporter_zipkin/vendor/contrib.go.opencensus.io/exporter/zipkin \ census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ census-instrumentation:opencensus-proto:v0.2.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ chai2010:gettext-go:c6fed771bfd5:chai2010_gettext_go/vendor/github.com/chai2010/gettext-go \ cheggaaa:pb:v3.0.4:cheggaaa_pb_v3/vendor/github.com/cheggaaa/pb \ chzyer:logex:445be9e134b2:chzyer_logex/vendor/github.com/chzyer/logex \ circonus-labs:circonus-gometrics:v2.3.1:circonus_labs_circonus_gometrics/vendor/github.com/circonus-labs/circonus-gometrics \ circonus-labs:circonusllhist:v0.1.4:circonus_labs_circonusllhist/vendor/github.com/circonus-labs/circonusllhist \ cncf:udpa:efcf912fb354:cncf_udpa_go/vendor/github.com/cncf/udpa \ HdrHistogram:hdrhistogram-go:3a0bb77429bd:hdrhistogram_hdrhistogram_go/vendor/github.com/codahale/hdrhistogram \ containerd:containerd:v1.3.2:containerd_containerd/vendor/github.com/containerd/containerd \ containernetworking:cni:v0.7.0-alpha1:containernetworking_cni/vendor/github.com/containernetworking/cni \ containernetworking:plugins:v0.7.3:containernetworking_plugins/vendor/github.com/containernetworking/plugins \ coreos:etcd:v3.3.15:coreos_etcd/vendor/github.com/coreos/etcd \ coreos:go-oidc:v2.1.0:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ coreos:go-systemd:95778dfbb74e:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:pkg:97fdf19511ea:coreos_pkg/vendor/github.com/coreos/pkg \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ cyphar:filepath-securejoin:v0.2.2:cyphar_filepath_securejoin/vendor/github.com/cyphar/filepath-securejoin \ d4l3k:messagediff:v1.2.1:d4l3k_messagediff/vendor/github.com/d4l3k/messagediff \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dchest:siphash:v1.1.0:dchest_siphash/vendor/github.com/dchest/siphash \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \ docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \ docker:engine:adfac697dc5b:docker_engine_1/vendor/github.com/docker/docker \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ docker:spdystream:6480d4af844c:docker_spdystream/vendor/github.com/docker/spdystream \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ elazarl:goproxy:f1e96bc0f4c5:elazarl_goproxy/vendor/github.com/elazarl/goproxy \ emicklei:go-restful:v2.9.6:emicklei_go_restful/vendor/github.com/emicklei/go-restful \ envoyproxy:go-control-plane:803dd64f0468:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ envoyproxy:protoc-gen-validate:v0.1.0:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ evanphx:json-patch:v4.5.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ exponent-io:jsonpath:d6023ce2651d:exponent_io_jsonpath/vendor/github.com/exponent-io/jsonpath \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ fluent:fluent-logger-golang:v1.3.0:fluent_fluent_logger_golang/vendor/github.com/fluent/fluent-logger-golang \ fortio:fortio:v1.4.1:fortio_fortio/vendor/fortio.org/fortio \ frankban:quicktest:v1.4.1:frankban_quicktest/vendor/github.com/frankban/quicktest \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify_1/vendor/gopkg.in/fsnotify.v1 \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-logr:logr:v0.1.0:go_logr_logr/vendor/github.com/go-logr/logr \ go-logr:zapr:v0.1.1:go_logr_zapr/vendor/github.com/go-logr/zapr \ go-openapi:jsonpointer:v0.19.3:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.19.3:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:spec:v0.19.5:go_openapi_spec/vendor/github.com/go-openapi/spec \ go-openapi:swag:v0.19.6:go_openapi_swag/vendor/github.com/go-openapi/swag \ redis:go-redis:v6.10.2:go_redis_redis/vendor/github.com/go-redis/redis \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:0848c9571904:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:611e8accdfc9:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:1d60e4601c6f:golang_sync/vendor/github.com/golang/sync \ golang:sync:cd5d95a43a6e:golang_sync_1/vendor/golang.org/x/sync \ golang:sys:${GOLANG_SYS_V}:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ golang:time:c4c64cad1fd0:golang_time/vendor/golang.org/x/time \ golang:tools:831fdb1e1868:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ gomodule:redigo:v1.8.0:gomodule_redigo/vendor/github.com/gomodule/redigo \ gomodules:jsonpatch:v2.0.1:gomodules_jsonpatch/vendor/gomodules.xyz/jsonpatch/v2 \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:cel-go:v0.4.1:google_cel_go/vendor/github.com/google/cel-go \ google:go-cmp:v0.5.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:3e7fca5c55db:google_go_genproto/vendor/google.golang.org/genproto \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.0.5:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ googleapis:gnostic:v0.3.1:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-api-go-client:v0.15.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:logging/v1.0.0:googleapis_google_cloud_go_logging \ googleapis:google-cloud-go:v0.50.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gophercloud:gophercloud:v0.1.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ gorilla:mux:v1.7.3:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ gregjones:httpcache:901d90724c79:gregjones_httpcache/vendor/github.com/gregjones/httpcache \ grpc-ecosystem:go-grpc-middleware:f849b5445de4:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \ grpc-ecosystem:grpc-opentracing:0e7658f8ee99:grpc_ecosystem_grpc_opentracing/vendor/github.com/grpc-ecosystem/grpc-opentracing \ grpc:grpc-go:v1.29.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:consul:v1.3.1:hashicorp_consul/vendor/github.com/hashicorp/consul \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-immutable-radix:v1.0.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.5.4:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.1:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:serf:v0.8.5:hashicorp_serf/vendor/github.com/hashicorp/serf \ hashicorp:vault:sdk/v0.1.12:hashicorp_vault_sdk \ hashicorp:vault:v1.0.3:hashicorp_vault_api/vendor/github.com/hashicorp/vault \ helm:helm:v3.2.4:helm_helm/vendor/helm.sh/helm/v3 \ howeyc:fsnotify:v0.9.0:howeyc_fsnotify/vendor/github.com/howeyc/fsnotify \ huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.5:imdario_mergo_1/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ istio:api:0dc35ad5c478:istio_api/vendor/istio.io/api \ istio:client-go:8f69a2d0fe26:istio_client_go/vendor/istio.io/client-go \ istio:glog:d7cfb6fa2ccd:istio_glog/vendor/github.com/golang/glog \ istio:gogo-genproto:a780f93e8ee1:istio_gogo_genproto/vendor/istio.io/gogo-genproto \ istio:klog:fb7481ea8bcf:istio_klog/vendor/k8s.io/klog \ istio:pkg:d97bc429be20:istio_pkg/vendor/istio.io/pkg \ istio:viper:2789fed3109c:istio_viper_1/vendor/github.com/spf13/viper \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jonboulle:clockwork:v0.1.0:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \ json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ kubernetes-sigs:controller-runtime:v0.6.0:kubernetes_sigs_controller_runtime/vendor/sigs.k8s.io/controller-runtime \ kubernetes-sigs:kustomize:v2.0.3:kubernetes_sigs_kustomize/vendor/sigs.k8s.io/kustomize \ kubernetes-sigs:gateway-api:10c7cb28ed93:kubernetes_sigs_service_apis/vendor/sigs.k8s.io/service-apis \ kubernetes-sigs:structured-merge-diff:v3.0.0:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v3 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.18.3:kubernetes_api/vendor/k8s.io/api \ kubernetes:apiextensions-apiserver:v0.18.3:kubernetes_apiextensions_apiserver/vendor/k8s.io/apiextensions-apiserver \ kubernetes:apimachinery:v0.18.3:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:cli-runtime:v0.18.3:kubernetes_cli_runtime/vendor/k8s.io/cli-runtime \ kubernetes:client-go:v0.18.3:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:component-base:v0.18.3:kubernetes_component_base/vendor/k8s.io/component-base \ kubernetes:kube-openapi:61e04a5be9a6:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:kubectl:v0.18.3:kubernetes_kubectl/vendor/k8s.io/kubectl \ kubernetes:utils:a9aa75ae1b89:kubernetes_utils/vendor/k8s.io/utils \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ lestrrat-go:jwx:v0.9.0:lestrrat_go_jwx/vendor/github.com/lestrrat-go/jwx \ liggitt:tabwriter:89fcab3d43de:liggitt_tabwriter/vendor/github.com/liggitt/tabwriter \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mailru:easyjson:v0.7.0:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mholt:archiver:v3.1.1:mholt_archiver/vendor/github.com/mholt/archiver \ miekg:dns:v1.0.14:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/github.com/natefinch/lumberjack \ nwaples:rardecode:v1.0.0:nwaples_rardecode/vendor/github.com/nwaples/rardecode \ onsi:gomega:v1.10.1:onsi_gomega/vendor/github.com/onsi/gomega \ open-policy-agent:opa:v0.8.2:open_policy_agent_opa/vendor/github.com/open-policy-agent/opa \ opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ openshift:api:b2494ecb17dd:openshift_api/vendor/github.com/openshift/api \ opentracing:opentracing-go:v1.0.2:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ openzipkin:zipkin-go:v0.1.7:openzipkin_zipkin_go/vendor/github.com/openzipkin/zipkin-go \ pelletier:go-toml:v1.3.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ peterbourgon:diskv:v2.0.1:peterbourgon_diskv/vendor/github.com/peterbourgon/diskv \ philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ pierrec:lz4:v2.2.7:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ pquerna:cachecontrol:525d0eb5f91d:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ prometheus:client_golang:v1.2.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prom2json:v1.2.2:prometheus_prom2json/vendor/github.com/prometheus/prom2json \ prometheus:statsd_exporter:v0.15.0:prometheus_statsd_exporter/vendor/github.com/prometheus/statsd_exporter \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rcrowley:go-metrics:3113b8401b8a:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ russross:blackfriday:v1.5.2:russross_blackfriday/vendor/github.com/russross/blackfriday \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spaolacci:murmur3:f09979ecbc72:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ tinylib:msgp:v1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ tv42:httpunix:2ba4b9c3382c:tv42_httpunix/vendor/github.com/tv42/httpunix \ uber-go:atomic:v1.4.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.10.0:uber_go_zap/vendor/go.uber.org/zap \ uber:jaeger-client-go:ecf2d03a9e80:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v2.0.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ xeipuuv:gojsonpointer:02993c407bfb:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \ xeipuuv:gojsonschema:v1.1.0:xeipuuv_gojsonschema/vendor/github.com/xeipuuv/gojsonschema \ xi2:xz:48954b6210f8:xi2_xz/vendor/github.com/xi2/xz \ yashtewari:glob-intersection:7af743e8ec84:yashtewari_glob_intersection/vendor/github.com/yashtewari/glob-intersection \ yl2chen:cidranger:928b519e5268:yl2chen_cidranger/vendor/github.com/yl2chen/cidranger \ yuin:gopher-lua:ab39c6098bdb:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua GO_TARGET= ./istioctl/cmd/istioctl GO_BUILDFLAGS= -ldflags="-X istio.io/pkg/version.buildVersion=${PORTVERSION} \ -X istio.io/pkg/version.buildHub=docker.io/istio" post-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} install ${STAGEDIR}${DATADIR}) post-install-EXAMPLES-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} samples ${STAGEDIR}${DATADIR}) .include diff --git a/sysutils/jest/Makefile b/sysutils/jest/Makefile index 0680f8eed8f8..8888434c159d 100644 --- a/sysutils/jest/Makefile +++ b/sysutils/jest/Makefile @@ -1,42 +1,42 @@ PORTNAME= jest DISTVERSION= 3.0.16 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= ReST api for creating and managing FreeBSD jails written in Go WWW= https://github.com/tabrarg/jest LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= tabrarg GH_TAGNAME= f76bc46 GH_TUPLE= \ andybalholm:brotli:5f990b6:brotli/vendor/github.com/andybalholm/brotli \ boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \ cespare:xxhash:v2.0.0:xxhash/vendor/github.com/cespare/xxhash \ dsnet:compress:cc9eb1d:dsnet_compress/vendor/github.com/dsnet/compress \ golang:gddo:af0f2af:golang_gddo/vendor/github.com/golang/gddo \ golang:snappy:2e65f85:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ gorilla:mux:v1.7.3:mux/vendor/github.com/gorilla/mux \ jlaffaye:ftp:c1312a7:ftp/vendor/github.com/jlaffaye/ftp \ klauspost:compress:v1.7.0:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:crc32:v1.2.0:klauspost_crc32/vendor/github.com/klauspost/crc32 \ klauspost:pgzip:v1.2.1:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ mholt:archiver:v2.0:archiver/vendor/github.com/mholt/archiver \ mistifyio:go-zfs:v2.1.1:go_zfs/vendor/github.com/mistifyio/go-zfs \ nwaples:rardecode:v1.0.0:rardecode/vendor/github.com/nwaples/rardecode \ pierrec:lz4:v2.0.5:pierrec_lz4/vendor/github.com/pierrec/lz4 \ satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ sirupsen:logrus:v1.4.2:logrus/vendor/github.com/sirupsen/logrus \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ xi2:xz:48954b6:xi2_xz/vendor/github.com/xi2/xz PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/kapp/Makefile b/sysutils/kapp/Makefile index 40c9c961091e..079eb65eade7 100644 --- a/sysutils/kapp/Makefile +++ b/sysutils/kapp/Makefile @@ -1,22 +1,22 @@ PORTNAME= kapp DISTVERSIONPREFIX= v DISTVERSION= 0.65.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com COMMENT= Simple deployment tool for Kubernetes WWW= https://github.com/carvel-dev/kapp LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= carvel-dev GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X carvel.dev/kapp/pkg/kapp/version.Version=v${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index d68872c1c81f..22a21ab05cc3 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,29 +1,29 @@ PORTNAME= kopia DISTVERSIONPREFIX= v DISTVERSION= 0.22.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast and secure open-source backup/restore tool WWW= https://kopia.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/kopia/kopia GO_BUILDFLAGS= -ldflags "\ -X github.com/kopia/kopia/repo.BuildVersion=${DISTVERSION} \ -X github.com/kopia/kopia/repo.BuildInfo="`date +%Y%m%d`"" PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz post-build: ${GO_WRKDIR_BIN}/${PORTNAME} --log-dir="" --help-man > ${WRKSRC}/${PORTNAME}.1 post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile index 23e51916b1cf..7618aadf266e 100644 --- a/sysutils/kubo-go/Makefile +++ b/sysutils/kubo-go/Makefile @@ -1,48 +1,48 @@ PORTNAME= kubo DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils PKGNAMESUFFIX= -go MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go WWW= https://github.com/ipfs/kubo LICENSE= MIT APACHE20 LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE USES= cpe go:modules CONFLICTS_INSTALL?= ipfs-go-* CPE_VENDOR= protocol GO_MODULE= github.com/ipfs/kubo GO_TARGET= ./cmd/ipfs:kubo-go USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= ${FULLNAME} SUB_LIST= KUBO_USER=${KUBO_USER} \ KUBO_GROUP=${KUBO_GROUP} \ KUBO_HOME=${KUBO_HOME} PLIST_SUB= KUBO_USER=${KUBO_USER} \ KUBO_GROUP=${KUBO_GROUP} \ KUBO_HOME=${KUBO_HOME} KUBO_USER?= ${FULLNAME} KUBO_GROUP?= ${FULLNAME} KUBO_HOME?= /var/db/${FULLNAME} USERS= ${KUBO_USER} GROUPS= ${KUBO_GROUP} FULLNAME= ${PORTNAME}${PKGNAMESUFFIX} post-install: @${MKDIR} ${STAGEDIR}${KUBO_HOME} .include diff --git a/sysutils/kustomize/Makefile b/sysutils/kustomize/Makefile index b25bca76d184..e836228645c8 100644 --- a/sysutils/kustomize/Makefile +++ b/sysutils/kustomize/Makefile @@ -1,26 +1,26 @@ PORTNAME= kustomize DISTVERSIONPREFIX= v DISTVERSION= 5.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Kustomize simplifies resource management with customizable overlays WWW= https://github.com/kubernetes-sigs/kustomize LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules _BUILD_DATE= $$(date -u +"%FT%T%z") GO_MODULE= sigs.k8s.io/kustomize/kustomize/v5 GO_BUILDFLAGS= -ldflags="\ -X sigs.k8s.io/kustomize/api/provenance.version=${DISTVERSIONPREFIX}${PORTVERSION} \ -X sigs.k8s.io/kustomize/api/provenance.buildDate=${_BUILD_DATE}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/lazyssh/Makefile b/sysutils/lazyssh/Makefile index 751d9873c389..630241dc6d8a 100644 --- a/sysutils/lazyssh/Makefile +++ b/sysutils/lazyssh/Makefile @@ -1,33 +1,33 @@ PORTNAME= lazyssh DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com COMMENT= Terminal-based interactive SSH Manager to manage your servers WWW= https://github.com/Adembc/lazyssh \ https://pkg.go.dev/github.com/Adembc/lazyssh LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/Adembc/${PORTNAME} GO_TARGET= ./cmd:${PORTNAME} GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL} -X main.gitCommit=460bb0f" PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFAULT= XCLIP OPTIONS_MULTI= CLIPBOARD OPTIONS_MULTI_CLIPBOARD= XCLIP XSEL CLIPBOARD_DESC= Select which clipboard manager to install XCLIP_DESC= Install x11/xclip for clipboard operations XSEL_DESC= Install x11/xsel-conrad for clipboard operations XCLIP_RUN_DEPENDS= xclip:x11/xclip XSEL_RUN_DEPENDS= xsel:x11/xsel-conrad .include diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index 7c8054b711cd..4ca2c5c7f097 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -1,385 +1,385 @@ PORTNAME= loki DISTVERSIONPREFIX= v DISTVERSION= 2.9.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils PKGNAMEPREFIX= grafana- MAINTAINER= freebsd@funzi.org COMMENT= Scalable, highly-available, multi-tenant log aggregation system WWW= https://github.com/grafana/loki LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules cpe CPE_VENDOR= grafana USE_GITHUB= yes GH_ACCOUNT= grafana GH_PROJECT= loki GH_TUPLE= \ Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-sdk-for-go:2f352faf4f49:azure_azure_sdk_for_go_azblob \ Azure:azure-sdk-for-go:76834b7386c1:azure_azure_sdk_for_go_azidentity \ Azure:azure-sdk-for-go:96096feee7ba:azure_azure_sdk_for_go_azcore \ Azure:azure-sdk-for-go:e3202264a0d4:azure_azure_sdk_for_go_internal \ Azure:azure-sdk-for-go:v36.2.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \ Azure:go-ansiterm:d185dfc1b5a1:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ Azure:go-autorest:446f41b7d65b:azure_go_autorest_validation \ Azure:go-autorest:553a90ae65a6:azure_go_autorest_adal \ Azure:go-autorest:70a178d6ca59:azure_go_autorest_cli \ Azure:go-autorest:9038e4a609b1:azure_go_autorest_auth \ Azure:go-autorest:autorest/v0.11.29:azure_go_autorest_autorest \ Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ Azure:go-autorest:logger/v0.2.1:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ AzureAD:microsoft-authentication-library-for-go:v0.7.0:azuread_microsoft_authentication_library_for_go/vendor/github.com/AzureAD/microsoft-authentication-library-for-go \ DmitriyVTitov:size:v1.5.0:dmitriyvtitov_size/vendor/github.com/DmitriyVTitov/size \ IBM:go-sdk-core:v5.13.1:ibm_go_sdk_core_v5/vendor/github.com/IBM/go-sdk-core/v5 \ IBM:ibm-cos-sdk-go:v1.10.0:ibm_ibm_cos_sdk_go/vendor/github.com/IBM/ibm-cos-sdk-go \ MasslessParticle:azure-storage-blob-go:b5e698eff68e:masslessparticle_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v3.2.0:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.3:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:v0.6.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ Shopify:sarama:v1.38.1:shopify_sarama/vendor/github.com/Shopify/sarama \ Workiva:go-datastructures:v1.1.0:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ alicebob:gopher-json:a9ecdc9d1d3a:alicebob_gopher_json/vendor/github.com/alicebob/gopher-json \ alicebob:miniredis:v2.30.4:alicebob_miniredis_v2/vendor/github.com/alicebob/miniredis/v2 \ aliyun:aliyun-oss-go-sdk:v2.2.7:aliyun_aliyun_oss_go_sdk/vendor/github.com/aliyun/aliyun-oss-go-sdk \ armon:go-metrics:v0.4.1:armon_go_metrics/vendor/github.com/armon/go-metrics \ asaskevich:govalidator:a9d515a09cc2:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ aws:aws-sdk-go-v2:5399c50f8a2f:aws_aws_sdk_go_v2_ini \ aws:aws-sdk-go-v2:v1.11.0:aws_aws_sdk_go_v2_credentials \ aws:aws-sdk-go-v2:v1.11.1:aws_aws_sdk_go_v2_sso \ aws:aws-sdk-go-v2:v1.16.0:aws_aws_sdk_go_v2 \ aws:aws-sdk-go-v2:v1.16.1:aws_aws_sdk_go_v2_sts \ aws:aws-sdk-go-v2:v1.9.1:aws_aws_sdk_go_v2_presigned_url/vendor/github.com/aws/aws-sdk-go-v2 \ aws:aws-sdk-go:v1.44.315:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ aws:smithy-go:v1.11.1:aws_smithy_go/vendor/github.com/aws/smithy-go \ axiomhq:hyperloglog:3ddf4bad03dc:axiomhq_hyperloglog/vendor/github.com/axiomhq/hyperloglog \ baidubce:bce-sdk-go:v0.9.141:baidubce_bce_sdk_go/vendor/github.com/baidubce/bce-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bmatcuk:doublestar:v1.3.4:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \ buger:jsonparser:v1.1.1:buger_jsonparser/vendor/github.com/buger/jsonparser \ c2h5oh:datasize:28bbd4740fee:c2h5oh_datasize/vendor/github.com/c2h5oh/datasize \ census-instrumentation:opencensus-go:v0.24.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ census-instrumentation:opencensus-proto:v0.4.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cncf:udpa:c52dc94e7fbe:cncf_udpa_go/vendor/github.com/cncf/udpa \ cncf:xds:e9ce68804cb4:cncf_xds_go/vendor/github.com/cncf/xds \ containerd:fifo:v1.0.0:containerd_fifo/vendor/github.com/containerd/fifo \ coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ coreos:go-systemd:d3cd4ed1dbcf:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ cristalhq:hedgedhttp:v0.7.2:cristalhq_hedgedhttp/vendor/github.com/cristalhq/hedgedhttp \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dennwc:varint:v1.0.0:dennwc_varint/vendor/github.com/dennwc/varint \ dgryski:go-metro:280f6062b5bc:dgryski_go_metro/vendor/github.com/dgryski/go-metro \ dgryski:go-rendezvous:9f7001d12a5f:dgryski_go_rendezvous/vendor/github.com/dgryski/go-rendezvous \ digitalocean:godo:v1.98.0:digitalocean_godo/vendor/github.com/digitalocean/godo \ dimchansky:utfbom:v1.1.1:dimchansky_utfbom/vendor/github.com/dimchansky/utfbom \ docker:distribution:v2.8.2:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-metrics:v0.0.1:docker_go_metrics/vendor/github.com/docker/go-metrics \ docker:go-plugins-helpers:1e6269c305b8:docker_go_plugins_helpers/vendor/github.com/docker/go-plugins-helpers \ docker:go-units:v0.5.0:docker_go_units/vendor/github.com/docker/go-units \ drone:envsubst:v1.0.3:drone_envsubst/vendor/github.com/drone/envsubst \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ eapache:go-resiliency:v1.3.0:eapache_go_resiliency/vendor/github.com/eapache/go-resiliency \ eapache:go-xerial-snappy:bf00bc1b83b6:eapache_go_xerial_snappy/vendor/github.com/eapache/go-xerial-snappy \ eapache:queue:v1.1.0:eapache_queue/vendor/github.com/eapache/queue \ edsrzf:mmap-go:v1.1.0:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \ efficientgo:core:v1.0.0-rc.2:efficientgo_core/vendor/github.com/efficientgo/core \ emicklei:go-restful:v3.10.1:emicklei_go_restful_v3/vendor/github.com/emicklei/go-restful/v3 \ envoyproxy:go-control-plane:9239064ad72f:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ envoyproxy:protoc-gen-validate:v0.10.1:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ etcd-io:etcd:v3.5.4:etcd_io_etcd/vendor/go.etcd.io/etcd/api/v3 \ etcd-io:etcd:v3.5.4:etcd_io_etcd_1/vendor/go.etcd.io/etcd/client/pkg/v3 \ etcd-io:etcd:v3.5.4:etcd_io_etcd_2/vendor/go.etcd.io/etcd/client/v3 \ facette:natsort:2cd4dd1e2dcb:facette_natsort/vendor/github.com/facette/natsort \ fatih:color:v1.15.0:fatih_color/vendor/github.com/fatih/color \ felixge:fgprof:v0.9.3:felixge_fgprof/vendor/github.com/felixge/fgprof \ felixge:httpsnoop:v1.0.3:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ fluent:fluent-bit-go:ea13c021720c:fluent_fluent_bit_go/vendor/github.com/fluent/fluent-bit-go \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify_1/vendor/gopkg.in/fsnotify/fsnotify.v1 \ fsnotify:fsnotify:v1.6.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ fsouza:fake-gcs-server:v1.7.0:fsouza_fake_gcs_server/vendor/github.com/fsouza/fake-gcs-server \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-kit:kit:v0.12.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-kit:log:v0.2.1:go_kit_log/vendor/github.com/go-kit/log \ go-logfmt:logfmt:v0.6.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-logr:logr:v1.2.3:go_logr_logr/vendor/github.com/go-logr/logr \ go-logr:stdr:v1.2.2:go_logr_stdr/vendor/github.com/go-logr/stdr \ go-openapi:analysis:v0.21.4:go_openapi_analysis/vendor/github.com/go-openapi/analysis \ go-openapi:errors:v0.20.3:go_openapi_errors/vendor/github.com/go-openapi/errors \ go-openapi:jsonpointer:v0.19.6:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.20.2:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:loads:v0.21.2:go_openapi_loads/vendor/github.com/go-openapi/loads \ go-openapi:spec:v0.20.8:go_openapi_spec/vendor/github.com/go-openapi/spec \ go-openapi:strfmt:v0.21.3:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \ go-openapi:swag:v0.22.3:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-openapi:validate:v0.22.1:go_openapi_validate/vendor/github.com/go-openapi/validate \ go-playground:locales:v0.14.1:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.18.1:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v10.11.2:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-zookeeper:zk:v1.0.3:go_zookeeper_zk/vendor/github.com/go-zookeeper/zk \ go4org:netipx:8449b0a6169f:go4org_go4/vendor/go4.org/netipx \ gofrs:flock:v0.8.1:gofrs_flock/vendor/github.com/gofrs/flock \ gogo:googleapis:v1.4.0:gogo_googleapis/vendor/github.com/gogo/googleapis \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ gogo:status:v1.1.1:gogo_status/vendor/github.com/gogo/status \ golang-jwt:jwt:v4.5.0:golang_jwt_jwt_v4/vendor/github.com/golang-jwt/jwt/v4 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:v0.14.0:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:10a507213a29:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mod:v0.12.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.17.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.10.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:v0.3.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.13.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.13.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.13.0:golang_text/vendor/golang.org/x/text \ golang:time:v0.3.0:golang_time/vendor/golang.org/x/time \ golang:tools:v0.11.0:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:04be3eba64a2:golang_xerrors/vendor/golang.org/x/xerrors \ google:btree:v1.1.2:google_btree/vendor/github.com/google/btree \ google:gnostic:v0.6.9:google_gnostic/vendor/github.com/google/gnostic \ google:go-cmp:v0.5.9:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:e85fd2cbaebc:google_go_genproto/vendor/google.golang.org/genproto \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gofuzz:v1.2.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:pprof:1710fef4ab10:google_pprof/vendor/github.com/google/pprof \ google:renameio:v2.0.0:google_renameio_v2/vendor/github.com/google/renameio/v2 \ google:s2a-go:v0.1.4:google_s2a_go/vendor/github.com/google/s2a-go \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ googleapis:enterprise-certificate-proxy:v0.2.3:googleapis_enterprise_certificate_proxy/vendor/github.com/googleapis/enterprise-certificate-proxy \ googleapis:gax-go:v2.11.0:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:google-api-go-client:v0.126.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:bigtable/v1.18.1:googleapis_google_cloud_go_bigtable \ googleapis:google-cloud-go:compute/metadata/v0.2.3:googleapis_google_cloud_go_1/vendor/cloud.google.com/go/compute/metadata \ googleapis:google-cloud-go:compute/v1.20.1:googleapis_google_cloud_go_compute \ googleapis:google-cloud-go:longrunning/v0.4.1:googleapis_google_cloud_go_longrunning \ googleapis:google-cloud-go:pubsub/v1.30.0:googleapis_google_cloud_go_pubsub \ googleapis:google-cloud-go:storage/v1.29.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.110.2:googleapis_google_cloud_go \ googleapis:google-cloud-go:v0.13.0:googleapis_google_cloud_go_iam/vendor/cloud.google.com/go \ gophercloud:gophercloud:v1.2.0:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ grafana:cloudflare-go:c627cf6792f2:grafana_cloudflare_go/vendor/github.com/grafana/cloudflare-go \ grafana:dskit:740f56bd2934:grafana_dskit/vendor/github.com/grafana/dskit \ grafana:go-gelf:v2.0.1:grafana_go_gelf_v2/vendor/github.com/grafana/go-gelf/v2 \ grafana:gocql:ba5dc39ece85:grafana_gocql/vendor/github.com/gocql/gocql \ grafana:gomemcache:a081dae0aba9:grafana_gomemcache/vendor/github.com/grafana/gomemcache \ grafana:memberlist:09ffed8adbbe:grafana_memberlist/vendor/github.com/hashicorp/memberlist \ grafana:regexp:b4c2bcb0a4b6:grafana_regexp/vendor/github.com/grafana/regexp \ grafana:tail:77b18831edf0:grafana_tail/vendor/github.com/grafana/tail \ grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc-ecosystem:grpc-opentracing:8e809c8a8645:grpc_ecosystem_grpc_opentracing/vendor/github.com/grpc-ecosystem/grpc-opentracing \ grpc:grpc-go:v1.56.3:grpc_grpc_go/vendor/google.golang.org/grpc \ hailocab:go-hostpool:e80d13ce29ed:hailocab_go_hostpool/vendor/github.com/hailocab/go-hostpool \ hashicorp:consul:api/v1.20.0:hashicorp_consul_api \ hashicorp:consul:v1.5.1:hashicorp_consul/vendor/github.com/hashicorp/consul \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-hclog:v1.4.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.3.1:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.7.2:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-uuid:v1.0.3:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:golang-lru:v0.6.0:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:serf:v0.10.1:hashicorp_serf/vendor/github.com/hashicorp/serf \ heroku:x:v0.0.59:heroku_x/vendor/github.com/heroku/x \ huandu:xstrings:v1.3.3:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.15:imdario_mergo/vendor/github.com/imdario/mergo \ influxdata:go-syslog:a1889d947b48:influxdata_go_syslog_v3/vendor/github.com/influxdata/go-syslog/v3 \ influxdata:telegraf:v1.16.3:influxdata_telegraf/vendor/github.com/influxdata/telegraf \ jcmturner:aescts:v2.0.0:jcmturner_aescts_v2/vendor/github.com/jcmturner/aescts \ jcmturner:dnsutils:v2.0.0:jcmturner_dnsutils_v2/vendor/github.com/jcmturner/dnsutils \ jcmturner:gofork:v1.7.6:jcmturner_gofork/vendor/github.com/jcmturner/gofork \ jcmturner:gokrb5:v8.4.3:jcmturner_gokrb5_v8/vendor/github.com/jcmturner/gokrb5 \ jcmturner:rpc:v2.0.3:jcmturner_rpc_v2/vendor/github.com/jcmturner/rpc \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ joncrlsn:dque:956d14155fa2:joncrlsn_dque/vendor/github.com/joncrlsn/dque \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \ klauspost:compress:v1.16.7:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v2.2.5:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ kubernetes-sigs:json:bc3834ca7abd:kubernetes_sigs_json/vendor/sigs.k8s.io/json \ kubernetes-sigs:structured-merge-diff:v4.2.3:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.3.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.26.2:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:v0.26.2:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.26.2:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:klog:v2.90.1:kubernetes_klog_1/vendor/k8s.io/klog/v2 \ kubernetes:kube-openapi:afdc3dddf62d:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:utils:d77c459e9343:kubernetes_utils/vendor/k8s.io/utils \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ leodido:go-urn:v1.2.1:leodido_go_urn/vendor/github.com/leodido/go-urn \ leodido:ragel-machinery:299bdde78165:leodido_ragel_machinery/vendor/github.com/leodido/ragel-machinery \ mailru:easyjson:v0.7.7:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ mattn:go-isatty:v0.0.17:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.53:miekg_dns/vendor/github.com/miekg/dns \ minio:md5-simd:v1.1.2:minio_md5_simd/vendor/github.com/minio/md5-simd \ minio:minio-go:v7.0.61:minio_minio_go_v7/vendor/github.com/minio/minio-go/v7 \ minio:sha256-simd:v1.0.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-wordwrap:v1.0.1:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ moby:moby:v23.0.3:moby_moby/vendor/github.com/docker/docker \ moby:term:3f7ff695adc6:moby_term/vendor/github.com/moby/term \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ mongodb:mongo-go-driver:v1.11.2:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \ morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ ncw:swift:v1.0.53:ncw_swift/vendor/github.com/ncw/swift \ oklog:run:v1.1.0:oklog_run/vendor/github.com/oklog/run \ oklog:ulid:v1.3.1:oklog_ulid/vendor/github.com/oklog/ulid \ open-telemetry:opentelemetry-go-contrib:zpages/v0.40.0:open_telemetry_opentelemetry_go_contrib/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp \ open-telemetry:opentelemetry-go:metric/v0.37.0:open_telemetry_opentelemetry_go_1/vendor/go.opentelemetry.io/otel/metric \ open-telemetry:opentelemetry-go:v1.14.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.2:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opentracing-contrib:go-grpc:73cb765af46e:opentracing_contrib_go_grpc/vendor/github.com/opentracing-contrib/go-grpc \ opentracing-contrib:go-stdlib:v1.0.0:opentracing_contrib_go_stdlib/vendor/github.com/opentracing-contrib/go-stdlib \ opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ oschwald:geoip2-golang:v1.8.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \ oschwald:maxminddb-golang:v1.10.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pierrec:lz4:v4.1.17:pierrec_lz4_v4/vendor/github.com/pierrec/lz4/v4 \ pkg:browser:681adbf594b8:pkg_browser/vendor/github.com/pkg/browser \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:5d4384ee4fb2:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:alertmanager:v0.25.0:prometheus_alertmanager/vendor/github.com/prometheus/alertmanager \ prometheus:client_golang:v1.16.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.4.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.1.0:prometheus_common_sigv4/vendor/github.com/prometheus/common/sigv4 \ prometheus:common:v0.43.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:exporter-toolkit:v0.9.1:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.10.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:69155c6ba1e9:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ protocolbuffers:protobuf-go:v1.31.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rcrowley:go-metrics:cf1acfcdf475:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ richardartoul:molecule:v1.0.0:richardartoul_molecule/vendor/github.com/richardartoul/molecule \ rootless-containers:rootlesskit:v1.1.0:rootless_containers_rootlesskit/vendor/github.com/rootless-containers/rootlesskit \ rs:xid:v1.5.0:rs_xid/vendor/github.com/rs/xid \ rsc:binaryregexp:v0.2.0:rsc_binaryregexp/vendor/rsc.io/binaryregexp \ sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \ segmentio:fasthash:v1.0.3:segmentio_fasthash/vendor/github.com/segmentio/fasthash \ sercand:kuberesolver:v4.0.0:sercand_kuberesolver_v4/vendor/github.com/sercand/kuberesolver/v4 \ shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ shurcooL:httpfs:8d4bc4ba7749:shurcool_httpfs/vendor/github.com/shurcooL/httpfs \ shurcooL:vfsgen:0d455de96546:shurcool_vfsgen/vendor/github.com/shurcooL/vfsgen \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ soheilhy:cmux:v0.1.5:soheilhy_cmux/vendor/github.com/soheilhy/cmux \ sony:gobreaker:v0.5.0:sony_gobreaker/vendor/github.com/sony/gobreaker \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ spf13:afero:v1.9.5:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:objx:v0.5.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.8.3:stretchr_testify/vendor/github.com/stretchr/testify \ thanos-io:objstore:11ffbc490204:thanos_io_objstore/vendor/github.com/thanos-io/objstore \ tonistiigi:fifo:a9fb20d87448:tonistiigi_fifo/vendor/github.com/tonistiigi/fifo \ uber-go:atomic:v1.11.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:goleak:v1.2.1:uber_go_goleak/vendor/go.uber.org/goleak \ uber-go:multierr:v1.8.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.21.0:uber_go_zap/vendor/go.uber.org/zap \ uber:jaeger-client-go:v2.30.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v2.4.1:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \ ugorji:go:v1.1.7:ugorji_go_codec/vendor/github.com/ugorji/go \ weaveworks:common:334485600903:weaveworks_common/vendor/github.com/weaveworks/common \ weaveworks:promrus:v1.2.0:weaveworks_promrus/vendor/github.com/weaveworks/promrus \ willf:bitset:v1.1.11:willf_bitset/vendor/github.com/willf/bitset \ willf:bloom:v2.0.3:willf_bloom/vendor/github.com/willf/bloom \ xdg-go:pbkdf2:v1.0.0:xdg_go_pbkdf2/vendor/github.com/xdg-go/pbkdf2 \ xdg-go:scram:v1.1.2:xdg_go_scram/vendor/github.com/xdg-go/scram \ xdg-go:stringprep:v1.0.4:xdg_go_stringprep/vendor/github.com/xdg-go/stringprep \ yuin:gopher-lua:v1.1.0:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua USE_RC_SUBR= loki promtail GO_TARGET= ./cmd/loki ./cmd/loki-canary ./cmd/logcli ./clients/cmd/promtail GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=HEAD \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} \ ${LD_FLAG_X_PREFIX}.BuildDate=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") LD_FLAG_X_PREFIX= -X github.com/grafana/loki/pkg/util/build BUILD_USER?= ${USER} LOKI_USER?= loki LOKI_GROUP?= loki LOKI_DATADIR?= /var/db/${PORTNAME} PROMTAIL_USER?= promtail PROMTAIL_GROUP?= promtail PROMTAIL_DATADIR?= /var/db/promtail SUB_LIST= LOKI_USER=${LOKI_USER} \ LOKI_GROUP=${LOKI_GROUP} \ LOKI_DATADIR=${LOKI_DATADIR} \ PROMTAIL_USER=${PROMTAIL_USER} \ PROMTAIL_GROUP=${PROMTAIL_GROUP} \ PROMTAIL_DATADIR=${PROMTAIL_DATADIR} USERS= ${LOKI_USER} ${PROMTAIL_USER} GROUPS= ${LOKI_GROUP} ${PROMTAIL_GROUP} PLIST_SUB= ${SUB_LIST} post-extract: @${RLN} ${WRKSRC_googleapis_google_cloud_go} ${WRKSRC}/vendor/cloud.google.com/go @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/bigtable @${RLN} ${WRKSRC_googleapis_google_cloud_go_bigtable}/bigtable ${WRKSRC}/vendor/cloud.google.com/go/bigtable @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/compute @${RLN} ${WRKSRC_googleapis_google_cloud_go_compute}/compute ${WRKSRC}/vendor/cloud.google.com/go/compute @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/longrunning @${RLN} ${WRKSRC_googleapis_google_cloud_go_longrunning}/longrunning ${WRKSRC}/vendor/cloud.google.com/go/longrunning @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/pubsub @${RLN} ${WRKSRC_googleapis_google_cloud_go_pubsub}/pubsub ${WRKSRC}/vendor/cloud.google.com/go/pubsub @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azcore}/sdk/azcore ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore post-install: @${CP} ${WRKSRC}/cmd/loki/loki-local-config.yaml ${STAGEDIR}${PREFIX}/etc/loki.yaml.sample @${CP} ${WRKSRC}/clients/cmd/promtail/promtail-local-config.yaml ${STAGEDIR}${PREFIX}/etc/promtail.yaml.sample @${MKDIR} ${STAGEDIR}${LOKI_DATADIR} @${MKDIR} ${STAGEDIR}${LOKI_DATADIR}/rules-temp @${MKDIR} ${STAGEDIR}${PROMTAIL_DATADIR} .include diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index 8bb817b66044..7c9a88dffff4 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -1,27 +1,27 @@ PORTNAME= mackerel-agent DISTVERSIONPREFIX= v DISTVERSION= 0.86.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org COMMENT= Agent program to post your hosts' metrics to mackerel.io WWW= https://mackerel.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= mackerel_agent GO_MODULE= github.com/mackerelio/mackerel-agent post-patch: ${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" ${WRKSRC}/config/config_unix.go post-stage: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/mackerel-agent.sample.conf ${STAGEDIR}${ETCDIR} ${MV} ${STAGEDIR}${ETCDIR}/mackerel-agent.sample.conf \ ${STAGEDIR}${ETCDIR}/mackerel-agent.conf.sample .include diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index 2dacbdcf69ce..90f5a88e54a1 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -1,38 +1,38 @@ PORTNAME= minikube PORTVERSION= 1.37.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Run Kubernetes locally WWW= https://github.com/kubernetes/minikube LICENSE= APACHE20 BUILD_DEPENDS= go-bindata:devel/go-bindata USES= cpe go:modules CPE_VENDOR= kubernetes GO_MODULE= github.com/kubernetes/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X k8s.io/minikube/pkg/version.version=v${PORTVERSION} \ -X k8s.io/minikube/pkg/version.isoVersion=v1.37.0 \ -X k8s.io/minikube/pkg/version.storageProvisionerVersion=v5 \ -X k8s.io/minikube/pkg/version.isoPath=minikube/iso" PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message pre-build: cd ${WRKSRC} && \ ${LOCALBASE}/bin/go-bindata -nomemcopy \ -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/... && \ ${LOCALBASE}/bin/go-bindata -nomemcopy \ -o pkg/minikube/translate/translations.go -pkg translate translations/... && \ ${LOCALBASE}/bin/gofmt${GO_SUFFIX} -s -w pkg/minikube/translate/translations.go .include diff --git a/sysutils/mkr/Makefile b/sysutils/mkr/Makefile index c8a303990c27..70d84d8c3662 100644 --- a/sysutils/mkr/Makefile +++ b/sysutils/mkr/Makefile @@ -1,32 +1,32 @@ PORTNAME= mkr DISTVERSIONPREFIX= v DISTVERSION= 0.63.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org COMMENT= Command line tool for Mackerel WWW= https://github.com/mackerelio/mkr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/mackerelio/mkr GO_BUILDFLAGS= -ldflags="-s -w" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}&|" \ ${WRKSRC}/vendor/github.com/mackerelio/mackerel-agent/config/config_unix.go post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/mods/Makefile b/sysutils/mods/Makefile index 4c0c21701676..232a5eaef727 100644 --- a/sysutils/mods/Makefile +++ b/sysutils/mods/Makefile @@ -1,62 +1,62 @@ PORTNAME= mods DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= mopp7@proton.me COMMENT= AI for the command line, built for pipelines WWW= https://github.com/charmbracelet/mods LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Requires Go module modernc.org/libc, which only supports FreeBSD aarch64 and amd64 USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_SHA= 9b36cf8 GO_MODULE= github.com/charmbracelet/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.Version=${_BUILD_VERSION} \ -X main.CommitSHA=${_BUILD_SHA}" PLIST_FILES= bin/${PORTNAME} DOCS= config_template.yml README.md PORTDOCS= ${DOCS:T} OPTIONS_DEFINE= COMPLETIONS DOCS COMPLETIONS_DESC= Build and/or install shell completions COMPLETIONS_PLIST_FILES= etc/bash_completion.d/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} post-build-COMPLETIONS-on: @${MKDIR} ${GO_WRKSRC}/completions .for sh in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${sh} > \ ${GO_WRKSRC}/completions/${PORTNAME}.${sh} .endfor post-install-COMPLETIONS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index 75eed283a3ec..391275a8226d 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -1,27 +1,27 @@ PORTNAME= mongodb_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.45.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Prometheus exporter for MongoDB WWW= https://github.com/percona/mongodb_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_RC_SUBR= mongodb_exporter GO_MODULE= github.com/percona/mongodb_exporter GO_BUILDFLAGS= -ldflags='\ -s -w \ -X main.version=${DISTVERSIONPREFIX}${DISTVERSION} \ -X main.GitCommit=${GITID} \ -X main.GoVersion=${GO_DEFAULT_VERSION}' PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/mtail/Makefile b/sysutils/mtail/Makefile index a725da31a02b..48e1e8ef7191 100644 --- a/sysutils/mtail/Makefile +++ b/sysutils/mtail/Makefile @@ -1,45 +1,45 @@ PORTNAME= mtail DISTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= feld@FreeBSD.org COMMENT= Extract internal monitoring data from application logs WWW= https://github.com/google/mtail LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_TARGET= ./cmd/mtail ./cmd/mfmt USE_GITHUB= yes GH_ACCOUNT= google USE_RC_SUBR= mtail SUB_FILES+= pkg-message SUB_LIST= USERS=${USERS} \ ETCDIR=${ETCDIR} \ DOCSDIR=${DOCSDIR} \ EXAMPLESDIR=${EXAMPLESDIR} USERS= mtail GROUPS= mtail DOCS= docs/*.md EXAMPLES= examples/*.mtail OPTIONS_DEFINE= DOCS EXAMPLES # make gomod-vendor > Makefile.gomod .include "${.CURDIR}/Makefile.gomod" post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/ .include diff --git a/sysutils/mult/Makefile b/sysutils/mult/Makefile index 52fd7c8ce578..2abf39cc9962 100644 --- a/sysutils/mult/Makefile +++ b/sysutils/mult/Makefile @@ -1,23 +1,23 @@ PORTNAME= mult DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org COMMENT= Run a command multiple times and glance at the outputs WWW= https://github.com/dhth/mult LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dhth GO_MODULE= github.com/dhth/mult PLIST_FILES= bin/mult .include diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile index 7b49dc374204..e2075cd304e8 100644 --- a/sysutils/nerdctl/Makefile +++ b/sysutils/nerdctl/Makefile @@ -1,54 +1,55 @@ PORTNAME= nerdctl DISTVERSIONPREFIX= v DISTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= laurent.chardon@gmail.com COMMENT= Docker-compatible CLI for containerd WWW= https://github.com/containerd/nerdctl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/containerd/nerdctl/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "-s -w -X ${GO_MODULE}/pkg/version.Version=${DISTVERSIONFULL}" PLIST_FILES= bin/containerd-rootless-setuptool.sh \ bin/containerd-rootless.sh \ bin/nerdctl \ etc/bash_completion.d/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS pre-fetch: @${MKDIR} ${DISTDIR}/${DIST_SUBDIR}/mod/tigron [ -e ${DISTDIR}/${DIST_SUBDIR}/go.mod ] || \ (${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ https://raw.githubusercontent.com/containerd/nerdctl/v${DISTVERSION}/go.mod \ -o ${DISTDIR}/${DIST_SUBDIR}/go.mod; \ ${REINPLACE_CMD} '/tigron/d' ${DISTDIR}/${DIST_SUBDIR}/go.mod) post-install: ${INSTALL_SCRIPT} ${WRKSRC}/extras/rootless/* ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions \ ${WRKDIR}/tmp ${STAGEDIR}${PREFIX}/bin/${PORTNAME} --data-root=${WRKDIR}/tmp completion bash \ > ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} --data-root=${WRKDIR}/tmp completion fish \ > ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/${PORTNAME}.fish ${STAGEDIR}${PREFIX}/bin/${PORTNAME} --data-root=${WRKDIR}/tmp completion zsh \ > ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR}) .include diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index ab39da3f2411..7fcb4b72cc79 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,36 +1,36 @@ PORTNAME= node_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk COMMENT= Prometheus exporter for machine metrics WWW= https://github.com/prometheus/node_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake go:modules shebangfix USE_RC_SUBR= node_exporter GO_MODULE= github.com/prometheus/${PORTNAME} GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" OPTIONS_DEFINE= DOCS BUILD_USER?= ${USER} LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Version=${DISTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${DISTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=release-${DISTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} LD_FLAG_X_PREFIX= -X github.com/prometheus/common/version post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/nomad-pot-driver/Makefile b/sysutils/nomad-pot-driver/Makefile index 1bb7db01c38a..6596f712771a 100644 --- a/sysutils/nomad-pot-driver/Makefile +++ b/sysutils/nomad-pot-driver/Makefile @@ -1,24 +1,24 @@ PORTNAME= nomad-pot-driver DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Nomad driver to support pot jails WWW= https://www.nomadproject.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nomad:sysutils/nomad \ pot>=0.16.0:sysutils/pot USES= go:modules GO_MODULE= github.com/bsdpot/nomad-pot-driver GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-pot-driver SUB_FILES= pkg-message PLIST_FILES= ${PREFIX}/libexec/nomad/plugins/nomad-pot-driver .include diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index cc30a75c0757..a77ab0f26b9d 100644 --- a/sysutils/nomad/Makefile +++ b/sysutils/nomad/Makefile @@ -1,52 +1,52 @@ PORTNAME= nomad DISTVERSIONPREFIX= v DISTVERSION= 1.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/nomad/${DISTVERSIONFULL}/ DISTFILES= go.mod \ api/go.mod # Patches with fixes: # - Fix default client retry configuration # - Allow disabling "wait" again # - Fix runaway render loop in consul-template PATCH_SITES= https://github.com/hashicorp/${PORTNAME}/commit/ PATCHFILES+= 7b89c0ee28b17a742b97ecd9c6601ba7839748cb.diff:-p1 \ 590b085246c58bb233b2c1a59b3f22a0bf2e2bd4.diff:-p1 \ 37fb418a160a380ee20dc19ea3eaecf0bbd27e64.diff:-p1 MAINTAINER= jhixson@FreeBSD.org COMMENT= Cluster manager and scheduler WWW= https://www.nomadproject.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp USE_RC_SUBR= nomad GO_MODULE= github.com/hashicorp/nomad GO_BUILDFLAGS= -tags ui \ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" USERS= nomad GROUPS= nomad post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad ${INSTALL_DATA} ${WRKSRC}/demo/vagrant/client1.hcl ${STAGEDIR}${PREFIX}/etc/nomad/client1.hcl.sample ${INSTALL_DATA} ${WRKSRC}/demo/vagrant/client2.hcl ${STAGEDIR}${PREFIX}/etc/nomad/client2.hcl.sample ${INSTALL_DATA} ${WRKSRC}/demo/vagrant/server.hcl ${STAGEDIR}${PREFIX}/etc/nomad/server.hcl.sample # Bring DISTINFO_FILE into scope so we can get the timestamp. .include SOURCE_DATE_EPOCH_CMD= date -ur \ $$(${GREP} -m1 TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y-%m-%dT%H:%M:%SZ' .include diff --git a/sysutils/nut_exporter/Makefile b/sysutils/nut_exporter/Makefile index d2d793b6a51d..1b4c2b9c63c8 100644 --- a/sysutils/nut_exporter/Makefile +++ b/sysutils/nut_exporter/Makefile @@ -1,49 +1,49 @@ PORTNAME= nut_exporter DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= sysutils MAINTAINER= bsd@j-star.org COMMENT= Prometheus exporter for the Network UPS Tools server WWW= https://github.com/DRuggeri/nut_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= DRuggeri GH_TUPLE= alecthomas:kingpin:v2.3.2:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ go-kit:log:v0.2.1:go_kit_log/vendor/github.com/go-kit/log \ go-logfmt:logfmt:v0.5.1:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:v0.7.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.6.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:v0.1.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.8.0:golang_text/vendor/golang.org/x/text \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ prometheus:client_golang:v1.14.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.41.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:exporter-toolkit:feef77d71811:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.9.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.28.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ robbiet480:go.nut:bd8f121e1fa1:robbiet480_go_nut/vendor/github.com/robbiet480/go.nut \ rogpeppe:go-internal:v1.9.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2 USE_RC_SUBR= nut_exporter PLIST_FILES= bin/nut_exporter .include diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 2b2032c84876..69b5dc8ecfdd 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -1,43 +1,43 @@ PORTNAME= oc PORTVERSION= 4.9 DISTVERSIONPREFIX= release- -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org COMMENT= OpenShift Command Line WWW= https://github.com/openshift/oc LICENSE= APACHE20 LICENSE_FILE= ${GO_WRKSRC}/LICENSE USES= go:modules LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme PLIST_FILES= bin/oc USE_GITHUB= yes GH_ACCOUNT= jhixson74 GH_SUBDIR= src/github.com/openshift/oc GIT_COMMIT= ddd7170fca667fef6397f5f27f7a5a41d7769b75 GH_TUPLE= golang:sys:v0.6.0:sys GO_BUILDFLAGS= -ldflags="${STRIP} -w \ -X github.com/openshift/oc/pkg/version.commitFromGit=${DISTVERSIONPREFIX}${PORTVERSION} \ -X github.com/openshift/oc/pkg/version.versionFromGit=${PORTVERSION} \ -X github.com/openshift/oc/pkg/version.majorFromGit=${PORTVERSION:S/\.[0-9]+$//} \ -X github.com/openshift/oc/pkg/version.miniorFromGit=${PORTVERSION:S/^[0-9]+\.//} \ -X github.com/openshift/oc/pkg/version.gitTreeState=dirty" GO_TARGET= ./cmd/${PORTNAME} post-extract: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index 716da92a1991..9df42ac2f5cd 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -1,21 +1,21 @@ PORTNAME= opa DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Open Policy Agent for policy enforcement across the entire stack WWW= https://www.openpolicyagent.org/ \ https://github.com/open-policy-agent/opa LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/open-policy-agent/opa PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile index 6444c0cffc07..bb7db8cf144e 100644 --- a/sysutils/packer/Makefile +++ b/sysutils/packer/Makefile @@ -1,21 +1,21 @@ PORTNAME= packer PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= brad@facefault.org COMMENT= Tool for creating machine images WWW= https://www.packer.io/ LICENSE_NAME= Business Source License 1.1 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror pkg-sell auto-accept USES= cpe go:modules CPE_VENDOR= hashicorp GO_MODULE= github.com/hashicorp/packer PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/paladin/Makefile b/sysutils/paladin/Makefile index dad36b9d2f60..9d715efbd9e6 100644 --- a/sysutils/paladin/Makefile +++ b/sysutils/paladin/Makefile @@ -1,29 +1,29 @@ PORTNAME= paladin PORTVERSION= 2.0.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= rwestlun@gmail.com COMMENT= Simple process supervisor WWW= https://github.com/rwestlund/paladin LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X main.localbase=${PREFIX}" USE_GITHUB= yes GH_ACCOUNT= rwestlund GH_TUPLE= golang:sys:v0.5.0:sys/vendor/golang.org/x/sys_ pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_ ${WRKSRC}/vendor/golang.org/x/sys post-install: @${CP} ${WRKSRC}/etc/paladin.conf.sample ${STAGEDIR}/${LOCALBASE}/etc/ @${CP} ${WRKSRC}/etc/rc.d/paladin ${STAGEDIR}/${LOCALBASE}/etc/rc.d/ .include diff --git a/sysutils/pipeform/Makefile b/sysutils/pipeform/Makefile index 38a407130494..e31d3b83b56d 100644 --- a/sysutils/pipeform/Makefile +++ b/sysutils/pipeform/Makefile @@ -1,22 +1,22 @@ PORTNAME= pipeform DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org COMMENT= TUI for Terraform runtime progress WWW= https://github.com/magodo/pipeform LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/magodo/pipeform CGO_ENABLED= 0 PLIST_FILES= bin/pipeform .include diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index e03f14385e66..49a8101c3618 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,36 +1,36 @@ PORTNAME= podman DISTVERSIONPREFIX= v DISTVERSION= 5.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Manage Pods, Containers and Container Images WWW= https://podman.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ ggrep:textproc/gnugrep \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= conmon:sysutils/conmon \ containernetworking-plugins>=0:net/containernetworking-plugins \ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail USES= gmake go:1.24+,no_targets pkgconfig python:build shebangfix USE_RC_SUBR= podman podman_service SHEBANG_FILES= ${WRKSRC}/hack/markdown-preprocess MAKE_ARGS= SHELL=${LOCALBASE}/bin/bash USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= podman INSTALL_TARGET= install install.completions .include diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile index 9d0c4f91dbf5..072bf00c7aa7 100644 --- a/sysutils/popeye/Makefile +++ b/sysutils/popeye/Makefile @@ -1,32 +1,32 @@ PORTNAME= popeye DISTVERSIONPREFIX= v DISTVERSION= 0.22.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Kubernetes cluster resource sanitizer WWW= https://popeye.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS_REASON= Compilation fails due to integer overflow NOT_FOR_ARCHS= armv7 i386 USES= go:modules _BUILD_DATE= $$(date -u +"%FT%T%z") _BUILD_HASH= f736e64 GO_MODULE= github.com/derailed/popeye GO_BUILDFLAGS= -ldflags "\ -w \ -X ${GO_MODULE}/cmd.version=${DISTVERSION} \ -X ${GO_MODULE}/cmd.commit=${_BUILD_HASH} \ -X ${GO_MODULE}/cmd.date=${_BUILD_DATE}" \ -a -tags netgo PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile index 0a7c417905d9..4fc2475c5938 100644 --- a/sysutils/rest-server/Makefile +++ b/sysutils/rest-server/Makefile @@ -1,24 +1,24 @@ PORTNAME= rest-server DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Performant HTTP server for sysutils/restic backend API WWW= https://github.com/restic/rest-server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= restserver GO_MODULE= github.com/restic/rest-server GO_TARGET= ./cmd/rest-server USERS= restserver GROUPS= restserver PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 6d4b05db6d38..2b7ebe663b4e 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,29 +1,29 @@ PORTNAME= restic DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast, secure, efficient backup program WWW= https://restic.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/restic/restic GO_TARGET= ./cmd/${PORTNAME} PLIST_SUB= PORTNAME=${PORTNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL} -d ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_SCRIPT} ${WRKSRC}/doc/bash-completion.sh \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh ${INSTALL} -d ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index af53214e21d9..d87ea7caa1bc 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -1,26 +1,26 @@ PORTNAME= runj DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails WWW= https://github.com/samuelkarp/runj LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi USES= go:modules GO_MODULE= github.com/samuelkarp/runj GO_TARGET= ./cmd/runj \ ./cmd/runj-entrypoint \ ./cmd/containerd-shim-runj-v1 PLIST_FILES= bin/runj \ bin/runj-entrypoint \ bin/containerd-shim-runj-v1 .include diff --git a/sysutils/rush/Makefile b/sysutils/rush/Makefile index bc368ba5c1b3..5425a540065c 100644 --- a/sysutils/rush/Makefile +++ b/sysutils/rush/Makefile @@ -1,21 +1,21 @@ PORTNAME= rush DISTVERSIONPREFIX= v DISTVERSION= 0.5.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils PKGNAMESUFFIX= -parallelization-tool MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line tool for executing jobs in parallel WWW= https://github.com/shenwei356/rush LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/shenwei356/rush PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/sake/Makefile b/sysutils/sake/Makefile index 059b25030fd7..dd32aadc4de9 100644 --- a/sysutils/sake/Makefile +++ b/sysutils/sake/Makefile @@ -1,27 +1,27 @@ PORTNAME= sake PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Task runner for local and remote hosts WWW= https://sakecli.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= alajmo GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/sake \ share/man/man1/sake.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/core/sake.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 9a904ea18a6b..3ca0b89a6794 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -1,171 +1,171 @@ PORTNAME= sensu-go PORTVERSION= 6.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io COMMENT= Ephemeral infrastructure and distributed applications monitoring WWW= https://github.com/sensu/sensu-go/ LICENSE= APACHE20 USES= go USE_RC_SUBR= sensu-agent USE_GITHUB= yes GH_ACCOUNT= sensu GO_TARGET= sensu-go/cmd/sensu-agent _BUILD_DATE= $$(date -u +%Y-%m-%dT%H:%M:%S%z) VERSIONMOD= sensu-go/vendor/github.com/sensu/sensu-go/version GO_BUILDFLAGS= -ldflags " \ -X ${VERSIONMOD}.Version=${PORTVERSION} \ -X ${VERSIONMOD}.BuildDate=${_BUILD_DATE} \ -X ${VERSIONMOD}.BuildSHA=v${PORTVERSION}" GH_TUPLE= \ AlecAivazis:survey:v2.2.14:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ andybalholm:brotli:v1.0.0:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ ash2k:stager:6e9c7b0eacd4:ash2k_stager/vendor/github.com/ash2k/stager \ atlassian:gostatsd:af796620006e:atlassian_gostatsd/vendor/github.com/atlassian/gostatsd \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ cenkalti:backoff:v4.1.1:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ coreos:go-systemd:fd7a80b32e1f:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:go-systemd:v22.3.2:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ dave:jennifer:d8bdbdbee4e1:dave_jennifer/vendor/github.com/dave/jennifer \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ echlebek:crock:v1.0.1:echlebek_crock/vendor/github.com/echlebek/crock \ echlebek:timeproxy:v1.0.0:echlebek_timeproxy/vendor/github.com/echlebek/timeproxy \ emicklei:proto:v1.1.0:emicklei_proto/vendor/github.com/emicklei/proto \ etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ etcd-io:etcd:v3.5.5:etcd_io_etcd/vendor/go.etcd.io/etcd \ evanphx:json-patch:v5.1.0:evanphx_json_patch_v5/vendor/github.com/evanphx/json-patch \ form3tech-oss:jwt-go:v3.2.3:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ frankban:quicktest:v1.7.2:frankban_quicktest/vendor/github.com/frankban/quicktest \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-resty:resty:v2.5.0:go_resty_resty_v2/vendor/github.com/go-resty/resty/v2 \ go-sourcemap:sourcemap:v1.0.5:go_sourcemap_sourcemap/vendor/gopkg.in/sourcemap.v1 \ go-test:deep:v1.0.8:go_test_deep/vendor/github.com/go-test/deep \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang-jwt:jwt:v4.0.0:golang_jwt_jwt_v4/vendor/github.com/golang-jwt/jwt/v4 \ golang:crypto:7b82a4e95df4:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:69e39bad7dc2:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.4:golang_snappy/vendor/github.com/golang/snappy \ golang:sys:97ac67df715c:golang_sys/vendor/golang.org/x/sys \ golang:term:a79de5458b56:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:time:f8bda1e9f3ba:golang_time/vendor/golang.org/x/time \ google:btree:v1.0.1:google_btree/vendor/github.com/google/btree \ google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ graph-gophers:dataloader:78139374585c:graph_gophers_dataloader/vendor/github.com/graph-gophers/dataloader \ grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \ grpc-ecosystem:grpc-gateway:v1.16.0:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \ grpc:grpc-go:v1.41.0:grpc_grpc_go/vendor/google.golang.org/grpc \ gxed:GoEndian:0f5c6873267e:gxed_goendian/vendor/github.com/gxed/GoEndian \ gxed:eventfd:80a92cca79a8:gxed_eventfd/vendor/github.com/gxed/eventfd \ h2non:filetype:v1.0.3:h2non_filetype/vendor/gopkg.in/h2non/filetype.v1 \ hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ influxdata:line-protocol:9aa0e372d097:influxdata_line_protocol/vendor/github.com/influxdata/line-protocol \ ipfs:go-log:v1.0.4:ipfs_go_log/vendor/github.com/ipfs/go-log \ ipfs:go-log:v2.0.5:ipfs_go_log_v2/vendor/github.com/ipfs/go-log/v2 \ jamesdphillips:graphql:v0.8.2:jamesdphillips_graphql/vendor/github.com/graphql-go/graphql \ jbenet:go-reuseport:15a1cd37f050:jbenet_go_reuseport/vendor/github.com/jbenet/go-reuseport \ jonboulle:clockwork:v0.2.2:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:compress:v1.9.2:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:pgzip:v1.2.1:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ kr:pty:v1.1.8:kr_pty/vendor/github.com/kr/pty \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ libp2p:go-reuseport:15a1cd37f050:libp2p_go_reuseport \ libp2p:go-sockaddr:v0.1.0:libp2p_go_sockaddr/vendor/github.com/libp2p/go-sockaddr \ lufia:plan9stats:39d0f177ccd0:lufia_plan9stats/vendor/github.com/lufia/plan9stats \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ mholt:archiver:44285f7ed244:mholt_archiver_v3/vendor/github.com/mholt/archiver/v3 \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \ nwaples:rardecode:v1.0.0:nwaples_rardecode/vendor/github.com/nwaples/rardecode \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ open-telemetry:opentelemetry-go-contrib:v1.0.0:open_telemetry_opentelemetry_go_contrib/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc \ open-telemetry:opentelemetry-go:v1.0.1:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ open-telemetry:opentelemetry-proto-go:v0.9.0:open_telemetry_opentelemetry_proto_go/vendor/go.opentelemetry.io/proto/otlp \ opentracing:opentracing-go:v1.1.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pierrec:lz4:v3.0.1:pierrec_lz4_v3/vendor/github.com/pierrec/lz4/v3 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ power-devops:perfstat:5aafc221ea8c:power_devops_perfstat/vendor/github.com/power-devops/perfstat \ prometheus:client_golang:v1.11.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.26.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ robertkrimen:otto:c382bd3c16ff:robertkrimen_otto/vendor/github.com/robertkrimen/otto \ robfig:cron:v3.0.1:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \ sensu:lasr:v1.2.1:sensu_lasr/vendor/github.com/sensu/lasr \ sensu:sensu-go:types/v0.11.0:sensu_sensu_go_types/vendor/github.com/sensu/sensu-go \ shirou:gopsutil:v3.21.12:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil/v3 \ sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ soheilhy:cmux:v0.1.5:soheilhy_cmux/vendor/github.com/soheilhy/cmux \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tklauser:go-sysconf:v0.3.9:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.3.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ tmc:grpc-websocket-proxy:e5319fda7802:tmc_grpc_websocket_proxy/vendor/github.com/tmc/grpc-websocket-proxy \ uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.6.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.17.0:uber_go_zap/vendor/go.uber.org/zap \ ulikunitz:xz:v0.5.10:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ willf:pad:b3d780601022:willf_pad/vendor/github.com/willf/pad \ xi2:xz:48954b6210f8:xi2_xz/vendor/github.com/xi2/xz \ xiang90:probing:43a291ad63a2:xiang90_probing/vendor/github.com/xiang90/probing \ yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi post-extract: @${MKDIR} ${WRKSRC}/vendor/github.com/libp2p @${RLN} ${WRKSRC_jbenet_go_reuseport} ${WRKSRC}/vendor/github.com/libp2p/go-reuseport @(cd ${WRKSRC_etcd_io_etcd}/api && ${LN} -s ../api v3) @(cd ${WRKSRC_etcd_io_etcd}/pkg && ${LN} -s ../pkg v3) @(cd ${WRKSRC_etcd_io_etcd}/client/pkg && ${LN} -s ../pkg v3) @${REINPLACE_CMD} -e 's|Version = ""|Version string = "${PORTVERSION}"|g' \ -e 's|BuildDate string|BuildDate string = "${_BUILD_DATE}"|g' \ -e 's|BuildSHA string|BuildSHA string = "v${PORTVERSION}"|g' \ ${WRKSRC}/version/version.go post-install: ${INSTALL_DATA} ${FILESDIR}/sensu-agent.yml.sample ${STAGEDIR}${PREFIX}/etc/ .include diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index 50ee097caaa5..8a2e3ac470e7 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -1,68 +1,68 @@ PORTNAME= serf DISTVERSIONPREFIX= v DISTVERSION= 0.10.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- MAINTAINER= bofh@FreeBSD.org COMMENT= Service discovery and configuration made easy WWW= https://www.serf.io/ LICENSE= MPL20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_TUPLE= \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.1:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ armon:circbuf:bbbad097214e:armon_circbuf/vendor/github.com/armon/circbuf \ armon:go-metrics:v0.4.1:armon_go_metrics/vendor/github.com/armon/go-metrics \ armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \ bgentry:speakeasy:v0.1.0:bgentry_speakeasy/vendor/github.com/bgentry/speakeasy \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ golang:crypto:v0.17.0:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.13.0:golang_mod/vendor/golang.org/x/mod \ golang:net:v0.17.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.15.0:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.14.0:golang_tools/vendor/golang.org/x/tools \ google:btree:v1.1.2:google_btree/vendor/github.com/google/btree \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-immutable-radix:v1.3.1:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-metrics:v0.5.4:hashicorp_go_metrics/vendor/github.com/hashicorp/go-metrics \ hashicorp:go-msgpack:v2.1.2:hashicorp_go_msgpack_v2/vendor/github.com/hashicorp/go-msgpack/v2 \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-sockaddr:v1.0.5:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:go-syslog:v1.0.0:hashicorp_go_syslog/vendor/github.com/hashicorp/go-syslog \ hashicorp:go-uuid:v1.0.1:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:golang-lru:v1.0.2:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \ hashicorp:mdns:v1.0.5:hashicorp_mdns/vendor/github.com/hashicorp/mdns \ hashicorp:memberlist:v0.5.2:hashicorp_memberlist/vendor/github.com/hashicorp/memberlist \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ miekg:dns:v1.1.56:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:cli:v1.1.5:mitchellh_cli/vendor/github.com/mitchellh/cli \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ posener:complete:v1.2.3:posener_complete/vendor/github.com/posener/complete \ ryanuber:columnize:v2.1.2:ryanuber_columnize/vendor/github.com/ryanuber/columnize \ sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \ shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast USE_RC_SUBR= serf GO_TARGET= ./cmd/${PORTNAME} USERS= serf GROUPS= serf PLIST_FILES= bin/serf .include diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index 0c14551042a4..65f1c4da0def 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -1,25 +1,25 @@ PORTNAME= siegfried DISTVERSIONPREFIX= v DISTVERSION= 1.11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= File identification tool WWW= https://github.com/richardlehane/siegfried LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/richardlehane/siegfried GO_TARGET= ./cmd/sf PLIST_FILES= bin/sf do-test: @cd ${WRKSRC} && \ ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \ ./cmd/sf .include diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile index fa823dba40ef..e27d562cefc4 100644 --- a/sysutils/skopeo/Makefile +++ b/sysutils/skopeo/Makefile @@ -1,31 +1,31 @@ PORTNAME= skopeo DISTVERSIONPREFIX= v DISTVERSION= 1.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Inspect container images and repositories on registries WWW= https://github.com/containers/skopeo LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ curl:ftp/curl \ go-md2man:textproc/go-md2man LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= ${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/containers-common USES= gmake go:1.24+,modules,no_targets pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers do-install: ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${WRKSRC} \ DESTDIR=${STAGEDIR} GOCACHE=${TMPDIR} \ GO=${GO_CMD} install-binary install-docs install-completions ${MKDIR} ${STAGEDIR}${PREFIX}/etc/containers/registries.d ${INSTALL_DATA} ${WRKSRC}/default.yaml ${STAGEDIR}${PREFIX}/etc/containers/registries.d/default.yaml .include diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index e3455f720b6a..7492b492532a 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -1,49 +1,49 @@ PORTNAME= smug DISTVERSIONPREFIX= v DISTVERSION= 0.3.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Session manager and task runner for tmux WWW= https://github.com/ivaaaan/smug LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tmux:sysutils/tmux USES= go:modules GO_MODULE= github.com/ivaaaan/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.Version=${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CODE_OF_CONDUCT.md README.md OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES OPTIONS_DEFAULT= COMPLETIONS MANPAGES COMPLETIONS_DESC= Install bash and fish shell completions COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-install-COMPLETIONS-on: .for _shell in bash fish ${INSTALL_DATA} ${WRKSRC}/completion/${PORTNAME}.${_shell} \ ${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/snmp_exporter/Makefile b/sysutils/snmp_exporter/Makefile index 032a7a907354..df0b25a41f89 100644 --- a/sysutils/snmp_exporter/Makefile +++ b/sysutils/snmp_exporter/Makefile @@ -1,27 +1,27 @@ PORTNAME= snmp_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.29.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= ivy@FreeBSD.org COMMENT= SNMP Exporter for Prometheus WWW= https://github.com/prometheus/snmp_exporter LICENSE= APACHE20 LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES= go:modules USE_RC_SUBR= snmp_exporter GO_MODULE= github.com/prometheus/snmp_exporter GO_TARGET= . \ ./generator:snmp_exporter_generator post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/snmp_exporter/ ${INSTALL_DATA} ${WRKSRC}/snmp.yml ${STAGEDIR}${PREFIX}/etc/snmp_exporter/snmp.yml.sample ${INSTALL_DATA} ${WRKSRC}/generator/generator.yml ${STAGEDIR}${PREFIX}/etc/snmp_exporter/generator.yml.sample .include diff --git a/sysutils/snmp_exporter20/Makefile b/sysutils/snmp_exporter20/Makefile index c9d55855a188..aaf0d7e91af5 100644 --- a/sysutils/snmp_exporter20/Makefile +++ b/sysutils/snmp_exporter20/Makefile @@ -1,60 +1,60 @@ PORTNAME= snmp_exporter PORTVERSION= 0.20.0 DISTVERSIONPREFIX=v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils PKGNAMESUFFIX= 20 MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= SNMP Exporter for Prometheus (version 0.20.0) WWW= https://github.com/prometheus/snmp_exporter LICENSE= APACHE20 LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES= go:modules USE_GITHUB= yes GH_ACCOUNT= prometheus GH_TUPLE= \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:f65c72e2690d:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:5f87f3452ae9:golang_crypto/vendor/golang.org/x/crypto \ golang:net:4c5254603344:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ gosnmp:gosnmp:v1.29.0:gosnmp_gosnmp/vendor/github.com/gosnmp/gosnmp \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.9.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.15.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:exporter-toolkit:v0.5.1:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf USE_RC_SUBR= snmp_exporter GO_TARGET= . \ ./generator:snmp_exporter_generator CONFLICTS_INSTALL= snmp_exporter post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${GO_WRKSRC}/generator/main.go post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/snmp_exporter/ ${INSTALL_DATA} ${FILESDIR}/generator.yml ${STAGEDIR}${PREFIX}/etc/snmp_exporter/generator.yml.sample .include diff --git a/sysutils/sockaddr/Makefile b/sysutils/sockaddr/Makefile index 1f5fe0e98640..bfc685a2ba24 100644 --- a/sysutils/sockaddr/Makefile +++ b/sysutils/sockaddr/Makefile @@ -1,20 +1,20 @@ PORTNAME= sockaddr DISTVERSIONPREFIX= v DISTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Command line utility for querying IP information WWW= https://github.com/hashicorp/go-sockaddr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/hashicorp/go-sockaddr GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/sockaddr .include diff --git a/sysutils/stackit/Makefile b/sysutils/stackit/Makefile index 5a15e74c05dc..47ae23b69242 100644 --- a/sysutils/stackit/Makefile +++ b/sysutils/stackit/Makefile @@ -1,19 +1,20 @@ PORTNAME= stackit DISTVERSIONPREFIX= v DISTVERSION= 0.53.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com COMMENT= Command-line interface to manage STACKIT resources WWW= https://github.com/stackitcloud/stackit-cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules GO_MODULE= github.com/stackitcloud/stackit-cli GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/tempo/Makefile b/sysutils/tempo/Makefile index 3e65705788c9..24293170568e 100644 --- a/sysutils/tempo/Makefile +++ b/sysutils/tempo/Makefile @@ -1,54 +1,54 @@ PORTNAME= tempo DISTVERSIONPREFIX= v DISTVERSION= 2.7.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES+= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/ PKGNAMEPREFIX= grafana- DISTFILES= go.mod MAINTAINER= daniel@morante.net COMMENT= High volume, minimal dependency distributed tracing backend WWW= https://github.com/grafana/tempo LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= grafana GH_PROJECT= tempo USE_RC_SUBR= tempo GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./cmd/tempo ./cmd/tempo-query ./cmd/tempo-cli ./cmd/tempo-vulture GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Version=${DISTVERSION} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Branch=HEAD \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} \ ${LD_FLAG_X_PREFIX}.BuildDate=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") LD_FLAG_X_PREFIX= -X github.com/grafana/tempo/pkg/util/build BUILD_USER?= ${USER} TEMPO_USER?= tempo TEMPO_GROUP?= tempo TEMPO_DATADIR?= /var/db/${PORTNAME} SUB_LIST= TEMPO_USER=${TEMPO_USER} \ TEMPO_GROUP=${TEMPO_GROUP} \ TEMPO_DATADIR=${TEMPO_DATADIR} \ USERS= ${TEMPO_USER} GROUPS= ${TEMPO_GROUP} PLIST_SUB= ${SUB_LIST} post-install: @${CP} ${WRKSRC}/example/docker-compose/shared/tempo.yaml ${STAGEDIR}${PREFIX}/etc/tempo.yaml.sample @${MKDIR} ${STAGEDIR}${TEMPO_DATADIR} .include diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 371f0e5f6202..ed197940d046 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,19 +1,19 @@ PORTNAME= terraform-docs DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils textproc MAINTAINER= dutra@FreeBSD.org COMMENT= Generate documentation from Terraform modules WWW= https://github.com/terraform-docs/terraform-docs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/terraform-docs/terraform-docs PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/terraform-provider-gridscale/Makefile b/sysutils/terraform-provider-gridscale/Makefile index 58ab7be2f215..3d132882e8aa 100644 --- a/sysutils/terraform-provider-gridscale/Makefile +++ b/sysutils/terraform-provider-gridscale/Makefile @@ -1,28 +1,28 @@ PORTNAME= terraform-provider-gridscale PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Terraform provider for gridscale WWW= https://github.com/terraform-providers/terraform-provider-gridscale LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= terraform:sysutils/terraform USES= go:modules GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= terraform-providers GH_TUPLE= golang:sys:v0.6.0:sys PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/sysutils/terraform-provider-vultr/Makefile b/sysutils/terraform-provider-vultr/Makefile index bf029059914d..a564a17f18e6 100644 --- a/sysutils/terraform-provider-vultr/Makefile +++ b/sysutils/terraform-provider-vultr/Makefile @@ -1,23 +1,23 @@ PORTNAME= terraform-provider-vultr PORTVERSION= 0.1.10 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= sysutils MAINTAINER= zachary.crownover@gmail.com COMMENT= Terraform provider for Vultr WWW= https://github.com/squat/terraform-provider-vultr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= terraform:sysutils/terraform USES= go GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= squat PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index f0700ad8133f..687a3255ee5a 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,22 +1,22 @@ PORTNAME= terraform-switcher DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org COMMENT= Tool to switch between different versions of terraform WWW= https://tfswitch.warrensbox.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/warrensbox/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X main.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index a555c7e43418..365644a50238 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,49 +1,49 @@ PORTNAME= terraform DISTVERSIONPREFIX= v DISTVERSION= 1.13.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= ${DISTVERSIONFULL}${EXTRACT_SUFX} \ go.mod:gomod \ internal/backend/remote-state/azure/go.mod:gomod \ internal/backend/remote-state/consul/go.mod:gomod \ internal/backend/remote-state/cos/go.mod:gomod \ internal/backend/remote-state/gcs/go.mod:gomod \ internal/backend/remote-state/kubernetes/go.mod:gomod \ internal/backend/remote-state/oci/go.mod:gomod \ internal/backend/remote-state/oss/go.mod:gomod \ internal/backend/remote-state/pg/go.mod:gomod \ internal/backend/remote-state/s3/go.mod:gomod \ internal/legacy/go.mod:gomod EXTRACT_ONLY= ${DISTFILES:N*.mod\:*:N*.mod:C/:.*//:Ngo.work} MAINTAINER= dutra@FreeBSD.org COMMENT= Provides a common configuration to launch infrastructure WWW= https://terraform.io/ USES= cpe go:1.24+,modules USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_PROJECT= terraform LICENSE_NAME= Business Source License 1.1 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror pkg-sell auto-accept CPE_VENDOR= hashicorp GO_MODULE= github.com/hashicorp/terraform GO_BUILDFLAGS= -ldflags="-X github.com/hashicorp/terraform/version.dev=no" # Disable some master port targets TARGET_ORDER_OVERRIDE= -1:go-post-extract post-extract: @${ECHO_MSG} "===> Tidying ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod tidy) @${ECHO_MSG} "===> Vendoring ${GO_MODNAME} dependencies"; @(cd ${GO_WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=${GO_MODCACHE} ${GO_CMD} mod vendor) PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/treetop/Makefile b/sysutils/treetop/Makefile index d8cb53363848..d4275577dfe9 100644 --- a/sysutils/treetop/Makefile +++ b/sysutils/treetop/Makefile @@ -1,21 +1,21 @@ PORTNAME= treetop DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= hoanga@gmail.com COMMENT= Treetop is a fast, animated disk summarizer WWW= https://github.com/eigenhombre/treetop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/README.md USES= go:modules MODVERSION= 0.0.0-20220201023028-ea3c2d67e9d1 GO_MODULE= github.com/eigenhombre/treetop@v${MODVERSION} #GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/treetop .include diff --git a/sysutils/usacloud-core/Makefile b/sysutils/usacloud-core/Makefile index f1de0a7e4864..3f169d0e72da 100644 --- a/sysutils/usacloud-core/Makefile +++ b/sysutils/usacloud-core/Makefile @@ -1,21 +1,21 @@ PORTNAME= usacloud -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -core MAINTAINER= nork@FreeBSD.org COMMENT= CLI client for SAKURA cloud WWW= https://docs.usacloud.jp/usacloud/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules GO_MODULE= github.com/sacloud/usacloud GO_TARGET= main.go:usacloud PLIST_FILES= bin/usacloud .include "Makefile.version" .include diff --git a/sysutils/viddy/Makefile b/sysutils/viddy/Makefile index 9dcf5891121c..8c3ecaad9e68 100644 --- a/sysutils/viddy/Makefile +++ b/sysutils/viddy/Makefile @@ -1,34 +1,34 @@ PORTNAME= viddy DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MASTER_SITES= MAINTAINER= lcook@FreeBSD.org COMMENT= Modern watch command WWW= https://github.com/sachaos/viddy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/sachaos/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md PORTSCOUT= ignore:1 site:none OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/walk/Makefile b/sysutils/walk/Makefile index 3319d0f78418..355d257105bd 100644 --- a/sysutils/walk/Makefile +++ b/sysutils/walk/Makefile @@ -1,31 +1,31 @@ PORTNAME= walk DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org COMMENT= Terminal file manager WWW= https://github.com/antonmedv/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/antonmedv/${PORTNAME} CONFLICTS_INSTALL= 4ti2 PLIST_FILES= bin/${PORTNAME} OPTIONS_RADIO= CLIPBOARD OPTIONS_RADIO_CLIPBOARD= WL_COPY XCLIP XSEL WL_COPY_DESC= Use wl-copy XCLIP_DESC= Use xclip XSEL_DESC= Use xsel-conrad WL_COPY_RUN_DEPENDS= wl-clipboard>0:x11/wl-clipboard XCLIP_RUN_DEPENDS= xclip>0:x11/xclip XSEL_RUN_DEPENDS= xsel-conrad>0:x11/xsel-conrad .include diff --git a/sysutils/zli/Makefile b/sysutils/zli/Makefile index a610bae63ca4..2bcfd2a2ebd2 100644 --- a/sysutils/zli/Makefile +++ b/sysutils/zli/Makefile @@ -1,29 +1,29 @@ PORTNAME= zli DISTVERSIONPREFIX=v DISTVERSION= 2.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org COMMENT= Command line tool for zot servers WWW= https://zotregistry.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= project-zot GH_PROJECT= zot GO_MODULE= zotproject.dev/zot GO_MOD_DIST= https://raw.githubusercontent.com/project-zot/zot/refs/tags/v${DISTVERSION}/ GO_TARGET= ./cmd/zli GO_BUILDFLAGS= -tags search -ldflags " \ -X zotregistry.dev/zot/pkg/api/config.ReleaseTag=${DISTVERSION} \ -X zotregistry.dev/zot/pkg/api/config.BinaryType=minimal \ -X zotregistry.dev/zot/pkg/api/config.GoVersion=${GO_VERSION}" PLIST_FILES= bin/zli .include diff --git a/textproc/codesearch/Makefile b/textproc/codesearch/Makefile index 85d8491482bf..dbb7677f9d1b 100644 --- a/textproc/codesearch/Makefile +++ b/textproc/codesearch/Makefile @@ -1,26 +1,26 @@ PORTNAME= codesearch DISTVERSIONPREFIX= v DISTVERSION= 1.3.0-rc.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= fuz@FreeBSD.org COMMENT= Fast (indexed) text search tool from Google WWW= https://github.com/google/codesearch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/google/codesearch GO_TARGET= ./cmd/cgrep \ ./cmd/cindex \ ./cmd/csearch \ ./cmd/csweb CONFLICTS_INSTALL= hs-cgrep PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} .include diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 0e91f7ba3e39..3cb643d203e5 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,23 +1,23 @@ PORTNAME= consul-template DISTVERSIONPREFIX= v DISTVERSION= 0.41.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org COMMENT= Generic template rendering and notifications with Consul WWW= https://github.com/hashicorp/consul-template LICENSE= MPL20 USES= go:modules USE_RC_SUBR= consul-template GO_MODULE= github.com/hashicorp/consul-template GO_BUILDFLAGS= -ldflags='\ -s -w -X github.com/hashicorp/consul-template/version.Name=${PORTNAME} \ -X github.com/hashicorp/consul-template/version.GitCommit=release' PLIST_FILES= bin/consul-template .include diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index a1341dafd0e0..ef273e72d1b8 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,28 +1,28 @@ PORTNAME= csvq DISTVERSIONPREFIX= v DISTVERSION= 1.18.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= SQL-like query language for csv WWW= https://mithrandie.github.io/csvq/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/mithrandie/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/dasel/Makefile b/textproc/dasel/Makefile index 54ce89cff0ea..51ca788b4b6a 100644 --- a/textproc/dasel/Makefile +++ b/textproc/dasel/Makefile @@ -1,33 +1,33 @@ PORTNAME= dasel DISTVERSIONPREFIX= v DISTVERSION= 2.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Query and update data structures from the command line WWW= https://github.com/TomWright/dasel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/tomwright/${PORTNAME}/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -tags noupdater \ -ldflags "\ -s -w \ -X ${GO_MODULE}/internal.Version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md CODE_OF_CONDUCT.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/dyff/Makefile b/textproc/dyff/Makefile index 1613c212240b..0ee1e56b77ec 100644 --- a/textproc/dyff/Makefile +++ b/textproc/dyff/Makefile @@ -1,22 +1,23 @@ PORTNAME= dyff DISTVERSIONPREFIX= v DISTVERSION= 1.10.4 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= ehaupt@FreeBSD.org COMMENT= Diff tool for YAML files, and sometimes JSON WWW= https://github.com/homeport/dyff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= homeport GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/dyff .include diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index d09877604877..a78a60c00301 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -1,32 +1,32 @@ PORTNAME= fzf DISTVERSIONPREFIX= v DISTVERSION= 0.67.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= bofh@FreeBSD.org COMMENT= Blazing fast command-line fuzzy finder WWW= https://github.com/junegunn/fzf/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= junegunn GH_PROJECT= fzf GO_MODULE= github.com/junegunn/fzf GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSION} -X main.revision=${COMMIT_ID} -s -w" COMMIT_ID= 2ab923f PLIST_FILES= bin/fzf share/man/man1/fzf.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/man/man1/fzf.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/gh-grep/Makefile b/textproc/gh-grep/Makefile index 7e41d4ddfea9..dd0cc709474c 100644 --- a/textproc/gh-grep/Makefile +++ b/textproc/gh-grep/Makefile @@ -1,30 +1,30 @@ PORTNAME= gh-grep DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Print lines matching a pattern in repositories using GitHub API WWW= https://github.com/k1LoW/gh-grep LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/k1LoW/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/version.Version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/git-chglog/Makefile b/textproc/git-chglog/Makefile index afdbab69228b..0e7701de6339 100644 --- a/textproc/git-chglog/Makefile +++ b/textproc/git-chglog/Makefile @@ -1,46 +1,46 @@ PORTNAME= git-chglog DISTVERSIONPREFIX= v DISTVERSION= 0.15.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= CHANGELOG generator implemented in Go WWW= https://github.com/git-chglog/git-chglog LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} _BUILD_VERSION= ${DISTVERSIONFULL} GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md _EXAMPLES= .chglog/CHANGELOG.tpl.md .chglog/config.yml PORTEXAMPLES= ${_EXAMPLES:T} OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_DESC= Install example template format and configuration post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${_EXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 4c5bf7d492af..e8cb8c4c3b2f 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,50 +1,50 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 5.12.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org COMMENT= Elasticsearch indexer for GitLab WWW= https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= git>=2.38.1:devel/git \ gitlab-code-parser>=0.20.1:textproc/gitlab-code-parser LIB_DEPENDS= libicui18n.so:devel/icu \ libicuuc.so:devel/icu \ libparser_c_bindings.so:textproc/gitlab-code-parser #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org GO_MOD_DIST= gitlab GO_MODULE= gitlab.com/gitlab-org/gitlab-elasticsearch-indexer MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV} PLIST_FILES= bin/${PORTNAME} post-patch: ${REINPLACE_CMD} -e '/libparser-download/d' ${WRKSRC}/Makefile # add a git tag, as that is required by the build script pre-build: cd ${WRKSRC} && \ git init && \ git config user.email "${MAINTAINER}" && \ git config user.name "Matthias Fechner" && \ git add . && \ git commit -m "tag" && \ git tag v${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/textproc/gitlab-zoekt-indexer/Makefile b/textproc/gitlab-zoekt-indexer/Makefile index 864a87864f5d..b4d9da7789cc 100644 --- a/textproc/gitlab-zoekt-indexer/Makefile +++ b/textproc/gitlab-zoekt-indexer/Makefile @@ -1,46 +1,46 @@ PORTNAME= gitlab-zoekt-indexer PORTVERSION= 1.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org COMMENT= Zoekt search solution for Gitlab WWW= https://gitlab.com/gitlab-org/gitlab-zoekt-indexer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= git>=2.38.1:devel/git #LIB_DEPENDS= libicui18n.so:devel/icu \ # libicuuc.so:devel/icu #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org GO_MOD_DIST= gitlab GO_MODULE= gitlab.com/gitlab-org/gitlab-zoekt-indexer MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV} ALL_TARGET= build-unified PLIST_FILES= bin/gitlab-zoekt # add a git tag, as that is required by the build script pre-build: cd ${WRKSRC} && \ git init && \ git config user.email "${MAINTAINER}" && \ git config user.name "Matthias Fechner" && \ git add . && \ git commit -m "tag" && \ git tag v${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gitlab-zoekt ${STAGEDIR}${PREFIX}/bin/gitlab-zoekt .include diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index 8688c7abce03..0e7551fb590b 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,19 +1,19 @@ PORTNAME= go-md2man DISTVERSIONPREFIX= v DISTVERSION= 2.0.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= mateusz@serveraptor.com COMMENT= Converts Markdown into roff (man pages) WWW= https://github.com/cpuguy83/go-md2man/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules GO_MODULE= github.com/cpuguy83/go-md2man/v2 PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/go-transifex-client/Makefile b/textproc/go-transifex-client/Makefile index 9b9de1f12280..13dae64d454e 100644 --- a/textproc/go-transifex-client/Makefile +++ b/textproc/go-transifex-client/Makefile @@ -1,19 +1,19 @@ PORTNAME= transifex-client DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= textproc PKGNAMEPREFIX= go- MAINTAINER= adridg@FreeBSD.org COMMENT= Command line interface for Transifex WWW= https://github.com/transifex/cli LICENSE= APACHE20 USES= go:modules GO_MODULE= github.com/transifex/cli PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 4b69abd11338..209ffc6f362e 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,22 +1,22 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v DISTVERSION= 4.50.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= timp87@gmail.com COMMENT= Portable commandline YAML processor written in go WWW= https://github.com/mikefarah/yq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/mikefarah/yq/v4 GO_TARGET= .:yq CONFLICTS_INSTALL= yq PLIST_FILES= bin/yq .include diff --git a/textproc/gojq/Makefile b/textproc/gojq/Makefile index 1a91aa9174e6..00220aa08a33 100644 --- a/textproc/gojq/Makefile +++ b/textproc/gojq/Makefile @@ -1,26 +1,26 @@ PORTNAME= gojq DISTVERSIONPREFIX= v DISTVERSION= 0.12.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= nork@FreeBSD.org COMMENT= Pure Go implementation of jq WWW= https://github.com/itchyny/gojq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/itchyny/gojq GO_TARGET= ./cmd/gojq PLIST_FILES= bin/gojq \ share/zsh/site-functions/_gojq post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/_gojq ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .include diff --git a/textproc/gron/Makefile b/textproc/gron/Makefile index 345ddc1ddb32..4bb69630bc8d 100644 --- a/textproc/gron/Makefile +++ b/textproc/gron/Makefile @@ -1,25 +1,25 @@ PORTNAME= gron PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MAINTAINER= zi@FreeBSD.org COMMENT= Transforms JSON into discrete assignments that are easier to grep WWW= https://github.com/tomnomnom/gron LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= tomnomnom GH_TUPLE= fatih:color:v1.7.0:color/vendor/github.com/fatih/color \ mattn:go-colorable:v0.1.1:colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.6:isatty/vendor/github.com/mattn/go-isatty \ nwidger:jsoncolor:75a6de4:jsoncolor/vendor/github.com/nwidger/jsoncolor \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors GO_BUILDFLAGS= -ldflags="-X main.gronVersion=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/htmltest/Makefile b/textproc/htmltest/Makefile index 9a91e9421c52..711c34bab95c 100644 --- a/textproc/htmltest/Makefile +++ b/textproc/htmltest/Makefile @@ -1,37 +1,37 @@ PORTNAME= htmltest DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc MAINTAINER= dbaio@FreeBSD.org COMMENT= HTML validator written in Go WWW= https://github.com/wjdp/htmltest LICENSE= MIT USES= go:modules USE_GITHUB= yes GH_ACCOUNT= wjdp GH_TUPLE= \ badoux:checkmail:v1.2.1:badoux_checkmail/vendor/github.com/badoux/checkmail \ daviddengcn:go-algs:fe23fabd9d06:daviddengcn_go_algs/vendor/github.com/daviddengcn/go-algs \ daviddengcn:go-assert:ba7e68aeeff6:daviddengcn_go_assert/vendor/github.com/daviddengcn/go-assert \ daviddengcn:go-villa:68107afb6d76:daviddengcn_go_villa/vendor/github.com/daviddengcn/go-villa \ docopt:docopt.go:ee0de3bc6815:docopt_docopt_go/vendor/github.com/docopt/docopt-go \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:net:6772e930b67b:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golangplus:bytes:v1.0.0:golangplus_bytes/vendor/github.com/golangplus/bytes \ golangplus:sort:v1.0.0:golangplus_sort/vendor/github.com/golangplus/sort \ imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ seborama:govcr:v2.4.2:seborama_govcr/vendor/gopkg.in/seborama/govcr.v2 GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index d01f3a4a848c..6eeab9080ba2 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -1,38 +1,38 @@ PORTNAME= jid PORTVERSION= 0.7.6 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= textproc MAINTAINER= sbz@FreeBSD.org COMMENT= JSON Incremental Digger WWW= https://github.com/simeji/jid LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= simeji GH_SUBDIR= src/github.com/simeji/jid GH_TUPLE= \ bitly:go-simplejson:v0.5.0:bitly_go_simplejson/vendor/github.com/bitly/go-simplejson \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:sys:8fe3ee5dd75b:golang_sys/vendor/golang.org/x/sys \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.4:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ nsf:termbox-go:60ab7e3d12ed:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ nwidger:jsoncolor:75a6de4340e5:nwidger_jsoncolor/vendor/github.com/nwidger/jsoncolor \ pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify GO_TARGET= ./cmd/jid PLIST_FILES= bin/jid .include diff --git a/textproc/jqp/Makefile b/textproc/jqp/Makefile index b0cc6ceaf894..e82b90d7d427 100644 --- a/textproc/jqp/Makefile +++ b/textproc/jqp/Makefile @@ -1,20 +1,20 @@ PORTNAME= jqp DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= TUI playground to experiment with jq WWW= https://github.com/noahgorstein/jqp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/noahgorstein/jqp PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/jsonfmt/Makefile b/textproc/jsonfmt/Makefile index 0f4efab3d9ef..30b40b4d8840 100644 --- a/textproc/jsonfmt/Makefile +++ b/textproc/jsonfmt/Makefile @@ -1,20 +1,20 @@ PORTNAME= jsonfmt PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Like gofmt, but for JSON files WWW= https://github.com/caarlos0/jsonfmt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/caarlos0/jsonfmt PLIST_FILES= bin/jsonfmt .include diff --git a/textproc/kepubify/Makefile b/textproc/kepubify/Makefile index 5fa7b1f1c4c1..599510645a8a 100644 --- a/textproc/kepubify/Makefile +++ b/textproc/kepubify/Makefile @@ -1,23 +1,23 @@ PORTNAME= kepubify DISTVERSIONPREFIX= v DISTVERSION= 4.0.4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= textproc converters MAINTAINER= fuz@FreeBSD.org COMMENT= EPUB to KEPUB converter WWW= https://pgaskin.net/kepubify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/pgaskin/kepubify/v4 GO_TARGET= ./cmd/covergen ./cmd/kepubify ./cmd/seriesmeta GO_BUILDFLAGS= -ldflags '-X main.version=${DISTVERSIONPREFIX}${DISTVERSION}' PLIST_FILES= bin/covergen \ bin/kepubify \ bin/seriesmeta .include diff --git a/textproc/markdownfmt/Makefile b/textproc/markdownfmt/Makefile index f20c8809f3c0..559c381c9716 100644 --- a/textproc/markdownfmt/Makefile +++ b/textproc/markdownfmt/Makefile @@ -1,27 +1,27 @@ PORTNAME= markdownfmt DISTVERSIONPREFIX= v DISTVERSION= 1.1-67 DISTVERSIONSUFFIX= -g3438a10 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org COMMENT= Tool for linting and formatting Markdown in-place (similar to gofmt) WWW= https://github.com/shurcooL/markdownfmt LICENSE= MIT # License file is not included. USES= go:modules GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GH_TUPLE= golang:crypto:22d7a77e9e5f:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ russross:blackfriday:a477dd164691:russross_blackfriday/vendor/github.com/russross/blackfriday \ shurcooL:go:6713ea532688:shurcool_go/vendor/github.com/shurcooL/go USE_GITHUB= yes GH_ACCOUNT= shurcooL PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/md2roff/Makefile b/textproc/md2roff/Makefile index 451c48f48a9d..a34571f80991 100644 --- a/textproc/md2roff/Makefile +++ b/textproc/md2roff/Makefile @@ -1,21 +1,21 @@ PORTNAME= md2roff DISTVERSIONPREFIX= v DISTVERSION= 2.14.3-0.20200416233007 DISTVERSIONSUFFIX= -c4dfa597b8d5 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= textproc print MAINTAINER= fuz@FreeBSD.org COMMENT= Markdown to roff converter WWW= https://github.com/github/hub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/github/hub/v2 GO_TARGET= ./md2roff-bin:md2roff PLIST_FILES= bin/md2roff .include diff --git a/textproc/mdtt/Makefile b/textproc/mdtt/Makefile index 72e031e77382..78592b6e9ded 100644 --- a/textproc/mdtt/Makefile +++ b/textproc/mdtt/Makefile @@ -1,21 +1,21 @@ PORTNAME= mdtt DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org COMMENT= Terminal-based markdown table editor with vim-style keybindings WWW= https://github.com/szktkfm/mdtt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/szktkfm/mdtt GO_TARGET= ./cmd/mdtt PLIST_FILES= bin/mdtt .include diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 72ccb6f7a3e2..a2ee81c664ae 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,26 +1,26 @@ PORTNAME= miller DISTVERSIONPREFIX= v DISTVERSION= 6.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod MAINTAINER= adamw@FreeBSD.org COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON WWW= https://johnkerl.org/miller/doc/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe go:modules CPE_VENDOR= johnkerl GO_MODULE= github.com/johnkerl/miller GO_TARGET= ./cmd/mlr USE_GITHUB= yes GH_ACCOUNT= johnkerl PLIST_FILES= bin/mlr .include diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile index 6ca2699c5f1e..6e6ea8e6ae97 100644 --- a/textproc/minify/Makefile +++ b/textproc/minify/Makefile @@ -1,21 +1,21 @@ PORTNAME= minify PORTVERSION= 2.24.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc www MAINTAINER= sunpoet@FreeBSD.org COMMENT= Go minifiers for web formats WWW= https://github.com/tdewolff/minify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/tdewolff/minify/v2 GO_TARGET= ./cmd/minify PLIST_FILES= bin/minify .include diff --git a/textproc/moor/Makefile b/textproc/moor/Makefile index 65aaab3de91b..6266f3ae6479 100644 --- a/textproc/moor/Makefile +++ b/textproc/moor/Makefile @@ -1,43 +1,43 @@ PORTNAME= moor DISTVERSIONPREFIX= v DISTVERSION= 2.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com COMMENT= Pager designed to do the right thing without any configuration WWW= https://github.com/walles/moor LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/walles/${PORTNAME}/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-s -w -X main.versionString=${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes post-extract: @cd ${WRKSRC}/sample-files && \ ${LN} -s compressed.txt.zst compressed.txt.zstd post-patch: @${REINPLACE_CMD} 's|../../sample-files|${WRKSRC}/sample-files|g' \ ${WRKSRC}/internal/reader/reader_test.go post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${MANDIRS}/man1 post-install-EXAMPLES-on: @cd ${WRKSRC}/sample-files && \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/textproc/nerdlog/Makefile b/textproc/nerdlog/Makefile index d66e3b139646..46440019aa97 100644 --- a/textproc/nerdlog/Makefile +++ b/textproc/nerdlog/Makefile @@ -1,23 +1,23 @@ PORTNAME= nerdlog DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org COMMENT= Fast, multi-host TUI log viewer with timeline histogram WWW= https://dmitryfrank.com/projects/nerdlog/article LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= gawk:lang/gawk USES= go:modules GO_MODULE= github.com/dimonomid/nerdlog GO_TARGET= ./cmd/nerdlog PLIST_FILES= bin/nerdlog .include diff --git a/textproc/ov/Makefile b/textproc/ov/Makefile index ee612f744aee..3ad63566c084 100644 --- a/textproc/ov/Makefile +++ b/textproc/ov/Makefile @@ -1,42 +1,42 @@ PORTNAME= ov DISTVERSIONPREFIX= v DISTVERSION= 0.50.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Feature rich terminal pager WWW= https://github.com/noborus/ov LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSIONFULL} _BUILD_REVISION= 73ee730 GO_MODULE= github.com/noborus/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.Version=${_BUILD_VERSION} \ -X main.Revision=${_BUILD_REVISION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md PORTEXAMPLES= ${PORTNAME}-disable-default.yaml ${PORTNAME}-less.yaml \ ${PORTNAME}.yaml OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/textproc/peco/Makefile b/textproc/peco/Makefile index a79c654a8c13..d65738ff1052 100644 --- a/textproc/peco/Makefile +++ b/textproc/peco/Makefile @@ -1,39 +1,39 @@ PORTNAME= peco DISTVERSIONPREFIX= v DISTVERSION= 0.5.11 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org COMMENT= Simplistic interactive filtering tool WWW= https://github.com/peco/peco LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ google:btree:0c3044bc8bad:google_btree/vendor/github.com/google/btree \ jessevdk:go-flags:v1.1.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ lestrrat-go:pdebug:39f9a71bcabe:lestrrat_go_pdebug/vendor/github.com/lestrrat-go/pdebug \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ nsf:termbox-go:v1.1.1:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ pkg:errors:248dadf4e906:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:testify:18a02ba4a312:stretchr_testify/vendor/github.com/stretchr/testify GO_TARGET= ./cmd/peco PLIST_FILES= bin/peco PORTDOCS= Changes README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/pup/Makefile b/textproc/pup/Makefile index a3c0c16c2a6d..e6e71f76252a 100644 --- a/textproc/pup/Makefile +++ b/textproc/pup/Makefile @@ -1,46 +1,46 @@ PORTNAME= pup DISTVERSIONPREFIX= v DISTVERSION= 0.4.0-10 DISTVERSIONSUFFIX= -g681d7bb -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= textproc PATCH_SITES= https://github.com/ericchiang/pup/pull/ PATCHFILES= 107.patch:-p1 \ 142.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= Command-line jq-like HTML parser using CSS selectors WWW= https://github.com/ericchiang/pup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= gdiff:textproc/diffutils USES= go:modules python:test shebangfix USE_GITHUB= yes GH_ACCOUNT= ericchiang GH_TUPLE= fatih:color:v1.0.0:fatih_color/vendor/github.com/fatih/color \ golang:net:4d38db76854b:golang_net/vendor/golang.org/x/net \ golang:sys:a646d33e2ee3:golang_sys/vendor/golang.org/x/sys \ golang:text:0a5a09ee4409:golang_text/vendor/golang.org/x/text \ mattn:go-colorable:v0.0.5:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:56b76bdf51f7:mattn_go_isatty/vendor/github.com/mattn/go-isatty SHEBANG_FILES= tests/run.py TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" PLIST_FILES= bin/pup PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-test: cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run.py > test_results.txt cd ${WRKSRC}/tests && ${DIFF} expected_output.txt test_results.txt .include diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index bf6f865fee37..f280e97787e5 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,20 +1,20 @@ PORTNAME= sift PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and powerful open source alternative to grep WWW= https://github.com/svent/sift LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/svent/sift PLIST_FILES= bin/sift .include diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile index 088cd4063abe..80d82180d275 100644 --- a/textproc/sttr/Makefile +++ b/textproc/sttr/Makefile @@ -1,19 +1,19 @@ PORTNAME= sttr DISTVERSIONPREFIX= v DISTVERSION= 0.2.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= se@FreeBSD.org COMMENT= Quickly run various transformations on strings WWW= https://github.com/abhimanyu003/sttr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/abhimanyu003/sttr PLIST_FILES= bin/sttr .include diff --git a/textproc/termshot/Makefile b/textproc/termshot/Makefile index 3858ad06b0d9..a104518781b0 100644 --- a/textproc/termshot/Makefile +++ b/textproc/termshot/Makefile @@ -1,24 +1,24 @@ PORTNAME= termshot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc graphics MAINTAINER= ports@FreeBSD.org COMMENT= Creates screenshots based on terminal command output WWW= https://github.com/homeport/termshot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/homeport/termshot GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -tags noupdater \ -ldflags "\ -s -w \ -X ${GO_MODULE}/internal/cmd.version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index 4f0795edaad7..6dd5483d22b7 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,35 +1,35 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org COMMENT= Tool for creating and organizing daily notes on the command line WWW= https://github.com/dkaslovsky/textnote #installation LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dkaslovsky GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/textql/Makefile b/textproc/textql/Makefile index 23e7cb60616f..f5ccb691ada9 100644 --- a/textproc/textql/Makefile +++ b/textproc/textql/Makefile @@ -1,30 +1,30 @@ PORTNAME= textql PORTVERSION= g20210706 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= textproc MAINTAINER= ume@FreeBSD.org COMMENT= Execute SQL against structured text like CSV or TSV WWW= https://github.com/dinedal/textql/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dinedal GH_TAGNAME= fca00ec GH_TUPLE= mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ olekukonko:tablewriter:d4647c9c7a84:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter GO_TARGET= textql/main.go:textql PLIST_FILES= bin/textql \ share/man/man1/textql.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/man/textql.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/trdsql/Makefile b/textproc/trdsql/Makefile index 676d87de7960..05c87221f3f3 100644 --- a/textproc/trdsql/Makefile +++ b/textproc/trdsql/Makefile @@ -1,32 +1,32 @@ PORTNAME= trdsql DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= Execute SQL queries on CSV, LTSV, JSON and TBLN WWW= https://github.com/noborus/trdsql LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/noborus/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}.Version=${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/uni/Makefile b/textproc/uni/Makefile index f0a1a6c161db..ab0f3bb8fa10 100644 --- a/textproc/uni/Makefile +++ b/textproc/uni/Makefile @@ -1,28 +1,28 @@ PORTNAME= uni PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org COMMENT= Query the Unicode database from the commandline WWW= https://github.com/arp242/uni LICENSE= MIT USES= go:modules USE_GITHUB= yes GH_ACCOUNT= arp242 GH_TUPLE= arp242:runewidth:v0.1.0:arp242_runewidth/vendor/zgo.at/runewidth \ arp242:termtext:v1.5.0:arp242_termtext/vendor/zgo.at/termtext \ arp242:zli:47534b1ce136:arp242_zli/vendor/zgo.at/zli \ arp242:zstd:f7ed9341ec67:arp242_zstd/vendor/zgo.at/zstd \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" -buildvcs=false PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/up/Makefile b/textproc/up/Makefile index fd4a57e76691..028cc79cae17 100644 --- a/textproc/up/Makefile +++ b/textproc/up/Makefile @@ -1,39 +1,39 @@ PORTNAME= up DISTVERSIONPREFIX= v DISTVERSION= 0.4 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org COMMENT= Ultimate plumber, a tool for writing pipes with instant live preview WWW= https://github.com/akavel/up LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= akavel GH_TUPLE= gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v1.4.0:gdamore_tcell/vendor/github.com/gdamore/tcell \ golang:sys:201ba4db2418:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \ lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-isatty:v0.0.3:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag PLIST_FILES= bin/up PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-test: cd ${GO_WRKSRC}; ${SETENV} ${GO_ENV} ${GO_CMD} test .include diff --git a/textproc/vacuum/Makefile b/textproc/vacuum/Makefile index cc7d0aee3b61..cd8cd6d24c60 100644 --- a/textproc/vacuum/Makefile +++ b/textproc/vacuum/Makefile @@ -1,25 +1,25 @@ PORTNAME= vacuum DISTVERSIONPREFIX= v DISTVERSION= 0.17.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc PKGNAMESUFFIX= -lint-tool MAINTAINER= yuri@FreeBSD.org COMMENT= OpenAPI/Swagger linter and quality analysis tool WWW= https://quobix.com/vacuum/ \ https://github.com/daveshanley/vacuum LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/daveshanley/vacuum PLIST_FILES= bin/${PORTNAME} do-test: ${STAGEDIR}${PREFIX}/bin/${PORTNAME} lint ${WRKSRC}/model/test_files/petstorev3.json .include diff --git a/textproc/vgrep/Makefile b/textproc/vgrep/Makefile index d91505cb05d3..9c0c2ab8885d 100644 --- a/textproc/vgrep/Makefile +++ b/textproc/vgrep/Makefile @@ -1,48 +1,48 @@ PORTNAME= vgrep DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org COMMENT= User-friendly pager for grep WWW= https://github.com/vrothberg/vgrep LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= vrothberg GH_TUPLE= golang:sys:v0.20.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.20.0:golang_term/vendor/golang.org/x/term \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-shellwords:v1.0.12:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ nightlyone:lockfile:v1.0.0:nightlyone_lockfile/vendor/github.com/nightlyone/lockfile \ peterh:liner:v1.2.2:peterh_liner/vendor/github.com/peterh/liner \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus _BUILD_VERSION= ${DISTVERSION}-0d61b95 GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION}" PORTSCOUT= skipv:16.09,16.09.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/yamlfmt/Makefile b/textproc/yamlfmt/Makefile index b7835090bb52..9c953777a2e4 100644 --- a/textproc/yamlfmt/Makefile +++ b/textproc/yamlfmt/Makefile @@ -1,20 +1,20 @@ PORTNAME= yamlfmt DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org COMMENT= Simple command line tool for formatting yaml files WWW= https://github.com/google/yamlfmt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/google/yamlfmt GO_TARGET= ./cmd/yamlfmt PLIST_FILES= ${GO_TARGET:T:S,^,bin/,} .include diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile index 0ad638e146c3..bf433637620a 100644 --- a/textproc/ytt/Makefile +++ b/textproc/ytt/Makefile @@ -1,22 +1,22 @@ PORTNAME= ytt DISTVERSIONPREFIX= v DISTVERSION= 0.52.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= YAML templating tool that works on YAML structure instead of text WWW= https://carvel.dev/ytt/ \ https://github.com/carvel-dev/ytt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules GO_MODULE= github.com/carvel-dev/ytt GO_TARGET= ./cmd/ytt/ PLIST_FILES= bin/${PORTNAME} .include diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile index 41a09b90fbec..1b437b5f424e 100644 --- a/textproc/zed/Makefile +++ b/textproc/zed/Makefile @@ -1,37 +1,37 @@ PORTNAME?= zed DISTVERSIONPREFIX= v DISTVERSION= 1.18.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org COMMENT= Command-line tool to manage and query Zed data lakes WWW= https://zed.brimdata.io/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows) USES= go:modules GO_MODULE?= github.com/brimdata/zed GO_PKGNAME?= github.com/brimdata/zed/cmd/zed PLIST_FILES?= bin/zed .include .if ${SLAVE_PORT} == no x-maintainer-makesum: ${MAKE} DISTINFO_FILE=${.CURDIR}/distinfo.zed makesum ${MAKE} DISTINFO_FILE=${.CURDIR}/distinfo.zq -C "${.CURDIR}/../zq" makesum ${CAT} ${.CURDIR}/distinfo.zed ${.CURDIR}/distinfo.zq | \ ${AWK} '$$1 != "TIMESTAMP" || NR == 1' > ${.CURDIR}/distinfo ${RM} ${.CURDIR}/distinfo.zed ${.CURDIR}/distinfo.zq .endif .include diff --git a/textproc/zq/Makefile b/textproc/zq/Makefile index bb9db6b9712d..ec8b68fe8b23 100644 --- a/textproc/zq/Makefile +++ b/textproc/zq/Makefile @@ -1,13 +1,13 @@ PORTNAME= zq -PORTREVISION= 5 +PORTREVISION= 6 COMMENT= Easier and faster alternative to jq GO_MODULE= github.com/brimdata/zq GO_PKGNAME= github.com/brimdata/zed/cmd/zq PLIST_FILES= bin/zq MASTERDIR= ${.CURDIR}/../zed .include "${MASTERDIR}/Makefile" diff --git a/www/amfora/Makefile b/www/amfora/Makefile index 6790c9e85294..b77a7a381606 100644 --- a/www/amfora/Makefile +++ b/www/amfora/Makefile @@ -1,41 +1,41 @@ PORTNAME= amfora DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= Fancy terminal browser for the Gemini protocol WWW= https://github.com/makeworld-the-better-one/amfora LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSIONFULL} _BUILD_COMMIT= 4d9a5c5 GO_MODULE= github.com/makeworld-the-better-one/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION} \ -X main.commit=${_BUILD_COMMIT}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= NOTES.md README.md THANKS.md PORTEXAMPLES= default-config.toml OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/aquatone/Makefile b/www/aquatone/Makefile index fdbe1bcbff0d..3c9bdbbf11bd 100644 --- a/www/aquatone/Makefile +++ b/www/aquatone/Makefile @@ -1,34 +1,34 @@ PORTNAME= aquatone DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www security MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for domain flyovers that checks open ports and takes screenshots WWW= https://michenriksen.com/blog/aquatone-now-in-go/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go USE_GITHUB= yes GH_ACCOUNT= michenriksen GH_TUPLE= andybalholm:cascadia:680b6a5:cascadia/vendor/github.com/andybalholm/cascadia \ asaskevich:EventBus:d46933a:eventbus/vendor/github.com/asaskevich/EventBus \ fatih:color:3f9d52f:color/vendor/github.com/fatih/color \ google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \ lair-framework:go-nmap:3b9bafd:gonmap/vendor/github.com/lair-framework/go-nmap \ moul:http2curl:faeffb3:http2curl/vendor/github.com/moul/http2curl \ mvdan:xurls:20723a7:xurls/vendor/github.com/mvdan/xurls \ parnurzeal:gorequest:b060445:gorequest/vendor/github.com/parnurzeal/gorequest \ pkg:errors:27936f6:errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:5d4384e:godifflib/vendor/github.com/pmezard/go-difflib \ PuerkitoBio:goquery:3dcf72e:goquery/vendor/github.com/PuerkitoBio/goquery \ remeh:sizedwaitgroup:5e7302b:sizedwaitgroup/vendor/github.com/remeh/sizedwaitgroup \ golang:net:161cd47:net/vendor/golang.org/x/net GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/aquatone .include diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 5d5a3576e4f5..cc607c4f060d 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -1,36 +1,36 @@ PORTNAME= authelia DISTVERSIONPREFIX= v DISTVERSION= 4.39.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way MAINTAINER= yuri@FreeBSD.org COMMENT= Single sign-on multi-factor portal for web apps WWW= https://www.authelia.com/ \ https://github.com/authelia/authelia LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:1.24+,modules GO_MODULE= github.com/authelia/authelia/v4 GO_TARGET= ./cmd/${PORTNAME} USER= root # 'nobody' doesn't work well because authelia attempts to remove files, etc. SUB_LIST= USER=${USER} SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} post-patch: # extract -public-html @${RM} -r ${WRKSRC}/internal/server/public_html @${MV} ${WRKDIR}/public_html ${WRKSRC}/internal/server @${CP} -r ${WRKSRC}/api ${WRKSRC}/internal/server/public_html/api post-install: # install the config file ${INSTALL_DATA} ${WRKSRC}/config.template.yml ${STAGEDIR}${PREFIX}/etc/authelia.yml.sample ${INSTALL_DATA} ${FILESDIR}/simplified-authelia.yml ${STAGEDIR}${PREFIX}/etc .include diff --git a/www/beehive/Makefile b/www/beehive/Makefile index 6a2833bc24c4..a39d750929e7 100644 --- a/www/beehive/Makefile +++ b/www/beehive/Makefile @@ -1,163 +1,163 @@ PORTNAME= beehive DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= Flexible event/agent & automation system with lots of bees WWW= https://github.com/muesli/beehive LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go-bindata:devel/go-bindata USES= go:modules USE_GITHUB= yes GH_ACCOUNT= muesli GH_TUPLE= ChimeraCoder:anaconda:v2.0.0:chimeracoder_anaconda/vendor/github.com/ChimeraCoder/anaconda \ ChimeraCoder:tokenbucket:c5a927568de7:chimeracoder_tokenbucket/vendor/github.com/ChimeraCoder/tokenbucket \ CleverbotIO:go-cleverbot.io:d24926702e8d:cleverbotio_go_cleverbot_io/vendor/github.com/CleverbotIO/go-cleverbot.io \ MariaTerzieva:gotumblr:93ca5e50a3fd:mariaterzieva_gotumblr/vendor/github.com/MariaTerzieva/gotumblr \ Profpatsch:GoOse:da5de31b9bd2:profpatsch_goose/vendor/github.com/Profpatsch/GoOse \ PuerkitoBio:goquery:v1.5.0:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ akashshinde:go_cricket:01a06b2c3f22:akashshinde_go_cricket/vendor/github.com/akashshinde/go_cricket \ alexcesaro:quotedprintable:2caba252f4dc:alexcesaro_quotedprintable/vendor/gopkg.in/alexcesaro/quotedprintable.v3 \ andybalholm:cascadia:v1.0.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ araddon:dateparse:0d74ffceef83:araddon_dateparse/vendor/github.com/araddon/dateparse \ asaskevich:EventBus:d46933a94f05:asaskevich_eventbus/vendor/github.com/asaskevich/EventBus \ azr:backoff:53511d3c7330:azr_backoff/vendor/github.com/azr/backoff \ beorn7:perks:3a771d992973:beorn7_perks/vendor/github.com/beorn7/perks \ briandowns:openweathermap:5f41b7c9d92d:briandowns_openweathermap/vendor/github.com/briandowns/openweathermap \ bwmarrin:discordgo:v0.19.0:bwmarrin_discordgo/vendor/github.com/bwmarrin/discordgo \ carlosdp:twiliogo:b26045ebb9d1:carlosdp_twiliogo/vendor/github.com/carlosdp/twiliogo \ cloudflare:cloudflare-go:v0.10.6:cloudflare_cloudflare_go/vendor/github.com/cloudflare/cloudflare-go \ coreos:go-systemd:fd7a80b32e1f:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ deckarep:gosx-notifier:e127226297fb:deckarep_gosx_notifier/vendor/github.com/deckarep/gosx-notifier \ dustin:go-jsonpointer:ba0abeacc3dc:dustin_go_jsonpointer/vendor/github.com/dustin/go-jsonpointer \ dustin:gojson:2e71ec9dd5ad:dustin_gojson/vendor/github.com/dustin/gojson \ emicklei:go-restful:v2.9.3:emicklei_go_restful/vendor/github.com/emicklei/go-restful \ fatih:set:v0.2.1:fatih_set/vendor/github.com/fatih/set \ flashmob:go-guerrilla:07043ae76e81:flashmob_go_guerrilla/vendor/github.com/flashmob/go-guerrilla \ fluffle:goirc:v1.0.1:fluffle_goirc/vendor/github.com/fluffle/goirc \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ garyburd:go-oauth:bca2e7f09a17:garyburd_go_oauth/vendor/github.com/garyburd/go-oauth \ gempir:go-twitch-irc:v2.2.2:gempir_go_twitch_irc_v2/vendor/github.com/gempir/go-twitch-irc/v2 \ gigawattio:window:0f5467e35573:gigawattio_window/vendor/github.com/gigawattio/window \ glaxx:go_pastebin:7e72d56770d0:glaxx_go_pastebin/vendor/github.com/glaxx/go_pastebin \ go-ini:ini:v1.42.0:go_ini_ini/vendor/github.com/go-ini/ini \ go-mail:mail:v2.3.1:go_mail_mail/vendor/github.com/go-mail/mail \ go-telegram-bot-api:telegram-bot-api:v4.6.4:go_telegram_bot_api_telegram_bot_api/vendor/github.com/go-telegram-bot-api/telegram-bot-api \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.5.0:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:a29dc8fdc734:golang_crypto/vendor/golang.org/x/crypto \ golang:freetype:e2365dfdc4a0:golang_freetype/vendor/github.com/golang/freetype \ golang:image:6d32002ffd75:golang_image/vendor/golang.org/x/image \ golang:mock:v1.2.0:golang_mock/vendor/github.com/golang/mock \ golang:net:da9a3fd4c582:golang_net/vendor/golang.org/x/net \ golang:oauth2:9f3314589c9a:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:c4c64cad1fd0:golang_time/vendor/golang.org/x/time \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ guelfey:go.dbus:f6a3a2366cc3:guelfey_go_dbus/vendor/github.com/guelfey/go.dbus \ horrendus:go-mixcloud:c2164c9e194c:horrendus_go_mixcloud/vendor/github.com/horrendus/go-mixcloud \ huandu:facebook:v2.3.1:huandu_facebook/vendor/github.com/huandu/facebook \ jacobsa:go-serial:15cf729a72d4:jacobsa_go_serial/vendor/github.com/jacobsa/go-serial \ jayeshsolanki93:devgorant:69fb03e5c3b1:jayeshsolanki93_devgorant/vendor/github.com/jayeshsolanki93/devgorant \ jaytaylor:html2text:01ec452cbe43:jaytaylor_html2text/vendor/github.com/jaytaylor/html2text \ jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ json-iterator:go:v1.1.6:json_iterator_go/vendor/github.com/json-iterator/go \ konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ kurrik:oauth1a:cb1b80e32dd4:kurrik_oauth1a/vendor/github.com/kurrik/oauth1a \ layeh:gumble:1ea1159c4956:layeh_gumble/vendor/layeh.com/gumble \ lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.7:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-mastodon:v0.0.3:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-xmpp:6093f50721ed:mattn_go_xmpp/vendor/github.com/mattn/go-xmpp \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ minio:minio-go:v6.0.14:minio_minio_go/vendor/github.com/minio/minio-go \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ mreiferson:go-httpclient:31f0106b4474:mreiferson_go_httpclient/vendor/github.com/mreiferson/go-httpclient \ mrexodia:wray:78a2c1f284ff:mrexodia_wray/vendor/github.com/mrexodia/wray \ muesli:beehive-admin-dist:648f36d:muesli_beehive_admin_dist/vendor/github.com/muesli/beehive-admin-dist \ muesli:clusters:ba9c57dd9228:muesli_clusters/vendor/github.com/muesli/clusters \ muesli:gamut:0d3f7d26a44e:muesli_gamut/vendor/github.com/muesli/gamut \ muesli:go-pkg-rss:3bef0f3126ec:muesli_go_pkg_rss/vendor/github.com/muesli/go-pkg-rss \ muesli:go-pkg-xmlx:76f54ee73233:muesli_go_pkg_xmlx/vendor/github.com/muesli/go-pkg-xmlx \ muesli:go.hue:8aefcc693caf:muesli_go_hue/vendor/github.com/muesli/go.hue \ muesli:goefa:08d8ee2555d2:muesli_goefa/vendor/github.com/muesli/goefa \ muesli:kmeans:80dfc71e6c5a:muesli_kmeans/vendor/github.com/muesli/kmeans \ muesli:smolder:9c21fc7135ee:muesli_smolder/vendor/github.com/muesli/smolder \ nicklaw5:helix:v0.5.7:nicklaw5_helix/vendor/github.com/nicklaw5/helix \ nlopes:slack:v0.6.0:nlopes_slack/vendor/github.com/nlopes/slack \ nu7hatch:gouuid:179d4d0c4d8d:nu7hatch_gouuid/vendor/github.com/nu7hatch/gouuid \ odwrtw:transmission:08885b3058e7:odwrtw_transmission/vendor/github.com/odwrtw/transmission \ olekukonko:tablewriter:v0.0.1:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v0.9.2:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:5c3871d89910:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:4724e9255275:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:1dc9a6cbc91a:prometheus_procfs/vendor/github.com/prometheus/procfs \ rdegges:go-ipify:2d94a6a86c40:rdegges_go_ipify/vendor/github.com/rdegges/go-ipify \ rogpeppe:go-charset:2471d30d28b4:rogpeppe_go_charset/vendor/github.com/rogpeppe/go-charset \ shuheiktgw:go-travis:2d0b3e9898f0:shuheiktgw_go_travis/vendor/github.com/shuheiktgw/go-travis \ simplepush:simplepush-go:8980e96b7b02:simplepush_simplepush_go/vendor/github.com/simplepush/simplepush-go \ sirupsen:logrus:v1.4.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ sromku:go-gitter:70f7030a94a6:sromku_go_gitter/vendor/github.com/sromku/go-gitter \ ssor:bom:6386211fdfcf:ssor_bom/vendor/github.com/ssor/bom \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ technoweenie:multipartstreamer:v1.0.1:technoweenie_multipartstreamer/vendor/github.com/technoweenie/multipartstreamer \ tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader \ wcharczuk:go-chart:v2.0.1:wcharczuk_go_chart/vendor/github.com/wcharczuk/go-chart \ xrash:smetrics:a3153f7040e9:xrash_smetrics/vendor/github.com/xrash/smetrics USE_RC_SUBR= ${PORTNAME} _BUILD_TAGS= -tags "embed" _BUILD_SHA= 7447df7 GO_BUILDFLAGS= ${_BUILD_TAGS} \ -ldflags "\ ${STRIP} -w \ -X main.Version=${DISTVERSION} \ -X main.CommitSHA=${_BUILD_SHA}" SUB_LIST= GROUPS="${GROUPS}" \ USERS="${USERS}" _BEEHIVE_USER= ${PORTNAME} USERS= ${_BEEHIVE_USER} GROUPS= ${_BEEHIVE_USER} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-extract: @${RM} -r ${WRKSRC}/config @${RLN} ${WRKSRC_muesli_beehive_admin_dist} ${WRKSRC}/config pre-build: (cd ${WRKSRC} && \ ${LOCALBASE}/bin/go-bindata ${_BUILD_TAGS} --pkg api -o api/bindata.go --ignore config/.git assets/... config/...) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/bombadillo/Makefile b/www/bombadillo/Makefile index 3ac3398c8367..dea31ff5f40e 100644 --- a/www/bombadillo/Makefile +++ b/www/bombadillo/Makefile @@ -1,26 +1,26 @@ PORTNAME= bombadillo DISTVERSION= 2.4.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/ DISTNAME= ${DISTVERSION} MAINTAINER= beastieboy@beastieboy.net COMMENT= Non-web client for the terminal WWW= https://bombadillo.colorfield.space/ LICENSE= GPLv3 USES= go:modules WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= install-strip PLIST_FILES= bin/bombadillo \ share/man/man1/bombadillo.1.gz post-stage: ${INSTALL_MAN} ${WRKSRC}/bombadillo.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/bugzilla2atom/Makefile b/www/bugzilla2atom/Makefile index a7f65438746a..f896695b0cf3 100644 --- a/www/bugzilla2atom/Makefile +++ b/www/bugzilla2atom/Makefile @@ -1,21 +1,21 @@ PORTNAME= bugzilla2atom DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= www MAINTAINER= fuz@FreeBSD.org COMMENT= Convert Bugzilla bugs into Atom feeds WWW= https://codeberg.org/tobik/bugzilla2atom LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules MODVERSION= 0.0.0-20230318132821-2ccd379511f3 GO_MODULE= codeberg.org/tobik/bugzilla2atom@v${MODVERSION} GO_TARGET= ./cmd/bugzilla2atom PLIST_FILES= bin/bugzilla2atom .include diff --git a/www/caddy-custom/Makefile b/www/caddy-custom/Makefile index 818343a1200f..b81775c627d6 100644 --- a/www/caddy-custom/Makefile +++ b/www/caddy-custom/Makefile @@ -1,50 +1,50 @@ # READ pkg-descr FOR INSTRUCTIONS! # This port will NOT build in poudriere without (simple) manual # intervention. PORTNAME= caddy-custom PORTVERSION= ${CADDY_VERSION}.${XCADDY_VERSION} -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www DISTFILES= # none MAINTAINER= adamw@FreeBSD.org COMMENT= Caddy (www/caddy) with customized plugins WWW= https://caddyserver.com LICENSE= APACHE20 BUILD_DEPENDS= xcaddy:www/xcaddy USES= go:no_targets NO_PACKAGE= Requires network access (see pkg-descr) CONFLICTS_INSTALL= caddy USE_RC_SUBR= caddy SUB_FILES= caddy PLIST_FILES= bin/caddy CADDY_VERSION!= ${MAKE} -C ${.CURDIR}/../caddy -V '$${DISTVERSION}.$${PORTREVISION}' CADDY_DISTVERSION!= ${MAKE} -C ${.CURDIR}/../caddy -V '$${DISTVERSION}' XCADDY_VERSION!=${MAKE} -C ${.CURDIR}/../xcaddy -V '$${DISTVERSION}.$${PORTREVISION}' .for plugin in ${CADDY_CUSTOM_PLUGINS} PLUGINS+= --with ${plugin} .endfor XCADDY_GO_BUILD_FLAGS?= ${GO_BUILDFLAGS} XCADDY_ENV+= XCADDY_WHICH_GO="${GO_CMD}" \ XCADDY_GO_BUILD_FLAGS="${XCADDY_GO_BUILD_FLAGS}" do-build: ${MKDIR} ${WRKSRC} cd ${WRKSRC} && ${XCADDY_ENV} ${LOCALBASE}/bin/xcaddy build v${CADDY_DISTVERSION} ${PLUGINS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/caddy ${STAGEDIR}${PREFIX}/bin .include diff --git a/www/caddy/Makefile b/www/caddy/Makefile index 0b453bc8f90f..5b4c454d0635 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,41 +1,41 @@ PORTNAME= caddy DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www DIST_SUBDIR= caddy MAINTAINER= adamw@FreeBSD.org COMMENT= Fast, cross-platform HTTP/2 web server with automatic HTTPS WWW= https://caddyserver.com LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= caddyserver USERS= www GROUPS= www USE_RC_SUBR= caddy SUB_FILES= Caddyfile.sample caddy pkg-message CONFLICTS_INSTALL= caddy-custom PLIST_FILES= bin/${PORTNAME} \ "@sample ${ETCDIR_REL}/Caddyfile.sample" GO_BUILDFLAGS+= -ldflags='-X github.com/caddyserver/caddy/v2.CustomVersion=${DISTVERSIONFULL}' GO_TARGET= ./cmd/caddy # If go.mod is sufficient: GO_MODULE= github.com/caddyserver/caddy/v2 # If modules must be specified manually: #.include "${.CURDIR}/modules.mk" post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/Caddyfile.sample ${STAGEDIR}${ETCDIR} .include diff --git a/www/carbonapi/Makefile b/www/carbonapi/Makefile index de33f42ad579..92f170e4d014 100644 --- a/www/carbonapi/Makefile +++ b/www/carbonapi/Makefile @@ -1,51 +1,51 @@ PORTNAME= carbonapi DISTVERSION= 0.14.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www MAINTAINER= a.andersson.thn@gmail.com COMMENT= Go implementation of carbonapi WWW= https://github.com/go-graphite/carbonapi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= go-graphite GH_TUPLE= golang:sys:v0.6.0:sys USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/carbonapi \ ./cmd/carbonzipper GO_BUILDFLAGS= -v \ ${CARBON_ARGS} \ -ldflags="-X main.BuildVersion=${DISTVERSION}" CONFLICTS_INSTALL= carbonzipper # bin/carbonzipper USERS= carbon GROUPS= carbon OPTIONS_DEFINE= CAIRO EXAMPLES CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_USES= pkgconfig CAIRO_VARS= CARBON_ARGS="-tags cairo" pre-patch: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys post-install: @${MKDIR} ${STAGEDIR}/var/log/carbonapi post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/cmd/carbonapi/*.toml ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/cmd/carbonapi/*.yaml ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/cmd/carbonzipper/example.conf ${STAGEDIR}${EXAMPLESDIR}/carbonzipper.example.conf .include diff --git a/www/chisel/Makefile b/www/chisel/Makefile index ad8f614dcaef..82d507cee13f 100644 --- a/www/chisel/Makefile +++ b/www/chisel/Makefile @@ -1,31 +1,31 @@ PORTNAME= chisel DISTVERSIONPREFIX= v DISTVERSION= 1.11.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= Fast TCP tunnel over HTTP WWW= https://github.com/jpillora/chisel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/jpillora/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ -X ${GO_MODULE}/share.BuildVersion=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/www/codeberg-pages-server/Makefile b/www/codeberg-pages-server/Makefile index a8512096359b..7639d95d51d7 100644 --- a/www/codeberg-pages-server/Makefile +++ b/www/codeberg-pages-server/Makefile @@ -1,48 +1,48 @@ PORTNAME= codeberg-pages-server DISTVERSIONPREFIX= v DISTVERSION= 6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://codeberg.org/Codeberg/pages-server/archive/ DISTFILES= ${DISTVERSIONFULL}.zip MAINTAINER= orville@anislet.dev COMMENT= Codeberg Pages Server WWW= https://codeberg.org/Codeberg/pages-server LICENSE= EUPL12 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules USE_RC_SUBR= codeberg-pages-server GO_MODULE= codeberg.org/codeberg/pages GO_MOD_DIST= https://codeberg.org/Codeberg/pages-server/raw/tag/${DISTVERSIONFULL}/ GO_TARGET= codeberg.org/codeberg/pages:codeberg-pages-server GO_BUILDFLAGS+= -ldflags=" \ ${STRIP} -w \ -extldflags '-static' \ -X codeberg.org/codeberg/pages/server/version.Version=${DISTVERSIONFULL}" GO_BUILDFLAGS+= -tags=" \ sqlite \ sqlite_unlock_notify \ netgo" WRKSRC= ${WRKDIR}/pages-server USERS= www GROUPS= www post-build: @${WRKDIR}/bin/codeberg-pages-server --help | \ ${SETENV} XDG_CACHE_HOME=${WRKDIR}/.cache ${GO_ENV} \ ${GO_CMD} run ${FILESDIR}/config-generater.go > \ ${WRKSRC}/codeberg-pages-server-config.in post-install: ${INSTALL} -m0600 ${WRKSRC}/codeberg-pages-server-config.in \ ${STAGEDIR}${PREFIX}/etc/rc.conf.d/codeberg-pages-server.sample @${MKDIR} ${STAGEDIR}/var/db/codeberg-pages-server .include diff --git a/www/colly/Makefile b/www/colly/Makefile index 8de83813b29e..2a755f8c565e 100644 --- a/www/colly/Makefile +++ b/www/colly/Makefile @@ -1,51 +1,51 @@ PORTNAME= colly DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Elegant scraper and crawler framework for Golang WWW= https://go-colly.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gocolly GH_TUPLE= \ PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ andybalholm:cascadia:v1.2.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ antchfx:htmlquery:v1.2.3:antchfx_htmlquery/vendor/github.com/antchfx/htmlquery \ antchfx:xmlquery:v1.2.4:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \ antchfx:xpath:v1.1.8:antchfx_xpath/vendor/github.com/antchfx/xpath \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ jawher:mow.cli:v1.1.0:jawher_mow_cli/vendor/github.com/jawher/mow.cli \ kennygrant:sanitize:v1.2.4:kennygrant_sanitize/vendor/github.com/kennygrant/sanitize \ protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ saintfish:chardet:3af4cd4741ca:saintfish_chardet/vendor/github.com/saintfish/chardet \ temoto:robotstxt:v1.1.1:temoto_robotstxt/vendor/github.com/temoto/robotstxt GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} \ ${EXAMPLES_INSTALLED:S/^/.\/_examples\//} PLIST_FILES= bin/${PORTNAME} \ ${EXAMPLES_INSTALLED:S/^/bin\/${PORTNAME}-/} # many examples of this sraping framework are interesting in themselves, and therefore are installed as executables EXAMPLES_INSTALLED= basic coursera_courses cryptocoinmarketcap factba.se hackernews_comments instagram openedx_courses reddit shopify_sitemap google_groups post-install: .for e in ${EXAMPLES_INSTALLED} @cd ${STAGEDIR}${PREFIX}/bin && \ ${MV} ${e} ${PORTNAME}-${e} .endfor .include diff --git a/www/devd/Makefile b/www/devd/Makefile index 393c051450ac..464c4451d786 100644 --- a/www/devd/Makefile +++ b/www/devd/Makefile @@ -1,28 +1,28 @@ PORTNAME= devd DISTVERSIONPREFIX= v DISTVERSION= 0.9 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org COMMENT= Local web server for developers WWW= https://github.com/cortesi/devd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= cortesi GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} GH_TUPLE= golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys_v0.6.0 PLIST_FILES= bin/${PORTNAME} pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${MV} ${WRKSRC}/vendor/golang.org/x/sys_v0.6.0 ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/www/eden/Makefile b/www/eden/Makefile index 0ea56a6c279a..ca9eaf85d58a 100644 --- a/www/eden/Makefile +++ b/www/eden/Makefile @@ -1,26 +1,26 @@ PORTNAME= eden PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= www PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= cffa0cee9f5897fbd96a3621f2c0dc8aeb90e711.patch:-p1 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Interact with any Open Service Broker API WWW= https://github.com/starkandwayne/eden LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= starkandwayne GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/eden .include diff --git a/www/fabio/Makefile b/www/fabio/Makefile index 6626da867f74..115a40b8bafe 100644 --- a/www/fabio/Makefile +++ b/www/fabio/Makefile @@ -1,28 +1,28 @@ PORTNAME= fabio PORTVERSION= 1.6.4 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= stl@ossuary.net COMMENT= Zero-conf load balancing HTTP(S) router managed by Consul WWW= https://github.com/fabiolb/fabio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= fabio GO_MODULE= github.com/fabiolb/fabio GO_TARGET= :${PREFIX}/sbin/fabio GO_BUILDFLAGS= -ldflags "-X main.GitDescribe=v${PORTVERSION}" PLIST_FILES= "@sample etc/fabio.properties.sample" \ sbin/fabio post-install: ${INSTALL_DATA} ${GO_WRKSRC}/fabio.properties ${STAGEDIR}${PREFIX}/etc/fabio.properties.sample .include diff --git a/www/filebrowser/Makefile b/www/filebrowser/Makefile index bf47dc417a26..88e8e272a808 100644 --- a/www/filebrowser/Makefile +++ b/www/filebrowser/Makefile @@ -1,50 +1,50 @@ PORTNAME= filebrowser DISTVERSIONPREFIX= v DISTVERSION= 2.55.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Web File Browser WWW= https://filebrowser.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/filebrowser/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'github.com/filebrowser/${PORTNAME}/v2/version.Version=${DISTVERSION}' \ -X 'github.com/filebrowser/${PORTNAME}/v2/version.CommitSHA=${GITID}'" SUB_LIST= USER=${USERS:[1]} USERS= ${FILEBROWSER_USER} GROUPS= ${FILEBROWSER_GROUP} PLIST_SUB= GROUP=${GROUPS:[1]} \ USER=${USERS:[1]} # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the File Browser repository to get the value of GITID. GITID= 08c8ede587240472cd1524e40e514fc2bbc3466e FILEBROWSER_USER= ${PORTNAME} FILEBROWSER_GROUP= ${FILEBROWSER_USER} pre-build: @cd ${WRKDIR}/filebrowser-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/frontend/dist post-install: .for dir in run log db @${MKDIR} ${STAGEDIR}/var/${dir}/${PORTNAME} .endfor .include diff --git a/www/filtron/Makefile b/www/filtron/Makefile index 34c63a09ca85..69d47fd12510 100644 --- a/www/filtron/Makefile +++ b/www/filtron/Makefile @@ -1,27 +1,27 @@ PORTNAME= filtron PORTVERSION= g20180218 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Filtering reverse HTTP proxy WWW= https://github.com/asciimoo/filtron LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= asciimoo GH_TAGNAME= 93f8b22 GH_TUPLE= \ klauspost:compress:v1.7.1:compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.1:cpuid/vendor/github.com/klauspost/cpuid \ valyala:bytebufferpool:v1.0.0:bytebufferpool/vendor/github.com/valyala/bytebufferpool \ valyala:fasthttp:v1.3.0:fasthttp/vendor/github.com/valyala/fasthttp GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/galene/Makefile b/www/galene/Makefile index 6aa81a5f63e2..5f7c20ee7030 100644 --- a/www/galene/Makefile +++ b/www/galene/Makefile @@ -1,76 +1,76 @@ PORTNAME= galene DISTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www net-im MAINTAINER= bapt@FreeBSD.org COMMENT= The Galène videoconference server WWW= https://galene.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= jech GH_TAGNAME= ${PORTNAME}-${DISTVERSION} GO_TARGET= galene ./galenectl GH_TUPLE= \ at-wat:ebml-go:v0.17.1:at_wat_ebml_go/vendor/github.com/at-wat/ebml-go \ golang-jwt:jwt:v5.3.0:golang_jwt_jwt_v5/vendor/github.com/golang-jwt/jwt/v5 \ golang:crypto:v0.33.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.35.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.30.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.29.0:golang_term/vendor/golang.org/x/term \ google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.5.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ jech:cert:f491cf43a77d:jech_cert/vendor/github.com/jech/cert \ jech:samplebuilder:76c654ae55e1:jech_samplebuilder/vendor/github.com/jech/samplebuilder \ pion:datachannel:v1.5.10:pion_datachannel/vendor/github.com/pion/datachannel \ pion:dtls:v3.0.6:pion_dtls_v3/vendor/github.com/pion/dtls/v3 \ pion:ice:v4.0.10:pion_ice_v4/vendor/github.com/pion/ice/v4 \ pion:interceptor:v0.1.40:pion_interceptor/vendor/github.com/pion/interceptor \ pion:logging:v0.2.4:pion_logging/vendor/github.com/pion/logging \ pion:mdns:v2.0.7:pion_mdns_v2/vendor/github.com/pion/mdns/v2 \ pion:randutil:v0.1.0:pion_randutil/vendor/github.com/pion/randutil \ pion:rtcp:v1.2.15:pion_rtcp/vendor/github.com/pion/rtcp \ pion:rtp:v1.8.20:pion_rtp/vendor/github.com/pion/rtp \ pion:sctp:v1.8.39:pion_sctp/vendor/github.com/pion/sctp \ pion:sdp:v3.0.14:pion_sdp_v3/vendor/github.com/pion/sdp/v3 \ pion:srtp:v3.0.6:pion_srtp_v3/vendor/github.com/pion/srtp/v3 \ pion:stun:v3.0.0:pion_stun_v3/vendor/github.com/pion/stun/v3 \ pion:transport:v3.0.7:pion_transport_v3/vendor/github.com/pion/transport/v3 \ pion:turn:v4.0.2:pion_turn_v4/vendor/github.com/pion/turn/v4 \ pion:webrtc:v4.1.3:pion_webrtc_v4/vendor/github.com/pion/webrtc/v4 \ wlynxg:anet:v0.0.5:wlynxg_anet/vendor/github.com/wlynxg/anet CGO_ENABLED= 0 PORTDOCS= README README.FRONTEND README.PROTOCOL OPTIONS_DEFINE= DOCS USE_RC_SUBR= ${PORTNAME} USERS= ${PORTNAME} GROUPS= ${PORTNAME} SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" post-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/galenectl ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/static ; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}/var/db/galene/recordings \ ${STAGEDIR}/var/db/galene/data \ ${STAGEDIR}/var/db/galene/groups post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/gatus/Makefile b/www/gatus/Makefile index 0da196148900..c987efdabbbe 100644 --- a/www/gatus/Makefile +++ b/www/gatus/Makefile @@ -1,39 +1,39 @@ PORTNAME= gatus DISTVERSIONPREFIX= v DISTVERSION= 5.34.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Automated developer-oriented status page WWW= https://gatus.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment USES= go:modules USE_GITHUB= yes GH_ACCOUNT= TwiN USE_RC_SUBR= ${PORTNAME} SUB_LIST= USER=${GATUS_USER} PLIST_FILES= bin/${PORTNAME} \ "@sample etc/${PORTNAME}.yaml.sample" GATUS_USER= www post-extract: @${MKDIR} ${WRKSRC}/vendor @cd ${WRKDIR}/${PORTNAME}-vendor && ${COPYTREE_SHARE} . ${WRKSRC}/vendor post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/config.yaml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yaml.sample .include diff --git a/www/ghostunnel/Makefile b/www/ghostunnel/Makefile index 4f5b7fa84549..b5afa4e9a268 100644 --- a/www/ghostunnel/Makefile +++ b/www/ghostunnel/Makefile @@ -1,20 +1,20 @@ PORTNAME= ghostunnel DISTVERSIONPREFIX= v DISTVERSION= 1.8.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= SSL/TLS proxy with mutual authentication for securing non-TLS services WWW= https://github.com/ghostunnel/ghostunnel LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/ghostunnel/ghostunnel PLIST_FILES= bin/ghostunnel .include diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 3650f64fb432..1ce5808838df 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,83 +1,83 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.24.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} MAINTAINER= stb@lassitu.de COMMENT= Compact self-hosted Git service WWW= https://gitea.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= cpe gmake go:no_targets USE_RC_SUBR= gitea EXTRACT_AFTER_ARGS= --strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory SUB_FILES+= app.ini.sample pkg-message SUB_LIST+= GITUSER=${USERS} NO_WRKSUBDIR= yes USERS= git GROUPS= git PORTDATA= * OPTIONS_DEFINE= BINDATA GIT_LFS PAM SQLITE OPTIONS_DEFAULT= GIT_LFS PAM SQLITE OPTIONS_SUB= yes BINDATA_DESC= Build a single monolithic binary, with all assets included GIT_LFS_DESC= Support for Git Large File Storage (LFS) PAM_DESC= Enable support for PAM BINDATA_VARS= GO_TAGS+=bindata GIT_LFS_RUN_DEPENDS= git-lfs:devel/git-lfs PAM_VARS= GO_TAGS+=pam SQLITE_VARS= GO_TAGS+="sqlite sqlite_unlock_notify" .include .if ${OPSYS} == FreeBSD DAEMONARGS= -S -l \$${gitea_facility} -s \$${gitea_priority} -T \$${name} .else DAEMONARGS= -f .endif SUB_LIST+= DAEMONARGS="${DAEMONARGS}" SSP_UNSAFE= true LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.CustomPath=${PREFIX}/etc/gitea"'" LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.AppWorkPath=${PREFIX}/share/gitea"'" MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" GOFLAGS="-buildvcs=false" ALL_TARGET= backend MAKE_JOBS_UNSAFE= yes post-patch: ${ECHO_CMD} ${DISTVERSION} >${WRKSRC}/VERSION # Too lazy to figure out why go install won't work. do-install: # Go binary is statically linked and cannot be stripped, so use # INSTALL_SCRIPT. ${INSTALL_SCRIPT} ${WRKSRC}/gitea ${STAGEDIR}${PREFIX}/sbin ${MKDIR} ${STAGEDIR}${ETCDIR}/conf \ ${STAGEDIR}${DATADIR} \ ${STAGEDIR}/var/db/gitea \ ${STAGEDIR}/var/db/gitea/data \ ${STAGEDIR}/var/db/gitea/gitea-repositories \ ${STAGEDIR}/var/log/gitea ${INSTALL_DATA} ${WRKDIR}/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.sample ${INSTALL_DATA} ${WRKSRC}/custom/conf/app.example.ini ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults do-install-BINDATA-off: cd ${WRKSRC} && ${COPYTREE_SHARE} "options public templates" ${STAGEDIR}${DATADIR} .include diff --git a/www/glance/Makefile b/www/glance/Makefile index 959f05c70241..e0a2370839cd 100644 --- a/www/glance/Makefile +++ b/www/glance/Makefile @@ -1,36 +1,36 @@ PORTNAME= glance DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= adamw@FreeBSD.org COMMENT= Self-hosted dashboard that puts all your feeds in one place WWW= https://github.com/glanceapp/glance LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/glanceapp/glance OPTIONS_DEFINE= DOCS EXAMPLES PLIST_FILES= bin/glance PORTDOCS= configuration.md \ custom-api.md \ extensions.md \ preconfigured-pages.md \ themes.md \ v0.7.0-upgrade.md PORTEXAMPLES= glance.yml post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.md ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/docs/glance.yml ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile index dcdd9fb97434..e442d5abb601 100644 --- a/www/go-anubis/Makefile +++ b/www/go-anubis/Makefile @@ -1,36 +1,36 @@ PORTNAME= anubis DISTVERSIONPREFIX= v DISTVERSION= 1.23.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMEPREFIX= go- DISTNAME= anubis-src-vendor-npm-${DISTVERSION} MAINTAINER= dch@FreeBSD.org COMMENT= Anti-scraper web proxy using browser-based proof-of-work challenges WWW= https://anubis.techaro.lol/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:no_targets USE_RC_SUBR= ${PORTNAME} ALL_TARGET= prebaked-build MAKE_FLAGS= VERSION=${DISTVERSION} GOFLAGS="-buildvcs=false" post-patch: @${FIND} ${WRKSRC}/data \( -name "*.yaml" -or -name "*.json" \) \ | ${XARGS} ${REINPLACE_CMD} -i '' -e 's|(data)|${DATADIR}|g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/var/${PORTNAME} \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/var/robots2policy \ ${STAGEDIR}${PREFIX}/sbin/robots2policy ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} '-not -name *.go' .include diff --git a/www/go-www/Makefile b/www/go-www/Makefile index 4e75f1bbbb12..1030aaa4938c 100644 --- a/www/go-www/Makefile +++ b/www/go-www/Makefile @@ -1,25 +1,25 @@ PORTNAME= www PORTVERSION= 2.0.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www PKGNAMEPREFIX= go- MAINTAINER= nbari@tequila.io COMMENT= Web server for static content WWW= https://go-www.com LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= nbari GH_TUPLE= golang:crypto:505ab14:crypto/vendor/golang.org/x/crypto GH_SUBDIR= src/github.com/nbari/${PORTNAME} GO_BUILDFLAGS= -ldflags "-s -w" PLIST_FILES= bin/www .include diff --git a/www/gobuffalo/Makefile b/www/gobuffalo/Makefile index b713b5bdb818..88ac0be8e8b0 100644 --- a/www/gobuffalo/Makefile +++ b/www/gobuffalo/Makefile @@ -1,37 +1,37 @@ PORTNAME= gobuffalo PORTVERSION= 0.16.27 DISTVERSIONPREFIX= v -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Go web development eco-system, designed to make the life easier WWW= https://gobuffalo.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= git:devel/git USES= go:modules,run GO_MODULE= github.com/gobuffalo/buffalo GO_TARGET= ./buffalo GO_BUILDFLAGS= -tags "${TAGS}" PLIST_FILES= bin/buffalo OPTIONS_DEFINE= SQLITE OPTIONS_DEFAULT= SQLITE YARN OPTIONS_RADIO= NODE OPTIONS_RADIO_NODE= NPM YARN NPM_DESC= Use npm package manager YARN_DESC= Use yarn package manager SQLITE_VARS= tags+=sqlite NPM_RUN_DEPENDS= npm>=0:www/npm YARN_RUN_DEPENDS= yarn>=0:www/yarn .include diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 810745f435c5..907e1f1f6c4d 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,66 +1,67 @@ PORTNAME= hugo DISTVERSIONPREFIX= v DISTVERSION= 0.155.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= doceng@FreeBSD.org COMMENT= Fast and Flexible Static Site Generator built with love in GoLang WWW= https://gohugo.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules CPE_VENDOR= gohugo GO_MODULE= github.com/gohugoio/hugo GO_BUILDFLAGS= -ldflags="\ ${STRIP} -w \ -X github.com/gohugoio/hugo/common/hugo.buildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}} \ -X github.com/gohugoio/hugo/common/hugo.vendorInfo=freebsd" \ ${BUILD_TAGS} CONFLICTS_INSTALL= hugo # bin/hugo OPTIONS_DEFINE= MANPAGES EXTENDED OPTIONS_DEFAULT= MANPAGES EXTENDED OPTIONS_SUB= yes EXTENDED_DESC= Enable SCSS/SASS support EXTENDED_LIB_DEPENDS= libsass.so:textproc/libsass \ libwebp.so:graphics/webp EXTENDED_VARS= CGO_ENABLED=1 \ CGO_CFLAGS="-DLIBWEBP_NO_SRC -DUSE_LIBSASS_SRC" \ CGO_LDFLAGS="-lm -lwebp -lsass" \ BUILD_TAGS="-tags extended" EXTENDED_VARS_OFF= CGO_ENABLED=0 PORTMANS= hugo-completion-bash.1 hugo-completion-fish.1 hugo-completion-powershell.1 \ hugo-completion-zsh.1 hugo-completion.1 hugo-config-mounts.1 \ hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 hugo-convert-toYAML.1 \ hugo-convert.1 hugo-env.1 hugo-gen-chromastyles.1 hugo-gen-doc.1 \ hugo-gen-man.1 hugo-gen.1 hugo-import-jekyll.1 hugo-import.1 hugo-list-all.1 \ hugo-list-drafts.1 hugo-list-expired.1 hugo-list-future.1 hugo-list.1 \ hugo-mod-clean.1 hugo-mod-get.1 hugo-mod-graph.1 hugo-mod-init.1 \ hugo-mod-npm-pack.1 hugo-mod-npm.1 hugo-mod-tidy.1 hugo-mod-vendor.1 \ hugo-mod-verify.1 hugo-mod.1 hugo-new-site.1 hugo-new-theme.1 hugo-new.1 \ hugo-server.1 hugo-version.1 hugo.1 # needed to get DISTINFO_FILE in scope for the shell command evaluation by go.mk .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ do-install-MANPAGES-on: .for i in ${PORTMANS} ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/share/man/man1 .endfor .include diff --git a/www/gotty/Makefile b/www/gotty/Makefile index 27ff25edfa4f..760544005284 100644 --- a/www/gotty/Makefile +++ b/www/gotty/Makefile @@ -1,22 +1,22 @@ PORTNAME= gotty DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www net MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command line tool that turns your CLI tools into web applications WWW= https://github.com/sorenisanerd/gotty LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sorenisanerd GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/gotty .include diff --git a/www/gurl/Makefile b/www/gurl/Makefile index 664daf9d629c..f8ff29e0c0f3 100644 --- a/www/gurl/Makefile +++ b/www/gurl/Makefile @@ -1,22 +1,22 @@ PORTNAME= gurl DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MAINTAINER= dch@FreeBSD.org COMMENT= Terminal cURL-like HTTP tool with delightful JSON & header support WWW= https://github.com/skunkwerks/gurl LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= skunkwerks PLIST_FILES= bin/gurl post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gurl .include diff --git a/www/httpx/Makefile b/www/httpx/Makefile index 2b38b0b9d78d..518843721bf8 100644 --- a/www/httpx/Makefile +++ b/www/httpx/Makefile @@ -1,20 +1,20 @@ PORTNAME= httpx DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org COMMENT= Multi-purpose HTTP toolkit WWW= https://github.com/projectdiscovery/httpx LICENSE= MIT USES= go:modules GO_MODULE= github.com/projectdiscovery/httpx GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/icapeg/Makefile b/www/icapeg/Makefile index 22d89d3b121e..f936c4c67da1 100644 --- a/www/icapeg/Makefile +++ b/www/icapeg/Makefile @@ -1,27 +1,27 @@ PORTNAME= icapeg DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= www MAINTAINER= support@egirna.com COMMENT= ICAP server implementation with Multi vendor support WWW= https://github.com/egirna/icapeg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/egirna/icapeg post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config.toml ${STAGEDIR}${ETCDIR}/config.toml.sample ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/temp/exception-page.html ${STAGEDIR}${DATADIR}/exception-page.html PLIST_FILES= "${DATADIR}/exception-page.html" \ "@sample ${ETCDIR}/config.toml.sample" \ bin/icapeg .include diff --git a/www/imaginary/Makefile b/www/imaginary/Makefile index 6613b4fc4500..342081c0dd69 100644 --- a/www/imaginary/Makefile +++ b/www/imaginary/Makefile @@ -1,32 +1,32 @@ PORTNAME= imaginary PORTVERSION= 20250114 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= skozlov@FreeBSD.org COMMENT= HTTP microservice for high-level image processing WWW= https://github.com/h2non/imaginary LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gettext-runtime gnome go:modules pkgconfig USE_RC_SUBR= ${PORTNAME} USE_GNOME= glib20 LIB_DEPENDS= libvips.so:graphics/vips USE_GITHUB= yes GH_ACCOUNT= h2non GH_TAGNAME= 1d4e251cfcd58ea66f8361f8721d7b8cc85002a3 GH_TUPLE= \ garyburd:redigo:v1.6.0:garyburd_redigo/vendor/github.com/garyburd/redigo \ h2non:bimg:v1.1.7:h2non_bimg/vendor/github.com/h2non/bimg \ h2non:filetype:v1.1.0:h2non_filetype/vendor/github.com/h2non/filetype \ hashicorp:golang-lru:0a025b7e63ad:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ rs:cors:7af7a1e09ba3:rs_cors/vendor/github.com/rs/cors \ throttled:throttled:v2.0.3:throttled_throttled/vendor/github.com/throttled/throttled/v2 PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile index 924e747830ab..9fa3b481f16c 100644 --- a/www/jira-cli/Makefile +++ b/www/jira-cli/Makefile @@ -1,25 +1,25 @@ PORTNAME= jira-cli DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www DIST_SUBDIR= jira-cli MAINTAINER= fox@FreeBSD.org COMMENT= Feature-rich Interactive Jira Command Line WWW= https://github.com/ankitpokhrel/jira-cli LICENSE= MIT USES= go:modules GO_MODULE= github.com/ankitpokhrel/jira-cli GO_BUILDFLAGS= -ldflags="-X github.com/ankitpokhrel/jira-cli/internal/version.Version=v${PORTVERSION} \ -X github.com/ankitpokhrel/jira-cli/internal/version.BuildDate=$$(date +'%Y-%m-%dT%H:%M:%S%Z') \ -X github.com/ankitpokhrel/jira-cli/internal/version.GitCommit= " GO_TARGET= ./cmd/jira post-install: ${STAGEDIR}${PREFIX}/bin/jira man -g -o ${STAGEDIR}${PREFIX}/share/man/man7 .include diff --git a/www/katana/Makefile b/www/katana/Makefile index d98409b7f7c9..92a67016f941 100644 --- a/www/katana/Makefile +++ b/www/katana/Makefile @@ -1,21 +1,21 @@ PORTNAME= katana DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org COMMENT= Crawling and spidering framework WWW= https://github.com/projectdiscovery/katana LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/katana GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/kineto/Makefile b/www/kineto/Makefile index dae6810ede23..8beaeddb9932 100644 --- a/www/kineto/Makefile +++ b/www/kineto/Makefile @@ -1,42 +1,42 @@ PORTNAME= kineto DISTVERSION= g20211104 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= corey@electrickite.org COMMENT= HTTP to Gemini proxy WWW= https://git.sr.ht/~sircmpwn/kineto/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= nodefault GH_TUPLE= golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text SH_COMMIT= 857f8c97ebc5 # Additional distfiles to fetch from https://git.sr.ht _SRHT_TUPLE= sircmpwn:${PORTNAME}:${SH_COMMIT}:"" \ adnano:go-gemini:v0.1.17:vendor/git.sr.ht/~adnano/go-gemini \ sircmpwn:getopt:23622cc906b3:vendor/git.sr.ht/~sircmpwn/getopt WRKSRC= ${WRKDIR}/${PORTNAME}-${SH_COMMIT} PLIST_FILES= bin/${PORTNAME} .include .for account project tag subdir in ${_SRHT_TUPLE:S/:/ /g} MASTER_SITES+= https://git.sr.ht/~${account}/${project}/archive/${tag}${EXTRACT_SUFX}?dummy=/:${account}_${project:S/-/_/g} DISTFILES+= ${account}-${project}-${tag}_SRHT0${EXTRACT_SUFX}:${account}_${project:S/-/_/g} .endfor post-extract: .for account project tag subdir in ${_SRHT_TUPLE:S/:/ /g:[5..-1]} @${MKDIR} ${WRKSRC}/${subdir:H} @${MV} ${WRKDIR}/${project}-${tag} ${WRKSRC}/${subdir} .endfor .include diff --git a/www/lux/Makefile b/www/lux/Makefile index 08a3f64cc1dd..242d6196f40d 100644 --- a/www/lux/Makefile +++ b/www/lux/Makefile @@ -1,29 +1,29 @@ PORTNAME= lux DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= Fast, simple and clean video downloader WWW= https://github.com/iawia002/lux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= go:modules GO_MODULE= github.com/iawia002/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDOCS= CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/www/lzr/Makefile b/www/lzr/Makefile index 14ee9c07ce97..0b4d62b680a6 100644 --- a/www/lzr/Makefile +++ b/www/lzr/Makefile @@ -1,29 +1,29 @@ PORTNAME= lzr DISTVERSIONPREFIX= v DISTVERSION= 1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Fast Go application scanner WWW= https://github.com/stanford-esrg/lzr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= stanford-esrg GH_TUPLE= \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-mgo:mgo:a6b53ec6cb22:go_mgo_mgo/vendor/gopkg.in/mgo.v2 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:sys:97732733099d:golang_sys/vendor/golang.org/x/sys \ google:gopacket:v1.1.19:google_gopacket/vendor/github.com/google/gopacket GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index 925eda540585..38b78ea19a50 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,48 +1,48 @@ PORTNAME= mattermost PORTVERSION= 10.11.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/decke PKGNAMESUFFIX= -server MAINTAINER= decke@FreeBSD.org COMMENT= Open source Slack-alternative in Golang and React WWW= https://mattermost.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE.txt ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp USES= go:modules tar:xz USE_RC_SUBR= mattermostd GO_TARGET= ./cmd/mattermost ./cmd/mmctl ./scripts/config_generator GO_BUILDFLAGS= -ldflags=" \ -X github.com/mattermost/mattermost/server/public/model.BuildNumber=${PORTVERSION} \ -X github.com/mattermost/mattermost/server/public/model.BuildHashEnterprise=none \ -X github.com/mattermost/mattermost/server/public/model.BuildEnterpriseReady=false" WRKSRC_SUBDIR= server WWWDIR= ${PREFIX}/www/mattermost MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost ${SETENV} OUTPUT_CONFIG=${WRKSRC}/config/default.json ${WRKDIR}/bin/config_generator ${INSTALL_DATA} ${WRKSRC}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample ${RM} ${STAGEDIR}${PREFIX}/bin/config_generator ${MKDIR} ${STAGEDIR}${WWWDIR}/templates cd ${GO_WRKSRC} && ${COPYTREE_SHARE} 'fonts i18n' ${STAGEDIR}${WWWDIR} cd ${GO_WRKSRC}/templates && ${CP} *.html *.js ${STAGEDIR}${WWWDIR}/templates .include diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index 24f5be0caf05..b0ea007b4fd1 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,52 +1,52 @@ PORTNAME= miniflux DISTVERSION= 2.2.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MAINTAINER= krion@FreeBSD.org COMMENT= Self-hosted software to read RSS/Atom/JSON feeds WWW= https://miniflux.app/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24+,modules USE_GITHUB= yes GH_PROJECT= v2 GO_MODULE= ${GH_ACCOUNT}.app/${GH_PROJECT} GO_MOD_DIST= github _BUILD_COMMIT= d164c738 _BUILD_DATE= date -u "+%Y-%m-%dT%H:%M:%SZ" _BUILD_XFLAGS= version.Version=${DISTVERSION} \ version.Commit=${_BUILD_COMMIT} \ version.BuildDate=${_BUILD_DATE:sh} GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X miniflux.app/v2/internal/!}" USE_RC_SUBR= ${PORTNAME} MINIFLUX_USER?= ${PORTNAME} MINIFLUX_GROUP?= ${PORTNAME} USERS= ${MINIFLUX_USER} GROUPS= ${MINIFLUX_GROUP} SUB_LIST= MINIFLUX_GROUP=${MINIFLUX_GROUP} \ MINIFLUX_USER=${MINIFLUX_USER} PLIST_SUB= MINIFLUX_GROUP=${MINIFLUX_GROUP} \ MINIFLUX_USER=${MINIFLUX_USER} OPTIONS_DEFINE= PGSQL_SERVER PGSQL_SERVER_DESC= Install the PostgreSQL Server Component PGSQL_SERVER_USES= pgsql PGSQL_SERVER_VARS= WANT_PGSQL+="server contrib" post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.env.sample \ ${STAGEDIR}${PREFIX}/etc .include diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile index e5813f122572..3e35c4b2669a 100644 --- a/www/minio-client/Makefile +++ b/www/minio-client/Makefile @@ -1,48 +1,48 @@ PORTNAME= minio-client PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= jhixson@FreeBSD.org COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems WWW= https://minio.io/downloads/ #minio-client LICENSE= APACHE20 USES= go:modules GH_TAGNAME= RELEASE.2025-05-21T01-59-54Z COMMIT_ID= f71ad84bcf0fd4369691952af5d925347837dcec GO_MODULE= github.com/minio/mc@v0.0.0-20250521015954-f71ad84bcf0f OPTIONS_DEFINE= MC MC_DESC= Install as mc .include .if ${PORT_OPTIONS:MMC} MC= mc .else MC= ${PORTNAME} .endif PLIST_FILES= bin/${MC} GO_BUILDFLAGS= -ldflags=" \ -X github.com/minio/mc/cmd.Version=${GH_TAGNAME:C/RELEASE\.//:C|(..)-(..)-(..)Z|\1:\2:\3Z|} \ -X github.com/minio/mc/cmd.ReleaseTag=${GH_TAGNAME} \ -X github.com/minio/mc/cmd.CommitID=${COMMIT_ID} \ -X github.com/minio/mc/cmd.GOPATH=${WRKSRC} -s -w" GO_TARGET= :${MC} # Bring DISTINFO_FILE into scope so we can get the timestamp. .include SOURCE_DATE_EPOCH_CMD= date -ur \ $$(${GREP} -m1 TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y-%m-%dT%H:%M:%SZ' .include diff --git a/www/minio/Makefile b/www/minio/Makefile index e93b05b2ac84..bedb796819bb 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,44 +1,44 @@ PORTNAME= minio DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www DIST_SUBDIR= minio MAINTAINER= bofh@FreeBSD.org COMMENT= Amazon S3 compatible object storage server WWW= https://minio.io/ LICENSE= AGPLv3 DEPRECATED= Upstream unmaintained EXPIRATION_DATE= 2026-12-31 USES= compiler cpe go:modules GH_TAGNAME= RELEASE.2025-10-15T17-29-55Z CPE_VERSION= ${GH_TAGNAME} USE_RC_SUBR= ${PORTNAME} COMMIT_ID= 9e49d5e7a648f00e26f2246f4dc28e6b07f8c84a GO_MODULE= github.com/minio/minio@v0.0.0-${DISTVERSION:S/.//g}-${COMMIT_ID:C/^(.{12}).*/\1/} GO_BUILDFLAGS= -ldflags=' \ -X github.com/minio/minio/cmd.Version=${GH_TAGNAME:C/RELEASE\.//:C|(..)-(..)-(..)Z|\1:\2:\3Z|} \ -X github.com/minio/minio/cmd.ReleaseTag=${GH_TAGNAME} \ -X github.com/minio/minio/cmd.CommitID=${COMMIT_ID} \ -X github.com/minio/minio/cmd.ShortCommitID=${COMMIT_ID:C|(............).*|\1|} \ -X github.com/minio/minio/cmd.GOPATH=${WRKSRC} ${STRIP} -w' SUB_LIST= DBDIR=${MINIO_DBDIR} \ GROUP="${GROUPS}" \ USER="${USERS}" USERS= ${MINIO_USER} GROUPS= ${MINIO_GROUP} PLIST_FILES= bin/${PORTNAME} MINIO_USER?= ${PORTNAME} MINIO_GROUP?= ${PORTNAME} MINIO_DBDIR?= /var/db/${PORTNAME} .include diff --git a/www/mirrorselect/Makefile b/www/mirrorselect/Makefile index a0e0e2b836fa..a932f598ceef 100644 --- a/www/mirrorselect/Makefile +++ b/www/mirrorselect/Makefile @@ -1,63 +1,63 @@ PORTNAME= mirrorselect DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www ports-mgmt MAINTAINER= aly@aaronly.me COMMENT= HTTP service that selects pkg(8) mirrors near to the client WWW= https://github.com/DragonFlyBSD/mirrorselect LICENSE= BSD3CLAUSE USES= go:modules USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= DragonFlyBSD GH_TUPLE= \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gin-contrib:sse:v0.1.0:gin_contrib_sse/vendor/github.com/gin-contrib/sse \ gin-gonic:gin:v1.6.3:gin_gonic_gin/vendor/github.com/gin-gonic/gin \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-playground:locales:v0.13.0:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.17.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v10.2.0:go_playground_validator_v10/vendor/github.com/go-playground/validator/v10 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:protobuf:v1.3.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ jlaffaye:ftp:9aae4d151126:jlaffaye_ftp/vendor/github.com/jlaffaye/ftp \ json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ leodido:go-urn:v1.2.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ oschwald:maxminddb-golang:v1.8.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ ugorji:go:v1.1.7:ugorji_go_codec/vendor/github.com/ugorji/go PLIST_FILES= ${LOCALBASE}/bin/${PORTNAME} \ "@dir ${ETCDIR}/mirrorselect" \ "@sample ${ETCDIR}/${PORTNAME}.toml.sample" \ "@sample ${ETCDIR}/mirrors.toml.sample" post-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.toml \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.toml.sample ${INSTALL_DATA} ${WRKSRC}/mirrors.toml \ ${STAGEDIR}${ETCDIR}/mirrors.toml.sample .include diff --git a/www/morty/Makefile b/www/morty/Makefile index c8925cedaebe..1fc4aeabd8d3 100644 --- a/www/morty/Makefile +++ b/www/morty/Makefile @@ -1,30 +1,30 @@ PORTNAME= morty DISTVERSIONPREFIX= v DISTVERSION= 0.2.0-12 DISTVERSIONSUFFIX= -gfe94d9a -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www net MAINTAINER= yuri@FreeBSD.org COMMENT= Privacy-aware web content sanitizer proxy as a service WWW= https://github.com/asciimoo/morty LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= asciimoo GH_TUPLE= \ golang:net:0ed95ab:net/vendor/golang.org/x/net \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ klauspost:cpuid:v1.2.1:cpuid/vendor/github.com/klauspost/cpuid \ klauspost:compress:v1.7.1:compress/vendor/github.com/klauspost/compress \ valyala:bytebufferpool:v1.0.0:bytebufferpool/vendor/github.com/valyala/bytebufferpool \ valyala:fasthttp:v1.3.0:fasthttp/vendor/github.com/valyala/fasthttp GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/nginx-vts-exporter/Makefile b/www/nginx-vts-exporter/Makefile index 9d7877c17e31..1c3b11482f89 100644 --- a/www/nginx-vts-exporter/Makefile +++ b/www/nginx-vts-exporter/Makefile @@ -1,57 +1,57 @@ PORTNAME= nginx-vts-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= joneum@FreeBSD.org COMMENT= Server that scraps NGINX vts stats and export them via HTTP WWW= https://github.com/hnlq715/nginx-vts-exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream is unmaintained; use www/nginx-prometheus-exporter instead EXPIRATION_DATE= 2026-02-28 USES= gmake go USE_RC_SUBR= nginx_vts_exporter USE_GITHUB= yes GH_ACCOUNT= hnlq715 GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" SUB_FILES= newsyslog.conf nginx_vts_exporter syslog.d.conf SUB_LIST= NGINX_VTS_EXPORTER_LOG_FILE=/var/log/nginx_vts_exporter \ NGINX_VTS_EXPORTER_LOG_TAG=nginx_vts_exporter BUILD_USER?= ${USER} LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/vendor/github.com/prometheus/common/version LD_FLAG_STRING= -s \ ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} \ ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} PLIST_FILES= bin/nginx_vts_exporter \ etc/newsyslog.conf.d/nginx-vts-exporter.conf \ etc/syslog.d/nginx-vts-exporter.conf do-install: ${INSTALL_PROGRAM} \ ${GO_WRKDIR_BIN}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/nginx_vts_exporter ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d ${INSTALL_DATA} \ ${WRKDIR}/newsyslog.conf \ ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/${PORTNAME}.conf ${INSTALL_DATA} \ ${WRKDIR}/syslog.d.conf \ ${STAGEDIR}${PREFIX}/etc/syslog.d/${PORTNAME}.conf .include diff --git a/www/oneshot/Makefile b/www/oneshot/Makefile index 79602c9c0d22..8448316ee18d 100644 --- a/www/oneshot/Makefile +++ b/www/oneshot/Makefile @@ -1,56 +1,56 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= First-come-first-serve single-fire HTTP server WWW= https://github.com/raphaelreyna/oneshot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:net:v0.8.0:net \ golang:sys:v0.6.0:sys _BUILD_VERSION= ${DISTVERSIONFULL} _BUILD_DATE= $$(date +%d-%B-%Y) GO_MODULE= github.com/raphaelreyna/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ ${STRIP} -w \ -X ${GO_MODULE}/cmd.version=${_BUILD_VERSION} \ -X ${GO_MODULE}/cmd.date=${_BUILD_DATE}" PORTDOCS= README.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_DESC= Build and install auto-generated manpages pre-patch: .for m in net sys ${RM} -r ${WRKSRC}/vendor/golang.org/x/$m ${LN} -s ${WRKDIR}/$m-* ${WRKSRC}/vendor/golang.org/x/$m .endfor do-build-MANPAGES-on: cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run ${GO_BUILDFLAGS} \ ./doc/man/main.go > ${PORTNAME}.1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${GO_WRKSRC}/${PORTDOCS} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/www/opengist/Makefile b/www/opengist/Makefile index 822dc6069053..65b47049133f 100644 --- a/www/opengist/Makefile +++ b/www/opengist/Makefile @@ -1,87 +1,87 @@ PORTNAME= opengist PORTVERSION= 1.11.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www textproc MASTER_SITES= LOCAL/fox/:js DISTFILES= opengist-${DISTVERSION}-node_modules.tgz:js MAINTAINER= fox@FreeBSD.org COMMENT= Self-hosted pastebin powered by Git, open-source alternative to Github Gist. WWW= https://opengist.io/ LICENSE= AGPLv3 BROKEN_i386= fails to build ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX} RUN_DEPENDS= git:devel/git USES= go:modules nodejs:20,build USE_GITHUB= nodefault GH_ACCOUNT= thomiceli GH_PROJECT= opengist USE_RC_SUBR= opengist GO_MODULE= github.com/thomiceli/opengist GO_ENV+= GOTOOLCHAIN=local+path GO_TARGET= . GO_BUILDFLAGS= -tags fs_embed \ -ldflags="-X github.com/thomiceli/opengist/internal/config.OpengistVersion=v${DISTVERSION}" GROUPS= opengist USERS= opengist post-extract: @${RLN} ${WRKDIR}/node_modules ${WRKSRC}/node_modules post-patch: @${REINPLACE_CMD} -e 's|opengist.db|file:/var/db/${PORTNAME}/opengist.db|g' \ ${WRKSRC}/config.yml pre-build: cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} npx --offline vite -c public/vite.config.js \ build cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} EMBED=1 npx --offline postcss 'public/assets/embed-*.css' \ -c public/postcss.config.js --replace post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/config.yml \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.yml.sample ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} ${MKDIR} ${STAGEDIR}/var/run/${PORTNAME} ${MKDIR} ${STAGEDIR}${WWWDIR}/assets cd ${WRKSRC} && \ ${INSTALL_DATA} public/assets/* \ ${STAGEDIR}${WWWDIR}/assets cd ${WRKSRC} && \ ${INSTALL_DATA} public/manifest.json \ ${STAGEDIR}${WWWDIR} # # To update the opengist-${DISTVERSION}-node_modules.tgz archive: # 1. Comment out the DISTFILES and post-extract lines # 2. Run 'make makesum regenerate-node_modules-distfile clean' # 3. Upload the archive # 4. Uncomment the lines from step #1 # 5. Run 'make makesum' # regenerate-node_modules-distfile: patch cd ${WRKSRC} && \ ${RM} -r node_modules && \ ${MAKE_ENV} npm install --prefix ${WRKSRC} --os freebsd --cpu \ arm64 esbuild@0.18.20 && \ ${MAKE_ENV} npm install --prefix ${WRKSRC} --os freebsd --cpu \ amd64 esbuild@0.18.20 && \ ${MAKE_ENV} npm install --prefix ${WRKSRC} && \ ${TAR} czf ${DISTDIR}/opengist-${DISTVERSION}-node_modules.tgz \ node_modules && \ ${ECHO} "Please upload the file ${DISTDIR}/opengist-${DISTVERSION}-node_modules.tgz" .include diff --git a/www/owncast/Makefile b/www/owncast/Makefile index a4a352953569..ebba0dbbff44 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -1,55 +1,55 @@ PORTNAME= owncast DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www DIST_SUBDIR= ${PORTNAME} MAINTAINER= de-freebsd@ctseuro.com COMMENT= Self-hosted streaming service written in Go WWW= https://owncast.online LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= cpe go:modules USE_RC_SUBR= owncast CPE_VENDOR= owncast_project GO_MODULE= github.com/owncast/owncast _DAEMONARGS= -S -l \$${owncast_facility} -s \$${owncast_priority} -T \$${name} _OWNCAST_USER= owncast _OWNCAST_GROUP= owncast SUB_LIST+= DAEMONARGS="${_DAEMONARGS}" \ OWNCAST_USER=${_OWNCAST_USER} USERS= ${_OWNCAST_USER} GROUPS= ${_OWNCAST_GROUP} PLIST_SUB= OWNCAST_USER=${_OWNCAST_USER} \ OWNCAST_GROUP=${_OWNCAST_GROUP} post-patch: @${ECHO_CMD} ${DISTVERSION} >${WRKSRC}/VERSION do-install: # Go binary is statically linked and cannot be stripped, so use # INSTALL_SCRIPT. ${INSTALL_SCRIPT} ${WRKDIR}/bin/owncast ${STAGEDIR}${PREFIX}/sbin ${MKDIR} -m 750 ${STAGEDIR}${WWWDIR}/ cd ${WRKSRC} && ${COPYTREE_SHARE} "static" ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/VERSION ${STAGEDIR}${WWWDIR} ${MKDIR} -m 750 ${STAGEDIR}${WWWDIR}/backup ${MKDIR} -m 750 ${STAGEDIR}${WWWDIR}/data ${MKDIR} -m 750 ${STAGEDIR}${WWWDIR}/hls ${MKDIR} -m 750 ${STAGEDIR}${WWWDIR}/webroot/hls .include diff --git a/www/phpfpmtop/Makefile b/www/phpfpmtop/Makefile index a4918d7ef810..0a2cfc7b4985 100644 --- a/www/phpfpmtop/Makefile +++ b/www/phpfpmtop/Makefile @@ -1,27 +1,27 @@ PORTNAME= phpfpmtop DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= www devel MAINTAINER= mops@punkt.de COMMENT= Top-inspired processviewer for PHP-FPM WWW= https://github.com/abrander/phpfpmtop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= abrander GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ golang:sys:5c8b2ff67527:golang_sys/vendor/golang.org/x/sys \ pkg:term:aa71e9d9e942:pkg_term/vendor/github.com/pkg/term PLIST_FILES= bin/${PORTNAME} ${DOCSDIR}/README.md post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/www/pomerium/Makefile b/www/pomerium/Makefile index c26416a33627..566a67e71914 100644 --- a/www/pomerium/Makefile +++ b/www/pomerium/Makefile @@ -1,129 +1,129 @@ PORTNAME= pomerium DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 20 +PORTREVISION= 21 PORTEPOCH= 1 CATEGORIES= www MAINTAINER= delphij@FreeBSD.org COMMENT= Identity-aware access proxy WWW= https://pomerium.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe go:modules GO_TARGET= ./cmd/${PORTNAME}:${PREFIX}/libexec/${PORTNAME} ./cmd/${PORTNAME}-cli:${PREFIX}/bin/${PORTNAME}-cli GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/version GO_BUILDFLAGS= -ldflags "${STRIP} -w \ -X github.com/pomerium/pomerium/version.Version=${DISTVERSIONPREFIX}${DISTVERSION} \ -X github.com/pomerium/pomerium/version.ProjectName=${PORTNAME} \ -X github.com/pomerium/pomerium/version.ProjectURL=${GO_PKGNAME}" CGO_ENABLED= 0 USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_TUPLE= \ OneOfOne:xxhash:v1.2.7:oneofone_xxhash/vendor/github.com/OneOfOne/xxhash \ armon:go-metrics:v0.3.0:armon_go_metrics/vendor/github.com/armon/go-metrics \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ caddyserver:certmagic:v0.10.12:caddyserver_certmagic/vendor/github.com/caddyserver/certmagic \ cenkalti:backoff:v4.0.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \ census-ecosystem:opencensus-go-exporter-jaeger:v0.2.0:census_ecosystem_opencensus_go_exporter_jaeger/vendor/contrib.go.opencensus.io/exporter/jaeger \ census-ecosystem:opencensus-go-exporter-prometheus:v0.1.0:census_ecosystem_opencensus_go_exporter_prometheus/vendor/contrib.go.opencensus.io/exporter/prometheus \ census-instrumentation:opencensus-go:v0.22.3:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ coreos:go-oidc:v2.2.1:coreos_go_oidc/vendor/github.com/coreos/go-oidc \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ etcd-io:bbolt:v1.3.4:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-acme:lego:v3.7.0:go_acme_lego_v3/vendor/github.com/go-acme/lego/v3 \ go-ini:ini:v1.51.1:go_ini_ini/vendor/gopkg.in/ini.v1 \ redis:go-redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:06a226fb4e37:golang_crypto/vendor/golang.org/x/crypto \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mock:v1.4.3:golang_mock/vendor/github.com/golang/mock \ golang:net:7e3656a0809f:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:43a5402ce75a:golang_sync/vendor/golang.org/x/sync \ golang:sys:1957bb5e6d1f:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:go-cmp:v0.4.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:1ee6d9798940:google_go_genproto/vendor/google.golang.org/genproto \ google:go-jsonnet:v0.15.0:google_go_jsonnet/vendor/github.com/google/go-jsonnet \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:google-api-go-client:v0.23.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.56.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ grpc:grpc-go:v1.28.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-immutable-radix:v1.1.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:memberlist:v0.2.2:hashicorp_memberlist/vendor/github.com/hashicorp/memberlist \ klauspost:cpuid:v1.2.3:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.27:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:hashstructure:v1.0.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ onsi:gocleanup:c1a5478700b5:onsi_gocleanup/vendor/github.com/onsi/gocleanup \ open-policy-agent:opa:v0.19.2:open_policy_agent_opa/vendor/github.com/open-policy-agent/opa \ pelletier:go-toml:v1.6.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ pomerium:autocache:8c1cd659f055:pomerium_autocache/vendor/github.com/pomerium/autocache \ pomerium:csrf:f3318380bad3:pomerium_csrf/vendor/github.com/pomerium/csrf \ pquerna:cachecontrol:1555304b9b35:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ prometheus:client_golang:v1.6.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.9.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.11:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.22.0:protobuffers_protobuf_go/vendor/google.golang.org/protobuf \ rakyll:statik:v0.1.7:rakyll_statik/vendor/github.com/rakyll/statik \ rcrowley:go-metrics:cac0b30c2563:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \ rs:zerolog:v1.18.0:rs_zerolog/vendor/github.com/rs/zerolog \ sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \ spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber:jaeger-client-go:v2.20.1:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ yashtewari:glob-intersection:5c77d914dd0b:yashtewari_glob_intersection/vendor/github.com/yashtewari/glob-intersection POMERIUMPIDDIR= /var/run/${PORTNAME}/ POMERIUM_USER?= www SUB_LIST+= POMERIUM_USER=${POMERIUM_USER} \ POMERIUMPIDDIR=${POMERIUMPIDDIR} PLIST_SUB+= ${SUB_LIST} post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} @${MKDIR} ${STAGEDIR}${POMERIUMPIDDIR} ${INSTALL_DATA} ${WRKSRC}/docs/configuration/examples/config/config.example.yaml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.yaml.sample .include diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index 90a5b894b60c..45a570a4eef6 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -1,58 +1,58 @@ PORTNAME= cells DISTVERSIONPREFIX= v DISTVERSION= 4.4.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www PKGNAMEPREFIX= pydio- MAINTAINER= skozlov@FreeBSD.org COMMENT= Nextgen file sharing platform for organizations WWW= https://github.com/pydio/cells LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= Not supported on i386 USES= cpe go:modules gmake CPE_VENDOR= pydio USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/pydio/cells/v4 GO_BUILDFLAGS= -ldflags "-X github.com/pydio/cells/v4/common.version=${DISTVERSION}\ -X github.com/pydio/cells/v4/common.BuildStamp=1970-01-01T00:00:00" USERS= pydio GROUPS= pydio PLIST_FILES= bin/cells OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT= BASH ZSH BASH_PLIST_FILES= etc/bash_completion.d/${PORTNAME} ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} post-build-BASH-on: ${SETENV} CELLS_WORKING_DIR=${WRKDIR}/wrkdir \ ${GO_WRKDIR_BIN}/${PORTNAME} tools completion bash \ > ${WRKDIR}/bash_completions @${REINPLACE_CMD} -e 's|${GO_WRKDIR_BIN}/||g' ${WRKDIR}/bash_completions post-build-ZSH-on: ${SETENV} CELLS_WORKING_DIR=${WRKDIR}/wrkdir \ ${GO_WRKDIR_BIN}/${PORTNAME} tools completion zsh \ > ${WRKDIR}/zsh_completions @${REINPLACE_CMD} -e 's|${GO_WRKDIR_BIN}/||g' ${WRKDIR}/zsh_completions post-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKDIR}/bash_completions \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKDIR}/zsh_completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/www/s/Makefile b/www/s/Makefile index 2acb6a587260..99db156a1181 100644 --- a/www/s/Makefile +++ b/www/s/Makefile @@ -1,20 +1,20 @@ PORTNAME= s DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Web search in a terminal WWW= https://github.com/zquestz/s LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/zquestz/s PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/shiori/Makefile b/www/shiori/Makefile index 56e545fd1a37..237e758009c4 100644 --- a/www/shiori/Makefile +++ b/www/shiori/Makefile @@ -1,46 +1,46 @@ PORTNAME= shiori DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org COMMENT= Simple bookmark manager built with Go WWW= https://github.com/go-shiori/shiori LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/go-shiori/shiori SUB_LIST= USER=${USERS:[1]} \ HOMEDIR=${SHIORI_HOMEDIR} USERS= ${SHIORI_USER} GROUPS= ${SHIORI_GROUP} PLIST_FILES= bin/${PORTNAME} \ "@dir(${SHIORI_USER},${SHIORI_GROUP},0700) ${SHIORI_HOMEDIR}" SHIORI_HOMEDIR= /var/db/${SHIORI_USER} SHIORI_USER= ${PORTNAME} SHIORI_GROUP= ${SHIORI_USER} BUILD_DATE= %FT%T # fix `shiori version` output post-patch: ${REINPLACE_CMD} \ -e 's/"dev"/"${DISTVERSION}"/1' \ -e 's/"none"/"${OPSYS}"/1' \ -e 's/"unknown"/"${BUILD_DATE:gmtime}"/1' \ ${WRKSRC}/main.go \ ${WRKSRC}/internal/model/main.go post-install: @${MKDIR} ${STAGEDIR}${SHIORI_HOMEDIR} .include diff --git a/www/surge/Makefile b/www/surge/Makefile index 839681d5bc6a..b0197ecb2876 100644 --- a/www/surge/Makefile +++ b/www/surge/Makefile @@ -1,20 +1,20 @@ PORTNAME= surge DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= olgeni@FreeBSD.org COMMENT= High-performance download manager with TUI and CLI WWW= https://github.com/surge-downloader/surge LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/surge-downloader/surge PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile index e78b80c6d623..5477920cea1b 100644 --- a/www/tgpt/Makefile +++ b/www/tgpt/Makefile @@ -1,22 +1,22 @@ PORTNAME= tgpt DISTVERSIONPREFIX= v DISTVERSION= 2.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= nxjoseph@protonmail.com COMMENT= AI Chatbots in terminal without needing API keys WWW= https://github.com/aandrew-me/tgpt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/aandrew-me/tgpt/v2 post-patch: ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor PLIST_FILES= bin/tgpt .include diff --git a/www/tinyauth/Makefile b/www/tinyauth/Makefile index 928cff6da238..0d52aca6b298 100644 --- a/www/tinyauth/Makefile +++ b/www/tinyauth/Makefile @@ -1,56 +1,56 @@ PORTNAME= tinyauth DISTVERSIONPREFIX= v DISTVERSION= 4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Simplest way to protect your apps with a login screen WWW= https://tinyauth.app LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment USES= go:modules USE_GITHUB= yes GH_ACCOUNT= steveiliop56 USE_RC_SUBR= ${PORTNAME} GO_MOD_DIST= github GO_MODULE= github.com/steveiliop56/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -X 'tinyauth/internal/constants.Version=${DISTVERSIONPREFIX}${DISTVERSION}' \ -X 'tinyauth/internal/constants.CommitHash=${GITID}' \ -X 'tinyauth/internal/constants.BuildTimestamp=${BUILD_DATE}'" SUB_FILES= pkg-message SUB_LIST= USER=${USERS:[1]} USERS= ${TINYAUTH_USER} GROUPS= ${TINYAUTH_GROUP} PLIST_FILES= bin/${PORTNAME} \ "@dir(${TINYAUTH_USER},${TINYAUTH_GROUP},0750) /var/db/${PORTNAME}" # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Tinyauth repository to get the value of GITID. GITID= 5f7f88421ee0d2cc8fd17316fa378b958386a000 BUILD_DATE= $$(date -u '+%Y-%m-%dT%H:%M:%S') TINYAUTH_USER= ${PORTNAME} TINYAUTH_GROUP= ${TINYAUTH_USER} pre-build: @${MKDIR} ${WRKSRC}/internal/assets/dist @cd ${WRKDIR}/tinyauth-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/internal/assets/dist post-install: @${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} .include diff --git a/www/tusc/Makefile b/www/tusc/Makefile index cd5dfa017473..d30a731c1f99 100644 --- a/www/tusc/Makefile +++ b/www/tusc/Makefile @@ -1,36 +1,36 @@ PORTNAME= tusc DISTVERSION= 0.4.7 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= osa@FreeBSD.org COMMENT= TUS Command line client and server WWW= https://github.com/jackhftang/tusc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= jackhftang GH_TUPLE= \ Acconut:lockfile:v1.1.0:acconut_lockfile/vendor/gopkg.in/Acconut/lockfile.v1 \ bmizerany:pat:6226ea591a40:bmizerany_pat/vendor/github.com/bmizerany/pat \ docopt:docopt.go:ee0de3bc6815:docopt_docopt_go/vendor/github.com/docopt/docopt_go \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ eventials:go-tus:9db47421f6a0:eventials_go_tus/vendor/github.com/eventials/go-tus \ golang:net:da137c7871d7:golang_net/vendor/golang.org/x/net \ golang:snappy:2e65f85255db:golang_snappy/vendor/github.com/golang/snappy \ syndtr:goleveldb:v1.0.0:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ tus:tusd:30811b6579c5:tus_tusd/vendor/github.com/tus/tusd GO_TARGET= cmd/tusc.go:tusc PLIST_FILES= bin/tusc post-extract: ( cd ${WRKSRC} && ${MV} vendor/github.com/docopt/docopt_go \ vendor/github.com/docopt/docopt-go ) .include diff --git a/www/tusd/Makefile b/www/tusd/Makefile index f564d07d1e29..75226d28290a 100644 --- a/www/tusd/Makefile +++ b/www/tusd/Makefile @@ -1,133 +1,133 @@ PORTNAME= tusd DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www MAINTAINER= mm@FreeBSD.org COMMENT= Reference server implementation in Go of tus WWW= https://github.com/tus/tusd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= tus GH_TUPLE= \ Acconut:go-httptest-recorder:v1.0.0:acconut_go_httptest_recorder/vendor/github.com/Acconut/go-httptest-recorder \ Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-storage-blob-go:v0.14.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ Shopify:toxiproxy:v2.6.0:shopify_toxiproxy_v2/vendor/github.com/Shopify/toxiproxy/v2 \ aws:aws-sdk-go-v2:v1.21.0:aws_aws_sdk_go_v2/vendor/github.com/aws/aws-sdk-go-v2 \ aws:smithy-go:v1.14.2:aws_smithy_go/vendor/github.com/aws/smithy-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bmizerany:pat:6226ea591a40:bmizerany_pat/vendor/github.com/bmizerany/pat \ census-instrumentation:opencensus-go:v0.24.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ felixge:fgprof:v0.9.2:felixge_fgprof/vendor/github.com/felixge/fgprof \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ goji:httpauth:2da839ab0f4d:goji_httpauth/vendor/github.com/goji/httpauth \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:v0.12.0:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:97b1e661b5df:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mock:v1.6.0:golang_mock/vendor/github.com/golang/mock \ golang:net:v0.14.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:v0.11.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:v0.3.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.11.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.12.0:golang_text/vendor/golang.org/x/text \ golang:xerrors:04be3eba64a2:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.9:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:1744710a1577:google_go_genproto_1/vendor/google.golang.org/genproto/googleapis/rpc \ google:go-genproto:f966b187b2e5:google_go_genproto/vendor/google.golang.org/genproto \ google:pprof:6f57359322fd:google_pprof/vendor/github.com/google/pprof \ google:s2a-go:v0.1.5:google_s2a_go/vendor/github.com/google/s2a-go \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ googleapis:enterprise-certificate-proxy:v0.2.5:googleapis_enterprise_certificate_proxy/vendor/github.com/googleapis/enterprise-certificate-proxy \ googleapis:gax-go:v2.12.0:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:google-api-go-client:v0.138.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:compute/v1.23.0:googleapis_google_cloud_go_compute \ googleapis:google-cloud-go:iam/v1.1.1:googleapis_google_cloud_go_iam \ googleapis:google-cloud-go:storage/v1.32.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.110.6:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ grpc-ecosystem:go-grpc-middleware:v1.4.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc:grpc-go:v1.57.0:grpc_grpc_go/vendor/google.golang.org/grpc \ h2non:gock:v1.1.2:h2non_gock/vendor/gopkg.in/h2non/gock.v1 \ h2non:parth:b4df798d6542:h2non_parth/vendor/github.com/h2non/parth \ hashicorp:go-hclog:v0.14.1:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-plugin:v1.4.3:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ mattn:go-isatty:v0.0.16:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:go-testing-interface:a61a99592b77:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.16.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.42.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.10.1:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.31.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rogpeppe:go-internal:v1.11.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rs:xid:v1.5.0:rs_xid/vendor/github.com/rs/xid \ rs:zerolog:v1.30.0:rs_zerolog/vendor/github.com/rs/zerolog \ sethgrid:pester:v1.2.0:sethgrid_pester/vendor/github.com/sethgrid/pester \ stretchr:testify:v1.8.4:stretchr_testify/vendor/github.com/stretchr/testify \ tus:lockfile:v1.2.0:tus_lockfile/vendor/github.com/tus/lockfile \ vimeo:go-util:v1.4.1:vimeo_go_util/vendor/github.com/vimeo/go-util GO_TARGET= ./cmd/tusd OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= * PORTEXAMPLES= * USERS= www GROUPS= www TUSD_UPLOAD_DIR?= /var/spool/tusd USE_RC_SUBR= tusd SUB_FILES= tusd SUB_LIST= TUSD_USER=${USERS} \ TUSD_GROUP=${GROUPS} \ TUSD_UPLOAD_DIR=${TUSD_UPLOAD_DIR} PLIST_SUB+= ${SUB_LIST} post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/compute @${RLN} ${WRKSRC_googleapis_google_cloud_go_compute}/compute ${WRKSRC}/vendor/cloud.google.com/go/compute @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/iam @${RLN} ${WRKSRC_googleapis_google_cloud_go_iam}/iam ${WRKSRC}/vendor/cloud.google.com/go/iam @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage post-install: ${MKDIR} ${STAGEDIR}${TUSD_UPLOAD_DIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/hooks.md ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/apache2.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/nginx.conf ${STAGEDIR}${EXAMPLESDIR} .for FILE in post-create post-finish post-receive post-terminate pre-create pre-finish ${INSTALL_SCRIPT} ${WRKSRC}/examples/hooks/file/${FILE} ${STAGEDIR}${EXAMPLESDIR}/hooks .endfor .include diff --git a/www/uchiwa/Makefile b/www/uchiwa/Makefile index 81091a99e9b0..5df9df7a31d8 100644 --- a/www/uchiwa/Makefile +++ b/www/uchiwa/Makefile @@ -1,58 +1,58 @@ PORTNAME= uchiwa PORTVERSION= 0.18.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www MASTER_SITES= http://uchiwa.io/ MAINTAINER= alexander@treg.io COMMENT= Simple dashboard for Sensu WWW= https://uchiwa.io/ LICENSE= MIT USES= go UCHIWA_LOGDIR= /var/log/uchiwa UCHIWA_CONFDIR= ${PREFIX}/etc/uchiwa UCHIWA_SHAREDIR= ${PREFIX}/share/uchiwa/public USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= sensu GH_TUPLE= dgrijalva:jwt-go:61124b62ad244d655f87d944aefaa2ae5a0d2f16:jwtgo/vendor/github.com/dgrijalva/jwt-go GH_TUPLE+= gorilla:context:215affda49addc4c8ef7e2534915df2c8c35c6cd:context/vendor/github.com/gorilla/context GH_TUPLE+= mitchellh:mapstructure:f7d28d5aeab42b9b95d2e6d6b956f73a290077fc:mapstructure/vendor/github.com/mitchellh/mapstructure GH_TUPLE+= palourde:mergo:d931ffd2c07cb4caf7194e0f6af9ac6771c26d54:mergo/vendor/github.com/palourde/mergo GH_TUPLE+= stretchr:objx:cbeaeb16a013161a98496fad62933b1d21786672:objx/vendor/github.com/stretchr/objx GH_TUPLE+= stretchr:testify:e4ec8152c15fc46bd5056ce65997a07c7d415325:testify/vendor/github.com/stretchr/testify GH_TUPLE+= sensu:uchiwa-web:${PORTVERSION}:uchiwaweb/public/bower_components/uchiwa-web GH_TUPLE+= angular:bower-angular-cookies:b89821e37d3011ad0bca9a4847a8fcc59f90fabb:bowerangularcookies/public/bower_components/angular-cookies GH_TUPLE+= urish:angular-moment:0.9.2:urishangularmoment/public/bower_components/angular-moment GH_TUPLE+= angular:bower-angular:v1.4.11:angularbowerangular/public/bower_components/angular GH_TUPLE+= angular:bower-angular-route:v1.4.11:angularbowerangularroute/public/bower_components/angular-route GH_TUPLE+= angular:bower-angular-sanitize:v1.4.11:angularbowerangularsanitize/public/bower_components/angular-sanitize GH_TUPLE+= twbs:bootstrap:v3.1.1:bootstrap/public/bower_components/bootstrap GH_TUPLE+= twbs:bootstrap-sass:v3.1.1:bootstrapsass/public/bower_components/bootstrap-sass-official GH_TUPLE+= foxandxss:angular-toastr:1.6.0:forandxssangulartoastr/public/bower_components/angular-toastr GH_TUPLE+= wallin:angular-gravatar:0.3.2:wallinangulargravatar/public/bower_components/angular-gravatar GH_TUPLE+= fortawesome:Font-Awesome:v4.4.0:fortawesomefontawesome/public/bower_components/fontawesome GH_TUPLE+= components:highlightjs:08edd75426b52b165cc2b8a569870df4794c36dc:componentshighlightjs/public/bower_components/highlightjs GH_TUPLE+= angular-ui:bootstrap-bower:0.13.4:angularuibootstrapbower/public/bower_components/angular-bootstrap GH_TUPLE+= moment:moment:2.8.4:momentmoment/public/bower_components/moment GH_TUPLE+= jquery:jquery-dist:3.0.0:jqueryjquery/public/bower_components/jquery GH_TUPLE+= jashkenas:underscore:1f4bf626f23a99f7a676f5076dc1b1475554c8f7:jashkenasunderscore/public/bower_components/underscore GH_TUPLE+= kless:osutil:3ac994847c4376a4b905fc0a19f450c5a4bec647:klessosutil/vendor/github.com/kless/osutil GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} USERS= uchiwa GROUPS= uchiwa post-install: ${MKDIR} ${STAGEDIR}${UCHIWA_LOGDIR} \ ${STAGEDIR}${UCHIWA_CONFDIR} \ ${STAGEDIR}${UCHIWA_SHAREDIR} ${INSTALL_DATA} ${WRKSRC}/config.json.example ${STAGEDIR}${PREFIX}/etc/uchiwa/config.json.sample (cd ${WRKSRC}/public && ${COPYTREE_SHARE} . ${STAGEDIR}${UCHIWA_SHAREDIR}) .include diff --git a/www/urlfinder/Makefile b/www/urlfinder/Makefile index ac94038011e2..22648cf78fa2 100644 --- a/www/urlfinder/Makefile +++ b/www/urlfinder/Makefile @@ -1,20 +1,20 @@ PORTNAME= urlfinder DISTVERSIONPREFIX= v DISTVERSION= 0.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org COMMENT= High-speed tool for passively gathering URLs WWW= https://github.com/projectdiscovery/urlfinder LICENSE= MIT USES= go:1.24+,modules GO_MODULE= github.com/projectdiscovery/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/varnish_exporter/Makefile b/www/varnish_exporter/Makefile index 1ec8f8955c15..21156673695e 100644 --- a/www/varnish_exporter/Makefile +++ b/www/varnish_exporter/Makefile @@ -1,36 +1,36 @@ PORTNAME= varnish_exporter PORTVERSION= 1.6 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= www MAINTAINER= ports@zx23.net COMMENT= Prometheus metrics exporter for the Varnish WWW cache WWW= https://github.com/jonnenauha/prometheus_varnish_exporter LICENSE= APACHE20 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= jonnenauha GH_PROJECT= prometheus_varnish_exporter GH_TUPLE= \ beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:5ac8a444bdc5:golang_sys/vendor/golang.org/x/sys \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ prometheus:client_golang:v1.0.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:fd36f4220a90:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.4.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.2:prometheus_procfs/vendor/github.com/prometheus/procfs USE_RC_SUBR= ${PORTNAME} GO_TARGET= :varnish_exporter USERS= varnish GROUPS= varnish PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/vultr-cli/Makefile b/www/vultr-cli/Makefile index bbbd82271807..0a59afff6e8f 100644 --- a/www/vultr-cli/Makefile +++ b/www/vultr-cli/Makefile @@ -1,55 +1,55 @@ PORTNAME= vultr-cli DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= antranigv@freebsd.am COMMENT= Official command line tool for Vultr services WWW= https://github.com/vultr/vultr-cli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= vultr GH_TUPLE= \ fsnotify:fsnotify:v1.8.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-viper:mapstructure:v2.3.0:go_viper_mapstructure_v2/vendor/github.com/go-viper/mapstructure/v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:oauth2:v0.30.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:sys:v0.29.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.21.0:golang_text/vendor/golang.org/x/text \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-retryablehttp:v0.7.8:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ pelletier:go-toml:v2.2.3:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ sagikazarmark:locafero:v0.7.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ spf13:afero:v1.12.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.7.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.9.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.20.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.9.0:uber_go_multierr/vendor/go.uber.org/multierr \ vultr:govultr:v3.21.1:vultr_govultr_v3/vendor/github.com/vultr/govultr/v3 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS post-extract: ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/webhook/Makefile b/www/webhook/Makefile index a483ca72d4da..dca1d1767832 100644 --- a/www/webhook/Makefile +++ b/www/webhook/Makefile @@ -1,52 +1,52 @@ PORTNAME= webhook DISTVERSION= 2.8.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= stb@lassitu.de COMMENT= Easily create HTTP endpoints (hooks) to execute shell commands WWW= https://github.com/adnanh/webhook LICENSE= APACHE20 BSD3CLAUSE MIT LICENSE_COMB= multi USES= go:modules USE_GITHUB= yes GH_ACCOUNT= adnanh GH_TUPLE= Microsoft:go-winio:v0.6.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ clbanning:mxj:v2.7.0:clbanning_mxj_v2/vendor/github.com/clbanning/mxj/v2 \ coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/github.com/coreos/go-systemd/v22 \ dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ go-chi:chi:v5.0.12:go_chi_chi_v5/vendor/github.com/go-chi/chi/v5 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gofrs:uuid:v5.0.0:gofrs_uuid_v5/vendor/github.com/gofrs/uuid/v5 \ golang:sys:v0.18.0:golang_sys/vendor/golang.org/x/sys \ google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ gorilla:mux:v1.8.1:gorilla_mux/vendor/github.com/gorilla/mux \ kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty USE_RC_SUBR= webhook GO_TARGET= :${PREFIX}/sbin/webhook PLIST_FILES= "@sample etc/webhook.yaml.sample" \ sbin/webhook .include .if ${OPSYS} == FreeBSD DAEMONARGS= -S -l \$${webhook_facility} -s \$${webhook_priority} -t \ \$${name} .else DAEMONARGS= -f .endif SUB_LIST+= DAEMONARGS="${DAEMONARGS}" post-install: ${INSTALL_DATA} ${FILESDIR}/webhook.yaml ${STAGEDIR}${PREFIX}/etc/webhook.yaml.sample .include diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile index 37046198c8b5..fc4962717278 100644 --- a/www/websocketd/Makefile +++ b/www/websocketd/Makefile @@ -1,26 +1,26 @@ PORTNAME= websocketd PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org COMMENT= Turn any program that uses STDIN/STDOUT into a WebSocket server WWW= http://websocketd.com/ \ https://github.com/joewalnes/websocketd LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules # https://github.com/joewalnes/websocketd/commit/0aa12c3913f5b86e15c232e4191a6ef1953a354f #GO_MODULE= github.com/joewalnes/websocketd PLIST_FILES= bin/websocketd USE_GITHUB= yes GH_ACCOUNT= joewalnes GH_TUPLE= gorilla:websocket:v1.5.3:gorilla_websocket/vendor/github.com/gorilla/websocket .include diff --git a/www/writeas-cli/Makefile b/www/writeas-cli/Makefile index 94ec44db229c..ea099ad59710 100644 --- a/www/writeas-cli/Makefile +++ b/www/writeas-cli/Makefile @@ -1,62 +1,62 @@ PORTNAME= writeas-cli DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-wf -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www textproc MASTER_SITES= https://code.as/core/socks/archive/v1.0.0.tar.gz?dummy=/:core_socks DISTFILES= core-socks-v1.0.0.tar.gz:core_socks DIST_SUBDIR= writeas MAINTAINER= fuz@FreeBSD.org COMMENT= Command line client for Write.as / WriteFreely WWW= https://write.as/apps/cli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= writeas GH_TUPLE= atotto:clipboard:v0.1.1:atotto_clipboard/vendor/github.com/atotto/clipboard \ cloudfoundry:jibber_jabber:bcc4c8345a21:cloudfoundry_jibber_jabber/vendor/github.com/cloudfoundry/jibber_jabber \ go-ini:ini:v1.39.3:go_ini_ini/vendor/gopkg.in/ini.v1 \ golang:crypto:505ab145d0a9:golang_crypto/vendor/golang.org/x/crypto \ golang:net:e147a9138326:golang_net/vendor/golang.org/x/net \ golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \ gopherjs:gopherjs:d547d1d9531e:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ howeyc:gopass:bf9dde6d0d2c:howeyc_gopass/vendor/github.com/howeyc/gopass \ jtolds:gls:v4.2.1:jtolds_gls/vendor/github.com/jtolds/gls \ microcosm-cc:bluemonday:v1.0.1:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mitchellh:go-homedir:v1.0.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ onsi:ginkgo:v1.8.0:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ onsi:gomega:v1.5.0:onsi_gomega/vendor/github.com/onsi/gomega \ shurcooL:sanitized_anchor_name:86672fcb3f95:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ smartystreets:assertions:b2de0cb4f26d:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ smartystreets:goconvey:044398e4856c:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ urfave:cli:v1.20.0:urfave_cli/vendor/gopkg.in/urfave/cli.v1 \ writeas:go-writeas:v2.0.2:writeas_go_writeas_v2/vendor/github.com/writeas/go-writeas/v2 \ writeas:impart:v1.1.0:writeas_impart/vendor/github.com/writeas/impart \ writeas:saturday:f455b05c043f:writeas_saturday/vendor/github.com/writeas/saturday \ writeas:web-core:05f387ffa1b3:writeas_web_core/vendor/github.com/writeas/web-core GO_TARGET= ./cmd/wf ./cmd/writeas PLIST_FILES= bin/wf bin/writeas PORTDOCS= */*.md OPTIONS_DEFINE= DOCS post-extract: @${MKDIR} ${WRKSRC}/vendor/code.as/core @${RLN} ${WRKDIR}/socks ${WRKSRC}/vendor/code.as/core/socks post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/cmd && for doc in ${PORTDOCS} ; \ do \ ${MKDIR} ${STAGEDIR}${DOCSDIR}/`${DIRNAME} $$doc` ; \ ${INSTALL_MAN} $$doc ${STAGEDIR}${DOCSDIR}/`${DIRNAME} $$doc` ; \ done .include diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile index e9f5dfeae005..1547010b4651 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -1,73 +1,73 @@ PORTNAME= writefreely DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www textproc MAINTAINER= fuz@FreeBSD.org COMMENT= Clean, Markdown-based publishing platform made for writers WWW= https://writefreely.org LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_DISTFILES_CC-BY-NC-SA-4.0= writefreely-documentation-v0.13.1_GH0.tar.gz USES= go:modules USE_GITHUB= nodefault USE_RC_SUBR= writefreely GO_MODULE= github.com/writefreely/writefreely GO_TARGET= ./cmd/writefreely SUB_FILES= config.ini.sample pkg-message USERS= writefreely GROUPS= writefreely OPTIONS_DEFINE= DOCS SQLITE3 OPTIONS_DEFAULT= CSS_DIST SQLITE3 OPTIONS_SINGLE= CSS OPTIONS_SINGLE_CSS= CSS_DIST CSS_LESSC CSS_DESC= Stylesheets CSS_DIST_DESC= Use pre-generated stylesheets CSS_LESSC_DESC= Generate stylesheets with lessc (requires npm) CSS_DIST_MASTER_SITES= LOCAL/fuz:css CSS_DIST_DISTFILES= writefreely-css-${DISTVERSION}.tar.gz:css CSS_LESSC_BUILD_DEPENDS= npm:www/npm CSS_LESSC_VARS= LEGAL_PACKAGE=yes \ NO_PACKAGE="uses www/npm to fetch files at build time (option CSS_LESSC)" DOCS_GH_TUPLE= writefreely:documentation:v${DISTVERSION}:docs DOCS_VARS= LICENSE+=CC-BY-NC-SA-4.0 \ LICENSE_COMB=multi SQLITE3_VARS= GO_BUILDFLAGS+=-tags=sqlite # download the lessc program with npm for rolling the writefreely-css distfile ${WRKDIR}/npm/bin/lessc: @${ECHO_MSG} "=> downloading the lessc utility with NPM" ${MKDIR} ${WRKDIR}/npm npm -C ${WRKDIR}/npm -g install less@3.5.3 npm -C ${WRKDIR}/npm -g install less-plugin-clean-css # Packaging node.js applications is a PITA, so supply pre-generated CSS files as # a custom distfile using lessc, a node.js application. do-build-CSS_LESSC-on: ${WRKDIR}/npm/bin/lessc @${ECHO_MSG} "=> generating CSS files with lessc" ${RM} -r ${WRKDIR}/css ${MKDIR} ${WRKDIR}/css cd ${WRKSRC}/less && ${WRKDIR}/npm/bin/lessc app.less --clean-css="--s1 --advanced" ${WRKDIR}/css/write.css cd ${WRKSRC}/less && ${WRKDIR}/npm/bin/lessc fonts.less --clean-css="--s1 --advanced" ${WRKDIR}/css/fonts.css cd ${WRKSRC}/less && ${WRKDIR}/npm/bin/lessc icons.less --clean-css="--s1 --advanced" ${WRKDIR}/css/icons.css cd ${WRKSRC}/less && ${WRKDIR}/npm/bin/lessc prose.less --clean-css="--s1 --advanced" ${WRKDIR}/css/prose.css ${TAR} -z -c -f ${WRKDIR}/writefreely-css-${DISTVERSION}.tar.gz -C ${WRKDIR} css do-install-DOCS-on: cd ${WRKSRC_docs} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -depth 1' post-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/keys ${INSTALL_DATA} ${WRKDIR}/config.ini.sample ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} pages ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} static ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKDIR}/css/*.css ${STAGEDIR}${WWWDIR}/static/css/ cd ${WRKSRC} && ${COPYTREE_SHARE} templates ${STAGEDIR}${WWWDIR} .include diff --git a/www/wuzz/Makefile b/www/wuzz/Makefile index 37177a2cb05b..d6610049bd5a 100644 --- a/www/wuzz/Makefile +++ b/www/wuzz/Makefile @@ -1,41 +1,41 @@ PORTNAME= wuzz DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Interactive cli tool for HTTP inspection WWW= https://github.com/asciimoo/wuzz LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= asciimoo GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ alessio:shellescape:v1.2.2:alessio_shellescape/vendor/github.com/alessio/shellescape \ andybalholm:cascadia:v1.2.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ jroimartin:gocui:v0.4.0:jroimartin_gocui/vendor/github.com/jroimartin/gocui \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ nsf:termbox-go:38ba6e5628f1:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ nwidger:jsoncolor:v0.3.0:nwidger_jsoncolor/vendor/github.com/nwidger/jsoncolor \ tidwall:gjson:v1.6.0:tidwall_gjson/vendor/github.com/tidwall/gjson \ tidwall:match:v1.0.1:tidwall_match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.0.1:tidwall_pretty/vendor/github.com/tidwall/pretty \ x86kernel:htmlcolor:c589f58466d0:x86kernel_htmlcolor/vendor/github.com/x86kernel/htmlcolor GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/xcaddy/Makefile b/www/xcaddy/Makefile index f172e0d0bfbc..10c8e0c0253f 100644 --- a/www/xcaddy/Makefile +++ b/www/xcaddy/Makefile @@ -1,28 +1,28 @@ PORTNAME= xcaddy DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www DIST_SUBDIR= xcaddy MAINTAINER= olgeni@FreeBSD.org COMMENT= Command line tool to make custom builds of the Caddy Web Server WWW= https://github.com/caddyserver/xcaddy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules,run GO_MODULE= github.com/caddyserver/xcaddy GO_TARGET= ./cmd/xcaddy SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} post-patch: ${REINPLACE_CMD} 's,return "go",return "${GO_CMD}",g' \ ${WRKSRC}/internal/utils/environment.go .include diff --git a/www/xurls/Makefile b/www/xurls/Makefile index bf6476107f9a..1f7cb8f7fc5c 100644 --- a/www/xurls/Makefile +++ b/www/xurls/Makefile @@ -1,22 +1,22 @@ PORTNAME= xurls DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org COMMENT= Extract urls from text or files WWW= https://github.com/mvdan/xurls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= mvdan.cc/xurls/v2 GO_TARGET= ${WRKSRC}/cmd/${PORTNAME}:${PREFIX}/bin/${PORTNAME} GO_BUILDFLAGS= -ldflags="-w -s -X=main.version=${DISTVERSIONPREFIX}${DISTVERSION}" PLIST_FILES= bin/xurls .include diff --git a/www/yarr/Makefile b/www/yarr/Makefile index 88a035df39c1..4d982d76432c 100644 --- a/www/yarr/Makefile +++ b/www/yarr/Makefile @@ -1,30 +1,30 @@ PORTNAME= yarr DISTVERSIONPREFIX=v DISTVERSION= 2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= decke@FreeBSD.org COMMENT= Yet another rss reader WWW= https://github.com/nkanaev/yarr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license USES= go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= nkanaev GH_TUPLE= \ golang:net:v0.38.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.31.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.23.0:golang_text/vendor/golang.org/x/text \ mattn:go-sqlite3:v1.14.24:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 GO_TARGET= ./cmd/yarr/main.go:yarr GO_BUILDFLAGS= -tags "sqlite_foreign_keys release" -ldflags "-X main.Version=${PORTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/www/youtube/Makefile b/www/youtube/Makefile index 49b5b0906d07..c0fa60de4582 100644 --- a/www/youtube/Makefile +++ b/www/youtube/Makefile @@ -1,22 +1,22 @@ PORTNAME= youtube DISTVERSIONPREFIX= v DISTVERSION= 2.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www PKGNAMESUFFIX= -downloader MAINTAINER= yuri@FreeBSD.org COMMENT= Youtube videos downloader WWW= https://github.com/kkdai/youtube LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/kkdai/youtube/v2 GO_TARGET= ./cmd/youtubedr PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} .include diff --git a/www/zgrab2/Makefile b/www/zgrab2/Makefile index 6c673b22607d..82fe3d07033d 100644 --- a/www/zgrab2/Makefile +++ b/www/zgrab2/Makefile @@ -1,49 +1,49 @@ PORTNAME= zgrab2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Fast Go application scanner WWW= https://github.com/zmap/zgrab2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= compilation fails: ztypes_freebsd_arm64.go:400:12: undefined: uint128 USES= go:modules USE_GITHUB= yes GH_ACCOUNT= zmap GH_TUPLE= beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \ go-mgo:mgo:a6b53ec6cb22:go_mgo_mgo/vendor/gopkg.in/mgo.v2 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:v0.23.0:golang_crypto/vendor/golang.org/x/crypto \ golang:net:v0.25.0:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.20.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.15.0:golang_text/vendor/golang.org/x/text \ hdm:jarm-go:v0.0.7:hdm_jarm_go/vendor/github.com/hdm/jarm-go \ kr:pretty:v0.2.1:kr_pretty/vendor/github.com/kr/pretty \ kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ prometheus:client_golang:v1.14.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.42.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.9.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.30.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ weppos:publicsuffix-go:v0.30.0:weppos_publicsuffix_go/vendor/github.com/weppos/publicsuffix-go \ zmap:rc2:abaa70531248:zmap_rc2/vendor/github.com/zmap/rc2 \ zmap:zcrypto:c8b263fd8300:zmap_zcrypto/vendor/github.com/zmap/zcrypto \ zmap:zflags:9d95409821b6:zmap_zflags/vendor/github.com/zmap/zflags #GO_MODULE= github.com/zmap/zgrab2 # fails to build: "unsafe.Slice requires go1.17 or later" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/x11/aminal/Makefile b/x11/aminal/Makefile index d58a443f0d45..2d3c4179c151 100644 --- a/x11/aminal/Makefile +++ b/x11/aminal/Makefile @@ -1,33 +1,33 @@ PORTNAME= aminal DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org COMMENT= Golang terminal emulator from scratch WWW= https://github.com/liamg/aminal LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gl go xorg USE_GITHUB= yes GH_ACCOUNT= liamg GH_TUPLE= BurntSushi:xgb:27f1227:xgb/vendor/github.com/BurntSushi/xgb \ gen2brain:shm:6c18ff7:shm/vendor/github.com/gen2brain/shm USE_GL= gl USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTSCOUT= limit:^[0-9].* post-patch: # https://github.com/liamg/aminal/issues/208 @cd ${WRKSRC}/platform && \ ${CP} linuxLaunch.go freebsdLaunch.go && \ ${REINPLACE_CMD} 's|build linux|build freebsd|' freebsdLaunch.go .include diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile index d9183aabfaae..67e71d03c221 100644 --- a/x11/cliphist/Makefile +++ b/x11/cliphist/Makefile @@ -1,38 +1,38 @@ PORTNAME= cliphist DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= Wayland clipboard manager with support for multimedia WWW= https://github.com/sentriz/cliphist LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= go.senan.xyz/cliphist PLIST_FILES= bin/${PORTNAME} PORTDOCS= readme.md OPTIONS_DEFINE= DOCS FZF OPTIONS_DEFAULT=FZF FZF_DESC= Script with only unique lines and previews FZF_RUN_DEPENDS= fzf:textproc/fzf \ wl-copy:x11/wl-clipboard FZF_PLIST_FILES= bin/${PORTNAME}-fzf do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-FZF-on: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${FZF_PLIST_FILES:T} \ ${STAGEDIR}${PREFIX}/bin .include diff --git a/x11/clipman/Makefile b/x11/clipman/Makefile index 8594d841c017..06043f24c5f1 100644 --- a/x11/clipman/Makefile +++ b/x11/clipman/Makefile @@ -1,34 +1,34 @@ PORTNAME= clipman DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= alven@FreeBSD.org COMMENT= Simple clipboard manager for Wayland WWW= https://github.com/chmouel/clipman LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= wl-copy:x11/wl-clipboard USES= go:modules USE_GITHUB= yes GH_ACCOUNT= chmouel GH_TUPLE= \ alecthomas:kingpin:v2.4.0:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \ alecthomas:units:0f3dac36c52b:alecthomas_units/vendor/github.com/alecthomas/units \ golang:text:v0.22.0:golang_text/vendor/golang.org/x/text \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2 PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/darktile/Makefile b/x11/darktile/Makefile index 4df33954cae3..cb4834bb0bd9 100644 --- a/x11/darktile/Makefile +++ b/x11/darktile/Makefile @@ -1,27 +1,27 @@ PORTNAME= darktile DISTVERSIONPREFIX= v DISTVERSION= 0.0.11 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org COMMENT= Golang terminal emulator from scratch WWW= https://github.com/liamg/darktile LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libglfw.so:graphics/glfw USES= gl go:modules pkgconfig xorg USE_GL= gl USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm GO_MODULE= github.com/liamg/darktile GO_TARGET= ./cmd/darktile \ ./cmd/packfont PLIST_FILES= bin/${PORTNAME} \ bin/packfont .include diff --git a/x11/histui/Makefile b/x11/histui/Makefile index a824921ad841..dc0d0ca2a7f6 100644 --- a/x11/histui/Makefile +++ b/x11/histui/Makefile @@ -1,31 +1,31 @@ PORTNAME= histui DISTVERSIONPREFIX= v DISTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org COMMENT= Highly themeable GTK4 notification daemon for Wayland WWW= https://jmylchreest.github.io/histui LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libadwaita-1.so:x11-toolkits/libadwaita \ libasound.so:audio/alsa-lib \ libfontconfig.so:x11-fonts/fontconfig \ libgraphene-1.0.so:graphics/graphene \ libgtk4-layer-shell.so:x11-toolkits/gtk4-layer-shell \ libvulkan.so:graphics/vulkan-loader USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf gtk40 introspection GO_MODULE= github.com/jmylchreest/histui GO_TARGET= ./cmd/histui ./cmd/histuid CGO_LDFLAGS= -s -w PLIST_FILES= bin/histui \ bin/histuid .include diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 3a9f9abd68a4..306f9242cd31 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,156 +1,156 @@ PORTNAME= kitty DISTVERSIONPREFIX= v DISTVERSION= 0.45.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org COMMENT= Cross-platform, fast, featureful, GPU-based terminal emulator WWW= https://sw.kovidgoyal.net/kitty/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-autobuild>=2025.8.25:textproc/py-sphinx-autobuild@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \ nerd-fonts>=3.1.1:x11-fonts/nerd-fonts \ roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf \ simde>=0.7.6:devel/simde \ sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \ wayland-protocols>=0:graphics/wayland-protocols LIB_DEPENDS= libcairo.so:graphics/cairo \ libcanberra.so:audio/libcanberra \ libdbus-1.so:devel/dbus \ libepoll-shim-interpose.so:devel/libepoll-shim \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ librsync.so:net/librsync \ libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon \ libxxhash.so:devel/xxhash USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ go:modules magick pkgconfig python shebangfix ssl tar:xz \ terminfo xorg CPE_VENDOR= kitty_project USE_GL= gl USE_XORG= x11 xcb xcursor xi xinerama xrandr SHEBANG_FILES= build-terminfo count-lines-of-code update-on-ox SHEBANG_GLOB= *.py GO_MODULE= github.com/kovidgoyal/kitty MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" TEST_TARGET= test CPPFLAGS+= `pkg-config --cflags epoll-shim-interpose` LDFLAGS+= `pkg-config --libs epoll-shim-interpose` PIE_UNSAFE= yes BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} BUILD_DIR= ${WRKSRC}/${OPSYS:tl}-package INSTALL_WRKSRC= ${WRKSRC}/linux-package _STRIP_TARGETS= kitty/fast_data_types.so kitty/glfw-x11.so \ kitty/glfw-wayland.so kittens/transfer/rsync.so _EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty OPTIONS_DEFINE= DOCS DOCS_MAKE_ENV= BUILD_DOCS=yes .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=invalid-utf8 -Winvalid-utf8 .endif .if ${ARCH:Mriscv64*} MAKE_ENV+= KITTY_NO_LTO=1 .endif # ncursesw and tinfo >= 6.1 seem to be neededd .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400035 USES+= ncurses:port .else USES+= ncurses .endif # PR291485 # Temporarily disable build/installation of docs and man pages on FreeBSD >= 15.0 # See: # https://pkg-status.freebsd.org/beefy23/data/150amd64-default/e05e2042985b/logs/kitty-0.44.0_1.log # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291485 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 MAKE_ENV+= BUILD_MANPAGES=yes PLIST_SUB+= PORTMANPAGES="" .else DOCS_MAKE_ENV= BUILD_DOCS=no MAKE_ENV+= BUILD_MANPAGES=no PLIST_SUB:= ${PLIST_SUB:S/PORTDOCS=""//1} PLIST_SUB+= PORTDOCS="@comment " \ PORTMANPAGES="@comment " .endif post-patch: ${REINPLACE_CMD} -E \ -e "s:'go':'${GO_CMD}':1" \ -e "s:(dirs_exist_ok=True):\1, ignore=shutil.ignore_patterns('*.orig', '*.bak'):1" \ ${WRKSRC}/setup.py ${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:1" \ ${WRKSRC}/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish # For librsync, we need to set header and library path do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -OO setup.py \ --extra-include-dirs ${LOCALBASE}/include \ --extra-library-dirs ${LOCALBASE}/lib \ --libdir-name share \ --prefix ${BUILD_DIR:T} \ --update-check-interval 0 \ linux-package) do-install: cd ${BUILD_DIR} && \ ${INSTALL_PROGRAM} bin/kitty bin/kitten ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_DATA} share/applications/* ${STAGEDIR}${DESKTOPDIR} && \ cd ${BUILD_DIR}/share/icons/hicolor && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/hicolor cd ${BUILD_DIR}/share/kitty && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/terminfo/kitty.terminfo \ ${STAGEDIR}${PREFIX}/share/misc/ ${STRIP_CMD} ${_STRIP_TARGETS:S|^|${STAGEDIR}${DATADIR}/|} # PR291485: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291485 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 ${INSTALL_MAN} ${BUILD_DIR}/share/man/man1/kitty.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${BUILD_DIR}/share/man/man5/kitty.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 .endif do-install-DOCS-on: # PR291485: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291485 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 cd ${BUILD_DIR}/share/doc/kitty/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "-not ( -name .buildinfo -or -name .nojekyll )" .else @${DO_NADA} .endif .include diff --git a/x11/nwg-bar/Makefile b/x11/nwg-bar/Makefile index 367e706b0abb..caf75443c701 100644 --- a/x11/nwg-bar/Makefile +++ b/x11/nwg-bar/Makefile @@ -1,44 +1,44 @@ PORTNAME= nwg-bar DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= GTK3-based button bar for sway and other wlroots-based compositors WWW= https://github.com/nwg-piotr/nwg-bar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= gnome go:modules pkgconfig USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf gtk30 GH_ACCOUNT= nwg-piotr GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \ dlasky:gotk3-layershell:b0c42cd8474f:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \ golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ gotk3:gotk3:v0.6.2:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ joshuarubin:go-sway:v1.2.0:joshuarubin_go_sway/vendor/github.com/joshuarubin/go-sway \ joshuarubin:lifecycle:v1.1.4:joshuarubin_lifecycle/vendor/github.com/joshuarubin/lifecycle \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 PLIST_FILES= bin/${PORTNAME} PORTDATA= images *.css *.json post-patch: # Respect PREFIX for button images @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/config/*.json \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile @${CP} -p ${WRKSRC}/config/* ${WRKSRC} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ ${STAGEDIR}${DATADIR}) .include diff --git a/x11/nwg-dock-hyprland/Makefile b/x11/nwg-dock-hyprland/Makefile index 868628eb0395..23b877785ef7 100644 --- a/x11/nwg-dock-hyprland/Makefile +++ b/x11/nwg-dock-hyprland/Makefile @@ -1,34 +1,34 @@ PORTNAME= nwg-dock-hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.4.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= GTK3-based dock for Hyprland WWW= https://github.com/nwg-piotr/nwg-dock-hyprland LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 GO_MODULE= github.com/nwg-piotr/nwg-dock-hyprland CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 post-patch: # Respect PREFIX for *.desktop @${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/config/* ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} images ${STAGEDIR}${DATADIR} .include diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile index 91070e7afc77..7655f4930ed0 100644 --- a/x11/nwg-dock/Makefile +++ b/x11/nwg-dock/Makefile @@ -1,45 +1,45 @@ PORTNAME= nwg-dock DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MAINTAINER= tagattie@FreeBSD.org COMMENT= GTK3-based dock for sway WWW= https://github.com/nwg-piotr/nwg-dock LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= gnome go:modules pkgconfig USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf gtk30 GH_ACCOUNT= nwg-piotr GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \ dlasky:gotk3-layershell:5c5115f0d774:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \ golang:sync:v0.10.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.29.0:golang_sys/vendor/golang.org/x/sys \ gotk3:gotk3:ff349ae13f56:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ joshuarubin:go-sway:v1.2.0:joshuarubin_go_sway/vendor/github.com/joshuarubin/go-sway \ joshuarubin:lifecycle:v1.1.4:joshuarubin_lifecycle/vendor/github.com/joshuarubin/lifecycle \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 PLIST_FILES= bin/${PORTNAME} PORTDATA= images *.css post-patch: # Respect PREFIX for *.desktop @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile @${CP} -p ${WRKSRC}/config/*.css ${WRKSRC} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ ${STAGEDIR}${DATADIR}) .include diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index 31e52757ccf4..e2ec39c81471 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,39 +1,39 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= Application drawer for wlroots-based Wayland compositors WWW= https://github.com/nwg-piotr/nwg-drawer LICENSE= MIT MPL20 LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE-gotk4 LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell RUN_DEPENDS= xdg-open:devel/xdg-utils USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 GO_MODULE= github.com/nwg-piotr/nwg-drawer CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 PLIST_FILES= bin/${PORTNAME} PORTDATA= desktop-directories img *.css post-patch: # Respect PREFIX for *.desktop @${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ ${STAGEDIR}${DATADIR} .include diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile index bbb3b72a28cf..8a438a73898a 100644 --- a/x11/nwg-look/Makefile +++ b/x11/nwg-look/Makefile @@ -1,38 +1,38 @@ PORTNAME= nwg-look DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= GTK settings editor adapted to work in the wlroots environment WWW= https://github.com/nwg-piotr/nwg-look LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= xcur2png:x11/xcur2png USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 GO_MODULE= github.com/nwg-piotr/nwg-look CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 post-patch: # Respect PREFIX for *.glade and *.desktop @${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile @${MKDIR} ${STAGEDIR}${DATADIR}/langs ${INSTALL_DATA} ${WRKSRC}/langs/* ${STAGEDIR}${DATADIR}/langs ${INSTALL_DATA} ${WRKSRC}/stuff/main.glade ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/stuff/*.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/stuff/*.svg \ ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index 6ae7e7bc2d14..22dc2e77fae4 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,38 +1,38 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= MenuStart plugin to nwg-panel, also capable of working standalone WWW= https://github.com/nwg-piotr/nwg-menu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= gnome go:modules pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 GO_MODULE= github.com/nwg-piotr/nwg-menu CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 PLIST_FILES= bin/${PORTNAME} PORTDATA= desktop-directories *.css post-patch: # Respect PREFIX for *.desktop and system configs @${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/main.go \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ ${STAGEDIR}${DATADIR}) .include diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile index 5137fabc2b4b..80970e58d2c9 100644 --- a/x11/wallutils/Makefile +++ b/x11/wallutils/Makefile @@ -1,77 +1,77 @@ PORTNAME= wallutils DISTVERSIONPREFIX= v DISTVERSION= 5.14.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= eduardo@FreeBSD.org COMMENT= Utilities for handling monitors, resolutions, wallpapers and timed wallpapers WWW= https://github.com/xyproto/wallutils LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libX11.so:x11/libX11 USES= go:modules pkgconfig USE_GITHUB= yes GH_ACCOUNT= xyproto GH_TUPLE= antchfx:xmlquery:v1.5.0:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \ antchfx:xpath:v1.3.5:antchfx_xpath/vendor/github.com/antchfx/xpath \ anthonynsimon:bild:v0.14.0:anthonynsimon_bild/vendor/github.com/anthonynsimon/bild \ cpuguy83:go-md2man:v2.0.7:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ fatih:color:v1.18.0:fatih_color/vendor/github.com/fatih/color \ golang:groupcache:2c02b8208cf8:golang_groupcache/vendor/github.com/golang/groupcache \ golang:image:v0.33.0:golang_image/vendor/golang.org/x/image \ golang:net:v0.47.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.38.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.31.0:golang_text/vendor/golang.org/x/text \ mattn:go-colorable:v0.1.14:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ stretchr:powerwalk:bceb9d014549:stretchr_powerwalk/vendor/github.com/stretchr/powerwalk \ urfave:cli:v1.22.17:urfave_cli/vendor/github.com/urfave/cli \ xyproto:env:v2.5.3:xyproto_env_v2/vendor/github.com/xyproto/env \ xyproto:heic:v1.0.0:xyproto_heic/vendor/github.com/xyproto/heic GL_TUPLE= https://gitlab.howett.net:go:plist:5afcd134990e1c90a92bac94906f74af0b10042d:go_plist/vendor/howett.net/plist GO_TARGET= ./cmd/getdpi \ ./cmd/lscollection \ ./cmd/lsmon \ ./cmd/lstimed \ ./cmd/lswallpaper \ ./cmd/setcollection \ ./cmd/setrandom \ ./cmd/settimed \ ./cmd/setwallpaper \ ./cmd/timedinfo \ ./cmd/vram \ ./cmd/wayinfo \ ./cmd/xinfo \ ./cmd/xml2stw PLIST_FILES= ${GO_TARGET:S,./cmd,bin,} PLIST_FILES+= ${GO_TARGET:S,./cmd,share/man/man1,:S,$,.1.gz,} OPTIONS_DEFINE= HEIF OPTIONS_DEFAULT= HEIF # Using [HEIF_VARS= GO_TARGET+=./cmd/heic2stw] causes post-install to fail parsing instalation of heic2stw.1 manual .include .if ${PORT_OPTIONS:MHEIF} LIB_DEPENDS+= libheif.so:graphics/libheif GO_TARGET+= ./cmd/heic2stw .endif post-patch: # Respect PREFIX for wallpapers @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/cmd/heic2stw/main.go \ ${WRKSRC}/collections.go post-install: .for _target in ${GO_TARGET:S,./cmd,/cmd,} ${INSTALL_MAN} ${WRKSRC}/${_target}/${_target:T}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include