git: ba8e452091ec - 2025Q1 - www/rubygem-gitlab-gollum-lib: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Mar 2025 05:59:27 UTC
The branch 2025Q1 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba8e452091ec77b94d8aadf3141b682cf56ee499
commit ba8e452091ec77b94d8aadf3141b682cf56ee499
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-03-22 04:11:05 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-03-23 05:59:17 +0000
www/rubygem-gitlab-gollum-lib: Remove expired port
www/rubygem-gitlab-gollum-lib
(cherry picked from commit 70a9e30fecb781e33f605bb74fad36ebbbc210ed)
---
MOVED | 1 +
www/Makefile | 1 -
www/rubygem-gitlab-gollum-lib/Makefile | 26 ----------------------
www/rubygem-gitlab-gollum-lib/distinfo | 3 ---
.../files/patch-gitlab-gollum-lib.gemspec | 13 -----------
www/rubygem-gitlab-gollum-lib/pkg-descr | 1 -
6 files changed, 1 insertion(+), 44 deletions(-)
diff --git a/MOVED b/MOVED
index 7c0f1f01c36d..71199697f38e 100644
--- a/MOVED
+++ b/MOVED
@@ -4004,3 +4004,4 @@ devel/elixir-hex||2025-01-11|No longer used by any consumers, newer versions are
devel/elixir-make||2025-01-11|No longer used by any consumers, newer versions are expected to be installed per-user by mix
lang/rust182||2025-01-29|No consumers in ports
devel/rubygem-flipper026|devel/rubygem-flipper-gitlab|2025-03-19|Please use devel/rubygem-flipper-gitlab instead
+www/rubygem-gitlab-gollum-lib|www/rubygem-gollum-lib|2025-03-22|Use www/rubygem-gollum-lib instead
diff --git a/www/Makefile b/www/Makefile
index e6ac7ce56fd8..8f09dcfdae7f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2084,7 +2084,6 @@
SUBDIR += rubygem-fuzzyurl
SUBDIR += rubygem-geminabox
SUBDIR += rubygem-gitlab-flowdock-git-hook
- SUBDIR += rubygem-gitlab-gollum-lib
SUBDIR += rubygem-gitlab-gollum-rugged_adapter
SUBDIR += rubygem-gitlab-turbolinks-classic
SUBDIR += rubygem-goldfinger
diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile
deleted file mode 100644
index 0ecfe9d86191..000000000000
--- a/www/rubygem-gitlab-gollum-lib/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= gitlab-gollum-lib
-PORTVERSION= 4.2.7.10.gitlab.2
-PORTREVISION= 2
-CATEGORIES= www rubygems
-MASTER_SITES= RG
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
-WWW= https://github.com/gollum/gollum-lib
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-gemojione32>=3.2<4:graphics/rubygem-gemojione32 \
- rubygem-gitlab-markup>=1.6<2:textproc/rubygem-gitlab-markup \
- rubygem-gitlab-gollum-rugged_adapter>=0.4.4.4.gitlab.1<0.4.5:www/rubygem-gitlab-gollum-rugged_adapter \
- rubygem-nokogiri>=1.6.1<2.0:textproc/rubygem-nokogiri \
- rubygem-rouge3>=3.1<4:textproc/rubygem-rouge3 \
- rubygem-sanitize>=6.0<8:textproc/rubygem-sanitize \
- rubygem-stringex>=2.6<3,1:devel/rubygem-stringex
-
-USES= gem
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-gitlab-gollum-lib/distinfo b/www/rubygem-gitlab-gollum-lib/distinfo
deleted file mode 100644
index 9c465bf35c7c..000000000000
--- a/www/rubygem-gitlab-gollum-lib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1643140693
-SHA256 (rubygem/gitlab-gollum-lib-4.2.7.10.gitlab.2.gem) = 804c89ab266e945cddb67ff313a561fdd8ba624f6332a959f4d641685f7646ef
-SIZE (rubygem/gitlab-gollum-lib-4.2.7.10.gitlab.2.gem) = 49152
diff --git a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec b/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
deleted file mode 100644
index 2661e3df1925..000000000000
--- a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
+++ /dev/null
@@ -1,13 +0,0 @@
---- gitlab-gollum-lib.gemspec.orig 2025-01-01 11:38:31 UTC
-+++ gitlab-gollum-lib.gemspec
-@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
- s.add_runtime_dependency(%q<rouge>.freeze, ["~> 3.1".freeze])
- s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.1".freeze, "< 2.0".freeze])
- s.add_runtime_dependency(%q<stringex>.freeze, ["~> 2.6".freeze])
-- s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 6.0".freeze])
-- s.add_runtime_dependency(%q<github-markup>.freeze, ["~> 1.6".freeze])
-+ s.add_runtime_dependency(%q<sanitize>.freeze, [">= 6.0".freeze, "< 8".freeze])
-+ s.add_runtime_dependency(%q<gitlab-markup>.freeze, ["~> 1.6".freeze])
- s.add_runtime_dependency(%q<gemojione>.freeze, ["~> 3.2".freeze])
- s.add_development_dependency(%q<org-ruby>.freeze, ["~> 0.9.9".freeze])
- s.add_development_dependency(%q<kramdown>.freeze, ["~> 1.6.0".freeze])
diff --git a/www/rubygem-gitlab-gollum-lib/pkg-descr b/www/rubygem-gitlab-gollum-lib/pkg-descr
deleted file mode 100644
index cd5f1162203f..000000000000
--- a/www/rubygem-gitlab-gollum-lib/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A simple, Git-powered wiki with a sweet API and local frontend.