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/bounce/Makefile
SVNWeb

Number of commits found: 23

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)
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.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Mon, 24 Feb 2014
[ 13:12 ehaupt search for other commits by this committer ] Original commit   Revision:345832
Support staging
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, 24 Jul 2012
[ 21:09 cs search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Tue, 2 Jun 2009
[ 21:39 avl search for other commits by this committer ] Original commit 
- Add -q option to silence output to syslog

PR:             ports/133358
Submitted by:   me
Approved by:    maintainer timeout, tabthorpe (mentor)
Tue, 2 Sep 2008
[ 19:05 lippe search for other commits by this committer ] Original commit 
- Fix source bind address using -b option.
- Use PLIST_FILES instead of pkg-plist.
- The patches were merged.
- Bump PORTREVISION.

PR:             ports/124062
Submitted by:   Eugene Grosbein <eugen@kuzbass.ru>
Approved by:    maintainer timeout (>2 weeks)
Fri, 31 Aug 2007
[ 07:48 az search for other commits by this committer ] Original commit 
- Fix patch in previous commit (broken -d option)
- bump portrevision

Reported by:    Alexander Logvinov <ports@logvinov.com> via ports/115420
follow-up

Pointy hat:     az
Sun, 26 Aug 2007
[ 11:05 az search for other commits by this committer ] Original commit 
- Implement new option -t <integer value in seconds>(*).
- bump PORTREVISION

(*) Since program was drop connections every six hours,
this option provide mechanism to override default constant.

PR:             ports/115420
Submitted by:   SeaD <sead at mail.ru>
Approved by:    maintainer (timeout)
Wed, 6 Jun 2007
[ 11:24 miwi search for other commits by this committer ] Original commit 
- Add new -d option to call gethostbyname before connect

PR:             113069
Submitted by:   Alexander Logvinov <ports@logvinov.com>
Approved by:    maintainer
Fri, 10 Nov 2006
[ 00:44 clsung search for other commits by this committer ] Original commit 
- Provide rc_subr script for bounce

PR:             ports/104514
Submitted by:   Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:    maintainer (Matt Wilbur)
Tue, 4 Jul 2006
[ 14:49 pav search for other commits by this committer ] Original commit 
- Add new -b option for outcoming connection binding

PR:             ports/96263 (in follow-up)
Submitted by:   SeaD <sead@mail.ru>
Approved by:    Matt Wilbur <matt@efs.org> (maintainer)
Fri, 26 May 2006
[ 08:29 pav search for other commits by this committer ] Original commit 
- Grant maintainership

PR:             ports/97868
Submitted by:   Matt Wilbur <matt@efs.org>
Tue, 2 May 2006
[ 08:31 pav search for other commits by this committer ] Original commit 
- Add patch to be able to make redirects from specified outgoing IP

PR:             ports/96263
Submitted by:   SeaD <sead@mail.ru>
Thu, 20 Feb 2003
[ 18:51 knu search for other commits by this committer ] Original commit  (Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 29 Sep 2002
[ 22:02 kris search for other commits by this committer ] Original commit 
Fix MASTER_SITE, update WWW and add author

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/43487
Wed, 8 May 2002
[ 20:54 obrien search for other commits by this committer ] Original commit 
To ports@freebsd.org.
Sat, 24 Nov 2001
[ 01:32 petef search for other commits by this committer ] Original commit 
Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec.    
Thu, 29 Jun 2000
[ 03:31 asami search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Use ${MASTER_SITE_LOCAL}.    
Wed, 7 Jun 2000
[ 18:44 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
The local-distfiles dir on ftp.freebsd.org was moved under ports/.    
[ 04:09 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Become the guinnie-pig and move all my Freefall ~/public_html distfiles   over
to the new ftp.freebsd.org local distfiles site.    

Number of commits found: 23