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 /net | |
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 'net')
-rw-r--r-- | net/ruby-mpi/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-nis/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-pcap/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-romp/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-spread/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/net/ruby-mpi/Makefile b/net/ruby-mpi/Makefile index bef57a49a758..4e75fef5551f 100644 --- a/net/ruby-mpi/Makefile +++ b/net/ruby-mpi/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding of MPI (Message Passing Interface) +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich.a:${PORTSDIR}/net/mpich2 RUN_DEPENDS= ${LOCALBASE}/lib/libmpich.a:${PORTSDIR}/net/mpich2 diff --git a/net/ruby-nis/Makefile b/net/ruby-nis/Makefile index 0c2a4171389f..a0e7b662ee2e 100644 --- a/net/ruby-nis/Makefile +++ b/net/ruby-nis/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to use the NIS/YP API +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/net/ruby-pcap/Makefile b/net/ruby-pcap/Makefile index c10b9cc08477..89bbce17b9a8 100644 --- a/net/ruby-pcap/Makefile +++ b/net/ruby-pcap/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to LBL Packet Capture library (libpcap) +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/net/ruby-romp/Makefile b/net/ruby-romp/Makefile index 0701be5dfc45..5ed0d2e6ab39 100644 --- a/net/ruby-romp/Makefile +++ b/net/ruby-romp/Makefile @@ -17,6 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ruby@FreeBSD.org COMMENT= The Ruby Object Message Proxy +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + IGNOREFILES= romp.html USE_RUBY= yes diff --git a/net/ruby-spread/Makefile b/net/ruby-spread/Makefile index 3f021a480861..c150d861ca3c 100644 --- a/net/ruby-spread/Makefile +++ b/net/ruby-spread/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the Spread library +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread USE_RUBY= yes |