Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2017 09:51:33 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440405 - in head: devel/rclint net/dshell
Message-ID:  <201705080951.v489pX3q056505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May  8 09:51:33 2017
New Revision: 440405
URL: https://svnweb.freebsd.org/changeset/ports/440405

Log:
  - Fix shebangs
  - Bump PORTREVISION

Modified:
  head/devel/rclint/Makefile
  head/net/dshell/Makefile

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Mon May  8 09:45:18 2017	(r440404)
+++ head/devel/rclint/Makefile	Mon May  8 09:51:33 2017	(r440405)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rclint
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	devel textproc python
 MASTER_SITES=	http://www.bayofrum.net/dist/rclint/	\
 		LOCAL/crees/
@@ -13,9 +14,10 @@ LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
 
-USES=		python:run
+USES=		python:run shebangfix
 SUB_FILES=	${PORTNAME}
 SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
+SHEBANG_FILES=	*.py
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	${PORTNAME}.py errors.en

Modified: head/net/dshell/Makefile
==============================================================================
--- head/net/dshell/Makefile	Mon May  8 09:45:18 2017	(r440404)
+++ head/net/dshell/Makefile	Mon May  8 09:51:33 2017	(r440405)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dshell
 PORTVERSION=	3.0.20150220
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	nobutaka@FreeBSD.org
@@ -20,8 +21,9 @@ BUILD_DEPENDS=	bash:shells/bash \
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GITHUB=	yes
-USES=		python
+USES=		python:-2.7 shebangfix
 NO_ARCH=	yes
+SHEBANG_FILES=	bin/*.py
 
 GH_ACCOUNT=	USArmyResearchLab
 GH_PROJECT=	Dshell



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