Date: Sun, 1 Mar 2015 13:09:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380180 - in head: archivers/ruby-lha converters/ruby-iconv devel/rubygem-rcov security/arirang sysutils/puppet27 Message-ID: <201503011309.t21D9v1P046091@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 1 13:09:56 2015 New Revision: 380180 URL: https://svnweb.freebsd.org/changeset/ports/380180 QAT: https://qat.redports.org/buildarchive/r380180/ Log: Deprecate ports that do not work with Ruby 2.x Modified: head/archivers/ruby-lha/Makefile head/converters/ruby-iconv/Makefile head/devel/rubygem-rcov/Makefile head/security/arirang/Makefile head/sysutils/puppet27/Makefile Modified: head/archivers/ruby-lha/Makefile ============================================================================== --- head/archivers/ruby-lha/Makefile Sun Mar 1 13:04:01 2015 (r380179) +++ head/archivers/ruby-lha/Makefile Sun Mar 1 13:09:56 2015 (r380180) @@ -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> Modified: head/converters/ruby-iconv/Makefile ============================================================================== --- head/converters/ruby-iconv/Makefile Sun Mar 1 13:04:01 2015 (r380179) +++ head/converters/ruby-iconv/Makefile Sun Mar 1 13:09:56 2015 (r380180) @@ -34,6 +34,8 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFI .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 Modified: head/devel/rubygem-rcov/Makefile ============================================================================== --- head/devel/rubygem-rcov/Makefile Sun Mar 1 13:04:01 2015 (r380179) +++ head/devel/rubygem-rcov/Makefile Sun Mar 1 13:09:56 2015 (r380180) @@ -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> Modified: head/security/arirang/Makefile ============================================================================== --- head/security/arirang/Makefile Sun Mar 1 13:04:01 2015 (r380179) +++ head/security/arirang/Makefile Sun Mar 1 13:09:56 2015 (r380180) @@ -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> Modified: head/sysutils/puppet27/Makefile ============================================================================== --- head/sysutils/puppet27/Makefile Sun Mar 1 13:04:01 2015 (r380179) +++ head/sysutils/puppet27/Makefile Sun Mar 1 13:09:56 2015 (r380180) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503011309.t21D9v1P046091>