Index: head/devel/rubygem-stomp/Makefile =================================================================== --- head/devel/rubygem-stomp/Makefile (revision 484346) +++ head/devel/rubygem-stomp/Makefile (revision 484347) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= stomp -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Streaming Text Orientated Messaging Protocol gem LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/catstomp bin/stompcat SHEBANG_FILES= examples/*.sh test/*.sh .include Index: head/devel/rubygem-stomp/distinfo =================================================================== --- head/devel/rubygem-stomp/distinfo (revision 484346) +++ head/devel/rubygem-stomp/distinfo (revision 484347) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540753761 -SHA256 (rubygem/stomp-1.4.5.gem) = b89b304a19b124e8cd10d446681de982ad5b072db656c6981127cdb49bdc201e -SIZE (rubygem/stomp-1.4.5.gem) = 95232 +TIMESTAMP = 1541520784 +SHA256 (rubygem/stomp-1.4.6.gem) = 31d321d94836140d1d39ee9769733053b86e1f08add571320db8dd1d65763fdd +SIZE (rubygem/stomp-1.4.6.gem) = 96768 Index: head/devel/rubygem-stomp/pkg-descr =================================================================== --- head/devel/rubygem-stomp/pkg-descr (revision 484346) +++ head/devel/rubygem-stomp/pkg-descr (revision 484347) @@ -1,10 +1,10 @@ The Stomp project is the Streaming Text Orientated Messaging Protocol site (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). Stomp provides an interoperable wire format so that any of the available Stomp Clients can communicate with any Stomp Message Broker to provide easy and widespread messaging interop among languages, platforms and brokers. This is a rubygem binding for stomp. -WWW: https://github.com/morellon/stomp +WWW: https://github.com/stompgem/stomp