svn commit: r375589 - head/devel/rubygem-launchy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 25 17:21:25 UTC 2014


Author: sunpoet
Date: Thu Dec 25 17:21:22 2014
New Revision: 375589
URL: https://svnweb.freebsd.org/changeset/ports/375589
QAT: https://qat.redports.org/buildarchive/r375589/

Log:
  - Update to 2.4.3
  - Add LICENSE
  - Reformat pkg-descr
  - Update WWW
  
  Changes:	https://github.com/copiousfreetime/launchy/blob/master/HISTORY.md

Modified:
  head/devel/rubygem-launchy/Makefile
  head/devel/rubygem-launchy/distinfo
  head/devel/rubygem-launchy/pkg-descr

Modified: head/devel/rubygem-launchy/Makefile
==============================================================================
--- head/devel/rubygem-launchy/Makefile	Thu Dec 25 17:09:04 2014	(r375588)
+++ head/devel/rubygem-launchy/Makefile	Thu Dec 25 17:21:22 2014	(r375589)
@@ -2,19 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	launchy
-PORTVERSION=	2.4.2
+PORTVERSION=	2.4.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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>

Modified: head/devel/rubygem-launchy/distinfo
==============================================================================
--- head/devel/rubygem-launchy/distinfo	Thu Dec 25 17:09:04 2014	(r375588)
+++ head/devel/rubygem-launchy/distinfo	Thu Dec 25 17:21:22 2014	(r375589)
@@ -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

Modified: head/devel/rubygem-launchy/pkg-descr
==============================================================================
--- head/devel/rubygem-launchy/pkg-descr	Thu Dec 25 17:09:04 2014	(r375588)
+++ head/devel/rubygem-launchy/pkg-descr	Thu Dec 25 17:21:22 2014	(r375589)
@@ -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


More information about the svn-ports-head mailing list