svn commit: r486416 - in head/security/rubygem-ezcrypto: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 2 15:24:16 UTC 2018


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>


More information about the svn-ports-all mailing list