Date: Fri, 22 Sep 2017 20:51:19 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450404 - head/devel/github-backup-utils Message-ID: <201709222051.v8MKpJST044515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Sep 22 20:51:19 2017 New Revision: 450404 URL: https://svnweb.freebsd.org/changeset/ports/450404 Log: devel/github-backup-utils: Add SHEBANGFIX to pass testport MFH: 2017Q3 Modified: head/devel/github-backup-utils/Makefile Modified: head/devel/github-backup-utils/Makefile ============================================================================== --- head/devel/github-backup-utils/Makefile Fri Sep 22 20:50:25 2017 (r450403) +++ head/devel/github-backup-utils/Makefile Fri Sep 22 20:51:19 2017 (r450404) @@ -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?201709222051.v8MKpJST044515>