svn commit: r410561 - head/devel/rubygem-stomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 7 20:13:18 UTC 2016


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 at 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


More information about the svn-ports-head mailing list