Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2017 20:52:25 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r450407 - branches/2017Q3/devel/github-backup-utils
Message-ID:  <201709222052.v8MKqPWs045948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Sep 22 20:52:25 2017
New Revision: 450407
URL: https://svnweb.freebsd.org/changeset/ports/450407

Log:
  MFH: r450404
  
  devel/github-backup-utils: Add SHEBANGFIX to pass testport
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/devel/github-backup-utils/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/github-backup-utils/Makefile
==============================================================================
--- branches/2017Q3/devel/github-backup-utils/Makefile	Fri Sep 22 20:52:07 2017	(r450406)
+++ branches/2017Q3/devel/github-backup-utils/Makefile	Fri Sep 22 20:52:25 2017	(r450407)
@@ -4,6 +4,7 @@
 PORTNAME=	github-backup-utils
 PORTVERSION=	2.8.3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	zi@FreeBSD.org
@@ -13,6 +14,9 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	git>0:devel/git \
 		rsync>0:net/rsync
+
+USES=	shebangfix
+SHEBANG_FILES=	share/github-backup-utils/*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	github



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