pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rb-fsevent



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.

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
 



Home | Main Index | Thread Index | Old Index