head	1.12;
access;
symbols
	pkgsrc-2026Q1:1.11.0.2
	pkgsrc-2026Q1-base:1.11
	pkgsrc-2025Q4:1.6.0.2
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.4.0.2
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.2.0.2
	pkgsrc-2025Q2-base:1.2;
locks; strict;
comment	@# @;


1.12
date	2026.04.12.15.36.26;	author taca;	state Exp;
branches;
next	1.11;
commitid	tKJVZLJbo4VatGBG;

1.11
date	2026.03.12.15.53.57;	author taca;	state Exp;
branches;
next	1.10;
commitid	sVRBrKbO7k0YyHxG;

1.10
date	2026.01.30.23.19.00;	author wiz;	state Exp;
branches;
next	1.9;
commitid	TAaqTXQYZO0gltsG;

1.9
date	2026.01.25.13.43.44;	author taca;	state Exp;
branches;
next	1.8;
commitid	hNIU3uDsaJ9XjMrG;

1.8
date	2026.01.13.14.46.55;	author taca;	state Exp;
branches;
next	1.7;
commitid	x8dwmoqt7ory3fqG;

1.7
date	2026.01.07.08.49.25;	author wiz;	state Exp;
branches;
next	1.6;
commitid	1wQ3ICD8eebefrpG;

1.6
date	2025.11.03.07.00.26;	author taca;	state Exp;
branches;
next	1.5;
commitid	tFVAfxrjswB1L4hG;

1.5
date	2025.09.23.03.34.32;	author taca;	state Exp;
branches;
next	1.4;
commitid	49V8LKnQUkM5WMbG;

1.4
date	2025.09.15.17.02.07;	author taca;	state Exp;
branches;
next	1.3;
commitid	WzCWe78G2PG5FPaG;

1.3
date	2025.08.11.15.59.21;	author taca;	state Exp;
branches;
next	1.2;
commitid	PwM9xpQUIDajrk6G;

1.2
date	2025.06.14.14.38.54;	author taca;	state Exp;
branches;
next	1.1;
commitid	NEhsgJzyWojiRRYF;

1.1
date	2025.05.19.14.54.13;	author taca;	state Exp;
branches;
next	;
commitid	gF8TRSklEdQlMwVF;


desc
@@


1.12
log
@www/ruby-sass-embedded: update to 1.99.0

1.99.0 (2026-04-03)

* Bump sass from 1.98.0 to 1.99.0 in /ext/sass (#376)
  Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0.

  - Release notes: https://github.com/sass/dart-sass/releases
  - Changelog: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
  - Commits) https://sass/dart-sass@@1.98.0...1.99.0)
@
text
@# $NetBSD: Makefile,v 1.11 2026/03/12 15:53:57 taca Exp $

DISTNAME=	sass-embedded-1.99.0
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/sass-contrib/sass-embedded-host-ruby
COMMENT=	Use dart-sass with Ruby!
LICENSE=	mit

CONFLICTS+=	${RUBY_PKGPREFIX}-sass-[0-9]*

DEPENDS+=	${RUBY_PKGPREFIX}-google-protobuf>=4.31<5:../../devel/ruby-google-protobuf

#
# It is difficult to replace these files.
#
CHECK_INTERPRETER_SKIP+=	${GEM_EXTSDIR}/sass/node_modules/.bin/detect-libc
CHECK_INTERPRETER_SKIP+=	${GEM_EXTSDIR}/sass/node_modules/.bin/sass
CHECK_INTERPRETER_SKIP+=	${GEM_EXTSDIR}/sass/node_modules/detect-libc/bin/detect-libc.js
CHECK_INTERPRETER_SKIP+=	${GEM_EXTSDIR}/sass/node_modules/node-addon-api/tools/conversion.js
CHECK_INTERPRETER_SKIP+=	${GEM_EXTSDIR}/sass/node_modules/sass/sass.js

RUBYGEM_OPTIONS+=	--format-executable

GEM_CLEANBUILD=	gem_make.out

# fetch npm files during package build at install stage.
ALLOW_NETWORK_ACCESS=	YES

.include "../../lang/ruby/gem.mk"
.include "../../lang/nodejs/nodeversion.mk"
.include "../../mk/bsd.pkg.mk"
@


1.11
log
@www/ruby-sass-embedded: update to 1.98.0

1.98.0 (2026-03-11)

