svn commit: r455406 - head/devel/arpc

Antoine Brodin antoine at FreeBSD.org
Sun Dec 3 14:04:57 UTC 2017


Author: antoine
Date: Sun Dec  3 14:04:56 2017
New Revision: 455406
URL: https://svnweb.freebsd.org/changeset/ports/455406

Log:
  Properly fix without python3 metaport, a packaged file was still refering
  to python3

Modified:
  head/devel/arpc/Makefile

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Sun Dec  3 13:59:53 2017	(r455405)
+++ head/devel/arpc/Makefile	Sun Dec  3 14:04:56 2017	(r455406)
@@ -4,6 +4,7 @@
 PORTNAME=	arpc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ed at FreeBSD.org
@@ -18,11 +19,12 @@ LIB_DEPENDS=	libargdata.so:devel/argdata
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
 
-USES=		cmake localbase:ldflags python:3.4+ tar:xz
+USES=		cmake localbase:ldflags python:3.4+ shebangfix tar:xz
+python_OLD_CMD=	"/usr/bin/env python3"
+SHEBANG_FILES=	scripts/aprotoc.py
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	NuxiNL
-BINARY_ALIAS=	python3=${PYTHON_VERSION}
 
 PLIST_FILES=	bin/aprotoc include/arpc++/arpc++.h \
 		lib/libarpc.so lib/libarpc.so.1


More information about the svn-ports-head mailing list