svn commit: r516503 - head/net/rubygem-amq-protocol

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:21:39 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:21:38 2019
New Revision: 516503
URL: https://svnweb.freebsd.org/changeset/ports/516503

Log:
  Cosmetic change

Modified:
  head/net/rubygem-amq-protocol/Makefile

Modified: head/net/rubygem-amq-protocol/Makefile
==============================================================================
--- head/net/rubygem-amq-protocol/Makefile	Sun Nov  3 17:21:34 2019	(r516502)
+++ head/net/rubygem-amq-protocol/Makefile	Sun Nov  3 17:21:38 2019	(r516503)
@@ -12,10 +12,11 @@ COMMENT=	AMQP serialization library for Ruby
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		gem
+USE_RUBY=	yes
+
 NO_ARCH=	yes
 REINPLACE_ARGS=	-i ''
-USE_RUBY=	yes
-USES=		gem
 
 post-patch:
 	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/codegen/codegen.py


More information about the svn-ports-all mailing list