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/broccoli/Makefile

Number of commits found: 26

Thursday, 19 Nov 2020
00:48 leres search for other commits by this committer
security/broccoli: Explicitly deprecate due to dependency on lang/python27

Given its dependency on lang/python27, lets deprecate broccoli
itself to give ports that depend it a little warning.

(It looks like security/barnyard2 is the only one left.)

PR:		249760
Reported by:	swills
Original commitRevision:555679 
Wednesday, 17 Jun 2020
18:17 sunpoet search for other commits by this committer
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Original commitRevision:539491 
Saturday, 2 Feb 2019
21:22 leres search for other commits by this committer
Update to 1.101.

PR:		235139
Submitted by:	bofh
Approved by:	ler (mentor, implicit)
Original commitRevision:491991 
Monday, 14 Jan 2019
17:50 leres search for other commits by this committer
net/GeoIP has been deprecated but security/broccoli builds without
it; remove GeoIP dependency and undeprecate.

While we're here fix some portlint reported Makefile variable order
issues.

Approved by:	ler (mentor, implicit)
Original commitRevision:490305 
Sunday, 13 Jan 2019
21:22 adamw search for other commits by this committer
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports.
Original commitRevision:490213 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 20 Dec 2017
11:09 bapt search for other commits by this committer
Use swig 3.0
Cleanup bison dependency
Original commitRevision:456782 
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, 21 Oct 2017
00:45 leres search for other commits by this committer
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.

 - devel/arduino
 - devel/arduino-irremote
 - net/hostapd
 - security/broccoli
 - sysutils/lbl-cf
 - sysutils/lbl-hf
 - www/mini_httpd

Reviewed by:	ler (mentor), matthew (mentor)
Approved by:	ler (mentor), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12748
Original commitRevision:452566 
Friday, 15 Sep 2017
18:18 leres search for other commits by this committer
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.

 - devel/arduino
 - devel/arduino-glcd
 - devel/arduino-irremote
 - devel/arduino-mk
 - devel/arduino-sevseg
 - net/hostapd
 - net/py-pcap
 - security/bro
 - security/broccoli
 - security/create-cert
 - sysutils/lbl-cf
 - sysutils/lbl-hf
 - www/mini_httpd

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D12374
Original commitRevision:449916 
Friday, 28 Oct 2016
17:55 danfe search for other commits by this committer
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
Original commitRevision:424875 
Sunday, 11 Sep 2016
23:57 marino search for other commits by this committer
security/broccoli: Document SSL requirement and handle no SSLv3 (LibreSSL)

Approved by:	SSL blanket
Original commitRevision:421885 
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 
Friday, 23 Oct 2015
18:12 riggs search for other commits by this committer
Adopt broccoli version numbering, update to 1.97

The gist from maintainer's explanation of the situation:
Upon creation of the port, the version number of the bro
distribution broccoli was packaged with was used. But it
makes more sense to use broccoli's actual version number.

PR:		203848
Submitted by:	leres@ee.lbl.gov (maintainer)
Original commitRevision:400046 
Monday, 2 Feb 2015
22:25 pi search for other commits by this committer
security/bro, security/broccoli: 2.3 -> 2.3.2

This updates bro and broccoli from 2.3 and 2.3.2, which is a security
update.

Changes to the bro port:
- Rework openssl option logic
- Remove obsolete
- pkgng related changes

Changes to the broccoli port:
- Remove unused DOCS option
- Enable PYTHON by default
- pkgng related changes
- Minor portlint changes

Changes in 2.3.2:
- DNP3: fix reachable assertion and buffer over-read/overflow.
  CVE number pending. (Travis Emmert, Jon Siwek)
- Update binpac: Fix potential out-of-bounds memory reads in
  generated code. CVE-2014-9586. (John Villamil and Chris Rohlf
  - Yahoo Paranoids, Jon Siwek)
- BIT-1234: Fix build on systems that already have ntohll/htonll.
  (Jon Siwek)
- BIT-1291: Delete prebuilt python bytecode files from git.  (Jon Siwek)
- Adding call to new binpac::init() function. (Robin Sommer)

Changes in 2.3.1:
- Fix a reference counting bug in ListVal ctor. (Jon Siwek)
- Fix possible buffer over-read in DNS TSIG parsing. (Jon Siwek)
- Change EDNS parsing code to use rdlength more cautiously.  (Jon Siwek)
- Fix null pointer dereference in OCSP verification code in
  case no certificate is sent as part as the ocsp reply. Addresses
  BIT-1212.  (Johanna Amann)
- Fix OCSP reply validation. Addresses BIT-1212 (Johanna Amann)
- Make links in documentation templates protocol relative. (Johanna Amann)

PR:		197107
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
Reviewed by:	koobs
Original commitRevision:378333 
Sunday, 4 Jan 2015
08:23 mva search for other commits by this committer
- Convert USE_PYTHON -> USES leftovers missed in the previous commits

Spotted by:	antoine
With hat:	python
Original commitRevision:376179 
Monday, 1 Sep 2014
13:03 bapt search for other commits by this committer
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366875 
Monday, 11 Aug 2014
17:05 adamw search for other commits by this committer
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:364628 
Sunday, 10 Aug 2014
21:51 cs search for other commits by this committer
Update to 2.3

PR:		192105
Submitted by:	leres@ee.lbl.gov (maintainer)
Original commitRevision:364576 
Wednesday, 16 Jul 2014
03:18 adamw search for other commits by this committer
Add DOCS option where PORTDOCS is in plist.
Original commitRevision:362024 
Friday, 31 Jan 2014
21:19 cs search for other commits by this committer
Fix make package when BRO_PREFIX is defined and PYTHON is
enabled.

PR:		ports/185814
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
MFH:		2014Q1
Original commitRevision:342076 
Tuesday, 24 Dec 2013
09:32 jadawin search for other commits by this committer
- use PYTHONPREFIX_LIBDIR

PR:		ports/185120
Submitted by:	maintainer
Original commitRevision:337324 
Wednesday, 18 Dec 2013
15:05 jadawin search for other commits by this committer
- Unbreak make package without Python

PR:		ports/184784
Submitted by:	maintainer
Original commitRevision:336837 
Friday, 13 Dec 2013
23:25 mat search for other commits by this committer
- Install python bits in a sensible place.
- Install ruby bits in a sensible place.
- Convert to new OPTIONS framework.
- Remove dependency on Perl, nothing in the sources needs it.
- Use new LIB_DEPENDS format.

PR:		ports/184519
Submitted by:	mat
Approved by:	maintainer
Original commitRevision:336382 
Friday, 22 Nov 2013
15:02 jadawin search for other commits by this committer
- Update to 2.2
- Update MASTER_SITES
- Add LICENSE
- Support STAGE

PR:		ports/183939
Submitted by:	maintainer
Original commitRevision:334596 
Wednesday, 16 Oct 2013
20:21 tabthorpe search for other commits by this committer
Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.

WWW: http://www.icir.org/christian/broccoli/

PR:		ports/ports/182476
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Original commitRevision:330536 

Number of commits found: 26