git: a65fc1f58365 - main - security/rubygem-gssapi: Update pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Jul 2025 04:42:29 UTC
The branch main has been updated by sunpoet:

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

commit a65fc1f583658adedfd074921ffd9476f7f8b0d5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-29 04:01:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-29 04:32:16 +0000

    security/rubygem-gssapi: Update pkg-descr
    
    - Take maintainership
---
 security/rubygem-gssapi/Makefile  | 7 ++++---
 security/rubygem-gssapi/pkg-descr | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile
index b484fcbd663c..4fe2801b5502 100644
--- a/security/rubygem-gssapi/Makefile
+++ b/security/rubygem-gssapi/Makefile
@@ -3,8 +3,8 @@ PORTVERSION=	1.3.1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Ruby FFI Library wrapper for GSSAPI
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	FFI wrapper around the system GSSAPI library
 WWW=		https://github.com/zenchild/gssapi
 
 LICENSE=	MIT
@@ -12,7 +12,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-ffi>=1.0.1:devel/rubygem-ffi
 
-NO_ARCH=	yes
 USES=		gem
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/security/rubygem-gssapi/pkg-descr b/security/rubygem-gssapi/pkg-descr
index 8d87eed61b80..e4f3328eb17c 100644
--- a/security/rubygem-gssapi/pkg-descr
+++ b/security/rubygem-gssapi/pkg-descr
@@ -1,3 +1,4 @@
-Ruby FFI wrapper around the system GSSAPI library. It exposes the low-level
-GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an
-easier to use wrapper on top of this for common usage scenarios.
+This is a wrapper around the system GSSAPI library (MIT only at this time). It
+exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and
+also provides an easier to use wrapper on top of this for common usage
+scenarios.