diff options
author | swills <swills@FreeBSD.org> | 2014-01-26 04:47:28 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-26 04:47:28 +0800 |
commit | 5935325c093d0d4f5989fd49f9d28d183997aa64 (patch) | |
tree | 2c90ea0d7375b718c8001633a6c9e2cdd0a3b82d | |
parent | 30a34286af338c4d36050c6e601a9c4a662f7402 (diff) | |
download | freebsd-ports-gnome-5935325c093d0d4f5989fd49f9d28d183997aa64.tar.gz freebsd-ports-gnome-5935325c093d0d4f5989fd49f9d28d183997aa64.tar.zst freebsd-ports-gnome-5935325c093d0d4f5989fd49f9d28d183997aa64.zip |
- Documents old version of Ruby, mark for deletion
PR: ports/185540
Submitted by: clutton <clutton@zoho.com>
-rw-r--r-- | lang/ruby-man/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby-programmingruby/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby-usersguide/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/lang/ruby-man/Makefile b/lang/ruby-man/Makefile index 820d267a20e3..401754fe176c 100644 --- a/lang/ruby-man/Makefile +++ b/lang/ruby-man/Makefile @@ -23,6 +23,10 @@ NO_BUILD= yes PLIST_SUB= LANGSUFFIX="${LANGSUFFIX}" NO_STAGE= yes + +DEPRECATED= Documents EOLd version of Ruby and unmaintained +EXPIRATION_DATE= 2014-02-25 + do-install: ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${RUBY_MODDOCDIR} diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index c1b250492251..ced10712dcbb 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -24,6 +24,10 @@ NO_WRKSUBDIR= yes DOCSDIR= ${RUBY_MODDOCDIR} NO_STAGE= yes + +DEPRECATED= Documents EOLd version of Ruby and unmaintained +EXPIRATION_DATE= 2014-02-25 + do-install: ${MKDIR} ${RUBY_MODDOCDIR} @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index fd63dcddbbfd..0506e8a66aff 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -23,6 +23,10 @@ NO_BUILD= yes DOCSDIR= ${RUBY_MODDOCDIR} NO_STAGE= yes + +DEPRECATED= Documents EOLd version of Ruby and unmaintained +EXPIRATION_DATE= 2014-02-25 + do-install: ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_MODDOCDIR} |