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: x11/keynav/Makefile

Number of commits found: 36

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
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
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
Friday, 3 Jul 2020
19:17 danfe search for other commits by this committer
- Revive, update to the latest original author's GitHub snapshot
- Make sure reported version does not depend on the day of build
- Define LICENSE; install more complete set of documentation and
  example files; transfer maintainership to the new volunteer

PR:	240406
Original commitRevision:541129 
Friday, 3 Mar 2017
16:00 mat search for other commits by this committer
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:435349 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Wednesday, 16 Nov 2016
00:36 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426203 
Wednesday, 14 Sep 2016
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Sunday, 13 Jul 2014
16:59 bapt search for other commits by this committer
Convert to new LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361696 
Friday, 4 Jul 2014
23:16 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360682 
Thursday, 9 Jan 2014
14:48 vanilla search for other commits by this committer
Support stagedir.

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:339245 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Wednesday, 11 Sep 2013
17:20 marino search for other commits by this committer
Add explicit dependency on pkgconf (8 ports)
Original commitRevision:326997 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 12 Dec 2012
18:48 wxs search for other commits by this committer
Remove the header for ports I created.

For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
Original commitRevision:308777 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 10 Jul 2011
15:34 wxs search for other commits by this committer
- Update to 0.20110708.0, which now builds under clang.
Original commit
Friday, 18 Feb 2011
14:16 wxs search for other commits by this committer
Update to 0.20101224.3183.
Original commit
Friday, 15 Oct 2010
21:29 wxs search for other commits by this committer
Update to 0.20101014.3067
Original commit
Thursday, 24 Jun 2010
01:45 wxs search for other commits by this committer
Update to 0.20100601.2912

Feature safe:   yes
Original commit
Saturday, 29 May 2010
12:06 wxs search for other commits by this committer
Chase xdotool shlib bump

Noticed by:     erwin@ (via pointyhat)
Pointyhat to:   me :(
Original commit
Wednesday, 3 Mar 2010
01:41 wxs search for other commits by this committer
- Update to 0.20100302.2713 (bump PORTEPOCH)
- Depend upon libxdo
- Remove post-patch target as it is no longer needed since we are not building
  xdo with it anymore

Feature safe:   yes
Original commit
Monday, 9 Nov 2009
00:52 wxs search for other commits by this committer
- Update to 20091108
Original commit
Saturday, 9 May 2009
02:46 wxs search for other commits by this committer
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
  is MAKE_JOBS_UNSAFE).
Original commit
Monday, 23 Jun 2008
16:35 wxs search for other commits by this committer
Update to 20080614.01
Original commit
Wednesday, 28 May 2008
00:15 wxs search for other commits by this committer
Update to 20080522.

Approved by:    garga (mentor, implicit)
Original commit
Wednesday, 14 May 2008
20:24 wxs search for other commits by this committer
Update to 20080509.
Supports 'grid' command and new examples in the keynavrc.

Approved by:    garga (mentor, implicit)
Original commit
Friday, 2 May 2008
21:51 wxs search for other commits by this committer
Update to 20080501.

Submitted by:   miwi (portscout)
Approved by:    garga (maintainer, implicit)
Original commit
Monday, 4 Feb 2008
15:35 wxs search for other commits by this committer
Update my address.

Approved by:    garga (mentor)
Original commit
Wednesday, 12 Dec 2007
18:42 miwi search for other commits by this committer
- Update to 20071031

PR:             118225
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Thursday, 25 Oct 2007
18:10 pav search for other commits by this committer
- Update to 20071023

PR:             ports/117455
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Thursday, 6 Sep 2007
21:54 miwi search for other commits by this committer
- Update to 20070903

PR:             116162
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Saturday, 14 Jul 2007
23:24 miwi search for other commits by this committer
- Update to 20070705

PR:             114589
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Tuesday, 3 Jul 2007
05:11 rafan search for other commits by this committer
Quickly and easily select a piece of the screen using a minimal number of
keystrokes.

WWW: http://www.semicomplete.com/projects/keynav/

PR:             ports/114217
Submitted by:   Wesley Shields <wxs at atarininja.org>
Original commit

Number of commits found: 36