diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-29 03:58:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-29 03:58:25 +0800 |
commit | 52c2ffd09f01a8b6bbd1d19973096313d9120ddb (patch) | |
tree | 5714d7fea20e7f9609dfea159b6967ad90a7a2df | |
parent | a6e9384b5109259bc2afc02c5bca95c16b14a0fa (diff) | |
download | freebsd-ports-gnome-52c2ffd09f01a8b6bbd1d19973096313d9120ddb.tar.gz freebsd-ports-gnome-52c2ffd09f01a8b6bbd1d19973096313d9120ddb.tar.zst freebsd-ports-gnome-52c2ffd09f01a8b6bbd1d19973096313d9120ddb.zip |
Update to 1.4.5
Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.md
-rw-r--r-- | devel/rubygem-stomp/Makefile | 7 | ||||
-rw-r--r-- | 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 |