aboutsummaryrefslogtreecommitdiff
path: root/security/w3af/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2020-03-311-92/+0
| | | | | | | | | | | | | | | | | 2020-03-29 security/w3af: Uses deprecated version of Python 2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead 2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7 2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27 2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7 2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy 2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left 2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020 2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher 2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27 databases/mongodb34-tools: Part of expired MongoDB 3.4 Notes: svn path=/head/; revision=529961
* security/w3af: Mark as deprecated and set an expiry dateDanilo G. Baio2020-02-291-1/+4
| | | | | | | | Upstream still don't have plans for Python 3 and its requirements are stuck on a specific version (usually old versions). Notes: svn path=/head/; revision=527416
* security/w3af: replace expired soappy dependency with zeepRene Ladan2019-12-311-2/+2
| | | | Notes: svn path=/head/; revision=521636
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix dependencies harderAntoine Brodin2019-04-111-1/+1
| | | | Notes: svn path=/head/; revision=498652
* Fix dependenciesAntoine Brodin2019-04-111-1/+1
| | | | Notes: svn path=/head/; revision=498651
* Drop the GUI option which uses expired www/py-webkitgtk.Koop Mast2019-03-241-13/+2
| | | | Notes: svn path=/head/; revision=496762
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-36/+36
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Fix msgpack dependencySunpoet Po-Chuan Hsieh2018-04-251-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=468302
* Move devel/py-msgpack-python to devel/py-msgpackSunpoet Po-Chuan Hsieh2018-04-221-2/+2
| | | | | | | | | | | - Update to 0.5.6 - Update pkg-descr - Update WWW Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst Notes: svn path=/head/; revision=468048
* security/w3af: Fix GUI, Update WWWDanilo G. Baio2018-03-311-2/+2
| | | | Notes: svn path=/head/; revision=466042
* Fix order of variablesDanilo G. Baio2018-03-171-1/+2
| | | | | | | Ports maintained by me in categories: science security sysutils textproc Notes: svn path=/head/; revision=464822
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Simplify Makefile: use PY_FUTURESSunpoet Po-Chuan Hsieh2018-02-261-1/+1
| | | | | | | With hat: python Notes: svn path=/head/; revision=463085
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+1
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-38/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* security/w3af: Fix shebang and a wrong dependencyDanilo G. Baio2017-11-041-2/+3
| | | | Notes: svn path=/head/; revision=453467
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-271-9/+7
| | | | | | | | | | - Switch to options helpers - Don't install license with docs Approved by: portmgr blanket Notes: svn path=/head/; revision=429607
* security/w3af: 1.0-rc4 -> 1.6.49Kurt Jaeger2016-08-021-45/+59
| | | | | | | | | | | | | | | | | | - move from SF to new official repo at Github - set LICENSE_FILE - add 12 new dependencies - remove do-patch section - change BUILD_DEPENDS to RUN_DEPENDS - apply shebangfix on tools/* - add DOCS option - submitter becomes maintainer PR: 211061 Changes: https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=419486
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Rename nltk --> py-nltk for consistency.Dmitry Sivachenko2015-04-191-1/+1
| | | | Notes: svn path=/head/; revision=384289
* Fix deps after addition of PKGNAMEPREFIX to textproc/nltk.Dmitry Sivachenko2015-04-191-1/+1
| | | | Notes: svn path=/head/; revision=384271
* Fix some _DEPENDSAntoine Brodin2015-01-241-2/+1
| | | | Notes: svn path=/head/; revision=377815
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-2/+1
| | | | | | | - simplify Notes: svn path=/head/; revision=369098
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add staging supportPawel Pekala2014-07-111-28/+21
| | | | | | | | | - Make BUILD_DEPENDS path independent - Convert to USES=tar:bzip2, new LIB_DEPENDS format - Use option helpers, subs Notes: svn path=/head/; revision=361591
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix a BUILD_DEPENDS line after last py-openssl updateAntoine Brodin2014-03-081-1/+1
| | | | Notes: svn path=/head/; revision=347473
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-2/+2
| | | | Notes: svn path=/head/; revision=313402
* - Convert to new options frameworkSofian Brabez2012-10-071-13/+11
| | | | | | | | | - Add LICENSE - Add math/py-numpy build depends - Bump PORTREVISION Notes: svn path=/head/; revision=305443
* - chase textproc/nltk update (upstream switched to setuptools)Ruslan Makhmatkhanov2012-09-141-1/+2
| | | | | | | | Reported by: beat Approved by: portmgr (beat) Notes: svn path=/head/; revision=304266
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-181-1/+1
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* - Update to 1.0-rc4Philippe Audeoud2010-12-021-8/+6
| | | | | | | | PR: ports/152417 Submitted by: Sofian Brabez <sbrabez AT gmail.com> Notes: svn path=/head/; revision=265564
* - Update to 1.0-rc3Philippe Audeoud2010-10-211-6/+10
| | | | | | | | PR: ports/151440 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com> Notes: svn path=/head/; revision=263389
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Respect PREFIX, hopefully fixing the previous commit.Pietro Cerutti2010-03-101-9/+11
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=250856
* - Fix previous commit (missing ${MKDIR})Pietro Cerutti2010-03-101-0/+1
| | | | Notes: svn path=/head/; revision=250854
* - Update to 1.0-rc2Pietro Cerutti2010-03-101-26/+55
| | | | | | | | | | PR: 144396 Submitted by: Niels Heinen <niels@heinen.ws> Reviewed by: Sofian Brabez <sbrabez@gmail.com> (maintainer) Approved by: jadawin (wants his PRs, can't commit right now) Notes: svn path=/head/; revision=250839
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Pass maintainership to submitterThomas Abthorpe2009-02-271-1/+1
| | | | | | | Submitted by: Sofian Brabez via private email Notes: svn path=/head/; revision=229190
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224354
* Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!)Stefan Eßer2007-09-061-1/+1
| | | | Notes: svn path=/head/; revision=198917