aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-04 09:30:57 +0800
committerswills <swills@FreeBSD.org>2011-07-04 09:30:57 +0800
commit2a5a907a0538a9a35289cb7120250c1bc2cff4f8 (patch)
tree6606421431dceb51f64eace3dc4d094091ef2e78 /graphics
parent7941cbc2c51ecb74c82f90a75ee1f1966556ec4f (diff)
downloadfreebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.tar.gz
freebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.tar.zst
freebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.zip
- Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by: ruby@ (pgollucci)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-graph/Makefile3
-rw-r--r--graphics/ruby-libpng/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile
index c06972ffa270..faee099be800 100644
--- a/graphics/ruby-graph/Makefile
+++ b/graphics/ruby-graph/Makefile
@@ -17,6 +17,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Graph-related Ruby classes
+DEPRECATED= Doesn't work with Ruby 1.9
+EXPIRATION_DATE= 2011-08-03
+
RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
USE_RUBY= yes
diff --git a/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile
index 67dbf7845bdc..db8682f5a353 100644
--- a/graphics/ruby-libpng/Makefile
+++ b/graphics/ruby-libpng/Makefile
@@ -18,6 +18,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= A libpng wrapper class for Ruby
+DEPRECATED= Doesn't work with Ruby 1.9
+EXPIRATION_DATE= 2011-08-03
+
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
USE_RUBY= yes