diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 595d82c2ee3d..e741221511ad 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -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 diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index e72a5683fdd4..6111e0187cd2 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -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 diff --git a/devel/rubygem-rcov/Makefile b/devel/rubygem-rcov/Makefile index 2074b8192309..a2bbbc3c6611 100644 --- a/devel/rubygem-rcov/Makefile +++ b/devel/rubygem-rcov/Makefile @@ -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 diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 9c8cef3dda23..aae8c6485073 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -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 diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile index f225fe20d383..f6c18bcfa08f 100644 --- a/sysutils/puppet27/Makefile +++ b/sysutils/puppet27/Makefile @@ -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