From nobody Tue Dec 21 19:49:59 2021 X-Original-To: dev-commits-ports-main@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 6F5FB1908FB7; Tue, 21 Dec 2021 19:50:05 +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 4JJRrD2XDrz53XK; Tue, 21 Dec 2021 19:50:04 +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 6F3E97DA0; Tue, 21 Dec 2021 19:49:59 +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 1BLJnxPr037739; Tue, 21 Dec 2021 19:49:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJnxqV037738; Tue, 21 Dec 2021 19:49:59 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:49:59 GMT Message-Id: <202112211949.1BLJnxqV037738@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: acb3b0262cc1 - main - devel/rubygem-flipper-active_support_cache_store017: Remove obsoleted port List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@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: acb3b0262cc140fd37e6f978ffbba81a2d5c7061 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640116204; 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=ZooyN5g11rH0p7vw+0U35V8GubXut3x0FMjw5t6A3XE=; b=lJWmvGqF6/jTCA1k6v2WgPWZYx+c7Rh4EbPyySvrV4lXfGqBSNK5SzlWgUiuPL4SNN7pK/ V3wKmxxBZh5+LARagbjitNoDqfX9uxkhDKO85iLuP3/fnSBndOgXm/PpCH8P0Kl22I366P 4IIxHr/htBNdp/TCUY4FCx9UWGxq3/3o4dGFDQiiZUxZuN+Gys6Xc4neitNXHnrN8nzSwI DM4tcdHawHA+baUiNB1Q7hUJVCT2DbP/4bfAfhv9nxlnd4+Md6BaAUHNepfIfJaWdde8KV LWgfO98u/sWZM09XzBeLtoQiutBGsXVW/HcVP8ewHySxsHy8xKmxo8ujvL2w2A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640116204; a=rsa-sha256; cv=none; b=CZRQa2IZCpkHDj7x3jWBjVaJX2NdgUq4R0Vr6sQvccIkc7yVbC4vBraYZIcl1gX+dUBbWz 3a9fvLC4H60idV0MUXuSrSwW3v0TW2twfWPW7oVgqushWLV1h5OWSbs2FQHBZgAKP5blvz BTVnx8VaGJC8TNpCPBo+JFQnEv/U6S5tF8U5z0Sx14bBUVWfI09ttxsH8Uuo3Yk/F/M/e2 Tsh9zmeL5JihJ7DcLh7tWsyHfmmAqmiP+6lt00B+nJ6N7/dph7jycCezoKkmdx5KIw0jex ZgdwNnexr+9oQLY83LAOtrdvD6I4OLWxMarR6V1S3Q+R+cwkmrKidBGdt+kZuA== 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=acb3b0262cc140fd37e6f978ffbba81a2d5c7061 commit acb3b0262cc140fd37e6f978ffbba81a2d5c7061 Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 19:26:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-12-21 19:26:36 +0000 devel/rubygem-flipper-active_support_cache_store017: Remove obsoleted port Use devel/rubygem-flipper-active_support_cache_store instead. --- .../Makefile | 25 ---------------------- .../distinfo | 3 --- .../pkg-descr | 3 --- 3 files changed, 31 deletions(-) diff --git a/devel/rubygem-flipper-active_support_cache_store017/Makefile b/devel/rubygem-flipper-active_support_cache_store017/Makefile deleted file mode 100644 index e04738706943..000000000000 --- a/devel/rubygem-flipper-active_support_cache_store017/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PORTNAME= flipper-active_support_cache_store -PORTVERSION= 0.17.2 -PORTREVISION= 1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 017 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= ActiveSupport::Cache store adapter for Flipper - -LICENSE= MIT - -RUN_DEPENDS= rubygem-activesupport60>=4.2<7:devel/rubygem-activesupport60 \ - rubygem-flipper017>=${PORTVERSION}<0.18:devel/rubygem-flipper017 - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^0\.17\. - -.include diff --git a/devel/rubygem-flipper-active_support_cache_store017/distinfo b/devel/rubygem-flipper-active_support_cache_store017/distinfo deleted file mode 100644 index e88238e0fd69..000000000000 --- a/devel/rubygem-flipper-active_support_cache_store017/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578197797 -SHA256 (rubygem/flipper-active_support_cache_store-0.17.2.gem) = 15fc5ad3e6d1dd513fa8815de8e19d01f83c5fbb384adf999a00a31ad2989e91 -SIZE (rubygem/flipper-active_support_cache_store-0.17.2.gem) = 7680 diff --git a/devel/rubygem-flipper-active_support_cache_store017/pkg-descr b/devel/rubygem-flipper-active_support_cache_store017/pkg-descr deleted file mode 100644 index 617f42df0b8a..000000000000 --- a/devel/rubygem-flipper-active_support_cache_store017/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ActiveSupport::Cache store adapter for Flipper - -WWW: https://github.com/jnunemaker/flipper