svn commit: r535562 - in head/textproc: . rubygem-sassc22
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 17 18:07:13 UTC 2020
Author: sunpoet
Date: Sun May 17 18:07:12 2020
New Revision: 535562
URL: https://svnweb.freebsd.org/changeset/ports/535562
Log:
Add rubygem-sassc22 2.2.1 (copied from rubygem-sassc)
This is a workaround for gitlab-ce. It should be fixed after rubygem-sassc
updating libsass from 3.6.3 to 3.6.4.
Reference: https://gitlab.com/gitlab-org/gitlab/-/issues/216740
https://github.com/sass/sassc-ruby/issues/201
https://github.com/sass/sassc-ruby/pull/199
Added:
head/textproc/rubygem-sassc22/
- copied from r532390, head/textproc/rubygem-sassc/
Modified:
head/textproc/Makefile
head/textproc/rubygem-sassc22/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun May 17 17:41:25 2020 (r535561)
+++ head/textproc/Makefile Sun May 17 18:07:12 2020 (r535562)
@@ -1619,6 +1619,7 @@
SUBDIR += rubygem-sassc-rails-rails50
SUBDIR += rubygem-sassc-rails-rails52
SUBDIR += rubygem-sassc-rails-rails60
+ SUBDIR += rubygem-sassc22
SUBDIR += rubygem-sax-machine
SUBDIR += rubygem-scss_lint
SUBDIR += rubygem-shell2html
Modified: head/textproc/rubygem-sassc22/Makefile
==============================================================================
--- head/textproc/rubygem-sassc/Makefile Tue Apr 21 19:47:12 2020 (r532390)
+++ head/textproc/rubygem-sassc22/Makefile Sun May 17 18:07:12 2020 (r535562)
@@ -3,9 +3,9 @@
PORTNAME= sassc
PORTVERSION= 2.2.1
-PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 22
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Use libsass with Ruby
@@ -17,5 +17,8 @@ RUN_DEPENDS= rubygem-ffi>=1.9<2:devel/rubygem-ffi
USES= gem gmake
USE_RUBY= yes
+
+# Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/216740
+PORTSCOUT= limit:^2\.2\.
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list