Commit 1d96bc48 authored by Rene Ladan's avatar Rene Ladan
Browse files

net/rubygem-gitaly-proto: Remove expired port

2026-05-31 net/rubygem-gitaly-proto: gitaly-proto has been deprecated
parent b04d3f7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5332,3 +5332,4 @@ archivers/rubygem-rubyzip2|archivers/rubygem-rubyzip|2026-05-31|Has expired: Out
japanese/p5-2chproxy||2026-05-31|Has expired: Abandoned, it is not compatible with the current servers, migrate to proxy2ch
www/py-azure-storage||2026-05-31|Has expired: Deprecated by upstream. Use other py-azure-storage-* ports instead
www/py-pyjwt1|www/py-pyjwt|2026-05-31|Has expired: Obsoleted. Use www/py-pyjwt instead
net/rubygem-gitaly-proto||2026-05-31|Has expired: gitaly-proto has been deprecated
+0 −1
Original line number Diff line number Diff line
@@ -1342,7 +1342,6 @@
    SUBDIR += rubygem-fog-vsphere
    SUBDIR += rubygem-fog-xenserver
    SUBDIR += rubygem-gitaly
    SUBDIR += rubygem-gitaly-proto
    SUBDIR += rubygem-gitlab-fog-azure-rm
    SUBDIR += rubygem-gitlab-gkg-proto
    SUBDIR += rubygem-gitlab-kas-grpc

net/rubygem-gitaly-proto/Makefile

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
PORTNAME=	gitaly-proto
PORTVERSION=	1.37.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Protobuf specifications and client libraries for Gitaly
WWW=		https://gitlab.com/gitlab-org/gitaly-proto

LICENSE=	MIT

DEPRECATED=	gitaly-proto has been deprecated
EXPIRATION_DATE=2026-05-31

RUN_DEPENDS=	rubygem-grpc>=1.0:net/rubygem-grpc

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>

net/rubygem-gitaly-proto/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1564249657
SHA256 (rubygem/gitaly-proto-1.37.0.gem) = f260efef7837ebf692d862f93c45effb84b863118a8fdf9e2a2764a05b64a2d3
SIZE (rubygem/gitaly-proto-1.37.0.gem) = 19456
+0 −10
Original line number Diff line number Diff line
Gitaly is part of GitLab. It is a server application that uses its own gRPC
protocol to communicate with its clients. This repository contains the protocol
definition and automatically generated wrapper code for Go and Ruby.

The .proto files define the remote procedure calls for interacting with Gitaly.
We keep auto-generated client libraries for Ruby and Go in their respective
subdirectories.

Use the make generate script from the root of the repository to regenerate the
client libraries after updating .proto files.