git: 6bea47479b21 - main - www/rubygem-akami: update to 1.3.3 and take maintanership

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Tue, 29 Jul 2025 03:08:28 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6bea47479b21a77fe06ad0e35d7d6a3f7a9b1fc5

commit 6bea47479b21a77fe06ad0e35d7d6a3f7a9b1fc5
Author:     Atanu Biswas <atanubiswas484@gmail.com>
AuthorDate: 2025-07-29 03:06:25 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-07-29 03:08:17 +0000

    www/rubygem-akami: update to 1.3.3 and take maintanership
    
    While here:
    - Updated PORTVERSION to DISTVERSION
    - Added more description about the port
    - Sort variables to make portclippy happy
    
    Changelog: https://github.com/savonrb/akami/blob/v1.3.3/CHANGELOG.md
    
    PR:             288448
    Reported by:    Atanu Biswas <atanubiswas484@gmail.com> (new maintainer)
---
 www/rubygem-akami/Makefile  | 7 ++++---
 www/rubygem-akami/distinfo  | 6 +++---
 www/rubygem-akami/pkg-descr | 7 ++++++-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/www/rubygem-akami/Makefile b/www/rubygem-akami/Makefile
index 7c7a4e936afb..e5ca7e3d98f9 100644
--- a/www/rubygem-akami/Makefile
+++ b/www/rubygem-akami/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	akami
-PORTVERSION=	1.3.1
+DISTVERSION=	1.3.3
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	atanubiswas484@gmail.com
 COMMENT=	Library for building web service security
 WWW=		https://github.com/savonrb/akami
 
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-gyoku>=0.4.0:devel/rubygem-gyoku \
 		rubygem-nokogiri>=0:textproc/rubygem-nokogiri
 
-NO_ARCH=	yes
 USES=		gem
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/www/rubygem-akami/distinfo b/www/rubygem-akami/distinfo
index 0a96bbba8bb4..3d2d3f8ba3f8 100644
--- a/www/rubygem-akami/distinfo
+++ b/www/rubygem-akami/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499766099
-SHA256 (rubygem/akami-1.3.1.gem) = 4d0aae0786fa8bc408ff8a8332d30299a266273dfc883031fe50f3d4e6291e99
-SIZE (rubygem/akami-1.3.1.gem) = 24576
+TIMESTAMP = 1753496815
+SHA256 (rubygem/akami-1.3.3.gem) = d661b97abac1f771381cfb88fc62cf42cd72488c96d750988f4643cd7064b6bf
+SIZE (rubygem/akami-1.3.3.gem) = 11776
diff --git a/www/rubygem-akami/pkg-descr b/www/rubygem-akami/pkg-descr
index 6a60383bdb03..720af84cee54 100644
--- a/www/rubygem-akami/pkg-descr
+++ b/www/rubygem-akami/pkg-descr
@@ -1 +1,6 @@
-A library for building web service security.
+Akami is a Ruby library for building WS-Security headers in SOAP requests. It
+lets you create security elements like UsernameTokens, timestamps, and
+namespaces, following the WS-Security specification.
+
+It's commonly used with SOAP clients like Savon, but can also be helpful in
+other Ruby applications that need standards-compliant SOAP authentication.