pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q4] pkgsrc/devel/ruby-rb-fsevent



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Jan 13 19:36:50 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-rb-fsevent [pkgsrc-2016Q4]: Makefile

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.8.1 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.

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.1.8.1
--- pkgsrc/devel/ruby-rb-fsevent/Makefile:1.1   Thu Mar  3 14:37:46 2016
+++ pkgsrc/devel/ruby-rb-fsevent/Makefile       Fri Jan 13 19:36:50 2017
@@ -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 @@ 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
 



Home | Main Index | Thread Index | Old Index