Received: by mail.netbsd.org (Postfix, from userid 605) id AB73884FA2; Sun, 24 Feb 2019 16:26:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 318D784E18 for ; Sun, 24 Feb 2019 16:26:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D_HIGkP4DvnB for ; Sun, 24 Feb 2019 16:26:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8708884CE9 for ; Sun, 24 Feb 2019 16:26:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 844E1FB16; Sun, 24 Feb 2019 16:26:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551025581116730" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 16:26:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-compass-import-once To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190224162621.844E1FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551025581116730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 24 16:26:21 UTC 2019 Modified Files: pkgsrc/www/ruby-compass-import-once: Makefile Log Message: www/ruby-compass-import-once: update dependency to ruby-sass34 * Update dependency from www/ruby-sass to www/ruby-sass34. * Add "USE_LANGUAGES= # none". Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-compass-import-once/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551025581116730 Content-Disposition: inline Content-Length: 927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-compass-import-once/Makefile diff -u pkgsrc/www/ruby-compass-import-once/Makefile:1.1 pkgsrc/www/ruby-compass-import-once/Makefile:1.2 --- pkgsrc/www/ruby-compass-import-once/Makefile:1.1 Fri Mar 13 16:34:26 2015 +++ pkgsrc/www/ruby-compass-import-once/Makefile Sun Feb 24 16:26:21 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/03/13 16:34:26 taca Exp $ +# $NetBSD: Makefile,v 1.2 2019/02/24 16:26:21 taca Exp $ DISTNAME= compass-import-once-1.0.5 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,9 @@ HOMEPAGE= https://github.com/chriseppste COMMENT= Speed up your Sass compilation by making @import file once LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-sass<3.5:../../www/ruby-sass +DEPENDS+= ${RUBY_PKGPREFIX}-sass34<3.5:../../www/ruby-sass34 + +USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1551025581116730--