* Bumps [sass](https://github.com/sass/dart-sass) from 1.97.3 to 1.98.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2026/01/30 23:19:00 wiz Exp $
d3 1
a3 1
DISTNAME=	sass-embedded-1.98.0
@


1.10
log
@ruby-sass-embedded: update

this downloads files during the build, and they have changed
update the PLIST
Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2026/01/25 13:43:44 taca Exp $
d3 1
a3 2
DISTNAME=	sass-embedded-1.97.3
PKGREVISION=	1
@


1.9
log
@www/ruby-sass-embedded: update to 1.97.3

1.97.3 (2026-01-22)

* Update rubocop-rspec requirement from ~> 3.8.0 to ~> 3.9.0 (#365)
* Remove freebsd linuxulator compatibility
* Bump sass from 1.97.2 to 1.97.3 in /ext/sass (#367)
	- Fix a bug where nesting an at-rule within multiple style rules in
          plain CSS could cause outer style rules to be omitted.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2026/01/13 14:46:55 taca Exp $
d4 1
d19 5
a23 6
CHECK_INTERPRETER_SKIP+= \
	${GEM_EXTSDIR}/sass/node_modules/.bin/detect-libc \
	${GEM_EXTSDIR}/sass/node_modules/.bin/sass \
	${GEM_EXTSDIR}/sass/node_modules/detect-libc/bin/detect-libc.js \
	${GEM_EXTSDIR}/sass/node_modules/node-addon-api/tools/conversion.js \
	${GEM_EXTSDIR}/sass/node_modules/sass/sass.js \
@


1.8
log
@www/ruby-sass-embedded: update to 1.97.2

1.97.2 (2026-01-06)

Changes frrom 1.93.2 are too many to write here, please refer commit log in
detail:
<https://github.com/sass-contrib/sass-embedded-host-ruby/commits/main/>.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2026/01/07 08:49:25 wiz Exp $
d3 1
a3 1
DISTNAME=	sass-embedded-1.97.2
@


1.7
log
@*: recursive bump for icu 78.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2025/11/03 07:00:26 taca Exp $
d3 1
a3 2
DISTNAME=	sass-embedded-1.93.2
PKGREVISION=	1
d15 10
@


1.6
log
@www/ruby-sass-embedded: update to 1.93.2

1.93.2 (2025-09-23)

* Bump sass from 1.93.1 to 1.93.2 in /ext/sass (#334)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2025/09/23 03:34:32 taca Exp $
d4 1
@


1.5
log
@www/ruby-sass-embedded: update to 1.93.1

1.93.1 (2025-09-22)

* Bump sass from 1.93.0 to 1.93.1 in /ext/sass (#333)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2025/09/15 17:02:07 taca Exp $
d3 1
a3 1
DISTNAME=	sass-embedded-1.93.1
@


1.4
log
@www/ruby-sass-embedded: update to 1.92.1

1.91.0 (2025-08-25)

* Bump actions/checkout from 4 to 5 (#323)
* Bump actions/setup-java from 4 to 5 (#324)
* Update rubocop requirement from ~> 1.79.1 to ~> 1.80.0 (#325)
* Bump sass from 1.90.0 to 1.91.0 in /ext/sass (#326)

1.92.0 (2025-09-03)

* Bump actions/attest-build-provenance from 2 to 3 (#327)
* Update rubocop-rspec requirement from ~> 3.6.0 to ~> 3.7.0 (#328)
* Bump sass from 1.91.0 to 1.92.0 in /ext/sass (#329)

1.92.1 (2025-09-06)

* Bump sass from 1.92.0 to 1.92.1 in /ext/sass (#330)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2025/08/11 15:59:21 taca Exp $
d3 1
a3 1
DISTNAME=	sass-embedded-1.92.1
@


1.3
log
@www/ruby-sass-embedded: update to 1.90.0

1.89.1 (2025-05-31)

* Bump sass from 1.89.0 to 1.89.1 in /ext/sass (#312)

1.89.2 (2025-06-09)

* Update rubocop requirement from ~> 1.75.0 to ~> 1.76.1 (#314)
* Bump sass from 1.89.1 to 1.89.2 in /ext/sass (#315)

1.90.0 (2025-08-05)

* Update rubocop requirement from ~> 1.76.1 to ~> 1.77.0 (#316)
* Update rubocop requirement from ~> 1.77.0 to ~> 1.78.0 (#317)
* Use bsdtar on windows (#318)
* Update rubocop requirement from ~> 1.78.0 to ~> 1.79.1 (#320)
* Bump actions/download-artifact from 4 to 5 (#321)
* Bump sass from 1.89.2 to 1.90.0 in /ext/sass (#322)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/06/14 14:38:54 taca Exp $
d3 1
a3 1
DISTNAME=	sass-embedded-1.89.2
@


1.2
log
@www/ruby-sass-embedded: require npm to build

It require npm command (nodejs) to build.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/05/19 14:54:13 taca Exp $
d3 1
a3 2
DISTNAME=	sass-embedded-1.89.0
PKGREVISION=	1
@


1.1
log
@www/ruby-sass-embedded: add package version 1.89.0

ruby-sass-embedded package is successor of ruby-sass package.


Embedded Sass Host for Ruby

This is a Ruby library that implements the host side of the Embedded Sass
protocol.

It exposes a Ruby API for Sass that's backed by a native Dart Sass
executable.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
d24 1
@

