diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
commit | 28b723187b6ba8da4ae446326721343a9b42fb3d (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /archivers | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) | |
download | ports-28b723187b6ba8da4ae446326721343a9b42fb3d.tar.gz ports-28b723187b6ba8da4ae446326721343a9b42fb3d.zip |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
Notes
Notes:
svn path=/head/; revision=313298
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-bz2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile index 96bc23fa066e..642bb71318b3 100644 --- a/archivers/ruby-bz2/Makefile +++ b/archivers/ruby-bz2/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension to use libbz2 +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + USE_RUBY= yes USE_RUBY_EXTCONF= yes |