Date: Mon, 8 May 2017 09:45:18 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440404 - in head/net/panoptis: . files Message-ID: <201705080945.v489jIF9055407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705080945.v489jIF9055407>