Date: Fri, 13 Apr 2018 06:15:09 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467209 - in head: net net/rubygem-gitaly-proto088 textproc textproc/rubygem-github-linguist53 www www/rubygem-toml-rb10 Message-ID: <201804130615.w3D6F9Eb024560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Fri Apr 13 06:15:09 2018 New Revision: 467209 URL: https://svnweb.freebsd.org/changeset/ports/467209 Log: Added new ports required for gitlab 10.6.x. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15032 Added: head/net/rubygem-gitaly-proto088/ - copied from r463443, head/net/rubygem-gitaly-proto/ head/textproc/rubygem-github-linguist53/ - copied from r460137, head/textproc/rubygem-github-linguist/ head/www/rubygem-toml-rb10/ - copied from r455591, head/www/rubygem-toml-rb/ Modified: head/net/Makefile head/net/rubygem-gitaly-proto088/Makefile head/textproc/Makefile head/textproc/rubygem-github-linguist53/Makefile head/www/Makefile head/www/rubygem-toml-rb10/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Apr 13 05:22:31 2018 (r467208) +++ head/net/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -1254,6 +1254,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 Modified: head/net/rubygem-gitaly-proto088/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/net/rubygem-gitaly-proto088/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -5,8 +5,9 @@ PORTNAME= gitaly-proto 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 @@ LICENSE= MIT 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 <bsd.port.mk> Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Apr 13 05:22:31 2018 (r467208) +++ head/textproc/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -1517,6 +1517,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 Modified: head/textproc/rubygem-github-linguist53/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Sat Jan 27 18:42:40 2018 (r460137) +++ head/textproc/rubygem-github-linguist53/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -4,8 +4,9 @@ PORTNAME= github-linguist 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 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/r # 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 <bsd.port.mk> Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 13 05:22:31 2018 (r467208) +++ head/www/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -2198,6 +2198,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 Modified: head/www/rubygem-toml-rb10/Makefile ============================================================================== --- head/www/rubygem-toml-rb/Makefile Tue Dec 5 16:44:09 2017 (r455591) +++ head/www/rubygem-toml-rb10/Makefile Fri Apr 13 06:15:09 2018 (r467209) @@ -4,6 +4,7 @@ PORTNAME= toml-rb 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 @@ LICENSE= MIT 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804130615.w3D6F9Eb024560>