notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/fcron/Makefile
SVNWeb

Number of commits found: 40

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 30 Jul 2016
[ 14:22 pi search for other commits by this committer ] Original commit   Revision:419320
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)
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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
Sun, 8 May 2016
[ 09:33 pi search for other commits by this committer ] Original commit   Revision:414794 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
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
Thu, 17 Jul 2014
[ 08:57 olgeni search for other commits by this committer ] Original commit   Revision:362126 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 5 Jun 2014
[ 22:57 bapt search for other commits by this committer ] Original commit   Revision:356721
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
Thu, 29 May 2014
[ 11:20 miwi search for other commits by this committer ] Original commit   Revision:355686 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert gmake,bzip2,xz to USES

Approved by:	portmgr
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Sat, 7 Sep 2013
[ 06:47 az search for other commits by this committer ] Original commit   Revision:326573 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Sun, 25 Sep 2011
[ 07:24 rea search for other commits by this committer ] Original commit 
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
Mon, 18 Jul 2011
[ 19:10 crees search for other commits by this committer ] Original commit 
Over to new volunteer

Approved by:    rene (mentor, implicit), maintainer (via email to ports@)
Wed, 13 Oct 2010
[ 03:16 sunpoet search for other commits by this committer ] Original commit 
- 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)
Mon, 11 Jun 2007
[ 07:08 miwi search for other commits by this committer ] Original commit 
- Update to 3.0.3

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

PR:             ports/108008
Submitted by:   Brad Huntting <huntting at glarp.com> (maintainer)
Sun, 4 Jun 2006
[ 20:09 sem search for other commits by this committer ] Original commit 
- 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
Thu, 9 Feb 2006
[ 10:28 lawrance search for other commits by this committer ] Original commit 
Update to 3.0.1.

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

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

PR:             ports/87851
Submitted by:   maintainer
Tue, 4 Oct 2005
[ 17:54 jylefort search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 3.0.0
- Pass maintainership to submitter

PR:             ports/85817
Submitted by:   Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
Tue, 20 Sep 2005
[ 14:20 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 7 Dec 2004
[ 08:47 sem search for other commits by this committer ] Original commit 
- Unbreak build on 5.3+

PR:             ports/74798
Submitted by:   Evan Dower <evantd(at)cs.washington.edu>
Sat, 27 Nov 2004
[ 19:32 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: Does not compile
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 21 Feb 2003
[ 13:28 knu search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 12 Jan 2003
[ 12:56 kris search for other commits by this committer ] Original commit 
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)
Mon, 4 Nov 2002
[ 05:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Sun, 27 Jan 2002
[ 02:47 pat search for other commits by this committer ] Original commit 
Update to 2.1.0    
Tue, 6 Nov 2001
[ 16:29 sf search for other commits by this committer ] Original commit 
assign new MAINTAINER.    
Tue, 9 Oct 2001
[ 08:54 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.0.0    
Fri, 21 Sep 2001
[ 16:47 sf search for other commits by this committer ] Original commit 
o add missed bin/fcronsighup.   o utilize DOCSDIR.   o install
fcron.{allow,deny,conf}.dist and remove them if unchanged.    
Sat, 25 Aug 2001
[ 21:10 dwcjr search for other commits by this committer ] Original commit 
Add patch patch-configure.in to stop checking for ${PREFIX}/etc   during
configure   BUMP Portrevision    
[ 01:03 dwcjr search for other commits by this committer ] Original commit 
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  
 
Fri, 24 Aug 2001
[ 23:59 dwcjr search for other commits by this committer ] Original commit 
Create ${PREFIX}/etc dir so configure script finds to automagically.    
Fri, 20 Jul 2001
[ 07:47 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.1   drop maintainership    
Sun, 17 Jun 2001
[ 02:08 ijliao search for other commits by this committer ] Original commit 
add management for etc files    
Mon, 16 Apr 2001
[ 06:57 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.0.3    
Thu, 1 Mar 2001
[ 16:33 ijliao search for other commits by this committer ] Original commit 
add fcron, a periodical command scheduler    

Number of commits found: 40