Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:21:39 +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: r516503 - head/net/rubygem-amq-protocol
Message-ID:  <201911031721.xA3HLdP4027005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031721.xA3HLdP4027005>