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: games/lolcat/Makefile

Number of commits found: 25

Sunday, 24 Sep 2023
09:19 Sergio Carlavilla Delgado (carlavilla) search for other commits by this committer
games/lolcat: Update to 1.4

Approved by:            fernape@, gbe@(maintainer timeout)
Differential Revision:  https://reviews.freebsd.org/D41508
commit hash: d4ae0918a3babf78788eeb4b9c0e2a582cae249b commit hash: d4ae0918a3babf78788eeb4b9c0e2a582cae249b commit hash: d4ae0918a3babf78788eeb4b9c0e2a582cae249b commit hash: d4ae0918a3babf78788eeb4b9c0e2a582cae249b d4ae091
Friday, 16 Dec 2022
11:56 Gordon Bergling (gbe) search for other commits by this committer
games/lolcat: Update to v1.2-8-g8241091 aka v1.3

This is actually v1.3 of the lolcat C-implementation,
but the tag isn't properly assigned on github.

ChangeLog:	https://github.com/jaseg/lolcat/compare/v1.2...v1.3
PR:		268395
Approved by:	fernape@
commit hash: 4e869e8700a1c0020f9dcb7940522223f7afe4d6 commit hash: 4e869e8700a1c0020f9dcb7940522223f7afe4d6 commit hash: 4e869e8700a1c0020f9dcb7940522223f7afe4d6 commit hash: 4e869e8700a1c0020f9dcb7940522223f7afe4d6 4e869e8
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
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
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 21 Jan 2021
09:33 fernape search for other commits by this committer
games/lolcat: update to v1.2-0-g6a2ab61

PR:	252864
Submitted by:	gbe@FreeBSD.org (maintainer)
Original commitRevision:562185 
Sunday, 3 Jan 2021
19:02 fernape search for other commits by this committer
games/lolcat: Update to latest git commit a1dfac8

ChangeLog:
https://github.com/jaseg/lolcat/commit/a1dfac8cf45decc99d1a0f6f86a52f65baf96506

While here, pet linters.

PR:	252384
Submitted by:	gbe@FreeBSD.org
Original commitRevision:560031 
Friday, 18 Dec 2020
04:17 swills search for other commits by this committer
games/lolcat: Update to latest git commit

PR:		251919
Submitted by:	gbe
Original commitRevision:558347 
Sunday, 12 Jul 2020
15:42 linimon search for other commits by this committer
Add USE_CSTD=c99 to fix build on GCC-based systems:

  censor.c:41: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:542087 
Saturday, 11 Jul 2020
20:26 pizzamig search for other commits by this committer
games/lolcat: new port, a C implementation of the famous lolcat

High performance, energy-saving implmentation in C of lolcat

NOTE: in MOVED, the previous entry lolcat -> rubygem-lolcat has been removed
That is the only way to wupport this corner case.

Submitted by:	gbe@FreeBSD.org (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25082
Original commitRevision:542049 
Monday, 12 Feb 2018
22:26 arved search for other commits by this committer
Drop Maintainership

Lots of new releases, but I haven't found the time to update the port
in the last 4 years
Original commitRevision:461665 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 4 Jul 2015
16:17 sunpoet search for other commits by this committer
- Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop)
- Bump PORTREVISION for dependent ports
Original commitRevision:391313 
Friday, 3 Jul 2015
21:56 antoine search for other commits by this committer
- Fix a typo (and unbreak)
- Use PLIST_FILES instead of creative things
Original commitRevision:391281 
Thursday, 2 Jul 2015
16:01 pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Original commitRevision:391169 
Sunday, 31 May 2015
21:39 sunpoet search for other commits by this committer
- Fix gemspec for rubygem-paint 1.0.0 update
- Bump PORTREVISION for package change
Original commitRevision:388172 
Monday, 15 Sep 2014
07:18 ehaupt search for other commits by this committer
Remove conflict with games/filters as the conflicting file in filters has been
renamed upstream.
Original commitRevision:368247 
Thursday, 10 Apr 2014
02:30 bdrewery search for other commits by this committer
- Stage
Original commitRevision:350761 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Monday, 6 May 2013
13:40 ehaupt search for other commits by this committer
Register CONFLICTS
Original commitRevision:317514 
Tuesday, 16 Oct 2012
08:49 arved search for other commits by this committer
Fix pkg-plist

Reported by:    QAT
Feature safe:   yes
Original commitRevision:305955 
Thursday, 4 Oct 2012
11:16 arved search for other commits by this committer
Add lolcat, brings rainbows and unicorns to your terminal
Original commitRevision:305252 

Number of commits found: 25