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: taca
Date: Fri Jan 14 16:00:16 UTC 2022
Modified Files:
pkgsrc/textproc/ruby-xapian: Makefile
Log Message:
textproc/ruby-xapian: remove oboslete conditions
Remove lines for Ruby prior to version 2.5.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/textproc/ruby-xapian/Makefile:1.9
--- pkgsrc/textproc/ruby-xapian/Makefile:1.8 Wed Dec 25 14:29:24 2019
+++ pkgsrc/textproc/ruby-xapian/Makefile Fri Jan 14 16:00:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/12/25 14:29:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/14 16:00:16 taca Exp $
PKGNAME= ${RUBY_PKGPREFIX}-${PKGNAME_MODULE}
COMMENT= Ruby bindings for Xapian search engine
@@ -15,13 +15,8 @@ PLIST_SUBST+= XAPIAN_RDOC_PATH=${XAPIAN
.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} < 25
-PLIST.oldruby= yes
-XAPIAN_RDOC_PATH= Xapian/Xapian
-.else
PLIST.newruby= yes
XAPIAN_RDOC_PATH= Xapian
-.endif
post-install:
${CHMOD} +x ${DESTDIR}${PREFIX}/share/doc/xapian-bindings/${RUBY_PKGPREFIX}/examples/*.rb
Home |
Main Index |
Thread Index |
Old Index