diff options
Diffstat (limited to 'textproc/rubygem-amatch/Makefile')
-rw-r--r-- | textproc/rubygem-amatch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile index 876842d63adb..dd72acd5cda0 100644 --- a/textproc/rubygem-amatch/Makefile +++ b/textproc/rubygem-amatch/Makefile @@ -1,5 +1,5 @@ PORTNAME= amatch -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,8 +10,9 @@ WWW= https://github.com/flori/amatch LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= rubygem-mize>=0:devel/rubygem-mize \ - rubygem-tins>=1.0<2:devel/rubygem-tins +RUN_DEPENDS= rubygem-debug>=0:devel/rubygem-debug \ + rubygem-mize>=0:devel/rubygem-mize \ + rubygem-tins>=1<2:devel/rubygem-tins USES= gem |