From nobody Mon Oct 25 16:01:19 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6D30D181977C; Mon, 25 Oct 2021 16:01:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdKSk61mmz3LKG; Mon, 25 Oct 2021 16:01:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BD7239F3; Mon, 25 Oct 2021 16:01:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PG1Jrh073608; Mon, 25 Oct 2021 16:01:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG1Jh3073607; Mon, 25 Oct 2021 16:01:19 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:19 GMT Message-Id: <202110251601.19PG1Jh3073607@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ab315b11bd0d - main - sysutils/rubygem-chef-config15: Remove obsoleted port List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab315b11bd0d33f78eb80994bc5b551eff4fdb64 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab315b11bd0d33f78eb80994bc5b551eff4fdb64 commit ab315b11bd0d33f78eb80994bc5b551eff4fdb64 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 14:56:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:10 +0000 sysutils/rubygem-chef-config15: Remove obsoleted port Chef Infra Client 15 and under is EoL'd on April 30, 2021. Reference: https://docs.chef.io/versions/#end-of-life-eol-products --- sysutils/Makefile | 1 - sysutils/rubygem-chef-config15/Makefile | 27 --------------------------- sysutils/rubygem-chef-config15/distinfo | 3 --- sysutils/rubygem-chef-config15/pkg-descr | 3 --- 4 files changed, 34 deletions(-) diff --git a/sysutils/Makefile b/sysutils/Makefile index 5bc7cc498482..cec52708423f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1154,7 +1154,6 @@ SUBDIR += rubygem-chef-bin SUBDIR += rubygem-chef-cleanroom SUBDIR += rubygem-chef-config - SUBDIR += rubygem-chef-config15 SUBDIR += rubygem-chef-dk SUBDIR += rubygem-chef-telemetry SUBDIR += rubygem-chef-utils diff --git a/sysutils/rubygem-chef-config15/Makefile b/sysutils/rubygem-chef-config15/Makefile deleted file mode 100644 index 09a7993dab9e..000000000000 --- a/sysutils/rubygem-chef-config15/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PORTNAME= chef-config -PORTVERSION= 15.15.0 -CATEGORIES= sysutils rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 15 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Default configuration and config loading library for Chef - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ - rubygem-chef-utils15>=${PORTVERSION}:sysutils/rubygem-chef-utils15 \ - rubygem-fuzzyurl>=0:www/rubygem-fuzzyurl \ - rubygem-mixlib-config>=2.2.12<4.0:devel/rubygem-mixlib-config \ - rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \ - rubygem-tomlrb1>=1.2<2:textproc/rubygem-tomlrb1 - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include diff --git a/sysutils/rubygem-chef-config15/distinfo b/sysutils/rubygem-chef-config15/distinfo deleted file mode 100644 index 276c3f1abd19..000000000000 --- a/sysutils/rubygem-chef-config15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1610174221 -SHA256 (rubygem/chef-config-15.15.0.gem) = d4c1b8ca7d813a597841e9f5fef42c6e9d35fcd6dde9aa92b19d1d5ba23121ca -SIZE (rubygem/chef-config-15.15.0.gem) = 49664 diff --git a/sysutils/rubygem-chef-config15/pkg-descr b/sysutils/rubygem-chef-config15/pkg-descr deleted file mode 100644 index c2cb6307f8de..000000000000 --- a/sysutils/rubygem-chef-config15/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ChefConfig is the default configuration and config loading library for Chef. - -WWW: https://github.com/chef/chef/tree/master/chef-config