Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 16:05:52 +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: r438715 - head/net/rubygem-amq-protocol
Message-ID:  <201704171605.v3HG5qGN083914@repo.freebsd.org>

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



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