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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 17 16:05:53 UTC 2017


Author: sunpoet
Date: Mon Apr 17 16:05:52 2017
New Revision: 438715
URL: https://svnweb.freebsd.org/changeset/ports/438715

Log:
  Revert r438532 and remove shebang
  
  - Bump PORTREVISION for package change

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

Modified: head/net/rubygem-amq-protocol/Makefile
==============================================================================
--- head/net/rubygem-amq-protocol/Makefile	Mon Apr 17 16:05:47 2017	(r438714)
+++ head/net/rubygem-amq-protocol/Makefile	Mon Apr 17 16:05:52 2017	(r438715)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amq-protocol
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -14,8 +14,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
+REINPLACE_ARGS=	-i ''
 USE_RUBY=	yes
-USES=		gem python:build shebangfix
-SHEBANG_FILES=	codegen/codegen.py
+USES=		gem
+
+post-patch:
+	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/codegen/codegen.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list