svn commit: r460602 - head/devel/libsearpc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 1 14:44:17 UTC 2018
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
More information about the svn-ports-all
mailing list