Update DISTNAME in ruby Makefile.inc for newer ruby dist file naming
This commit is contained in:
parent
4115233ce2
commit
88ca83476b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2017/09/16 22:43:38 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2017/11/01 10:52:06 jeremy Exp $
|
||||
|
||||
COMMENT-main = object oriented script language with threads
|
||||
COMMENT-gdbm = gdbm interface for ruby
|
||||
@ -7,7 +7,6 @@ COMMENT-ri_docs = ri documentation files for ruby
|
||||
|
||||
VERSION = 2.3.5
|
||||
RUBYLIBREV = 2.3
|
||||
DISTNAME = ruby-${VERSION}
|
||||
|
||||
SHARED_LIBS = ruby23 2.0
|
||||
PKGNAME-main = ruby-${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/09/16 22:42:37 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/11/01 10:52:06 jeremy Exp $
|
||||
|
||||
COMMENT-main = object oriented script language with threads
|
||||
COMMENT-gdbm = gdbm interface for ruby
|
||||
@ -6,7 +6,6 @@ COMMENT-ri_docs = ri documentation files for ruby
|
||||
|
||||
VERSION = 2.4.2
|
||||
RUBYLIBREV = 2.4
|
||||
DISTNAME = ruby-${VERSION}
|
||||
|
||||
SHARED_LIBS = ruby24 2.0
|
||||
PKGNAME-main = ruby-${VERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.16 2016/08/19 19:09:34 jeremy Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.17 2017/11/01 10:52:06 jeremy Exp $
|
||||
|
||||
DISTNAME ?= ruby-${VERSION}-p${PATCHLEVEL}
|
||||
DISTNAME ?= ruby-${VERSION}
|
||||
|
||||
CATEGORIES ?= lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user