diff options
author | swills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
commit | 2a5a907a0538a9a35289cb7120250c1bc2cff4f8 (patch) | |
tree | 6606421431dceb51f64eace3dc4d094091ef2e78 /graphics | |
parent | 7941cbc2c51ecb74c82f90a75ee1f1966556ec4f (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-libpng/Makefile | 3 |
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 |