Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 20:51:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508866 - head/textproc/rubygem-html-pipeline1
Message-ID:  <201908132051.x7DKpNrZ005346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 13 20:51:22 2019
New Revision: 508866
URL: https://svnweb.freebsd.org/changeset/ports/508866

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-08-31

Modified:
  head/textproc/rubygem-html-pipeline1/Makefile

Modified: head/textproc/rubygem-html-pipeline1/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline1/Makefile	Tue Aug 13 20:51:17 2019	(r508865)
+++ head/textproc/rubygem-html-pipeline1/Makefile	Tue Aug 13 20:51:22 2019	(r508866)
@@ -12,11 +12,15 @@ COMMENT=	GitHub HTML processing filters and utilities
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use textproc/rubygem-html-pipeline instead
+EXPIRATION_DATE=2019-08-31
+
 RUN_DEPENDS=	rubygem-activesupport4>=2:devel/rubygem-activesupport4 \
 		rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908132051.x7DKpNrZ005346>