git: adb4eeb028f7 - main - textproc/rubygem-compass: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:14:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=adb4eeb028f7409d49b38b2649226e9d65aaff2b commit adb4eeb028f7409d49b38b2649226e9d65aaff2b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 16:08:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 16:08:54 +0000 textproc/rubygem-compass: Remove obsoleted port Compass is no longer supported. Reference: https://github.com/Compass/compass/commit/dd74a1cfef478a896d03152b2c2a3b93839d168e --- textproc/Makefile | 1 - textproc/rubygem-compass/Makefile | 28 ---------------------------- textproc/rubygem-compass/distinfo | 2 -- textproc/rubygem-compass/pkg-descr | 4 ---- 4 files changed, 35 deletions(-) diff --git a/textproc/Makefile b/textproc/Makefile index 8e8d60300fec..a6f1808fe062 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1600,7 +1600,6 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-colored2 SUBDIR += rubygem-commonmarker - SUBDIR += rubygem-compass SUBDIR += rubygem-compass-blueprint SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-import-once diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile deleted file mode 100644 index 9bd41569cd59..000000000000 --- a/textproc/rubygem-compass/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Jason Helfman <jhelfman@experts-exchange.com> - -PORTNAME= compass -PORTVERSION= 1.0.3 -PORTREVISION= 1 -CATEGORIES= textproc ruby -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Provides an open-source CSS authoring framework - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.markdown - -RUN_DEPENDS= rubygem-chunky_png>=1.2:graphics/rubygem-chunky_png \ - rubygem-compass-core>=1.0.2:textproc/rubygem-compass-core \ - rubygem-compass-import-once>=1.0.5:textproc/rubygem-compass-import-once \ - rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \ - rubygem-rb-inotify>=0.9:devel/rubygem-rb-inotify \ - rubygem-sass34>=0:textproc/rubygem-sass34 - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -PLIST_FILES= bin/compass - -.include <bsd.port.mk> diff --git a/textproc/rubygem-compass/distinfo b/textproc/rubygem-compass/distinfo deleted file mode 100644 index c55d60f519f7..000000000000 --- a/textproc/rubygem-compass/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/compass-1.0.3.gem) = 4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151 -SIZE (rubygem/compass-1.0.3.gem) = 378368 diff --git a/textproc/rubygem-compass/pkg-descr b/textproc/rubygem-compass/pkg-descr deleted file mode 100644 index 1aaf234805f5..000000000000 --- a/textproc/rubygem-compass/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Compass is a Sass-based Stylesheet Framework that streamlines the creation and -maintainance of CSS. - -WWW: http://compass-style.org/