aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-gssapi
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-06-30 20:43:12 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-06-30 20:43:12 +0000
commitd2b4b985609b3f6f054f036c0ef7476911258bdc (patch)
tree93cad2c534198da692e501570ece222fc3787bcd /security/rubygem-gssapi
parent22cf127d72241a22cc3c5067a8543092af422e5f (diff)
downloadports-d2b4b985609b3f6f054f036c0ef7476911258bdc.tar.gz
ports-d2b4b985609b3f6f054f036c0ef7476911258bdc.zip
security/rubygem-gssapi: update to 1.2.0
Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2916
Notes
Notes: svn path=/head/; revision=391000
Diffstat (limited to 'security/rubygem-gssapi')
-rw-r--r--security/rubygem-gssapi/Makefile5
-rw-r--r--security/rubygem-gssapi/distinfo4
-rw-r--r--security/rubygem-gssapi/pkg-descr4
3 files changed, 8 insertions, 5 deletions
diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile
index 507db1da09b8..4f41c7bebaea 100644
--- a/security/rubygem-gssapi/Makefile
+++ b/security/rubygem-gssapi/Makefile
@@ -2,17 +2,18 @@
# $FreeBSD$
PORTNAME= gssapi
-PORTVERSION= 1.0.2
+PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
-COMMENT= Library wrapper for GSSAPI
+COMMENT= Ruby FFI Library wrapper for GSSAPI
LICENSE= MIT
RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi
+NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/security/rubygem-gssapi/distinfo b/security/rubygem-gssapi/distinfo
index 94bf0f2ba15c..f3edbb743e9a 100644
--- a/security/rubygem-gssapi/distinfo
+++ b/security/rubygem-gssapi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gssapi-1.0.2.gem) = 442553d67c85ee81cdf503fc1e53a0471d9e524ec113b6fbbb2f50f436377192
-SIZE (rubygem/gssapi-1.0.2.gem) = 14336
+SHA256 (rubygem/gssapi-1.2.0.gem) = 3d0e3222f36532c1ab3b7eaab171ad4245889edc5439a5483ff714999cb62349
+SIZE (rubygem/gssapi-1.2.0.gem) = 17408
diff --git a/security/rubygem-gssapi/pkg-descr b/security/rubygem-gssapi/pkg-descr
index dfb5be4ab4fa..df0fd79f9e47 100644
--- a/security/rubygem-gssapi/pkg-descr
+++ b/security/rubygem-gssapi/pkg-descr
@@ -1,3 +1,5 @@
-Library wrapper for GSSAPI
+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.
WWW: https://github.com/zenchild/gssapi