Bug 189428 - [patch] new port of net/rubygem-rubyntlm01
Summary: [patch] new port of net/rubygem-rubyntlm01
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:30 UTC by joe
Modified: 2014-05-14 17:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.49 KB, text/plain)
2014-05-07 18:30 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:30:00 UTC
New port of the gem rubyntlm version 0.1.x

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:30:12 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-14 17:49:31 UTC
Author: swills
Date: Wed May 14 16:49:26 2014
New Revision: 354075
URL: http://svnweb.freebsd.org/changeset/ports/354075
QAT: https://qat.redports.org/buildarchive/r354075/

Log:
  - Create new port for the 0.1.x version of rubygem-rubyntlm for use with an
  upcoming port of rubygem-winrm which is required by an upcoming update to
  sysutils/vagrant
  
  PR:		ports/189428
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

Added:
  head/net/rubygem-rubyntlm01/
     - copied from r353957, head/net/rubygem-rubyntlm/
Modified:
  head/net/Makefile
  head/net/rubygem-rubyntlm01/Makefile
  head/net/rubygem-rubyntlm01/distinfo

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed May 14 16:45:30 2014	(r354074)
+++ head/net/Makefile	Wed May 14 16:49:26 2014	(r354075)
@@ -1047,6 +1047,7 @@
     SUBDIR += rubygem-righthttpconnection
     SUBDIR += rubygem-rightslicehost
     SUBDIR += rubygem-rubyntlm
+    SUBDIR += rubygem-rubyntlm01
     SUBDIR += rubygem-rubytter
     SUBDIR += rubygem-rudy
     SUBDIR += rubygem-rye

Modified: head/net/rubygem-rubyntlm01/Makefile
==============================================================================
--- head/net/rubygem-rubyntlm/Makefile	Tue May 13 14:35:09 2014	(r353957)
+++ head/net/rubygem-rubyntlm01/Makefile	Wed May 14 16:49:26 2014	(r354075)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	rubyntlm
-PORTVERSION=	0.4.0
+PORTVERSION=	0.1.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	01
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Message creator and parser for the NTLM authentication.

Modified: head/net/rubygem-rubyntlm01/distinfo
==============================================================================
--- head/net/rubygem-rubyntlm/distinfo	Tue May 13 14:35:09 2014	(r353957)
+++ head/net/rubygem-rubyntlm01/distinfo	Wed May 14 16:49:26 2014	(r354075)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rubyntlm-0.4.0.gem) = bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f
-SIZE (rubygem/rubyntlm-0.4.0.gem) = 21504
+SHA256 (rubygem/rubyntlm-0.1.1.gem) = a07b9bacc0cf531c76d4f71ed0813b4055fe881447aede2bc7cd7e89ec808870
+SIZE (rubygem/rubyntlm-0.1.1.gem) = 11776
_______________________________________________
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-14 17:49:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!