svn commit: r380180 - in head: archivers/ruby-lha converters/ruby-iconv devel/rubygem-rcov security/arirang sysutils/puppet27
Antoine Brodin
antoine at FreeBSD.org
Sun Mar 1 13:09:59 UTC 2015
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>
More information about the svn-ports-all
mailing list