Date: Sun, 2 Dec 2018 15:24:15 +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: r486416 - in head/security/rubygem-ezcrypto: . files Message-ID: <201812021524.wB2FOFjL071554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 2 15:24:15 2018 New Revision: 486416 URL: https://svnweb.freebsd.org/changeset/ports/486416 Log: Use REINPLACE_CMD instead of patch file It helps to simplify devel/ruby-gems update. With hat: ruby Deleted: head/security/rubygem-ezcrypto/files/ Modified: head/security/rubygem-ezcrypto/Makefile Modified: head/security/rubygem-ezcrypto/Makefile ============================================================================== --- head/security/rubygem-ezcrypto/Makefile Sun Dec 2 13:05:43 2018 (r486415) +++ head/security/rubygem-ezcrypto/Makefile Sun Dec 2 15:24:15 2018 (r486416) @@ -13,8 +13,12 @@ COMMENT= Wrapper for the poorly documented OpenSSL rub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's|"test/store".freeze, ||' ${WRKSRC}/${GEMSPEC} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021524.wB2FOFjL071554>