Index: net/Makefile =================================================================== --- net/Makefile +++ net/Makefile @@ -1216,6 +1216,7 @@ SUBDIR += rubygem-gitaly-proto SUBDIR += rubygem-gitaly-proto083 SUBDIR += rubygem-gitaly-proto084 + SUBDIR += rubygem-gitaly-proto088 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc Index: net/rubygem-gitaly-proto088/Makefile =================================================================== --- net/rubygem-gitaly-proto088/Makefile +++ net/rubygem-gitaly-proto088/Makefile @@ -5,8 +5,9 @@ PORTVERSION= 0.88.0 CATEGORIES= net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 088 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= idefix@fechner.net COMMENT= Protobuf specifications and client libraries for Gitaly LICENSE= MIT @@ -14,8 +15,10 @@ RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.0:net/rubygem-grpc +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem + +PORTSCOUT= limit:^0\.88\. .include Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1521,6 +1521,7 @@ SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-linguist47 + SUBDIR += rubygem-github-linguist53 SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist Index: textproc/rubygem-github-linguist53/Makefile =================================================================== --- textproc/rubygem-github-linguist53/Makefile +++ textproc/rubygem-github-linguist53/Makefile @@ -4,8 +4,9 @@ PORTVERSION= 5.3.3 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 53 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= idefix@fechner.net COMMENT= GitHub Language detection LICENSE= MIT @@ -19,9 +20,11 @@ # bin/linguist CONFLICTS_INSTALL= qtchooser rubygem-gitlab-linguist -USE_RUBY= yes USES= gem +USE_RUBY= yes PLIST_FILES= bin/git-linguist bin/linguist +PORTSCOUT= limit:^5\.3\. + .include Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -2196,6 +2196,7 @@ SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-toml-rb SUBDIR += rubygem-toml-rb03 + SUBDIR += rubygem-toml-rb10 SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks Index: www/rubygem-toml-rb10/Makefile =================================================================== --- www/rubygem-toml-rb10/Makefile +++ www/rubygem-toml-rb10/Makefile @@ -4,6 +4,7 @@ PORTVERSION= 1.0.0 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 10 MAINTAINER= idefix@fechner.net COMMENT= TOML parser using Citrus parsing library @@ -13,7 +14,9 @@ RUN_DEPENDS= rubygem-citrus>=3.0:textproc/rubygem-citrus NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +PORTSCOUT= limit:^1\.0\. .include