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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 28 19:58:28 UTC 2018


Author: sunpoet
Date: Sun Oct 28 19:58:25 2018
New Revision: 483343
URL: https://svnweb.freebsd.org/changeset/ports/483343

Log:
  Update to 1.4.5
  
  Changes:	https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md

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

Modified: head/devel/rubygem-stomp/Makefile
==============================================================================
--- head/devel/rubygem-stomp/Makefile	Sun Oct 28 19:58:17 2018	(r483342)
+++ head/devel/rubygem-stomp/Makefile	Sun Oct 28 19:58:25 2018	(r483343)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	stomp
-PORTVERSION=	1.4.4
+PORTVERSION=	1.4.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Streaming Text Orientated Messaging Protocol 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/catstomp bin/stompcat
 

Modified: head/devel/rubygem-stomp/distinfo
==============================================================================
--- head/devel/rubygem-stomp/distinfo	Sun Oct 28 19:58:17 2018	(r483342)
+++ head/devel/rubygem-stomp/distinfo	Sun Oct 28 19:58:25 2018	(r483343)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497260072
-SHA256 (rubygem/stomp-1.4.4.gem) = d241ccd1d3b77f631b87fd78baa512fed11cf1948fb72f4ce4b109001ec3853e
-SIZE (rubygem/stomp-1.4.4.gem) = 93696
+TIMESTAMP = 1540753761
+SHA256 (rubygem/stomp-1.4.5.gem) = b89b304a19b124e8cd10d446681de982ad5b072db656c6981127cdb49bdc201e
+SIZE (rubygem/stomp-1.4.5.gem) = 95232


More information about the svn-ports-all mailing list