git: 62e26efc98f3 - main - devel/rubygem-xdg8: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62e26efc98f362a4a23b1e9bdb0fa351fb02877d
commit 62e26efc98f362a4a23b1e9bdb0fa351fb02877d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:32:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:32:11 +0000
devel/rubygem-xdg8: Remove obsoleted port
Use devel/rubygem-xdg instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/rubygem-xdg8/Makefile | 25 -------------------------
devel/rubygem-xdg8/distinfo | 3 ---
devel/rubygem-xdg8/pkg-descr | 9 ---------
5 files changed, 1 insertion(+), 38 deletions(-)
diff --git a/MOVED b/MOVED
index 7562c374e0db..78f2340791b0 100644
--- a/MOVED
+++ b/MOVED
@@ -5131,3 +5131,4 @@ devel/rubygem-cucumber-messages29|devel/rubygem-cucumber-messages|2026-02-10|Rem
devel/rubygem-cucumber-messages30|devel/rubygem-cucumber-messages|2026-02-10|Remove obsoleted port. Use devel/rubygem-cucumber-messages instead
devel/rubygem-pagy6|devel/rubygem-pagy|2026-02-10|Remove obsoleted port. Use devel/rubygem-pagy instead
devel/rubygem-xdg7|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
+devel/rubygem-xdg8|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
diff --git a/devel/Makefile b/devel/Makefile
index b82fb4c21d99..0f393de6d6f4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8256,7 +8256,6 @@
SUBDIR += rubygem-with_env
SUBDIR += rubygem-wmi-lite
SUBDIR += rubygem-xdg
- SUBDIR += rubygem-xdg8
SUBDIR += rubygem-xdg9
SUBDIR += rubygem-xorcist
SUBDIR += rubygem-xpath
diff --git a/devel/rubygem-xdg8/Makefile b/devel/rubygem-xdg8/Makefile
deleted file mode 100644
index e1d97daee205..000000000000
--- a/devel/rubygem-xdg8/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= xdg
-PORTVERSION= 8.10.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 8
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= XDG Base Directory Standard Library for Ruby
-WWW= https://alchemists.io/projects/xdg \
- https://github.com/bkuhlmann/xdg
-
-LICENSE= HIPPOCRATIC
-LICENSE_NAME= Hippocratic License 2.1.0
-LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
-LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
-
-BROKEN_RUBY32= yes
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^8\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg8/distinfo b/devel/rubygem-xdg8/distinfo
deleted file mode 100644
index 9dc9a6def950..000000000000
--- a/devel/rubygem-xdg8/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1731679792
-SHA256 (rubygem/xdg-8.10.0.gem) = e2a2986a4525aa5aad5cbd3a7ae4a7e594b8c88097596c994f953dc476a07466
-SIZE (rubygem/xdg-8.10.0.gem) = 17408
diff --git a/devel/rubygem-xdg8/pkg-descr b/devel/rubygem-xdg8/pkg-descr
deleted file mode 100644
index 664e42502c05..000000000000
--- a/devel/rubygem-xdg8/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-XDG provides an easy to use Ruby library for working with XDG standards.
-
-Presently, it only supports the XDG Base Directory Standard.
-
-If your program utilizes user or system-wide support files (e.g. configuration
-files), you owe it to yourself to checkout the XDG base directory standard.
-
-You can learn more about the standard at:
-http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html