Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 20:13:16 +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: r410561 - head/devel/rubygem-stomp
Message-ID:  <201603072013.u27KDGh6056974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar  7 20:13:16 2016
New Revision: 410561
URL: https://svnweb.freebsd.org/changeset/ports/410561

Log:
  - Update to 1.3.5
  - Add LICENSE_FILE
  - Fix indent
  
  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	Mon Mar  7 20:13:12 2016	(r410560)
+++ head/devel/rubygem-stomp/Makefile	Mon Mar  7 20:13:16 2016	(r410561)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stomp
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,13 +9,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Streaming Text Orientated Messaging Protocol gem
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=		bin/catstomp bin/stompcat
+PLIST_FILES=	bin/catstomp bin/stompcat
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-stomp/distinfo
==============================================================================
--- head/devel/rubygem-stomp/distinfo	Mon Mar  7 20:13:12 2016	(r410560)
+++ head/devel/rubygem-stomp/distinfo	Mon Mar  7 20:13:16 2016	(r410561)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/stomp-1.3.4.gem) = adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897
-SIZE (rubygem/stomp-1.3.4.gem) = 77824
+SHA256 (rubygem/stomp-1.3.5.gem) = 5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd
+SIZE (rubygem/stomp-1.3.5.gem) = 78848



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