Index: head/textproc/rubygem-gitlab-grit/Makefile =================================================================== --- head/textproc/rubygem-gitlab-grit/Makefile (revision 385253) +++ head/textproc/rubygem-gitlab-grit/Makefile (revision 385254) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.3 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for extracting information from a git repository LICENSE= MIT -RUN_DEPENDS= rubygem-charlock_holmes>=0.6.9:${PORTSDIR}/textproc/rubygem-charlock_holmes \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn + rubygem-posix-spawn>=0.3:${PORTSDIR}/devel/rubygem-posix-spawn USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/textproc/rubygem-gitlab-grit/distinfo =================================================================== --- head/textproc/rubygem-gitlab-grit/distinfo (revision 385253) +++ head/textproc/rubygem-gitlab-grit/distinfo (revision 385254) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab-grit-2.7.1.gem) = 696933cb80b9972fc9e203b060529acb06d2824a2dab6179baf5f87738b28cc3 -SIZE (rubygem/gitlab-grit-2.7.1.gem) = 46592 +SHA256 (rubygem/gitlab-grit-2.7.3.gem) = 2b606418c6208677baa9018d4a691e27e075dc5e59a8e228e2dc1d7e3ad4685b +SIZE (rubygem/gitlab-grit-2.7.3.gem) = 46592 Index: head/textproc/rubygem-gitlab-grit/pkg-descr =================================================================== --- head/textproc/rubygem-gitlab-grit/pkg-descr (revision 385253) +++ head/textproc/rubygem-gitlab-grit/pkg-descr (revision 385254) @@ -1,4 +1,4 @@ Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork -WWW: http://github.com/gitlabhq/grit +WWW: https://github.com/gitlabhq/grit