Deprecate ports that do not work with Ruby 2.x
This commit is contained in:
parent
2d6279e33b
commit
8bc22a1cd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380180
5 changed files with 10 additions and 0 deletions
|
@ -34,5 +34,7 @@ post-install:
|
||||||
.if ${RUBY_VER} >= 2.0
|
.if ${RUBY_VER} >= 2.0
|
||||||
BROKEN= Does not build with Ruby 2.0 or Ruby 2.1
|
BROKEN= Does not build with Ruby 2.0 or Ruby 2.1
|
||||||
.endif
|
.endif
|
||||||
|
DEPRECATED= Does not work with Ruby 2.x
|
||||||
|
EXPIRATION_DATE= 2015-03-28
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -34,6 +34,8 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so
|
||||||
.if ${RUBY_VER} >= 2.0
|
.if ${RUBY_VER} >= 2.0
|
||||||
IGNORE= Not needed with Ruby 2.0 or newer
|
IGNORE= Not needed with Ruby 2.0 or newer
|
||||||
.endif
|
.endif
|
||||||
|
DEPRECATED= Not needed with Ruby 2.x
|
||||||
|
EXPIRATION_DATE= 2015-03-28
|
||||||
|
|
||||||
RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR
|
RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR
|
||||||
|
|
||||||
|
|
|
@ -22,5 +22,7 @@ PLIST_FILES= bin/rcov
|
||||||
.if ${RUBY_VER} >= 2.0
|
.if ${RUBY_VER} >= 2.0
|
||||||
BROKEN= Does not work with Ruby 2.x
|
BROKEN= Does not work with Ruby 2.x
|
||||||
.endif
|
.endif
|
||||||
|
DEPRECATED= Does not work with Ruby 2.x
|
||||||
|
EXPIRATION_DATE= 2015-03-28
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -33,5 +33,7 @@ do-install:
|
||||||
.if ${RUBY_VER} >= 2.0
|
.if ${RUBY_VER} >= 2.0
|
||||||
BROKEN= Does not build with Ruby 2.0 or newer
|
BROKEN= Does not build with Ruby 2.0 or newer
|
||||||
.endif
|
.endif
|
||||||
|
DEPRECATED= Does not work with Ruby 2.x
|
||||||
|
EXPIRATION_DATE= 2015-03-28
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -106,5 +106,7 @@ post-install:
|
||||||
.if ${RUBY_VER} >= 2.0
|
.if ${RUBY_VER} >= 2.0
|
||||||
BROKEN= Does not work with Ruby 2.0 or Ruby 2.1
|
BROKEN= Does not work with Ruby 2.0 or Ruby 2.1
|
||||||
.endif
|
.endif
|
||||||
|
DEPRECATED= Does not work with Ruby 2.x
|
||||||
|
EXPIRATION_DATE= 2015-03-28
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue