From owner-svn-ports-all@freebsd.org  Tue Aug 13 20:51:23 2019
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id D751ABC7B7;
 Tue, 13 Aug 2019 20:51:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 467PyM408Kz4NxG;
 Tue, 13 Aug 2019 20:51:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 433D71D537;
 Tue, 13 Aug 2019 20:51:23 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7DKpNbN005347;
 Tue, 13 Aug 2019 20:51:23 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7DKpNrZ005346;
 Tue, 13 Aug 2019 20:51:23 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201908132051.x7DKpNrZ005346@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Tue, 13 Aug 2019 20:51:23 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r508866 - head/textproc/rubygem-html-pipeline1
X-SVN-Group: ports-head
X-SVN-Commit-Author: sunpoet
X-SVN-Commit-Paths: head/textproc/rubygem-html-pipeline1
X-SVN-Commit-Revision: 508866
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Aug 2019 20:51:23 -0000

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>