Received: by mail.netbsd.org (Postfix, from userid 605) id DD6B684E26; Sun, 24 Feb 2019 15:51:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 670E684D53 for ; Sun, 24 Feb 2019 15:51:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TA9FtkEb0eZZ for ; Sun, 24 Feb 2019 15:51:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F3DB684D04 for ; Sun, 24 Feb 2019 15:51:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0859FB16; Sun, 24 Feb 2019 15:51:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551023512264940" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 15:51:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190224155152.F0859FB16@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. --_----------=_1551023512264940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 24 15:51:52 UTC 2019 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable ruby-sass-listen To generate a diff of this commit: cvs rdiff -u -r1.1363 -r1.1364 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551023512264940 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1363 pkgsrc/www/Makefile:1.1364 --- pkgsrc/www/Makefile:1.1363 Fri Feb 22 21:24:19 2019 +++ pkgsrc/www/Makefile Sun Feb 24 15:51:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1363 2019/02/22 21:24:19 leot Exp $ +# $NetBSD: Makefile,v 1.1364 2019/02/24 15:51:52 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -896,6 +896,7 @@ SUBDIR+= ruby-rest-client SUBDIR+= ruby-robots SUBDIR+= ruby-rouge SUBDIR+= ruby-sass +SUBDIR+= ruby-sass-listen SUBDIR+= ruby-sass-rails32 SUBDIR+= ruby-sawyer SUBDIR+= ruby-selenium-webdriver --_----------=_1551023512264940--