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: sysutils/fcron/Makefile

Number of commits found: 42

Sunday, 25 Feb 2024
17:49 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/fcron: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 7c337fda9023a9f6ac693804c014e5ddda3d43e9 commit hash: 7c337fda9023a9f6ac693804c014e5ddda3d43e9 commit hash: 7c337fda9023a9f6ac693804c014e5ddda3d43e9 commit hash: 7c337fda9023a9f6ac693804c014e5ddda3d43e9 7c337fd
Monday, 17 Jul 2023
11:54 Fernando Apesteguía (fernape) search for other commits by this committer Author: Bob Eager
sysutils/fcron: fix owner of fcronsighup

While here, pet linters.

PR:		272537
Reported by:	bob@eager.cx (maintainer)
commit hash: 475ce0ea7d505810d46703c1be17dc30e362ae8f commit hash: 475ce0ea7d505810d46703c1be17dc30e362ae8f commit hash: 475ce0ea7d505810d46703c1be17dc30e362ae8f commit hash: 475ce0ea7d505810d46703c1be17dc30e362ae8f 475ce0e
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
Saturday, 30 Jul 2016
14:22 pi search for other commits by this committer
sysutils/fcron: 3.2.0 -> 3.2.1

- @-lines can now be run up to every second (previously every 10s at most)

PR:		211451
Submitted by:	bob@eager.cx (maintainer)
Original commitRevision:419320 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Sunday, 8 May 2016
09:33 pi search for other commits by this committer
sysutils/fcron: 3.0.6 -> 3.2.0

Changes:
  http://fcron.free.fr/doc/en/changes.html
- updated maintainer mail

PR:		209139
Submitted by:	bob@eager.cx (maintainer)
Original commitRevision:414794 
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, 17 Jul 2014
08:57 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
Original commitRevision:362126 
Thursday, 5 Jun 2014
22:57 bapt search for other commits by this committer
Support stage
Modernisation:
- Use @sample
- Install pam files into prefix
- Use USERS/GROUPS framework
- Remove now useless pkg-install/pkg-deinstall scripts

PR:		190162
Submitted by:	Zsolt Udvari
Original commitRevision:356721 
Thursday, 29 May 2014
11:20 miwi search for other commits by this committer
- Convert gmake,bzip2,xz to USES

Approved by:	portmgr
Original commitRevision:355686 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Saturday, 7 Sep 2013
06:47 az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326573 
Sunday, 25 Sep 2011
07:24 rea search for other commits by this committer
sysutils/fcron: fixup default argument promotion

When mode_t is char- or short-like, it will be promoted to the pure
int when it is passed as the variable argument [1], so we should pass
'int' to the va_arg.

I had also eliminated fflush for the stream opened read-only, since
it will always fail and there is no need to flush read-only streams.

[1] http://c-faq.com/~scs/cclass/int/sx11c.html

Feature safe: yes
PR: 152304
Original commit
Monday, 18 Jul 2011
19:10 crees search for other commits by this committer
Over to new volunteer

Approved by:    rene (mentor, implicit), maintainer (via email to ports@)
Original commit
Wednesday, 13 Oct 2010
03:16 sunpoet search for other commits by this committer
- Update to 3.0.6
- Add LICENSE

Changes:        http://fcron.free.fr/doc/en/changes.html
PR:             ports/151352
Submitted by:   Sebastien Santoro <dereckson@gmail.com>
Approved by:    pgollucci (mentor, implicit)
Original commit
Monday, 11 Jun 2007
07:08 miwi search for other commits by this committer
- Update to 3.0.3

PR:             113386
Submitted by:   Brad Huntting <huntting@glarp.com> (maintainer)
Original commit
Wednesday, 17 Jan 2007
07:30 rafan search for other commits by this committer
- Update to 3.0.2

