Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9EDDC7A16D for ; Mon, 9 Jan 2017 14:58:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0AA1B855B8; Mon, 9 Jan 2017 14:58:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F2B98559F for ; Mon, 9 Jan 2017 14:58:12 +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 8U2Sb5IP8xAd for ; Mon, 9 Jan 2017 14:58:12 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EFF4984CBD for ; Mon, 9 Jan 2017 14:58:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EAC72FBA6; Mon, 9 Jan 2017 14:58:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483973891275100" MIME-Version: 1.0 Date: Mon, 9 Jan 2017 14:58:11 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rb-fsevent To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170109145811.EAC72FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483973891275100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 14:58:11 UTC 2017 Modified Files: pkgsrc/devel/ruby-rb-fsevent: Makefile Log Message: Do not restrict this package to Darwin. Although functionality of this package only works on Darwin, there is othere package to expect existence of this package (and it fails). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-rb-fsevent/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483973891275100 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rb-fsevent/Makefile diff -u pkgsrc/devel/ruby-rb-fsevent/Makefile:1.1 pkgsrc/devel/ruby-rb-fsevent/Makefile:1.2 --- pkgsrc/devel/ruby-rb-fsevent/Makefile:1.1 Thu Mar 3 14:37:46 2016 +++ pkgsrc/devel/ruby-rb-fsevent/Makefile Mon Jan 9 14:58:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/03/03 14:37:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/09 14:58:11 taca Exp $ DISTNAME= rb-fsevent-0.9.7 CATEGORIES= devel @@ -8,8 +8,6 @@ HOMEPAGE= https://github.com/thibaudgg/r COMMENT= Ruby interface to the Mac OS X FSEvents API LICENSE= mit -ONLY_FOR_PLATFORM= Darwin-*-* - post-install: ${RM} ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/.gitignore --_----------=_1483973891275100--