Date: Tue, 10 Feb 2026 19:38:00 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 40e356e913bb - main - devel/rubygem-xdg7: Remove obsoleted port Message-ID: <698b8918.377e4.536db82@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=40e356e913bb73a7b4e2192ab2ceb36a08a73667 commit 40e356e913bb73a7b4e2192ab2ceb36a08a73667 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-10 19:32:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-10 19:32:10 +0000 devel/rubygem-xdg7: Remove obsoleted port Use devel/rubygem-xdg instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-xdg7/Makefile | 24 ------------------------ devel/rubygem-xdg7/distinfo | 3 --- devel/rubygem-xdg7/files/patch-gemspec | 11 ----------- devel/rubygem-xdg7/pkg-descr | 9 --------- 6 files changed, 1 insertion(+), 48 deletions(-) diff --git a/MOVED b/MOVED index ae49ed5c4bef..7562c374e0db 100644 --- a/MOVED +++ b/MOVED @@ -5130,3 +5130,4 @@ devel/rubygem-cucumber-messages28|devel/rubygem-cucumber-messages|2026-02-10|Rem devel/rubygem-cucumber-messages29|devel/rubygem-cucumber-messages|2026-02-10|Remove obsoleted port. Use devel/rubygem-cucumber-messages instead 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 diff --git a/devel/Makefile b/devel/Makefile index 70bacdd408fb..b82fb4c21d99 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8256,7 +8256,6 @@ SUBDIR += rubygem-with_env SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xdg - SUBDIR += rubygem-xdg7 SUBDIR += rubygem-xdg8 SUBDIR += rubygem-xdg9 SUBDIR += rubygem-xorcist diff --git a/devel/rubygem-xdg7/Makefile b/devel/rubygem-xdg7/Makefile deleted file mode 100644 index 53f91ae19d02..000000000000 --- a/devel/rubygem-xdg7/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= xdg -PORTVERSION= 7.1.3 -PORTREVISION= 1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 7 - -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 - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^7\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-xdg7/distinfo b/devel/rubygem-xdg7/distinfo deleted file mode 100644 index 5a37b7452f58..000000000000 --- a/devel/rubygem-xdg7/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1700760656 -SHA256 (rubygem/xdg-7.1.3.gem) = 35caa26009e16e2412c4abfc1bb7d2cd7c10f2350e451d872eb4ecf9dbfcca16 -SIZE (rubygem/xdg-7.1.3.gem) = 17408 diff --git a/devel/rubygem-xdg7/files/patch-gemspec b/devel/rubygem-xdg7/files/patch-gemspec deleted file mode 100644 index fd9ce7858973..000000000000 --- a/devel/rubygem-xdg7/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- xdg.gemspec.orig 2025-04-29 21:42:45 UTC -+++ xdg.gemspec -@@ -16,7 +16,7 @@ Gem::Specification.new do |s| - s.files = ["LICENSE.adoc".freeze, "README.adoc".freeze, "lib/xdg.rb".freeze, "lib/xdg/cache.rb".freeze, "lib/xdg/config.rb".freeze, "lib/xdg/data.rb".freeze, "lib/xdg/environment.rb".freeze, "lib/xdg/pair.rb".freeze, "lib/xdg/paths/combined.rb".freeze, "lib/xdg/paths/directory.rb".freeze, "lib/xdg/paths/home.rb".freeze, "lib/xdg/state.rb".freeze, "xdg.gemspec".freeze] - s.homepage = "https://alchemists.io/projects/xdg".freeze - s.licenses = ["Hippocratic-2.1".freeze] -- s.required_ruby_version = Gem::Requirement.new([">= 3.2".freeze, "<= 3.3".freeze]) -+ s.required_ruby_version = Gem::Requirement.new([">= 3.2".freeze, "< 3.4".freeze]) - s.rubygems_version = "3.4.22".freeze - s.summary = "A XDG Base Directory Specification implementation.".freeze - end diff --git a/devel/rubygem-xdg7/pkg-descr b/devel/rubygem-xdg7/pkg-descr deleted file mode 100644 index 664e42502c05..000000000000 --- a/devel/rubygem-xdg7/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.htmlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b8918.377e4.536db82>
