Index: head/devel/rubygem-launchy/Makefile =================================================================== --- head/devel/rubygem-launchy/Makefile (revision 375588) +++ head/devel/rubygem-launchy/Makefile (revision 375589) @@ -1,20 +1,23 @@ # Created by: Ryan Steinmetz () # $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 Index: head/devel/rubygem-launchy/distinfo =================================================================== --- head/devel/rubygem-launchy/distinfo (revision 375588) +++ head/devel/rubygem-launchy/distinfo (revision 375589) @@ -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 Index: head/devel/rubygem-launchy/pkg-descr =================================================================== --- head/devel/rubygem-launchy/pkg-descr (revision 375588) +++ head/devel/rubygem-launchy/pkg-descr (revision 375589) @@ -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