Sun Apr 11 12:43:17 2021 UTC ()
lang/ruby: reset PKGREVISION

Reset PKGREVISION with updates of all ruby{26,27,30}.


(taca)
diff -r1.68 -r1.69 pkgsrc/lang/ruby/Makefile

cvs diff -r1.68 -r1.69 pkgsrc/lang/ruby/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/ruby/Makefile 2021/04/01 14:12:18 1.68
+++ pkgsrc/lang/ruby/Makefile 2021/04/11 12:43:17 1.69
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.68 2021/04/01 14:12:18 taca Exp $ 1# $NetBSD: Makefile,v 1.69 2021/04/11 12:43:17 taca Exp $
2 2
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= ruby-${RUBY_VERSION} 4PKGNAME= ruby-${RUBY_VERSION}
5PKGREVISION= 1 
6CATEGORIES= lang ruby 5CATEGORIES= lang ruby
7MASTER_SITES= # empty 6MASTER_SITES= # empty
8DISTFILES= # empty 7DISTFILES= # empty
9 8
10MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
11HOMEPAGE= https://www.ruby-lang.org/en/ 10HOMEPAGE= https://www.ruby-lang.org/en/
12COMMENT= Wrapper package for Ruby programming language 11COMMENT= Wrapper package for Ruby programming language
13 12
14CONFLICTS= pkg_alternatives-[0-9]* 13CONFLICTS= pkg_alternatives-[0-9]*
15 14
16NO_CONFIGURE= yes 15NO_CONFIGURE= yes
17NO_BUILD= yes 16NO_BUILD= yes
18 17