Deprecate ports that do not work with Ruby 2.x

This commit is contained in:
Antoine Brodin 2015-03-01 13:09:56 +00:00
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

View File

@ -34,5 +34,7 @@ post-install:
.if ${RUBY_VER} >= 2.0
BROKEN= Does not build with Ruby 2.0 or Ruby 2.1
.endif
DEPRECATED= Does not work with Ruby 2.x
EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>

View File

@ -34,6 +34,8 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so
.if ${RUBY_VER} >= 2.0
IGNORE= Not needed with Ruby 2.0 or newer
.endif
DEPRECATED= Not needed with Ruby 2.x
EXPIRATION_DATE= 2015-03-28
RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR

View File

@ -22,5 +22,7 @@ PLIST_FILES= bin/rcov
.if ${RUBY_VER} >= 2.0
BROKEN= Does not work with Ruby 2.x
.endif
DEPRECATED= Does not work with Ruby 2.x
EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>

View File

@ -33,5 +33,7 @@ do-install:
.if ${RUBY_VER} >= 2.0
BROKEN= Does not build with Ruby 2.0 or newer
.endif
DEPRECATED= Does not work with Ruby 2.x
EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>

View File

@ -106,5 +106,7 @@ post-install:
.if ${RUBY_VER} >= 2.0
BROKEN= Does not work with Ruby 2.0 or Ruby 2.1
.endif
DEPRECATED= Does not work with Ruby 2.x
EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>