svn commit: r460119 - head/sysutils/feather

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 27 12:48:28 UTC 2018


Author: amdmi3
Date: Sat Jan 27 12:48:26 2018
New Revision: 460119
URL: https://svnweb.freebsd.org/changeset/ports/460119

Log:
  - Fix shebangs
  - Cosmetic fixes

Modified:
  head/sysutils/feather/Makefile

Modified: head/sysutils/feather/Makefile
==============================================================================
--- head/sysutils/feather/Makefile	Sat Jan 27 12:48:26 2018	(r460118)
+++ head/sysutils/feather/Makefile	Sat Jan 27 12:48:26 2018	(r460119)
@@ -4,6 +4,7 @@
 PORTNAME=	feather
 PORTVERSION=	1.3.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 
 MAINTAINER=	ports at FreeBSD.org
@@ -12,20 +13,22 @@ COMMENT=	Python script for managing tarsnap backups
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
 		tarsnap>=0:sysutils/tarsnap
 
-USES=		python:2,run
-NO_BUILD=	yes
-NO_ARCH=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	danrue
 
+USES=		python:2,run shebangfix
+SHEBANG_FILES=	${PORTNAME}
+NO_BUILD=	yes
+NO_ARCH=	yes
+
 SUB_FILES=	pkg-message
 
+PLIST_FILES=	bin/feather etc/feather.yaml.dist
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 PORTDOCS=	README.md
 PORTEXAMPLES=	feather.cron.d.example
-PLIST_FILES=	bin/feather etc/feather.yaml.dist
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list