svn commit: r450407 - branches/2017Q3/devel/github-backup-utils

Mark Felder feld at FreeBSD.org
Fri Sep 22 20:52:26 UTC 2017


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


More information about the svn-ports-all mailing list