svn commit: r439026 - head/security/gcipher
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 21 08:41:05 UTC 2017
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
More information about the svn-ports-all
mailing list