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: security/kpcli/Makefile

Number of commits found: 22

Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
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
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, 9 Jul 2018
08:40 mat search for other commits by this committer
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Original commitRevision:474242 
Friday, 15 Sep 2017
08:58 mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Original commitRevision:449893 
Saturday, 25 Mar 2017
10:22 ehaupt search for other commits by this committer
Add Math::Random::ISAAC as a dependency as it provides a more secure rand()
function.

PR:		217665
Approved by:	maintainer timeout (alexander.4mail@gmail.com; 16 days)
Differential Revision:	D9923
Original commitRevision:436892 
Tuesday, 2 Aug 2016
15:24 pawel search for other commits by this committer
- Update to version 3.1 [1]
- Port is architecture neutral

PR:		211504 [1]
Submitted by:	maintainer
Original commitRevision:419481 
Tuesday, 21 Jun 2016
13:24 mat search for other commits by this committer
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
Original commitRevision:417207 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Thursday, 6 Aug 2015
09:52 robak search for other commits by this committer
security/kpcli: update 2.8 -> 3.0

- Add PWSAFE3 option

PR:		202103
Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)
Original commitRevision:393648 
Wednesday, 6 May 2015
17:36 sbz search for other commits by this committer
- Update to 2.8

PR:		199849
Differential Revision:	https://reviews.freebsd.org/D2426
Submitted by:	myself
Approved by:	Alexander Grigoryev <alexander.4mail at gmail.com> (maintainer)
Original commitRevision:385530 
Thursday, 16 Oct 2014
09:40 robak search for other commits by this committer
security/kpcli: update 2.5 -> 2.7

PR:		194114
Submitted by:	Alexander Grigoryev <alexander.4mail@gmail.com>
Approved by:	mentors (implicit)
Original commitRevision:370986 
Thursday, 22 May 2014
05:44 miwi search for other commits by this committer
- Update to 2.5

PR:		189629
Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)
Original commitRevision:354773 
Thursday, 1 May 2014
01:42 adamw search for other commits by this committer
STAGE support, and general cleanups. Some of the changes are a
bit more aggressive, but at this point, if I'm staging your port,
you've likely stopped caring what's done to it.
Original commitRevision:352710 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 11 Sep 2013
18:03 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326999 
Tuesday, 9 Jul 2013
14:25 feld search for other commits by this committer
- Add support for pwck command

PR: ports/180371
Approved by: swills (mentor)
Original commitRevision:322560 
Wednesday, 3 Jul 2013
18:43 pawel search for other commits by this committer
Update to version 2.3

PR:		ports/180234
Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)
Original commitRevision:322245 
Monday, 13 May 2013
02:26 miwi search for other commits by this committer
- Update to 1.7

PR:		178241
Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)
Original commitRevision:317989 
Thursday, 24 Jan 2013
01:39 jgh search for other commits by this committer
- update to 1.6
- trim historical header, comment and pkg-descr

PR:		175505
Submitted by:	maintainer, alexander.4mail@gmail.com
Original commitRevision:310910 
Friday, 6 Jul 2012
00:01 jgh search for other commits by this committer
add new port: security/kpcli

A command line interface (interactive shell) to work
with KeePassX and KeePass 1.x database files.

WWW: http://kpcli.sourceforge.net/

PR:     ports/168334
Submitted by:   alexander.4mail@gmail.com
Original commit

Number of commits found: 22