diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-02 19:19:05 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-01-02 19:19:05 +0000 |
commit | 225ee28882b7e80cbab00ad40a0d34a024f98be3 (patch) | |
tree | a5298dea2c71bbf4dd587351a0d575e589ca272f /lang | |
parent | ec116ccb2cd6a355c0753e7cb7807b1cac1a5c39 (diff) | |
download | ports-225ee28882b7e80cbab00ad40a0d34a024f98be3.tar.gz ports-225ee28882b7e80cbab00ad40a0d34a024f98be3.zip |
- Deprecate old and unmaintained ruby ports. It seems, that nobody uses it.
Notes
Notes:
svn path=/head/; revision=181290
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby16_static/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 89c6466135d1..1a915c7617b4 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A set of Ruby modules to provide Ruby 1.8 functionalities +DEPRECATED= depends on deprecated port +EXPIRATION_DATE=2007-02-02 + USE_BZIP2= yes USE_OPENSSL= yes diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 70dbf016b418..f385ea0bd702 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -23,6 +23,9 @@ PATCHFILES= ${RUBY_PATCHFILES} MAINTAINER= ports@FreeBSD.org COMMENT= An object-oriented interpreted scripting language +DEPRECATED= vulnerable, unmaintained and nothing uses it +EXPIRATION_DATE=2007-02-02 + .if defined(WITH_ONIGURUMA) PKGNAMESUFFIX= +oniguruma BUILD_DEPENDS+= ${NONEXISTENT}:${ONIGURUMA_PORTDIR}:patch diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 7d4c0fa35149..6a4226eb90ff 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -15,6 +15,9 @@ DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby binary with some modules compiled in (in case of emergency) +DEPRECATED= vulnerable, unmaintained and nothing uses it +EXPIRATION_DATE=2007-02-02 + EXTRACT_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../../${RUBY_PORT}:patch USE_RUBY= yes |