FreeBSD Bugzilla – Attachment 147091 Details for
Bug 193474
security/webshag: some ports improvements.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file for the port
webshag.diff (text/plain), 1.47 KB, created by
clutton
on 2014-09-09 03:01:36 UTC
(
hide
)
Description:
diff file for the port
Filename:
MIME Type:
Creator:
clutton
Created:
2014-09-09 03:01:36 UTC
Size:
1.47 KB
patch
obsolete
>diff --git a/security/webshag/Makefile b/security/webshag/Makefile >index 549131f..0c306d9 100644 >--- a/security/webshag/Makefile >+++ b/security/webshag/Makefile >@@ -10,10 +10,12 @@ MAINTAINER= clutton@zoho.com > COMMENT= Multi-threaded, multi-platform web server audit tool > > LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-USES= python:2.7 dos2unix >-USE_PYTHON=distutils >+USES= python:2.7 dos2unix shebangfix >+USE_PYTHON= distutils > PYSETUP= setup.linux.py >+SHEBANG_FILES= webshag_cli.py webshag_gui.py > > NO_WRKSUBDIR= yes > >@@ -25,6 +27,7 @@ OPTIONS_SUB= yes > > .if ${PORT_OPTIONS:MNMAP} > BUILD_DEPENDS+= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap >+RUN_DEPENDS+= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap > .endif > > .if ${PORT_OPTIONS:MWXGTK} >@@ -34,10 +37,6 @@ WX_COMPS= python:run > > post-patch: > @${MV} ${WRKSRC}/config ${WRKSRC}/etc >- @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g' \ >- ${WRKSRC}/webshag_cli.py >- @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g' \ >- ${WRKSRC}/webshag_gui.py > > do-install: > .if ${PORT_OPTIONS:MWXGTK} >diff --git a/security/webshag/pkg-plist b/security/webshag/pkg-plist >index de87b58..3e4ac40 100644 >--- a/security/webshag/pkg-plist >+++ b/security/webshag/pkg-plist >@@ -1,6 +1,6 @@ > bin/webshag_cli >+etc/webshag.conf > %%WXGTK%%bin/webshag_gui >-%%ETCDIR%%.conf > %%PYTHON_SITELIBDIR%%/webshag/__init__.py > %%PYTHON_SITELIBDIR%%/webshag/core/__init__.py > %%PYTHON_SITELIBDIR%%/webshag/core/core_error.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193474
: 147091 |
147092
|
147153
|
147408