diff options
Diffstat (limited to 'devel/rubygem-gitlab-sdk/Makefile')
-rw-r--r-- | devel/rubygem-gitlab-sdk/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/rubygem-gitlab-sdk/Makefile b/devel/rubygem-gitlab-sdk/Makefile index a4776fce0231..5c7204e826c1 100644 --- a/devel/rubygem-gitlab-sdk/Makefile +++ b/devel/rubygem-gitlab-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-sdk -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +9,7 @@ WWW= https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-appli LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport70>=5.2:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-activesupport-gitlab>=5.2:devel/rubygem-activesupport-gitlab \ rubygem-rake>=13.0<14:devel/rubygem-rake \ rubygem-snowplow-tracker>=0.8.0<0.9:devel/rubygem-snowplow-tracker @@ -17,9 +17,4 @@ USES= gem NO_ARCH= yes -# problem is reported upstream: -# https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb/-/issues/5 -post-extract: - ${CHMOD} -R o-w ${WRKSRC} - .include <bsd.port.mk> |