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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/delta/Makefile

Number of commits found: 17

Friday, 30 Jun 2023
11:45 Stefan Eßer (se) search for other commits by this committer
devel/delta: fetch from GitHub

Make port more compliant with style, fetch from GitHub instead of a
local copy, respect port system CFLAGS, support installation of README
files depending on DOCS, support testing of the compiled port, take
maintainership from ports@.

The installed programs are identical to those of the previous port
version, except for CFLAGS from the ports system that are no longer
ignored.
commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20 commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20 commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20 commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20 211b01d
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
Monday, 22 Dec 2014
21:27 antoine search for other commits by this committer
- Add missing run dependency on perl
- Shebangfix
Original commitRevision:375271 
Wednesday, 24 Sep 2014
06:00 eadler search for other commits by this committer
Hand back my ports to the pool.

Ports require time and TLC which I no longer have.
Original commitRevision:369161 
Friday, 13 Dec 2013
18:45 eadler search for other commits by this committer
devel/delta, devel/newfile: fix LICENSE

newfile is under the BSD3CLAUSE license
delta is under the BSD2CLAUSE license.
Original commitRevision:336365 
Thursday, 31 Oct 2013
19:07 eadler search for other commits by this committer
Simplify delta port by not using a for loop
Original commitRevision:332274 
Sunday, 29 Sep 2013
00:07 eadler search for other commits by this committer
- Convert to staging
Original commitRevision:328635 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Tuesday, 16 Jul 2013
21:59 eadler search for other commits by this committer
Remove now excess verbiage.

Reviewed by:	bapt
Original commitRevision:323129 
Saturday, 6 Jul 2013
17:27 eadler search for other commits by this committer
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Original commitRevision:322403 
Friday, 8 Mar 2013
20:23 eadler search for other commits by this committer
Clean up my ports (and a couple of ports@ owned ones):

- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
Original commitRevision:313672 
Saturday, 6 Oct 2012
14:35 eadler search for other commits by this committer
Trim the headers in the ports I maintain.
Original commitRevision:305369 
Thursday, 19 Jul 2012
06:27 eadler search for other commits by this committer
Fix build on pointhat which didn't like how I used the FETCH_ variables

Submitted by:	linimon, erwin
Original commit
Tuesday, 10 Jul 2012
04:59 eadler search for other commits by this committer
Delta assists you in minimizing "interesting" files subject
to a test of their interestingness. A common such situation is when attempting
to isolate a small failure-inducing substring of a large input that causes your
program to exhibit a bug.

WWW:    http://delta.tigris.org/

Reviewed by:    Bryan Drewery <bryan@shatow.net>
Original commit

Number of commits found: 17