diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 15:02:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 15:02:10 +0800 |
commit | db72e8455bcfe203279fa9ca3b447e085aa3b540 (patch) | |
tree | e85410f825edf192b021e632bc60b31b1a2eb3bc /deskutils/rubygem-shellplay/Makefile | |
parent | a146a19e7d01a1fb4ef08a3cb6adc126d62bb49f (diff) | |
download | freebsd-ports-gnome-db72e8455bcfe203279fa9ca3b447e085aa3b540.tar.gz freebsd-ports-gnome-db72e8455bcfe203279fa9ca3b447e085aa3b540.tar.zst freebsd-ports-gnome-db72e8455bcfe203279fa9ca3b447e085aa3b540.zip |
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@mose.com> (maintainer)
Diffstat (limited to 'deskutils/rubygem-shellplay/Makefile')
-rw-r--r-- | deskutils/rubygem-shellplay/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/rubygem-shellplay/Makefile b/deskutils/rubygem-shellplay/Makefile index f6178e3fb1be..a75234a57194 100644 --- a/deskutils/rubygem-shellplay/Makefile +++ b/deskutils/rubygem-shellplay/Makefile @@ -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 |