diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
commit | f3342f93f39f606b04fbb1f8fafeccc9be407440 (patch) | |
tree | 99cefa20603944e222c0bd586127a8237381a90f /net | |
parent | aab2ff6debcc9ade62e8978004332dc083c3c045 (diff) |
Notes
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 |