svn commit: r341096 - in head/lang: ruby-man ruby-programmingruby ruby-usersguide

Steve Wills swills at FreeBSD.org
Sat Jan 25 20:47:30 UTC 2014


Author: swills
Date: Sat Jan 25 20:47:28 2014
New Revision: 341096
URL: http://svnweb.freebsd.org/changeset/ports/341096
QAT: https://qat.redports.org/buildarchive/r341096/

Log:
  - Documents old version of Ruby, mark for deletion
  
  PR:		ports/185540
  Submitted by:	clutton <clutton at zoho.com>

Modified:
  head/lang/ruby-man/Makefile
  head/lang/ruby-programmingruby/Makefile
  head/lang/ruby-usersguide/Makefile

Modified: head/lang/ruby-man/Makefile
==============================================================================
--- head/lang/ruby-man/Makefile	Sat Jan 25 20:43:37 2014	(r341095)
+++ head/lang/ruby-man/Makefile	Sat Jan 25 20:47:28 2014	(r341096)
@@ -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}

Modified: head/lang/ruby-programmingruby/Makefile
==============================================================================
--- head/lang/ruby-programmingruby/Makefile	Sat Jan 25 20:43:37 2014	(r341095)
+++ head/lang/ruby-programmingruby/Makefile	Sat Jan 25 20:47:28 2014	(r341096)
@@ -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}

Modified: head/lang/ruby-usersguide/Makefile
==============================================================================
--- head/lang/ruby-usersguide/Makefile	Sat Jan 25 20:43:37 2014	(r341095)
+++ head/lang/ruby-usersguide/Makefile	Sat Jan 25 20:47:28 2014	(r341096)
@@ -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}


More information about the svn-ports-all mailing list