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

Number of commits found: 30

Sunday, 25 Feb 2024
12:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/cfv: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 1cb23393c0b279c24e72601ccab7cbb23b0039e1 commit hash: 1cb23393c0b279c24e72601ccab7cbb23b0039e1 commit hash: 1cb23393c0b279c24e72601ccab7cbb23b0039e1 commit hash: 1cb23393c0b279c24e72601ccab7cbb23b0039e1 1cb2339
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 3 Nov 2022
21:51 Daniel Engberg (diizzy) search for other commits by this committer Author: Terry Kennedy
security/cfv: Update to 3.0.0

Set Python 3.5 as oldest supported version

Changelog: https://github.com/cfv-project/cfv/releases/tag/v3.0.0

PR:		267449
commit hash: e2ea021803ef7caa25a1eec82600a0838f5ccd22 commit hash: e2ea021803ef7caa25a1eec82600a0838f5ccd22 commit hash: e2ea021803ef7caa25a1eec82600a0838f5ccd22 commit hash: e2ea021803ef7caa25a1eec82600a0838f5ccd22 e2ea021
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, 2 Aug 2021
16:36 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Terry Kennedy
security/cfv: Reinstate and update to 3.0.0.dev0

PR:             257546
commit hash: 0377086a1f58526c3026ae470cd8191838b4c1f9 commit hash: 0377086a1f58526c3026ae470cd8191838b4c1f9 commit hash: 0377086a1f58526c3026ae470cd8191838b4c1f9 commit hash: 0377086a1f58526c3026ae470cd8191838b4c1f9 0377086
Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Monday, 4 Feb 2019
21:44 rene search for other commits by this committer
Return rezny@'s ports to the pool after his commit bit got safekept.

With hat:	portmgr-secretary
Original commitRevision:492170 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Monday, 30 Jan 2017
14:55 rezny search for other commits by this committer
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
Original commitRevision:432850 
Friday, 24 Oct 2014
16:50 mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371453 
Monday, 14 Apr 2014
20:14 xmj search for other commits by this committer
security/cfv: Resurrection, stage, assign maintainer

- Resurrection
- Assign maintainer to matthew@reztek.cz
- Stagify

PR:	ports/188584
PR:	ports/188564
Submitted by:	Matthew Rezny
Approved by:	swills (mentor)
Original commitRevision:351286 
Saturday, 8 Mar 2014
22:26 antoine search for other commits by this committer
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained
since more than 12 years)
Original commitRevision:347539 
Sunday, 15 Dec 2013
12:28 wg search for other commits by this committer
security/cfv: fix usage of python and limit to 2.x

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336520 
Tuesday, 15 Oct 2013
12:56 bapt search for other commits by this committer
Remove psyco support
Original commitRevision:330398 
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 
Friday, 2 Nov 2012
13:23 crees search for other commits by this committer
Resurrect security/cfv and remove optional dependency on
security/py-fchksum; the port works just fine without it.
Feature safe:	yes
Original commitRevision:306850 
Thursday, 4 Oct 2012
10:48 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:305249 
Friday, 3 Aug 2012
15:54 cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Original commit
Tuesday, 21 Jul 2009
00:52 pgollucci search for other commits by this committer
- Update to 1.18.3
Original commit
Friday, 6 Mar 2009
02:14 lioux search for other commits by this committer
- psyco only works on i386: make support conditional on that.
- Actually RUN_DEPENDS on devel/py-psyco if we are on the proper
  ARCH.
Original commit
00:55 lioux search for other commits by this committer
- Add PSYCO option to enable devel/py-psyco optimization support
- Be conservative and use psyco.profile() instead of psyco.full()
Original commit
Thursday, 26 Jun 2008
09:45 jadawin search for other commits by this committer
- Update to 1.18.2
- While I'm here use SF macro

Approved by:    mentor (implicit)
Original commit
Saturday, 13 May 2006
04:15 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
Original commit
Thursday, 14 Apr 2005
11:11 flz search for other commits by this committer
- Update to 1.18.1.

PR:             ports/79902
Submitted by:   Johan van Selst <johans@stack.nl>
Original commit
Friday, 2 Jan 2004
12:44 krion search for other commits by this committer
- Update to version 1.16

PR:             60804
Submitted by:   Vincent Tantardini <vinc@FreeBSD-fr.org>
Original commit
Tuesday, 29 Apr 2003
01:46 foxfair search for other commits by this committer
PR:             48718
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Update cfv to 1.13
Original commit
Thursday, 20 Feb 2003
18:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 23 Jun 2002
20:39 pat search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             ports/39729, ports/39727, ports/39726, ports/39724
PR:             ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by:   Scott Flatman <sf@dsinw.com>
Original commit
Friday, 7 Dec 2001
09:03 ijliao search for other commits by this committer
upgrade to 1.10    
Original commit
Friday, 20 Jul 2001
10:07 ijliao search for other commits by this committer
add cfv   cfv is a utility to both test and create .sfv, .csv and md5sum files  
 
Original commit

Number of commits found: 30