New port of the gem gssapi. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Fri May 23 23:24:11 2014 New Revision: 354966 URL: http://svnweb.freebsd.org/changeset/ports/354966 QAT: https://qat.redports.org/buildarchive/r354966/ Log: Library wrapper for GSSAPI WWW: https://rubygems.org/gems/gssapi PR: ports/189431 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Added: head/security/rubygem-gssapi/ head/security/rubygem-gssapi/Makefile (contents, props changed) head/security/rubygem-gssapi/distinfo (contents, props changed) head/security/rubygem-gssapi/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 23 23:14:17 2014 (r354965) +++ head/security/Makefile Fri May 23 23:24:11 2014 (r354966) @@ -862,6 +862,7 @@ SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr + SUBDIR += rubygem-gssapi SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit_data_models Added: head/security/rubygem-gssapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/Makefile Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,20 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= gssapi +PORTVERSION= 1.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Library wrapper for GSSAPI + +LICENSE= MIT + +RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/security/rubygem-gssapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/distinfo Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gssapi-1.0.2.gem) = 442553d67c85ee81cdf503fc1e53a0471d9e524ec113b6fbbb2f50f436377192 +SIZE (rubygem/gssapi-1.0.2.gem) = 14336 Added: head/security/rubygem-gssapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/pkg-descr Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,3 @@ +Library wrapper for GSSAPI + +WWW: https://rubygems.org/gems/gssapi _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!