Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 21:30:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383374 - head/devel/rubygem-stomp
Message-ID:  <201504052130.t35LU6TD070269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr  5 21:30:06 2015
New Revision: 383374
URL: https://svnweb.freebsd.org/changeset/ports/383374

Log:
  - Update to 1.3.4
  - Add LICENSE
  
  Changes:	https://github.com/stompgem/stomp/blob/dev/CHANGELOG.rdoc

Modified:
  head/devel/rubygem-stomp/Makefile
  head/devel/rubygem-stomp/distinfo

Modified: head/devel/rubygem-stomp/Makefile
==============================================================================
--- head/devel/rubygem-stomp/Makefile	Sun Apr  5 21:30:00 2015	(r383373)
+++ head/devel/rubygem-stomp/Makefile	Sun Apr  5 21:30:06 2015	(r383374)
@@ -1,16 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	stomp
-PORTVERSION=	1.3.3
+PORTVERSION=	1.3.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Streaming Text Orientated Messaging Protocol gem
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	APACHE20
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=		bin/catstomp bin/stompcat
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-stomp/distinfo
==============================================================================
--- head/devel/rubygem-stomp/distinfo	Sun Apr  5 21:30:00 2015	(r383373)
+++ head/devel/rubygem-stomp/distinfo	Sun Apr  5 21:30:06 2015	(r383374)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/stomp-1.3.3.gem) = bab6e8b706aea76486e9e70b874690d38d39628394c0ce6f0a6221263fab9d26
-SIZE (rubygem/stomp-1.3.3.gem) = 76288
+SHA256 (rubygem/stomp-1.3.4.gem) = adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897
+SIZE (rubygem/stomp-1.3.4.gem) = 77824



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