pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-xapian



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Aug 30 01:34:01 UTC 2019

Modified Files:
        pkgsrc/textproc/ruby-xapian: Makefile

Log Message:
No need to support ruby22, from taca@.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-xapian/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-xapian/Makefile
diff -u pkgsrc/textproc/ruby-xapian/Makefile:1.5 pkgsrc/textproc/ruby-xapian/Makefile:1.6
--- pkgsrc/textproc/ruby-xapian/Makefile:1.5    Thu Aug 29 16:20:40 2019
+++ pkgsrc/textproc/ruby-xapian/Makefile        Fri Aug 30 01:34:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/29 16:20:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/30 01:34:01 schmonz Exp $
 
 PKGNAME=               ${RUBY_PKGPREFIX}-${PKGNAME_MODULE}
 PKGREVISION=           1
@@ -11,14 +11,12 @@ MAKE_ENV+=          RUBY_PKGPREFIX=${RUBY_PKGPRE
 
 REPLACE_RUBY=          ruby/docs/examples/*.rb
 
-RUBY_VERSIONS_ACCEPTED=        22 24 25 26
-
 PLIST_VARS+=           jquery oldruby newruby
 PLIST_SUBST+=          XAPIAN_RDOC_PATH=${XAPIAN_RDOC_PATH:Q}
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${RUBY_VER} == 22 || ${RUBY_VER} == 25
+.if ${RUBY_VER} == 25
 PLIST.jquery=          yes
 .endif
 



Home | Main Index | Thread Index | Old Index