notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/w3af/Makefile

Number of commits found: 51

Saturday, 29 Feb 2020
12:30 dbaio search for other commits by this committer
security/w3af: Mark as deprecated and set an expiry date

Upstream still don't have plans for Python 3 and its requirements are
stuck on a specific version (usually old versions).
Original commitRevision:527416 
Tuesday, 31 Dec 2019
15:49 rene search for other commits by this committer
security/w3af: replace expired soappy dependency with zeep
Original commitRevision:521636 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Thursday, 11 Apr 2019
06:31 antoine search for other commits by this committer
Fix dependencies harder
Original commitRevision:498652 
06:25 antoine search for other commits by this committer
Fix dependencies
Original commitRevision:498651 
Sunday, 24 Mar 2019
15:34 kwm search for other commits by this committer
Drop the GUI option which uses expired www/py-webkitgtk.
Original commitRevision:496762 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 25 Apr 2018
21:01 sunpoet search for other commits by this committer
Fix msgpack dependency

- Bump PORTREVISION for package change
Original commitRevision:468302 
Sunday, 22 Apr 2018
18:29 sunpoet search for other commits by this committer
Move devel/py-msgpack-python to devel/py-msgpack

- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Original commitRevision:468048 
Saturday, 31 Mar 2018
11:35 dbaio search for other commits by this committer
security/w3af: Fix GUI, Update WWW
Original commitRevision:466042 
Saturday, 17 Mar 2018
14:43 dbaio search for other commits by this committer
Fix order of variables

Ports maintained by me in categories: science security sysutils textproc
Original commitRevision:464822 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Monday, 26 Feb 2018
22:32 sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES

With hat:	python
Original commitRevision:463085 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  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
Original commitRevision:455210 
Saturday, 4 Nov 2017
14:03 dbaio search for other commits by this committer
security/w3af: Fix shebang and a wrong dependency
Original commitRevision:453467 
Monday, 8 May 2017
17:21 dbaio search for other commits by this committer
Update my email address

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
Original commitRevision:440442 
Tuesday, 27 Dec 2016
12:13 amdmi3 search for other commits by this committer
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to options helpers
- Don't install license with docs

Approved by:	portmgr blanket
Original commitRevision:429607 
Tuesday, 2 Aug 2016
17:29 pi search for other commits by this committer
security/w3af: 1.0-rc4 -> 1.6.49

- 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>
Original commitRevision:419486 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 19 Apr 2015
13:49 demon search for other commits by this committer
Rename nltk --> py-nltk for consistency.
Original commitRevision:384289 
08:31 demon search for other commits by this committer
Fix deps after addition of PKGNAMEPREFIX to textproc/nltk.
Original commitRevision:384271 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Friday, 24 Oct 2014
16:50 mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371453 
Tuesday, 23 Sep 2014
17:33 amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
- simplify
Original commitRevision:369098 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 11 Jul 2014
22:43 pawel search for other commits by this committer
- Add staging support
- Make BUILD_DEPENDS path independent
- Convert to USES=tar:bzip2, new LIB_DEPENDS format
- Use option helpers, subs
Original commitRevision:361591 
Friday, 4 Jul 2014
12:46 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360609 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
Original commitRevision:347809 
Saturday, 8 Mar 2014
09:55 antoine search for other commits by this committer
Fix a BUILD_DEPENDS line after last py-openssl update
Original commitRevision:347473 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - 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)
Original commitRevision:331644 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Sunday, 7 Oct 2012
08:44 sbz search for other commits by this committer
- Convert to new options framework
- Add LICENSE
- Add math/py-numpy build depends
- Bump PORTREVISION
Original commitRevision:305443 
Friday, 14 Sep 2012
10:18 rm search for other commits by this committer
- chase textproc/nltk update (upstream switched to setuptools)

Reported by:    beat
Approved by:	portmgr (beat)
Original commitRevision:304266 
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
Original commit
Friday, 18 Mar 2011
10:04 sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
Original commit
Thursday, 2 Dec 2010
10:15 jadawin search for other commits by this committer
- Update to 1.0-rc4

PR:             ports/152417
Submitted by:   Sofian Brabez <sbrabez AT gmail.com>
Original commit
Thursday, 21 Oct 2010
07:29 jadawin search for other commits by this committer
- Update to 1.0-rc3

PR:             ports/151440
Submitted by:   Sofian Brabez <sbrabez _AT_ gmail.com>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 10 Mar 2010
16:58 gahr search for other commits by this committer
- Respect PREFIX, hopefully fixing the previous commit.

Reported by:    QAT
Original commit
14:24 gahr search for other commits by this committer
- Fix previous commit (missing ${MKDIR})
Original commit
11:35 gahr search for other commits by this committer
- Update to 1.0-rc2

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)
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Friday, 27 Feb 2009
20:45 tabthorpe search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   Sofian Brabez via private email
Original commit
Thursday, 18 Dec 2008
02:33 linimon search for other commits by this committer
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Thursday, 6 Sep 2007
13:44 se search for other commits by this committer
Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!)
Original commit
Tuesday, 4 Sep 2007
18:47 se search for other commits by this committer
Remove spurious backslash.
Original commit
18:44 se search for other commits by this committer
New port of w3af, the Web Application Audit and Attack Framework.
This is a Python based package of tools that can be used to assess
the security of a web server (including automated advanced tests,
e.g. for XSS or SQL injection vulnerabilities).

I did not get this port to work with the py-google port, there for
a local copy of pygoogle is included and packaged with this port.
Original commit

Number of commits found: 51