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: graphics/cadubi/Makefile
SVNWeb

Number of commits found: 32

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:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(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.
Fri, 19 Mar 2021
[ 01:58 nc search for other commits by this committer ] Original commit   Revision:568768
graphics/cadubi: Update to 1.3.4
Mon, 22 May 2017
[ 09:00 amdmi3 search for other commits by this committer ] Original commit   Revision:441440
- Switch to options helpers
- Simplify installation
Tue, 27 Dec 2016
[ 08:25 riggs search for other commits by this committer ] Original commit   Revision:429584
Update to upstream version 1.3.3, set NO_ARCH
Thu, 2 Jun 2016
[ 13:09 wen search for other commits by this committer ] Original commit   Revision:416278
- Really update to 1.3.1

Spotted by:	mat@
Wed, 1 Jun 2016
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:416242 (Only the first 10 of 145 ports in this commit are shown above. View all ports for this commit)
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 11 Mar 2016
[ 07:18 wen search for other commits by this committer ] Original commit   Revision:410807
- Update to 1.3.1

PR:		207753
Submitted by:	jochen@jochen-neumeister.de
Mon, 28 Dec 2015
[ 15:09 rakuco search for other commits by this committer ] Original commit   Revision:404659
Unbreak port.

The code is now hosted on GitHub, so start fetching from there. diff -uprN
between the old tarball from distcache.FreeBSD.org and the new one shows no
differences.
Thu, 17 Dec 2015
[ 17:19 mat search for other commits by this committer ] Original commit   Revision:403913 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Mon, 9 Nov 2015
[ 12:59 antoine search for other commits by this committer ] Original commit   Revision:401096 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN: unfetchable
Sun, 21 Dec 2014
[ 21:10 antoine search for other commits by this committer ] Original commit   Revision:375189
Shebangfix
Sat, 20 Dec 2014
[ 18:58 bapt search for other commits by this committer ] Original commit   Revision:375087 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
cleanup plist
Thu, 16 Jan 2014
[ 23:34 nemysis search for other commits by this committer ] Original commit   Revision:339998
- Change PLIST_FILES, add PLIST_DIRS, remove PORTDATA
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD, adjust to use ${PERL} and ${DATADIR}
Wed, 1 Jan 2014
[ 21:49 nemysis search for other commits by this committer ] Original commit   Revision:338395
- Reset maintainer to ports@

Approved by:	pawel / wg (mentors, implicit)
Wed, 18 Dec 2013
[ 10:20 nemysis search for other commits by this committer ] Original commit   Revision:336812 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Change maintainer email of my ports to @FreeBSD.org

Approved by:	pawel / wg (mentors, implicit)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Mon, 16 Sep 2013
[ 17:07 bapt search for other commits by this committer ] Original commit   Revision:327419 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Fri, 26 Jul 2013
[ 05:33 az search for other commits by this committer ] Original commit   Revision:323680 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- switch simple inline replacement from perl to sed
  and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
Tue, 4 Dec 2012
[ 15:42 pawel search for other commits by this committer ] Original commit   Revision:308244
- Switch to PLIST_FILES, PORTDATA, PORTDOCS
- Add LICENSE
- Convert to OptionsNG
- Take maintainership

PR:             ports/173268
Submitted by:   nemysis <nemysis@gmx.ch>
Feature safe:   yes
Thu, 28 Jun 2012
[ 18:37 az search for other commits by this committer ] Original commit  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS
Sun, 1 Feb 2009
[ 07:19 pgollucci search for other commits by this committer ] Original commit 
- Update download locations, update WWW

Reported by:    -fetch-original pointyhat run
Fri, 20 Feb 2004
[ 16:10 krion search for other commits by this committer ] Original commit 
- Update to version 1.3

PR:             ports/63137
Submitted by:   Ports Fury
Tue, 28 Oct 2003
[ 07:34 trevor search for other commits by this committer ] Original commit 
Make fetchable.

found by:       fenner's survey
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Sat, 22 Feb 2003
[ 16:09 leeym search for other commits by this committer ] Original commit 
Update MASTER_SITES

PR:             48556
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Thu, 20 Feb 2003
[ 18:08 knu search for other commits by this committer ] Original commit  (Only the first 10 of 308 ports in this commit are shown above. View all ports for this commit)
de-pkg-comment
Sat, 30 Mar 2002
[ 00:27 petef search for other commits by this committer ] Original commit 
Update to 1.2.

PR:             36483
Submitted by:   Tilman Linneweh <tilman@arved.de>
Tue, 28 Aug 2001
[ 18:14 petef search for other commits by this committer ] Original commit 
Fix p5-Term-ReadKey depend    
Sat, 25 Aug 2001
[ 08:18 kris search for other commits by this committer ] Original commit 
Add cadubi-1.1b1    

Number of commits found: 32