Index: head/net/panoptis/Makefile =================================================================== --- head/net/panoptis/Makefile (revision 440403) +++ head/net/panoptis/Makefile (revision 440404) @@ -1,32 +1,33 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= panoptis PORTVERSION= 0.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= SF MAINTAINER= sbz@FreeBSD.org COMMENT= Detect and block DoS/DDoS attacks LICENSE= GPLv2 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 \ bin/speed.py do-install: ${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis \ ${STAGEDIR}${PREFIX}/bin/panoptis .for f in mail.py pview.py speed.py ${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor .include Index: head/net/panoptis/files/patch-panoptis-pview.py =================================================================== --- head/net/panoptis/files/patch-panoptis-pview.py (revision 440403) +++ head/net/panoptis/files/patch-panoptis-pview.py (nonexistent) @@ -1,8 +0,0 @@ ---- panoptis/pview.py.orig Tue Nov 28 14:57:01 2006 -+++ panoptis/pview.py Tue Nov 28 14:57:10 2006 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - - # This CGI script connects to Panoptis' web port, makes a request, - # accepts data and formats it to show it to the user. Property changes on: head/net/panoptis/files/patch-panoptis-pview.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property