aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
committerantoine <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
commitfdb8037e39e56b86e48a9799e8db4f0dc4461fb4 (patch)
tree2d22985fe9aa488c643e589ab106a9cdc8bc9007
parent8a52fec40cc5341011290a5a3409fefcbcdffdf4 (diff)
downloadfreebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.tar.gz
freebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.tar.zst
freebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.zip
Deprecate ports that do not work with Ruby 2.x
-rw-r--r--archivers/ruby-lha/Makefile2
-rw-r--r--converters/ruby-iconv/Makefile2
-rw-r--r--devel/rubygem-rcov/Makefile2
-rw-r--r--security/arirang/Makefile2
-rw-r--r--sysutils/puppet27/Makefile2
5 files changed, 10 insertions, 0 deletions
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 <bsd.port.post.mk>
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 <bsd.port.post.mk>
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 <bsd.port.post.mk>
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 <bsd.port.post.mk>