git: 01f6f08a0f9c - main - devel/awless: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 20:35:59 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3
commit 01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:35:56 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:35:56 +0000
devel/awless: Remove expired port
2025-05-31 devel/awless: Abandoned upstream
---
MOVED | 1 +
devel/Makefile | 1 -
devel/awless/Makefile | 38 ----------------------
devel/awless/distinfo | 5 ---
...-vendor_github.com_boltdb_bolt_bolt__riscv64.go | 16 ---------
devel/awless/pkg-descr | 9 -----
devel/awless/pkg-message | 11 -------
7 files changed, 1 insertion(+), 80 deletions(-)
diff --git a/MOVED b/MOVED
index 58c980df2b57..32087d867bba 100644
--- a/MOVED
+++ b/MOVED
@@ -4444,3 +4444,4 @@ www/py-dj50-django-tree-queries||2025-06-01|Has expired: Extended support of Dja
www/py-dj50-django-prometheus|www/py-dj51-django-prometheus|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-timezone-field|www/py-dj51-django-timezone-field|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-filter|www/py-dj51-django-filter|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+devel/awless||2025-06-01|Has expired: Abandoned upstream
diff --git a/devel/Makefile b/devel/Makefile
index 07ab9e63f910..d81d6fb73300 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -273,7 +273,6 @@
SUBDIR += avro
SUBDIR += avro-c
SUBDIR += avro-cpp
- SUBDIR += awless
SUBDIR += aws-c-common
SUBDIR += aws-c-compression
SUBDIR += aws-c-event-stream
diff --git a/devel/awless/Makefile b/devel/awless/Makefile
deleted file mode 100644
index 68b919e58ccb..000000000000
--- a/devel/awless/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= awless
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.11
-PORTREVISION= 28
-CATEGORIES= devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast, powerful and easy-to-use CLI for AWS
-WWW= https://github.com/wallix/awless
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Abandoned upstream
-EXPIRATION_DATE=2025-05-31
-
-USES= go
-
-USE_GITHUB= yes
-GH_ACCOUNT= wallix
-GH_SUBDIR= src/github.com/wallix/${PORTNAME}
-GH_TUPLE= golang:sys:v0.6.0:golang_sys
-
-PLIST_FILES= bin/awless
-PORTDOCS= README.md CHANGELOG.md
-
-OPTIONS_DEFINE= DOCS
-
-# freebsd/arm64 needs golang.org/x/sys@33540a1f6037 or later
-post-patch:
- ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
- ${RLN} ${WRKSRC_golang_sys} ${WRKSRC}/vendor/golang.org/x/sys
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/awless/distinfo b/devel/awless/distinfo
deleted file mode 100644
index 04c942fc4a6d..000000000000
--- a/devel/awless/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1680114704
-SHA256 (wallix-awless-v0.1.11_GH0.tar.gz) = 1a78636face8753cb983a5e4c1e3bfc9e1940e7eb932aa01fe2cbded46fd4292
-SIZE (wallix-awless-v0.1.11_GH0.tar.gz) = 11725608
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
diff --git a/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go b/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go
deleted file mode 100644
index 8b11be4f4104..000000000000
--- a/devel/awless/files/patch-vendor_github.com_boltdb_bolt_bolt__riscv64.go
+++ /dev/null
@@ -1,16 +0,0 @@
---- /dev/null 2023-03-29 16:51:35 UTC
-+++ vendor/github.com/boltdb/bolt/bolt_riscv64.go
-@@ -0,0 +1,13 @@
-+//go:build riscv64
-+// +build riscv64
-+
-+package bolt
-+
-+// maxMapSize represents the largest mmap size supported by Bolt.
-+const maxMapSize = 0xFFFFFFFFFFFF // 256TB
-+
-+// maxAllocSize is the size used when creating array pointers.
-+const maxAllocSize = 0x7FFFFFFF
-+
-+// are unaligned reads/writes not supported?
-+var brokenUnaligned = false
diff --git a/devel/awless/pkg-descr b/devel/awless/pkg-descr
deleted file mode 100644
index 3068118bb9f6..000000000000
--- a/devel/awless/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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
diff --git a/devel/awless/pkg-message b/devel/awless/pkg-message
deleted file mode 100644
index 5001bc97a719..000000000000
--- a/devel/awless/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Setup your AWS account by exporting AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
-environment variables.
-
-If you have previously used aws CLI or aws-shell, your credentials will be
-automatically loaded by awless from the ~/.aws/credentials folder.
-EOM
-}
-]