Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 08:41:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439026 - head/security/gcipher
Message-ID:  <201704210841.v3L8f4ul084263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 21 08:41:04 2017
New Revision: 439026
URL: https://svnweb.freebsd.org/changeset/ports/439026

Log:
  - Fix shebangs

Modified:
  head/security/gcipher/Makefile

Modified: head/security/gcipher/Makefile
==============================================================================
--- head/security/gcipher/Makefile	Fri Apr 21 08:15:39 2017	(r439025)
+++ head/security/gcipher/Makefile	Fri Apr 21 08:41:04 2017	(r439026)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcipher
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security gnome
 MASTER_SITES=	SF
 
@@ -14,7 +14,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GNOME=	pygnome2
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	src/gcipher
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS



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