svn commit: r446808 - head/deskutils/rubygem-shellplay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 28 07:02:12 UTC 2017


Author: sunpoet
Date: Fri Jul 28 07:02:10 2017
New Revision: 446808
URL: https://svnweb.freebsd.org/changeset/ports/446808

Log:
  Update to 0.19
  
  - Sort RUN_DEPENDS
  
  Changes:	https://github.com/mose/shellplay/blob/master/CHANGELOG.md
  PR:		220650
  Submitted by:	sunpoet (myself)
  Approved by:	mose <mose at mose.com> (maintainer)

Modified:
  head/deskutils/rubygem-shellplay/Makefile
  head/deskutils/rubygem-shellplay/distinfo

Modified: head/deskutils/rubygem-shellplay/Makefile
==============================================================================
--- head/deskutils/rubygem-shellplay/Makefile	Fri Jul 28 07:02:04 2017	(r446807)
+++ head/deskutils/rubygem-shellplay/Makefile	Fri Jul 28 07:02:10 2017	(r446808)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	shellplay
-PORTVERSION=	0.1.8
+PORTVERSION=	0.1.9
 CATEGORIES=	deskutils textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,10 @@ COMMENT=	CLI tool for shell-based presentations
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-paint>=1.0.0:devel/rubygem-paint \
-	rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \
-	rubygem-configstruct>=0.1.0:devel/rubygem-configstruct \
-	rubygem-shell2html>=0.0.5:textproc/rubygem-shell2html
+RUN_DEPENDS=	rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \
+		rubygem-configstruct>=0.1.0:devel/rubygem-configstruct \
+		rubygem-paint>=2.0.0:devel/rubygem-paint \
+		rubygem-shell2html>=0.0.6:textproc/rubygem-shell2html
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/deskutils/rubygem-shellplay/distinfo
==============================================================================
--- head/deskutils/rubygem-shellplay/distinfo	Fri Jul 28 07:02:04 2017	(r446807)
+++ head/deskutils/rubygem-shellplay/distinfo	Fri Jul 28 07:02:10 2017	(r446808)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/shellplay-0.1.8.gem) = e71108160a20e1a8a6456bfcf13064b889a288c96c35d43b17aae7e2ad7ccc6f
-SIZE (rubygem/shellplay-0.1.8.gem) = 49152
+TIMESTAMP = 1501214452
+SHA256 (rubygem/shellplay-0.1.9.gem) = edd08271d35e33d92b75836cfc53963712f6bd62bb977dfe43fe69360653287b
+SIZE (rubygem/shellplay-0.1.9.gem) = 48640


More information about the svn-ports-all mailing list