Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 20:43:55 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322257 - head/net/rubygem-righthttpconnection
Message-ID:  <201307032043.r63Kht9K009635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glarkin
Date: Wed Jul  3 20:43:55 2013
New Revision: 322257
URL: http://svnweb.freebsd.org/changeset/ports/322257

Log:
  - Updated to 1.4.0 [1]
    ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom)
  - Trimmed Makefile header
  - Added license
  
  PR:		ports/180141 [1]
  Submitted by:	swills

Modified:
  head/net/rubygem-righthttpconnection/Makefile
  head/net/rubygem-righthttpconnection/distinfo

Modified: head/net/rubygem-righthttpconnection/Makefile
==============================================================================
--- head/net/rubygem-righthttpconnection/Makefile	Wed Jul  3 20:35:53 2013	(r322256)
+++ head/net/rubygem-righthttpconnection/Makefile	Wed Jul  3 20:43:55 2013	(r322257)
@@ -1,12 +1,8 @@
-# Ports collection makefile for:	rubygem-righthttpconnection
-# Date created:			01 May 2008
-# Whom:				Greg Larkin <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	righthttpconnection
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 DISTNAME=	right_http_connection-${PORTVERSION}
@@ -19,4 +15,6 @@ USE_RUBYGEMS=	yes
 GEM_NAME=	${DISTNAME}
 RUBYGEM_AUTOPLIST=	yes
 
+LICENSE=	MIT
+
 .include <bsd.port.mk>

Modified: head/net/rubygem-righthttpconnection/distinfo
==============================================================================
--- head/net/rubygem-righthttpconnection/distinfo	Wed Jul  3 20:35:53 2013	(r322256)
+++ head/net/rubygem-righthttpconnection/distinfo	Wed Jul  3 20:43:55 2013	(r322257)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/right_http_connection-1.3.0.gem) = 579dd860df434d6420054d1d5a2a7f44fe5dfb914fd4365b87fb14e585ff0024
-SIZE (rubygem/right_http_connection-1.3.0.gem) = 104448
+SHA256 (rubygem/right_http_connection-1.4.0.gem) = 8f202adb32598485e81fe282acbe86cbe797bbba34808bddf6dc667d3c859754
+SIZE (rubygem/right_http_connection-1.4.0.gem) = 110080



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307032043.r63Kht9K009635>