git: 6c3d6ffc6291 - main - sysutils/rubygem-ohai16: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:51:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c3d6ffc62912c21869484722549d6acab86aa2c commit 6c3d6ffc62912c21869484722549d6acab86aa2c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:20:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:40 +0000 sysutils/rubygem-ohai16: Remove obsoleted port Use sysutils/rubygem-ohai instead. --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/rubygem-ohai16/Makefile | 33 --------------------------------- sysutils/rubygem-ohai16/distinfo | 3 --- sysutils/rubygem-ohai16/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 42 deletions(-) diff --git a/MOVED b/MOVED index 2b09df8cf301..a73f4d8594bb 100644 --- a/MOVED +++ b/MOVED @@ -7566,3 +7566,4 @@ net/rubygem-ipaddr122|net/rubygem-ipaddr|2023-05-27|Remove obsoleted port. Use n security/rubygem-doorkeeper562|security/rubygem-doorkeeper|2023-05-27|Remove obsoleted port. Use security/rubygem-doorkeeper instead security/rubygem-ed2551912|security/rubygem-ed25519|2023-05-27|Remove obsoleted port. Use security/rubygem-ed25519 instead sysutils/rubygem-chef16|sysutils/rubygem-chef|2023-05-27|Remove obsoleted port. Use sysutils/rubygem-chef instead +sysutils/rubygem-ohai16|sysutils/rubygem-ohai|2023-05-27|Remove obsoleted port. Use sysutils/rubygem-ohai instead diff --git a/sysutils/Makefile b/sysutils/Makefile index 305d13f52798..99f8edfdf717 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1269,7 +1269,6 @@ SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai - SUBDIR += rubygem-ohai16 SUBDIR += rubygem-ohai17 SUBDIR += rubygem-parallel SUBDIR += rubygem-puppet_forge diff --git a/sysutils/rubygem-ohai16/Makefile b/sysutils/rubygem-ohai16/Makefile deleted file mode 100644 index e0fbd0f524d5..000000000000 --- a/sysutils/rubygem-ohai16/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= ohai -PORTVERSION= 16.17.2 -CATEGORIES= sysutils rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 16 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ohai profiles your system and emits JSON -WWW= https://github.com/chef/ohai - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-chef-config>=14.12<17:sysutils/rubygem-chef-config \ - rubygem-chef-utils>=16.0<17:sysutils/rubygem-chef-utils \ - rubygem-ffi>=1.9<2:devel/rubygem-ffi \ - rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \ - rubygem-ipaddress>=0:net/rubygem-ipaddress \ - rubygem-mixlib-cli>=1.7.0:devel/rubygem-mixlib-cli \ - rubygem-mixlib-config>=2.0<4.0:devel/rubygem-mixlib-config \ - rubygem-mixlib-log>=2.0.1<4.0:devel/rubygem-mixlib-log \ - rubygem-mixlib-shellout>=3.2.5<4:devel/rubygem-mixlib-shellout \ - rubygem-plist>=3.1<4:devel/rubygem-plist \ - rubygem-train-core>=0:net/rubygem-train-core \ - rubygem-wmi-lite>=1.0<2:devel/rubygem-wmi-lite - -USES= gem - -NO_ARCH= yes - -PLIST_FILES= bin/ohai - -.include <bsd.port.mk> diff --git a/sysutils/rubygem-ohai16/distinfo b/sysutils/rubygem-ohai16/distinfo deleted file mode 100644 index db6b3ad8af32..000000000000 --- a/sysutils/rubygem-ohai16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1684104790 -SHA256 (rubygem/ohai-16.17.2.gem) = 3415117938e708179ab3ea98d295284e788f1d4b1c8d9c1e79a5ea423d8abd04 -SIZE (rubygem/ohai-16.17.2.gem) = 125440 diff --git a/sysutils/rubygem-ohai16/pkg-descr b/sysutils/rubygem-ohai16/pkg-descr deleted file mode 100644 index 8b73029ad523..000000000000 --- a/sysutils/rubygem-ohai16/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ohai detects data about your operating system. It can be used standalone, but -it's primary purpose is to provide node data to Chef. - -Ohai will print out a JSON data blob for all the known data about your system. -When used with Chef, that data is reported back via node attributes.