git: ca90508d12b2 - main - textproc/rubygem-compass-import-once: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:14:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca90508d12b218f5c86ebdb0bbd7a32652b82ccc

commit ca90508d12b218f5c86ebdb0bbd7a32652b82ccc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 16:09:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <sunpoet@FreeBSD.org>
-
-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 <bsd.port.mk>
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