diff options
Diffstat (limited to 'textproc/rubygem-gitlab-grit/Makefile')
-rw-r--r-- | textproc/rubygem-gitlab-grit/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/rubygem-gitlab-grit/Makefile b/textproc/rubygem-gitlab-grit/Makefile index 06c569f58f68..c2226d6ee46b 100644 --- a/textproc/rubygem-gitlab-grit/Makefile +++ b/textproc/rubygem-gitlab-grit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,15 +9,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for extracting information from a git repository LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.6:textproc/rubygem-charlock_holmes \ - rubygem-diff-lcs>=1.1:textproc/rubygem-diff-lcs \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.7<1:textproc/rubygem-charlock_holmes \ + rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \ rubygem-mime-types>=1.16:misc/rubygem-mime-types \ - rubygem-posix-spawn>=0.3:devel/rubygem-posix-spawn + rubygem-posix-spawn>=0.3<1:devel/rubygem-posix-spawn -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |