svn commit: r440404 - in head/net/panoptis: . files

Martin Wilke miwi at FreeBSD.org
Mon May 8 09:45:20 UTC 2017


Author: miwi
Date: Mon May  8 09:45:18 2017
New Revision: 440404
URL: https://svnweb.freebsd.org/changeset/ports/440404

Log:
  - Fix shebangs

Deleted:
  head/net/panoptis/files/patch-panoptis-pview.py
Modified:
  head/net/panoptis/Makefile

Modified: head/net/panoptis/Makefile
==============================================================================
--- head/net/panoptis/Makefile	Mon May  8 09:40:01 2017	(r440403)
+++ head/net/panoptis/Makefile	Mon May  8 09:45:18 2017	(r440404)
@@ -3,7 +3,7 @@
 
 PORTNAME=	panoptis
 PORTVERSION=	0.1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net security
 MASTER_SITES=	SF
 
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libccgnu2.so:devel/commoncpp
 
 GNU_CONFIGURE=	yes
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	panoptis/*.py
 PLIST_FILES=	bin/panoptis \
 		bin/mail.py \
 		bin/pview.py \


More information about the svn-ports-all mailing list