From nobody Mon Oct 25 16:14:55 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 85759182788D; Mon, 25 Oct 2021 16:14:56 +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 4HdKmH6BQkz3p6N; Mon, 25 Oct 2021 16:14:55 +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 54B5536D4; Mon, 25 Oct 2021 16:14:55 +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 19PGEtJG098239; Mon, 25 Oct 2021 16:14:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PGEtKC098238; Mon, 25 Oct 2021 16:14:55 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:14:55 GMT Message-Id: <202110251614.19PGEtKC098238@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: ca90508d12b2 - main - textproc/rubygem-compass-import-once: 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: ca90508d12b218f5c86ebdb0bbd7a32652b82ccc Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca90508d12b218f5c86ebdb0bbd7a32652b82ccc commit ca90508d12b218f5c86ebdb0bbd7a32652b82ccc Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 16:09:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 16:09:03 +0000 textproc/rubygem-compass-import-once: Remove obsoleted port Compass is no longer supported. Reference: https://github.com/Compass/compass/commit/dd74a1cfef478a896d03152b2c2a3b93839d168e --- textproc/Makefile | 1 - textproc/rubygem-compass-import-once/Makefile | 22 ---------------------- textproc/rubygem-compass-import-once/distinfo | 2 -- textproc/rubygem-compass-import-once/pkg-descr | 9 --------- 4 files changed, 34 deletions(-) diff --git a/textproc/Makefile b/textproc/Makefile index e6ca32736f3f..4e6cfb70c0fd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1601,7 +1601,6 @@ SUBDIR += rubygem-colored2 SUBDIR += rubygem-commonmarker SUBDIR += rubygem-compass-blueprint - SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin diff --git a/textproc/rubygem-compass-import-once/Makefile b/textproc/rubygem-compass-import-once/Makefile deleted file mode 100644 index 09af4c7d6ea1..000000000000 --- a/textproc/rubygem-compass-import-once/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh - -PORTNAME= compass-import-once -PORTVERSION= 1.0.5 -PORTREVISION= 1 -CATEGORIES= textproc ruby -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Compass core stylesheet library and minimum required ruby extensions - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-sass34>=3.2<3.5:textproc/rubygem-sass34 - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include diff --git a/textproc/rubygem-compass-import-once/distinfo b/textproc/rubygem-compass-import-once/distinfo deleted file mode 100644 index 3ebb47df62a8..000000000000 --- a/textproc/rubygem-compass-import-once/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/compass-import-once-1.0.5.gem) = 38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e -SIZE (rubygem/compass-import-once-1.0.5.gem) = 9728 diff --git a/textproc/rubygem-compass-import-once/pkg-descr b/textproc/rubygem-compass-import-once/pkg-descr deleted file mode 100644 index 369a8e4954dc..000000000000 --- a/textproc/rubygem-compass-import-once/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This plugin changes the behavior of Sass's @import directive so that if the same -sass file is imported more than once, the second import will be a no-op. This -allows dependencies to behave how most people expect them to behave and provides -a considerable performance improvement for some sass projects. - -Note: Although this plugin is maintained by compass, it can be used without -compass in any Sass-based project. - -WWW: https://github.com/Compass/compass/tree/master/import-once