non port: devel/awless/Makefile |
SVNWeb
|
Number of commits found: 36 |
Sat, 8 Apr 2023
|
[ 15:13 Dmitri Goutnik (dmgk) ] ff40d94 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Fri, 31 Mar 2023
|
[ 10:42 Robert Clausecker (fuz) ] 00d1131
devel/awless: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64. Add missing riscv64-specific bits to
github.com/boltdb/bolt dependency.
Sponsored by: Berliner Linux User Group e.V.
Obtained from: go.etcd.io/bbolt
Approved by: dmgk (maintainer)
|
Thu, 9 Mar 2023
|
[ 19:18 Dmitri Goutnik (dmgk) ] 0907973 (Only the first 10 of 555 ports in this commit are shown above. )
all: Bump PORTREVISION after Go ports update
|
Wed, 15 Feb 2023
|
[ 19:06 Dmitri Goutnik (dmgk) ] 56b5ec7 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Thu, 9 Feb 2023
|
[ 21:55 Dmitri Goutnik (dmgk) ] 2297efc (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after GO_DEFAULT update.
|
Sat, 14 Jan 2023
|
[ 11:31 Dmitri Goutnik (dmgk) ] 3b383d8 (Only the first 10 of 549 ports in this commit are shown above. )
all: Bump PORTVERSION after lang/go{118,119} update
|
Sun, 11 Dec 2022
|
[ 11:17 Dmitri Goutnik (dmgk) ] d9ad100 (Only the first 10 of 543 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Thu, 6 Oct 2022
|
[ 19:24 Dmitri Goutnik (dmgk) ] bde5186 (Only the first 10 of 525 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Thu, 8 Sep 2022
|
[ 16:33 Dmitri Goutnik (dmgk) ] f05c98f (Only the first 10 of 523 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 3 Aug 2022
|
[ 21:35 Dmitri Goutnik (dmgk) ] 4476f89 (Only the first 10 of 520 ports in this commit are shown above. )
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
Thu, 14 Jul 2022
|
[ 12:46 Dmitri Goutnik (dmgk) ] 153cb65 (Only the first 10 of 516 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{117,118} update
|
Tue, 7 Jun 2022
|
[ 21:56 Dmitri Goutnik (dmgk) ] 309cdec (Only the first 10 of 511 ports in this commit are shown above. )
*/*: Bump port revisons after lang/go{117,118} update
|
Wed, 30 Mar 2022
|
[ 07:01 Guangyuan Yang (ygy) ] d690b51 (Only the first 10 of 498 ports in this commit are shown above. )
*/*: Bump PORTREVISION after lang/go 1.18 update
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 17 Feb 2020
|
[ 13:02 dmgk ]
devel/awless: Unbreak on aarch64
- Unbreak by pulling in golang.org/x/sys@33540a1f6037 required for aarch64
- Pet portclippy while here
PR: 242312
|
Sat, 16 Nov 2019
|
[ 12:52 dmgk ] (Only the first 10 of 177 ports in this commit are shown above. )
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
|
Fri, 20 Sep 2019
|
[ 11:31 dmgk ]
Go ports: cleanup, make use of the new GO_TARGET tuple syntax
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21721
|
Mon, 16 Sep 2019
|
[ 20:55 dmgk ] (Only the first 10 of 46 ports in this commit are shown above. )
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
|
Sat, 29 Jun 2019
|
[ 03:51 tobik ] (Only the first 10 of 114 ports in this commit are shown above. )
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746
|
Sat, 23 Jun 2018
|
[ 18:21 joneum ]
Update to 0.1.11
Changelog: https://github.com/wallix/awless/releases/tag/v0.1.11
PR: 229252
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Sun, 15 Apr 2018
|
[ 13:01 dbaio ]
devel/awless: Update to 0.1.10
Changes: https://github.com/wallix/awless/releases/tag/v0.1.10
PR: 227518
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Wed, 7 Mar 2018
|
[ 08:06 yuri ] (Only the first 10 of 41 ports in this commit are shown above. )
Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder
devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay
net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify
print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul
sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff
www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa
Approved by: tcberner (mentor, implicit)
Approved by: portmgr (port compliance, infrastructure)
|
Tue, 16 Jan 2018
|
[ 15:38 swills ]
devel/awless: Update to 0.1.9
PR: 225215
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Thu, 30 Nov 2017
|
[ 21:32 dbaio ]
devel/awless: Update to 0.1.8
Changes: https://github.com/wallix/awless/releases/tag/v0.1.8
PR: 223990
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 24 Nov 2017
|
[ 22:54 dbaio ]
devel/awless: Update to 0.1.7
Changes: https://github.com/wallix/awless/releases/tag/v0.1.7
PR: 223852
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Thu, 16 Nov 2017
|
[ 15:42 swills ]
devel/awless: Update to 0.1.6
PR: 223705
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 6 Oct 2017
|
[ 16:58 joneum ]
devel/awless: Update from 0.1.4 to 0.1.5
- Changelog: https://github.com/wallix/awless/releases/tag/v0.1.5
PR: 222803
Reported by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: mentors (implicit)
|
Thu, 21 Sep 2017
|
[ 23:44 dbaio ]
devel/awless: Update to 0.1.4
Changes: https://github.com/wallix/awless/releases/tag/v0.1.4
PR: 222498
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 15 Sep 2017
|
[ 20:33 swills ]
devel/awless: Update to 0.1.3
PR: 222253
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
Fri, 18 Aug 2017
|
[ 17:18 krion ]
Update to 0.1.2
PR: 221607
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12073
|
Wed, 12 Jul 2017
|
[ 01:35 dbaio ]
devel/awless: Update to 0.1.1
Changes: https://github.com/wallix/awless/releases/tag/v0.1.1
PR: 220582
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: garga (mentor, implicit)
|
Tue, 20 Jun 2017
|
[ 16:46 joneum ]
- devel/awless: Update from 0.0.17 to 0.1.0
PR: 220052
Submitted by: Dmitri Goutnik (dg at syrec.org) (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11268
|
Fri, 10 Mar 2017
|
[ 14:30 amdmi3 ]
- Update to 0.0.17
PR: 217666
Submitted by: dg@syrec.org (maintainer)
|
Fri, 3 Mar 2017
|
[ 06:29 krion ]
New port: devel/awless
awless is a fast, powerful and easy-to-use command line interface (CLI) to
manage Amazon Web Services. It will help you
- Run frequent actions by using simple commands
- Easily explore your infrastructure and cloud resources via CLI
- Ensure smart defaults & security best practices
- Manage resources through robust runnable & scriptable templates
- Explore, analyse and query your infrastructure offline
- Explore, analyse and query your infrastructure through time
WWW: https://github.com/wallix/awless
PR: 217474
Submitted by: dg@syrec.org
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9868
|
Number of commits found: 36 |