diff options
Diffstat (limited to '')
-rw-r--r-- | devel/rubygem-xdg/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-xdg/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-xdg2/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-xdg2/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-xdg2/pkg-descr | 9 |
5 files changed, 4 insertions, 36 deletions
diff --git a/devel/rubygem-xdg/Makefile b/devel/rubygem-xdg/Makefile index 7e4c6dbcdf3e..e5348a8a57fb 100644 --- a/devel/rubygem-xdg/Makefile +++ b/devel/rubygem-xdg/Makefile @@ -1,5 +1,5 @@ PORTNAME= xdg -PORTVERSION= 9.2.0 +PORTVERSION= 9.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-xdg/distinfo b/devel/rubygem-xdg/distinfo index d341a6bf272b..d3d7e3158c34 100644 --- a/devel/rubygem-xdg/distinfo +++ b/devel/rubygem-xdg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936384 -SHA256 (rubygem/xdg-9.2.0.gem) = ad8bff38e0074a46aaa9d7322a01291b75e828d957cc08091dba3c35e931cb4d -SIZE (rubygem/xdg-9.2.0.gem) = 17408 +TIMESTAMP = 1753265928 +SHA256 (rubygem/xdg-9.3.0.gem) = 5983be107939281dbcc4f5cc58fc4b820ef240d0de1122a25aad6d92baa5565c +SIZE (rubygem/xdg-9.3.0.gem) = 17408 diff --git a/devel/rubygem-xdg2/Makefile b/devel/rubygem-xdg2/Makefile deleted file mode 100644 index 324e4cef7a5c..000000000000 --- a/devel/rubygem-xdg2/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= xdg -PORTVERSION= 2.2.5 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 2 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= XDG Base Directory Standard Library for Ruby -WWW= https://github.com/bkuhlmann/xdg - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^2\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-xdg2/distinfo b/devel/rubygem-xdg2/distinfo deleted file mode 100644 index f2b7654395cb..000000000000 --- a/devel/rubygem-xdg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1558729959 -SHA256 (rubygem/xdg-2.2.5.gem) = f3a5f799363852695e457bb7379ac6c4e3e8cb3a51ce6b449ab47fbb1523b913 -SIZE (rubygem/xdg-2.2.5.gem) = 18432 diff --git a/devel/rubygem-xdg2/pkg-descr b/devel/rubygem-xdg2/pkg-descr deleted file mode 100644 index 664e42502c05..000000000000 --- a/devel/rubygem-xdg2/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 |