pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2016Q4]: pkgsrc/devel/ruby-rb-fsevent Pullup ticket #5186 - re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e5cb8b2f824
branches:  pkgsrc-2016Q4
changeset: 408707:5e5cb8b2f824
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 13 19:36:50 2017 +0000

description:
Pullup ticket #5186 - requested by taca
devel/ruby-rb-fsevent: build fix (for www/ruby-jekyll)

Revisions pulled up:
- devel/ruby-rb-fsevent/Makefile                                1.2

---
   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).

diffstat:

 devel/ruby-rb-fsevent/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r d38638aaf36b -r 5e5cb8b2f824 devel/ruby-rb-fsevent/Makefile
--- a/devel/ruby-rb-fsevent/Makefile    Fri Jan 13 19:33:46 2017 +0000
+++ b/devel/ruby-rb-fsevent/Makefile    Fri Jan 13 19:36:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/03 14:37:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.1.8.1 2017/01/13 19:36:50 bsiegert Exp $
 
 DISTNAME=      rb-fsevent-0.9.7
 CATEGORIES=    devel
@@ -8,8 +8,6 @@
 COMMENT=       Ruby interface to the Mac OS X FSEvents API
 LICENSE=       mit
 
-ONLY_FOR_PLATFORM=     Darwin-*-*
-
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/${GEM_LIBDIR}/.gitignore
 



Home | Main Index | Thread Index | Old Index