From owner-dev-commits-ports-all@freebsd.org Wed Jul 21 18:14:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE21066985F; Wed, 21 Jul 2021 18:14:32 +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 4GVNyb35VKz4S1h; Wed, 21 Jul 2021 18:14:31 +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 D3C1222A37; Wed, 21 Jul 2021 18:14:30 +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 16LIEUto044448; Wed, 21 Jul 2021 18:14:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LIEUIM044447; Wed, 21 Jul 2021 18:14:30 GMT (envelope-from git) Date: Wed, 21 Jul 2021 18:14:30 GMT Message-Id: <202107211814.16LIEUIM044447@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: 1ce3069d7d5b - main - textproc/rubygem-scss_lint: Update to 0.59.0 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: 1ce3069d7d5b35f553096b304feff106b644e27c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 18:14:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ce3069d7d5b35f553096b304feff106b644e27c commit 1ce3069d7d5b35f553096b304feff106b644e27c Author: Po-Chuan Hsieh AuthorDate: 2021-07-21 17:20:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-21 18:12:04 +0000 textproc/rubygem-scss_lint: Update to 0.59.0 - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/sds/scss-lint/releases --- textproc/rubygem-scss_lint/Makefile | 5 ++--- textproc/rubygem-scss_lint/distinfo | 6 +++--- textproc/rubygem-scss_lint/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/rubygem-scss_lint/Makefile b/textproc/rubygem-scss_lint/Makefile index b3ab6a600deb..e4052a5a3471 100644 --- a/textproc/rubygem-scss_lint/Makefile +++ b/textproc/rubygem-scss_lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= scss_lint -PORTVERSION= 0.57.1 +PORTVERSION= 0.59.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,8 +9,7 @@ COMMENT= SCSS linter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rake>=0.9:devel/rubygem-rake \ - rubygem-sass>=3.5.5:textproc/rubygem-sass +RUN_DEPENDS= rubygem-sass>=3.5.5<4:textproc/rubygem-sass USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-scss_lint/distinfo b/textproc/rubygem-scss_lint/distinfo index 556092c41537..c4d08f8e3568 100644 --- a/textproc/rubygem-scss_lint/distinfo +++ b/textproc/rubygem-scss_lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539103401 -SHA256 (rubygem/scss_lint-0.57.1.gem) = f6d204ba64c2b86d5c104dee3d8fe1b00d94582ae0719b526ff82d4c83736437 -SIZE (rubygem/scss_lint-0.57.1.gem) = 112640 +TIMESTAMP = 1626714712 +SHA256 (rubygem/scss_lint-0.59.0.gem) = 67fbe3dc39cf6295147ea5093b3a1b6c0fe26dbcfcbd4823c3d5de64c9fccde8 +SIZE (rubygem/scss_lint-0.59.0.gem) = 112128 diff --git a/textproc/rubygem-scss_lint/pkg-descr b/textproc/rubygem-scss_lint/pkg-descr index c895fa495ab2..d693d1dcbed7 100644 --- a/textproc/rubygem-scss_lint/pkg-descr +++ b/textproc/rubygem-scss_lint/pkg-descr @@ -1,4 +1,4 @@ scss-lint is a tool to help keep your SCSS files clean and readable. You can run it manually from the command line, or integrate it into your SCM hooks. -WWW: https://github.com/brigade/scss-lint +WWW: https://github.com/sds/scss-lint