notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/bmon/Makefile
SVNWeb

Number of commits found: 28

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 4 Jun 2017
[ 12:32 joneum search for other commits by this committer ] Original commit   Revision:442558
- net/bmon: Update from 3.3 to 4.0
- Changelog: https://github.com/tgraf/bmon/blob/master/NEWS

PR:			219392
Reported by:	Eric Camachat
Approved by:	michelle@sorbs.net (maintainer timeout, 2 weeks), miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11038
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 7 May 2015
[ 17:26 mat search for other commits by this committer ] Original commit   Revision:385640 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 18 Apr 2015
[ 15:14 tijl search for other commits by this committer ] Original commit   Revision:384229 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to USES=autoreconf
Sun, 3 Aug 2014
[ 12:25 pi search for other commits by this committer ] Original commit   Revision:363890 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
devel/libconfuse: USES=libtool, bump dependencies
Wed, 16 Jul 2014
[ 03:00 adamw search for other commits by this committer ] Original commit   Revision:362023 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Add DOCS option for ports with PORTDOCS in plist.
Mon, 7 Jul 2014
[ 12:29 koobs search for other commits by this committer ] Original commit   Revision:361060
net/bmon: Update to 3.3, Update MAINTAINER

- Update to 3.3
- Assign new maintainer
- Update pkg-plist
- Update pkg-descr and WWW: URL
- Tweak COMMENT
- Add LICENSE (MIT)
- Remove OPTIONS
- Use Github for distribution files
- Remove MASTER_SITES accordingly
- Remove unecessary patches (files no longer upstream)

PR:		191249
Submitted by:	Michelle Sullivan <michelle at sorbs dot net>
Approved by:	maintainer
Tue, 4 Mar 2014
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:347069
Chase libdbi update.

Convert to staging, USES=gmake, and the new LIB_DEPENDS standard.
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Tue, 5 Mar 2013
[ 17:07 miwi search for other commits by this committer ] Original commit   Revision:313460 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Mon, 7 May 2012
[ 18:52 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase rrdtool shlib version bump.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Wed, 23 Mar 2011
[ 13:29 pav search for other commits by this committer ] Original commit 
- Disable alsa-lib feature

Approved by:    maintainer
[ 08:30 pav search for other commits by this committer ] Original commit 
- Disable rrd/dbi when the respective option is toggled off

PR:             ports/155450
Submitted by:   Spil <spil.oss@gmail.com>
Approved by:    Jon Nistor <nistor@snickers.org> (maintainer)
Mon, 7 Mar 2011
[ 14:33 clsung search for other commits by this committer ] Original commit 
- dbi.0 => dbi.1
- bump PORTREVISION
Sun, 4 May 2008
[ 17:44 wxs search for other commits by this committer ] Original commit 
Properly pick up libdbi.
Add support for RRD, off by default.

PR:             ports/121650
Submitted by:   Mel <mel.xyzzy@rachie.is-a-geek.net>
Approved by:    garga (mentor), maintainer
Wed, 9 Apr 2008
[ 22:12 wxs search for other commits by this committer ] Original commit 
Pick up libdbi dependency and fix build with it.

PR:             ports/121650
Submitted by:   Mel <mel.xyzzy@rachie.is-a-geek.net><F7>
Approved by:    garga (mentor), maintainer
Sat, 8 Oct 2005
[ 14:35 pav search for other commits by this committer ] Original commit 
- Update to 2.1.0

Approved by:    Jon Nistor <nistor@snickers.org> (maintainer)
Thu, 2 Dec 2004
[ 12:43 vs search for other commits by this committer ] Original commit 
Update to 2.0.1

PR:             ports/73749
Submitted by:   maintainer
Sat, 29 May 2004
[ 14:24 pav search for other commits by this committer ] Original commit 
- Don't install setuid root, we don't need it to work
- Bump PORTREVISION

PR:             ports/67340
Submitted by:   Jon Nistor <nistor@snickers.org> (maintainer)
Fri, 6 Feb 2004
[ 13:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Thu, 25 Sep 2003
[ 11:29 krion search for other commits by this committer ] Original commit 
- Update to version 1.2.1

PR:             57076
Submitted by:   Jon Nistor <nistor@snickers.org> (maintainer)
Sat, 22 Feb 2003
[ 16:56 leeym search for other commits by this committer ] Original commit 
add bmon, an interface bandwidth monitor

PR:             48553
Submitted by:   Jon Nistor <nistor@snickers.org>

Number of commits found: 28