From nobody Tue Dec 21 19:50:31 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 C76B71909504; Tue, 21 Dec 2021 19:50:38 +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 4JJRrq3xJRz5445; Tue, 21 Dec 2021 19:50:35 +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 B0D937CE7; Tue, 21 Dec 2021 19:50:31 +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 1BLJoV5j046698; Tue, 21 Dec 2021 19:50:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJoVpN046697; Tue, 21 Dec 2021 19:50:31 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:50:31 GMT Message-Id: <202112211950.1BLJoVpN046697@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: 93458f0202da - main - net/rubygem-fog-brightbox0: 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: 93458f0202daedf47e5ed01b85b7944823543eb4 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640116237; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=D+2L+dMBlhTera8FvHZ49JmD8GIQT7bvwwt49t7IAK8=; b=PZFjIdgLSv4GNjWuO68OeB6Dbr9lQ54iJff/FTKHF3J6Ve0jBaPI1W52Wjb9PMpEju/RJq PxdAn8/RlEcsZQgQDQSabfIMpJ/UBWN/mF9wT5SdebmGVEu5I9vjVD1HvqLVXlg5U6kmnx 2Bw8f5wyIh6e0AVHY8nLJwT+ybtZ21hH0VUAv/OVb8tn5hVfAzKi5bg+Le2Pwn1ERbRgyD 2kijfJdkOLn+fyyLkyJlmBJuyOj0pvqDen0qyR2XK6ufLSec1hvRaVmpIIX36G9ZWLEcZK EWyahSwk+yJXMvX9btIyh/QQJyc5ltotghjeGABX56Fi/HCWLHvr7nCZ67HVBg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640116237; a=rsa-sha256; cv=none; b=kxkYZvov6O2jVCL3cRhFISdeeUCmFST9VSOjKbCttzaBCdyV36RQdVABZ8qe4lCVN4oFo1 QtN9QxfItZI+/Ogq9JmJ41T7KQELCx7dKdD8oMqHgaXO/WgGU0byIPjOrac6YgS45IkhwC 7V3tZ08NbbEYDBxU8HHtwvzod9ZWgLsxd0588B/1td/oz/Mo4j+vZjwQOPUYBxEJoFSG1A wgFNWaMJsKZ2YjZRoyVxk0+xaX0VaaJvwkn3ix9lqd2MpKUr46rMFhu1wP/ZN/8Y38vgo1 SldrSjyEKjj3K1L1gwEih5EJPQEYxftcSkmIXnod7kTKIawUyyio4szMg2CG1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=93458f0202daedf47e5ed01b85b7944823543eb4 commit 93458f0202daedf47e5ed01b85b7944823543eb4 Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 19:27:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-12-21 19:27:13 +0000 net/rubygem-fog-brightbox0: Remove obsoleted port Use net/rubygem-fog-brightbox instead. --- net/rubygem-fog-brightbox0/Makefile | 27 --------------------------- net/rubygem-fog-brightbox0/distinfo | 3 --- net/rubygem-fog-brightbox0/pkg-descr | 15 --------------- 3 files changed, 45 deletions(-) diff --git a/net/rubygem-fog-brightbox0/Makefile b/net/rubygem-fog-brightbox0/Makefile deleted file mode 100644 index da538c1d6ffc..000000000000 --- a/net/rubygem-fog-brightbox0/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh - -PORTNAME= fog-brightbox -PORTVERSION= 0.16.1 -CATEGORIES= net rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 0 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Module for the 'fog' gem to support Brightbox Cloud - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-dry-inflector>=0:devel/rubygem-dry-inflector \ - rubygem-fog-core>=0:devel/rubygem-fog-core \ - rubygem-fog-json>=0:devel/rubygem-fog-json \ - rubygem-mime-types>=0:misc/rubygem-mime-types - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^0\. - -.include diff --git a/net/rubygem-fog-brightbox0/distinfo b/net/rubygem-fog-brightbox0/distinfo deleted file mode 100644 index d4c9821f0d30..000000000000 --- a/net/rubygem-fog-brightbox0/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1536418033 -SHA256 (rubygem/fog-brightbox-0.16.1.gem) = 972c923f3ee150935c95abea3791676784b3fd1502e996fbd864a71090fe0a7c -SIZE (rubygem/fog-brightbox-0.16.1.gem) = 70144 diff --git a/net/rubygem-fog-brightbox0/pkg-descr b/net/rubygem-fog-brightbox0/pkg-descr deleted file mode 100644 index 6ac373f99801..000000000000 --- a/net/rubygem-fog-brightbox0/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Brightbox Cloud module for fog (The Ruby cloud services library) - -This gem is a modular for the `fog` gem that allows you to manage resources in -the Brightbox Cloud. - -It is included by the main `fog` metagem but can used as an independent library -in other applications. - -This includes support for the following services: -- Compute -- Images -- Load Balancers -- SQL Cloud instances - -WWW: https://github.com/fog/fog-brightbox