Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2018 14:44:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460602 - head/devel/libsearpc
Message-ID:  <201802011444.w11EiHTx061541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  1 14:44:17 2018
New Revision: 460602
URL: https://svnweb.freebsd.org/changeset/ports/460602

Log:
  - Fix shebang
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libsearpc/Makefile

Modified: head/devel/libsearpc/Makefile
==============================================================================
--- head/devel/libsearpc/Makefile	Thu Feb  1 14:33:49 2018	(r460601)
+++ head/devel/libsearpc/Makefile	Thu Feb  1 14:44:17 2018	(r460602)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libsearpc
 PORTVERSION=	3.0.8
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 
@@ -18,7 +19,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	haiwen
 GH_TAGNAME=	12a0126
 
-USES=		autoreconf gettext libtool pathfix pkgconfig python:2
+USES=		autoreconf gettext libtool pathfix pkgconfig python:2.7 shebangfix
+SHEBANG_FILES=	lib/searpc-codegen.py
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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