Bug 189431 - [patch] New port of security/rubygem-gssapi
Summary: [patch] New port of security/rubygem-gssapi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 18:40 UTC by joe
Modified: 2014-05-24 00:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.54 KB, text/plain)
2014-05-07 18:40 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-07 18:40:00 UTC
New port of the gem gssapi.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 00:24:16 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-24 00:24:37 UTC
State Changed
From-To: open->closed

New port added. Thanks!