svn commit: r508866 - head/textproc/rubygem-html-pipeline1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 13 20:51:23 UTC 2019


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>


More information about the svn-ports-all mailing list