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: archivers/deco/Makefile

Number of commits found: 38

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
Tuesday, 11 Jan 2022
09:41 Stefan Eßer (se) search for other commits by this committer
archivers/deco, misc/deco: remove CONFLICTS entry

Files installed by the archivers/deco port have been renamed by makc@
to no longer conflict with those from the misc/deco port.

Reported by:    makc
commit hash: 9bdd8f141ce741acaf6280649243fffe3e8a0262 commit hash: 9bdd8f141ce741acaf6280649243fffe3e8a0262 commit hash: 9bdd8f141ce741acaf6280649243fffe3e8a0262 commit hash: 9bdd8f141ce741acaf6280649243fffe3e8a0262 9bdd8f1
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
Sunday, 9 Jan 2022
21:11 Max Brazhnikov (makc) search for other commits by this committer
archivers/deco: refactor port

- Rename binary and package to avoid conflict with deco filemanager
- Switch from p7zip to 7-Zip

PR:		260866
commit hash: 7b6492b4dde75a5b985c23365ea632331e8e7192 commit hash: 7b6492b4dde75a5b985c23365ea632331e8e7192 commit hash: 7b6492b4dde75a5b985c23365ea632331e8e7192 commit hash: 7b6492b4dde75a5b985c23365ea632331e8e7192 7b6492b
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
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, 12 Jan 2018
11:21 rene search for other commits by this committer
Return kevlo's ports to the pool, he handed in his commit bit.

With hat:	portmgr-secretary
Original commitRevision:458818 
Tuesday, 25 Oct 2016
22:28 mat search for other commits by this committer
Cleanup USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:424658 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 18 Jul 2016
06:46 kevlo search for other commits by this committer
Update to 1.6.4
Original commitRevision:418690 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 16 Jan 2016
07:05 kevlo search for other commits by this committer
Correct permission.

Sponsored by:	PortsCamp Taiwan
Original commitRevision:406197 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Thursday, 3 Jul 2014
09:13 bapt search for other commits by this committer
Switch to use rpm 4 as the default rpm
Original commitRevision:360345 
Tuesday, 25 Mar 2014
15:11 bapt search for other commits by this committer
Support stage
Original commitRevision:349151 
Monday, 13 Jan 2014
07:23 bapt search for other commits by this committer
archivers/xz is in base for all versions and has been removed from the ports
tree
Original commitRevision:339572 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Friday, 1 Mar 2013
05:16 kevlo search for other commits by this committer
Update to 1.6.3
Original commitRevision:313135 
Tuesday, 18 Dec 2012
07:57 danfe search for other commits by this committer
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
Original commitRevision:309150 
Thursday, 25 Nov 2010
03:25 kevlo search for other commits by this committer
Handle xz compressed files
Original commit
Thursday, 10 Jun 2010
02:34 kevlo search for other commits by this committer
Update to 1.6.2
Original commit
Friday, 21 May 2010
16:22 naddy search for other commits by this committer
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.

Approved by:    MAINTAINER
Original commit
Wednesday, 14 Apr 2010
06:17 kevlo search for other commits by this committer
Update to 1.6.1.1
Original commit
Monday, 21 Sep 2009
14:45 naddy search for other commits by this committer
lzmautils -> xz

Feature safe:   yes
Original commit
Tuesday, 9 Jun 2009
20:09 ru search for other commits by this committer
Avoid overwriting misc/deco's latest link.

Nudged by:      erwin
Original commit
Thursday, 22 Jan 2009
02:28 kevlo search for other commits by this committer
Update to 1.6
Original commit
Monday, 1 Dec 2008
02:10 kevlo search for other commits by this committer
Update to 1.5.7
Original commit
Thursday, 30 Oct 2008
03:30 kevlo search for other commits by this committer
Update to 1.5.6
Original commit
Tuesday, 30 Sep 2008
04:34 kevlo search for other commits by this committer
Update to 1.5.5.2
Original commit
Tuesday, 23 Sep 2008
01:28 kevlo search for other commits by this committer
Update to 1.5.5.1
Original commit
Tuesday, 19 Aug 2008
02:33 kevlo search for other commits by this committer
Update to 1.5
Original commit
Tuesday, 5 Aug 2008
01:24 kevlo search for other commits by this committer
Update to 1.4
Original commit
Friday, 18 Jul 2008
07:42 kevlo search for other commits by this committer
Update to 1.1.0.2
Original commit
Friday, 6 Jun 2008
13:02 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 23 May 2008
06:21 kevlo search for other commits by this committer
Update to 1.0.0.1
Original commit
Friday, 16 May 2008
03:38 kevlo search for other commits by this committer
Update to 1.0
Original commit
Tuesday, 6 May 2008
06:21 kevlo search for other commits by this committer
Initial import of deco 0.8.1.

Deco is a script able to extract various archive file formats.
Original commit

Number of commits found: 38