From 52c2ffd09f01a8b6bbd1d19973096313d9120ddb Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 28 Oct 2018 19:58:25 +0000 Subject: Update to 1.4.5 Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md --- devel/rubygem-stomp/Makefile | 7 ++++--- devel/rubygem-stomp/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-stomp/Makefile b/devel/rubygem-stomp/Makefile index 946061d902a7..3e226827b783 100644 --- a/devel/rubygem-stomp/Makefile +++ b/devel/rubygem-stomp/Makefile @@ -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 gem 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 diff --git a/devel/rubygem-stomp/distinfo b/devel/rubygem-stomp/distinfo index 2dde4f3fb3b1..801c1d558c14 100644 --- a/devel/rubygem-stomp/distinfo +++ b/devel/rubygem-stomp/distinfo @@ -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 -- cgit