Date: Fri, 6 Mar 2015 22:37:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380640 - head/devel/rubygem-launchy22 Message-ID: <201503062237.t26MbSAT025111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 6 22:37:27 2015 New Revision: 380640 URL: https://svnweb.freebsd.org/changeset/ports/380640 QAT: https://qat.redports.org/buildarchive/r380640/ Log: - Add LICENSE - Update WWW Modified: head/devel/rubygem-launchy22/Makefile head/devel/rubygem-launchy22/pkg-descr Modified: head/devel/rubygem-launchy22/Makefile ============================================================================== --- head/devel/rubygem-launchy22/Makefile Fri Mar 6 22:37:21 2015 (r380639) +++ head/devel/rubygem-launchy22/Makefile Fri Mar 6 22:37:27 2015 (r380640) @@ -9,6 +9,8 @@ PKGNAMESUFFIX= 22 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 Modified: head/devel/rubygem-launchy22/pkg-descr ============================================================================== --- head/devel/rubygem-launchy22/pkg-descr Fri Mar 6 22:37:21 2015 (r380639) +++ head/devel/rubygem-launchy22/pkg-descr Fri Mar 6 22:37:27 2015 (r380640) @@ -6,4 +6,4 @@ be launched differently on each platform 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503062237.t26MbSAT025111>