pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Feb  5 17:06:55 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-rb-inotify: Makefile

Log Message:
devel/ruby-rb-inotify: reduce pkglint warning

* Fix CATEGORIES.
* Add "USE_LANGUAGES=   # none".


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-rb-inotify/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-inotify/Makefile
diff -u pkgsrc/devel/ruby-rb-inotify/Makefile:1.2 pkgsrc/devel/ruby-rb-inotify/Makefile:1.3
--- pkgsrc/devel/ruby-rb-inotify/Makefile:1.2   Sun Mar  8 15:08:37 2020
+++ pkgsrc/devel/ruby-rb-inotify/Makefile       Fri Feb  5 17:06:55 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/03/08 15:08:37 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/05 17:06:55 taca Exp $
 
 DISTNAME=      rb-inotify-0.10.1
-CATEGORIES=    sysutils
+CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/nex3/rb-inotify
@@ -10,5 +10,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=0.5.0:../../devel/ruby-ffi
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index