Skip to content

Commit

Permalink
Remove extra RUBY_VERSIONS_ACCEPTED.
Browse files Browse the repository at this point in the history
  • Loading branch information
taca committed Dec 28, 2020
1 parent 6154c41 commit fdcfd31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions databases/ruby-gdbm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.42 2020/05/21 15:51:51 taca Exp $
# $NetBSD: Makefile,v 1.43 2020/12/28 08:20:47 taca Exp $
#

DISTNAME= ${RUBY_DISTNAME}
Expand All @@ -11,8 +11,6 @@ MAINTAINER= [email protected]
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to GDBM library

RUBY_VERSIONS_ACCEPTED= 25 26 27

USE_RUBY_EXTCONF= yes
DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm ${RUBY_DISTNAME}/include
Expand Down
4 changes: 1 addition & 3 deletions devel/ruby-fiddle/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2020/05/21 15:51:51 taca Exp $
# $NetBSD: Makefile,v 1.22 2020/12/28 08:20:47 taca Exp $
#

DISTNAME= ${RUBY_DISTNAME}
Expand All @@ -11,8 +11,6 @@ MAINTAINER= [email protected]
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby fiddle library to wrap libffi

RUBY_VERSIONS_ACCEPTED= 25 26 27

USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \
${RUBY_DISTNAME}/internal.h
Expand Down
4 changes: 1 addition & 3 deletions devel/ruby-readline/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.53 2020/05/21 15:51:52 taca Exp $
# $NetBSD: Makefile,v 1.54 2020/12/28 08:20:48 taca Exp $
#

DISTNAME= ${RUBY_DISTNAME}
Expand All @@ -11,8 +11,6 @@ MAINTAINER= [email protected]
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to readline library

RUBY_VERSIONS_ACCEPTED= 25 26 27

USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline \
${RUBY_DISTNAME}/include ${RUBY_DISTNAME}/internal.h
Expand Down
4 changes: 1 addition & 3 deletions www/ruby-sass-rails/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2020/03/20 17:34:50 taca Exp $
# $NetBSD: Makefile,v 1.5 2020/12/28 08:20:48 taca Exp $

DISTNAME= sass-rails-6.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
Expand All @@ -13,7 +13,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sassc-rails>=2.1.1:../../www/ruby-sassc-rails

USE_LANGUAGES= # none

RUBY_VERSIONS_ACCEPTED= 25 26 27

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit fdcfd31

Please sign in to comment.