Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2015 21:10:29 +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: r388643 - head/security/py-twofish
Message-ID:  <201506052110.t55LATvH050796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun  5 21:10:28 2015
New Revision: 388643
URL: https://svnweb.freebsd.org/changeset/ports/388643

Log:
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/security/py-twofish/Makefile

Modified: head/security/py-twofish/Makefile
==============================================================================
--- head/security/py-twofish/Makefile	Fri Jun  5 21:10:18 2015	(r388642)
+++ head/security/py-twofish/Makefile	Fri Jun  5 21:10:28 2015	(r388643)
@@ -3,7 +3,7 @@
 
 PORTNAME=	twofish
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ DISTNAME=	twofishmodule-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Twofish cryptographic module for Python
 
-USES=		python:2
+USES=		python:2 shebangfix
+SHEBANG_FILES=	cryptfile.py decryptfile.py
 GNU_CONFIGURE=	yes
 CFLAGS+=	-fPIC
 



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