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
non port: games/filters/Makefile
SVNWeb

Number of commits found: 39

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:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

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

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

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").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

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.
Wed, 17 Apr 2019
[ 20:38 pkubaj search for other commits by this committer ] Original commit   Revision:499208
games/filter: add MAKE_JOBS_UNSAFE=yes to fix race condition on threaded build.

PR:		237311
Reviewed by:	tcberner (mentor)
Approved by:	ehaupt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19943
Thu, 6 Oct 2016
[ 07:11 ehaupt search for other commits by this committer ] Original commit   Revision:423396
- Update to 2.55
- Add license
- Add WWW
Thu, 3 Sep 2015
[ 20:40 ehaupt search for other commits by this committer ] Original commit   Revision:396043
- Update to 2.54
- Sort USES
Tue, 6 Jan 2015
[ 09:37 ehaupt search for other commits by this committer ] Original commit   Revision:376395
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Wed, 12 Nov 2014
[ 10:11 ehaupt search for other commits by this committer ] Original commit   Revision:372489
Update to 2.53
Mon, 15 Sep 2014
[ 07:16 ehaupt search for other commits by this committer ] Original commit   Revision:368246
Update to 2.52, the upstream author renamed lolcat to LOLCAT to work around the
conflict with another program called lolcat (games/lolcat). While this isn't my
personal choice of name I go with the change to stay compatible with upstream.
As a nice side effect we can remove the conflict to games/lolcat vice versa.
Wed, 10 Sep 2014
[ 07:47 ehaupt search for other commits by this committer ] Original commit   Revision:367799
Update to 2.51
Wed, 3 Sep 2014
[ 14:54 ehaupt search for other commits by this committer ] Original commit   Revision:367207
Update to 2.50 and support clang
Mon, 28 Oct 2013
[ 12:13 ehaupt search for other commits by this committer ] Original commit   Revision:331845
Support staging.
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 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:
games)
Thu, 12 Sep 2013
[ 16:41 az search for other commits by this committer ] Original commit   Revision:327088 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Mon, 8 Jul 2013
[ 18:42 ehaupt search for other commits by this committer ] Original commit   Revision:322530 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
Mon, 27 May 2013
[ 15:56 bapt search for other commits by this committer ] Original commit   Revision:319262
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
Tue, 7 May 2013
[ 08:57 ehaupt search for other commits by this committer ] Original commit   Revision:317591
Convert to use shebangfix USES flag.
Mon, 6 May 2013
[ 13:40 ehaupt search for other commits by this committer ] Original commit   Revision:317513
Update to 2.49
Fri, 8 Mar 2013
[ 14:00 ehaupt search for other commits by this committer ] Original commit   Revision:313649 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Remove indefinite article from COMMENT
Wed, 25 Jul 2012
[ 06:32 cs search for other commits by this committer ] Original commit  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Mon, 14 Feb 2011
[ 13:55 ehaupt search for other commits by this committer ] Original commit 
Update to 2.48

Feature safe:   yes
Thu, 26 Mar 2009
[ 16:21 ehaupt search for other commits by this committer ] Original commit 
Mark MAKE_JOBS_UNSAFE
Wed, 29 Oct 2008
[ 13:24 ehaupt search for other commits by this committer ] Original commit 
Update to 2.46
Fri, 8 Aug 2008
[ 12:55 ehaupt search for other commits by this committer ] Original commit 
Update to 2.45
Fri, 25 Jul 2008
[ 12:24 pav search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Tue, 29 Apr 2008
[ 14:15 ehaupt search for other commits by this committer ] Original commit 
Update to 2.44
Thu, 27 Mar 2008
[ 19:27 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Use MASTER_SITE_CRITICAL
Wed, 12 Dec 2007
[ 19:48 ehaupt search for other commits by this committer ] Original commit 
Update to 2.43
Mon, 22 Oct 2007
[ 08:29 ehaupt search for other commits by this committer ] Original commit 
Update to 2.42
Sat, 22 Sep 2007
[ 15:14 ehaupt search for other commits by this committer ] Original commit 
Update to 2.41
Mon, 27 Aug 2007
[ 14:13 ehaupt search for other commits by this committer ] Original commit 
Update to 2.40
Tue, 2 Jan 2007
[ 17:37 ehaupt search for other commits by this committer ] Original commit 
Update to 2.39
Thu, 1 Jun 2006
[ 12:13 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
Add an additional mirror.
Sun, 19 Feb 2006
[ 11:39 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Remove deprecated USE_REINPLACE
Thu, 6 Oct 2005
[ 11:57 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER address for my ports.

Approved by:    novel (mentor)
Mon, 11 Jul 2005
[ 11:11 pav search for other commits by this committer ] Original commit 
- Register conflicts
[ 09:36 pav search for other commits by this committer ] Original commit 
A collection of command line filters, including B1FF and the Swedish Chef.
No personal, racial, societal slurs are intended. For amusement only.

All the filters read input from stdin, change it, and write the filtered
text to stdout.

PR:             ports/83119
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Bribed by:      swiss chocolate

Number of commits found: 39