Date: Tue, 30 Jun 2015 20:43:13 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391000 - head/security/rubygem-gssapi Message-ID: <201506302043.t5UKhDlc018497@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmoll Date: Tue Jun 30 20:43:12 2015 New Revision: 391000 URL: https://svnweb.freebsd.org/changeset/ports/391000 Log: security/rubygem-gssapi: update to 1.2.0 Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2916 Modified: head/security/rubygem-gssapi/Makefile head/security/rubygem-gssapi/distinfo (contents, props changed) head/security/rubygem-gssapi/pkg-descr Modified: head/security/rubygem-gssapi/Makefile ============================================================================== --- head/security/rubygem-gssapi/Makefile Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/Makefile Tue Jun 30 20:43:12 2015 (r391000) @@ -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 Modified: head/security/rubygem-gssapi/distinfo ============================================================================== --- head/security/rubygem-gssapi/distinfo Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/distinfo Tue Jun 30 20:43:12 2015 (r391000) @@ -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 Modified: head/security/rubygem-gssapi/pkg-descr ============================================================================== --- head/security/rubygem-gssapi/pkg-descr Tue Jun 30 20:41:49 2015 (r390999) +++ head/security/rubygem-gssapi/pkg-descr Tue Jun 30 20:43:12 2015 (r391000) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506302043.t5UKhDlc018497>