diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-24 16:14:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-24 16:14:34 +0000 |
commit | eed94401a294c3044bf85268f6864f7bb594efaa (patch) | |
tree | 9665c859373c5970ec358cb699eb870c27c9df2c /games/rubygem-lolcat/Makefile | |
parent | 6c1a6965b5780964a53c398f05c41cf0056d31e1 (diff) | |
download | ports-eed94401a294c3044bf85268f6864f7bb594efaa.tar.gz ports-eed94401a294c3044bf85268f6864f7bb594efaa.zip |
Update to 100.0.1
Notes
Notes:
svn path=/head/; revision=526993
Diffstat (limited to 'games/rubygem-lolcat/Makefile')
-rw-r--r-- | games/rubygem-lolcat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/rubygem-lolcat/Makefile b/games/rubygem-lolcat/Makefile index a5ee0f914de3..cf062a9b4ed0 100644 --- a/games/rubygem-lolcat/Makefile +++ b/games/rubygem-lolcat/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lolcat -PORTVERSION= 100.0.0 -PORTREVISION= 1 +PORTVERSION= 100.0.1 CATEGORIES= games MASTER_SITES= RG @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-manpages>=0.6.1<0.7:devel/rubygem-manpages \ rubygem-optimist>=3.0.0<3.1:devel/rubygem-optimist \ - rubygem-paint>=2.1.0<3:devel/rubygem-paint + rubygem-paint>=2.1<3:devel/rubygem-paint USES= gem USE_RUBY= yes |