svn commit: r440405 - in head: devel/rclint net/dshell

Martin Wilke miwi at FreeBSD.org
Mon May 8 09:51:35 UTC 2017


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


More information about the svn-ports-all mailing list