Revert r438532 and remove shebang

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-17 16:05:52 +00:00
parent 8c4e4ae7b3
commit bf184f3482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438715

View File

@ -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>