diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-28 21:17:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-28 21:20:29 +0000 |
commit | 9d549c22ba73b414547119ba17a0c6642b4741f8 (patch) | |
tree | ba68bde3bde3bc7b5b2753265b582361186c6925 | |
parent | 4859c53c25a6c93ddae246a1984cff76e8f479c8 (diff) |
devel/rubygem-xdg6: Remove obsoleted port
Use devel/rubygem-xdg instead.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-xdg6/Makefile | 25 | ||||
-rw-r--r-- | devel/rubygem-xdg6/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-xdg6/pkg-descr | 9 |
5 files changed, 1 insertions, 38 deletions
@@ -3261,3 +3261,4 @@ devel/rubygem-semver_dialects12|devel/rubygem-semver_dialects|2024-05-28|Remove devel/rubygem-xdg3|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead devel/rubygem-xdg4|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead devel/rubygem-xdg5|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead +devel/rubygem-xdg6|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead diff --git a/devel/Makefile b/devel/Makefile index 1c65723b92cc..4819362df1ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7775,7 +7775,6 @@ SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xdg SUBDIR += rubygem-xdg2 - SUBDIR += rubygem-xdg6 SUBDIR += rubygem-xdg7 SUBDIR += rubygem-xorcist SUBDIR += rubygem-xpath diff --git a/devel/rubygem-xdg6/Makefile b/devel/rubygem-xdg6/Makefile deleted file mode 100644 index 1d9d6f6db14f..000000000000 --- a/devel/rubygem-xdg6/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= xdg -PORTVERSION= 6.6.2 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 6 - -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_RUBY30= yes - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^6\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-xdg6/distinfo b/devel/rubygem-xdg6/distinfo deleted file mode 100644 index 5fe507053bd2..000000000000 --- a/devel/rubygem-xdg6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1669058135 -SHA256 (rubygem/xdg-6.6.2.gem) = e40bfbdcb155de8b769fedb27943fac750dc6b54b02212f54795aeaae5531501 -SIZE (rubygem/xdg-6.6.2.gem) = 16896 diff --git a/devel/rubygem-xdg6/pkg-descr b/devel/rubygem-xdg6/pkg-descr deleted file mode 100644 index 664e42502c05..000000000000 --- a/devel/rubygem-xdg6/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 |