svn commit: r383374 - head/devel/rubygem-stomp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 5 21:30:07 UTC 2015
Author: sunpoet
Date: Sun Apr 5 21:30:06 2015
New Revision: 383374
URL: https://svnweb.freebsd.org/changeset/ports/383374
Log:
- Update to 1.3.4
- Add LICENSE
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 Sun Apr 5 21:30:00 2015 (r383373)
+++ head/devel/rubygem-stomp/Makefile Sun Apr 5 21:30:06 2015 (r383374)
@@ -1,16 +1,19 @@
# $FreeBSD$
PORTNAME= stomp
-PORTVERSION= 1.3.3
+PORTVERSION= 1.3.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol gem
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+LICENSE= APACHE20
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/catstomp bin/stompcat
.include <bsd.port.mk>
Modified: head/devel/rubygem-stomp/distinfo
==============================================================================
--- head/devel/rubygem-stomp/distinfo Sun Apr 5 21:30:00 2015 (r383373)
+++ head/devel/rubygem-stomp/distinfo Sun Apr 5 21:30:06 2015 (r383374)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/stomp-1.3.3.gem) = bab6e8b706aea76486e9e70b874690d38d39628394c0ce6f0a6221263fab9d26
-SIZE (rubygem/stomp-1.3.3.gem) = 76288
+SHA256 (rubygem/stomp-1.3.4.gem) = adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897
+SIZE (rubygem/stomp-1.3.4.gem) = 77824
More information about the svn-ports-head
mailing list