PR:             ports/108008
Submitted by:   Brad Huntting <huntting at glarp.com> (maintainer)
Original commit
Sunday, 4 Jun 2006
20:09 sem search for other commits by this committer
- Install pam files directly (in /etc/pam.d, unless they already exist)
  rather than just leaving them in the examples directory.  There seems
  to be no real security advantage to not installing the pam files since
  they are required for fcron and fcrontab to operate, and root privs are
  required to install fcron to begin with.

- The sockaddr.sa_len was not set prior to calls to bind() and connect().
  The upshot begin that fcrondyn was unable to open the socket
  to communicate with fcron.

PR:             ports/97066
Submitted by:   maintainer
Original commit
Thursday, 9 Feb 2006
10:28 lawrance search for other commits by this committer
Update to 3.0.1.

PR:             ports/92990
Submitted by:   Brad Huntting <huntting@glarp.com> (maintainer)
Original commit
Saturday, 12 Nov 2005
21:23 sem search for other commits by this committer
- Fix fcron crashing with disabling of fcrondyn
- Get rid of unnessesary patch

PR:             ports/88883
Submitted by:   maintainer
Original commit
Sunday, 23 Oct 2005
09:27 jylefort search for other commits by this committer
Do not install the bitstring(3) manual page, as it ships with the base system.

PR:             ports/87851
Submitted by:   maintainer
Original commit
Tuesday, 4 Oct 2005
17:54 jylefort search for other commits by this committer
- Update to 3.0.0
- Pass maintainership to submitter

PR:             ports/85817
Submitted by:   Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
Original commit
Tuesday, 20 Sep 2005
14:20 erwin search for other commits by this committer
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:     tobez
Approved by:    portmgr (self)
Original commit
Tuesday, 7 Dec 2004
08:47 sem search for other commits by this committer
- Unbreak build on 5.3+

PR:             ports/74798
Submitted by:   Evan Dower <evantd(at)cs.washington.edu>
Original commit
Saturday, 27 Nov 2004
19:32 kris search for other commits by this committer
BROKEN on 5.x: Does not compile
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Friday, 21 Feb 2003
13:28 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 12 Jan 2003
12:56 kris search for other commits by this committer
Mark NO_PACKAGE: something causes the package builds to go haywire and
spit out an infinite amount of text (this is bad for disk space)
Original commit
Monday, 4 Nov 2002
05:46 edwin search for other commits by this committer
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Original commit
Sunday, 27 Jan 2002
02:47 pat search for other commits by this committer
Update to 2.1.0    
Original commit
Tuesday, 6 Nov 2001
16:29 sf search for other commits by this committer
assign new MAINTAINER.    
Original commit
Tuesday, 9 Oct 2001
08:54 ijliao search for other commits by this committer
upgrade to 2.0.0    
Original commit
Friday, 21 Sep 2001
16:47 sf search for other commits by this committer
o add missed bin/fcronsighup.   o utilize DOCSDIR.   o install
fcron.{allow,deny,conf}.dist and remove them if unchanged.    
Original commit
Saturday, 25 Aug 2001
21:10 dwcjr search for other commits by this committer
Add patch patch-configure.in to stop checking for ${PREFIX}/etc   during
configure   BUMP Portrevision    
Original commit
01:03 dwcjr search for other commits by this committer
Backout 1.5 of Makefile   ETC is already set so why should configure need to
autodetect   Also if you build as non-root you don't have correct perms on etc  
 
Original commit
Friday, 24 Aug 2001
23:59 dwcjr search for other commits by this committer
Create ${PREFIX}/etc dir so configure script finds to automagically.    
Original commit
Friday, 20 Jul 2001
07:47 ijliao search for other commits by this committer
upgrade to 1.1.1   drop maintainership    
Original commit
Sunday, 17 Jun 2001
02:08 ijliao search for other commits by this committer
add management for etc files    
Original commit
Monday, 16 Apr 2001
06:57 ijliao search for other commits by this committer
upgrade to 1.0.3    
Original commit
Thursday, 1 Mar 2001
16:33 ijliao search for other commits by this committer
add fcron, a periodical command scheduler    
Original commit

Number of commits found: 42