diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:21:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:21:22 +0000 |
commit | a7a601efb14c6ffe69f7e4316ba62200b6bddd55 (patch) | |
tree | 9b0b444f034fbee52c95d6bfc40fdbb2eba48572 /devel | |
parent | 3bfa63c5602f6a32dcbaad75d6c57ca98abbf1f7 (diff) | |
download | ports-a7a601efb14c6ffe69f7e4316ba62200b6bddd55.tar.gz ports-a7a601efb14c6ffe69f7e4316ba62200b6bddd55.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-launchy/Makefile | 5 | ||||
-rw-r--r-- | devel/rubygem-launchy/distinfo | 4 | ||||
-rw-r--r-- | devel/rubygem-launchy/pkg-descr | 14 |
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/rubygem-launchy/Makefile b/devel/rubygem-launchy/Makefile index ae39b7407a39..3d36f8f3a900 100644 --- a/devel/rubygem-launchy/Makefile +++ b/devel/rubygem-launchy/Makefile @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= launchy -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Helper class for launching cross-platform applications +LICENSE= ISCL + RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/launchy .include <bsd.port.mk> diff --git a/devel/rubygem-launchy/distinfo b/devel/rubygem-launchy/distinfo index aceb0338cfd8..04440629f174 100644 --- a/devel/rubygem-launchy/distinfo +++ b/devel/rubygem-launchy/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/launchy-2.4.2.gem) = 3b22fd75759a8af480e1a7545c17e10eada3146605e1789cc162da8b33ad3644 -SIZE (rubygem/launchy-2.4.2.gem) = 28672 +SHA256 (rubygem/launchy-2.4.3.gem) = 42f52ce12c6fe079bac8a804c66522a0eefe176b845a62df829defe0e37214a4 +SIZE (rubygem/launchy-2.4.3.gem) = 29184 diff --git a/devel/rubygem-launchy/pkg-descr b/devel/rubygem-launchy/pkg-descr index 4189e95e69a7..5ca6e9ff6a7d 100644 --- a/devel/rubygem-launchy/pkg-descr +++ b/devel/rubygem-launchy/pkg-descr @@ -1,9 +1,7 @@ -Launchy is helper class for launching cross-platform -applications in a fire and forget manner. There are -application concepts (browser, email client, etc) -that are common across all platforms, and they may -be launched differently on each platform. Launchy -is here to make a common approach to launching -external application from within ruby programs. +Launchy is helper class for launching cross-platform applications in a fire and +forget manner. There are application concepts (browser, email client, etc) that +are common across all platforms, and they may be launched differently on each +platform. Launchy is here to make a common approach to launching external +application from within ruby programs. -WWW: http://rubygems.org/gems/launchy +WWW: https://github.com/copiousfreetime/launchy |