diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2010-09-23 16:00:59 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2010-09-23 16:00:59 +0000 |
commit | 56fc01fa43c26e946602f7d96eeab0d8112236fa (patch) | |
tree | 6f0c91dd6775140d636c5eb82a5a033a1b21bdb8 | |
parent | 4391611f293e1d6ce497285de1dc74cb8ebfb03a (diff) | |
download | ports-56fc01fa43c26e946602f7d96eeab0d8112236fa.tar.gz ports-56fc01fa43c26e946602f7d96eeab0d8112236fa.zip |
Notes
-rw-r--r-- | textproc/rubygem-termcolor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-termcolor/Makefile b/textproc/rubygem-termcolor/Makefile index 28e06bf3fa6a..1865d044fb9e 100644 --- a/textproc/rubygem-termcolor/Makefile +++ b/textproc/rubygem-termcolor/Makefile @@ -7,13 +7,14 @@ PORTNAME= termcolor PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= A library for ANSII color formatting like HTML for output in terminal -RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline +RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes |