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: mail/ovs/Makefile
SVNWeb

Number of commits found: 27

Sun, 4 Dec 2022
[ 22:49 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  6d9d6c3 
*/*: update MASTER_SITES of ports I no longer host distfiles for
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, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Mon, 2 May 2016
[ 16:08 zeising search for other commits by this committer ] Original commit   Revision:414458 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 11 Jun 2015
[ 10:17 amdmi3 search for other commits by this committer ] Original commit   Revision:389185
- Add NO_ARCH
- Fix shebangs

MFH:		2015Q2
Tue, 3 Mar 2015
[ 02:56 amdmi3 search for other commits by this committer ] Original commit   Revision:380332
- Add LICENSE
- Fix shebangs
- Drop @dirrm* from plist
- Add empty directory to plist
Mon, 5 Jan 2015
[ 13:18 marino search for other commits by this committer ] Original commit   Revision:376298 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl

Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
Sun, 20 Jul 2014
[ 01:10 adamw search for other commits by this committer ] Original commit   Revision:362291
Stage. Add DATADIR to plist, so PORTREVISION bump.
Mon, 7 Jul 2014
[ 15:31 olgeni search for other commits by this committer ] Original commit   Revision:361099 (Only the first 10 of 193 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. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Fri, 4 Jul 2014
[ 09:12 bapt search for other commits by this committer ] Original commit   Revision:360579 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 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:
mail)
Wed, 4 Sep 2013
[ 06:06 az search for other commits by this committer ] Original commit   Revision:326249 (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)
Mon, 4 Feb 2013
[ 00:54 amdmi3 search for other commits by this committer ] Original commit   Revision:311532
- Update to 1.05
- Mirror the distfile

PR:		174418
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Sat, 30 Jun 2012
[ 13:10 az search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 7 May 2012
[ 18:52 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase rrdtool shlib version bump.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 4 Jul 2008
[ 04:42 beech search for other commits by this committer ] Original commit 
- Update to 1.03

- Changelog
  * Rejected mail now are updated in totality (eg vrfy rejection IS a
rejection).
  * Support for Policyd-weigth added by Bagolu
  * Fixed imprecises totals like in mailgraph
  * Fixed update of rrd_virus when nobody logs in (Bug and fix
    reported by Claudius Herder)
  * Added Bagolu's patches
  * Fix dovecot detection

PR:             ports/125142
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
Tue, 24 Jun 2008
[ 12:34 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Chase rrdtool 1.3.0 update, bump PORTREVISION

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
Mon, 3 Dec 2007
[ 02:24 rafan search for other commits by this committer ] Original commit 
- Make rc variables can be properly set by users. Default variables should be
  handled after load_rc_config per Handbook. For example, if user sets
  name_pidfile in rc.conf, it does not correctly pass to name_flags because
  when we set name_flags, it uses our default name_pidfile, but not user's.
- Bump PORTREVISION as rc scripts changed.

Approved by:    portmgr (pav), Xavier Beaudouin <kiwi at oav.net> (ovs
maintainer)
Sun, 7 Oct 2007
[ 05:45 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
Sun, 23 Sep 2007
[ 03:54 edwin search for other commits by this committer ] Original commit 
[MAINTAINER] mail/ovs: update to 1.02

        - Update to 1.02

PR:             ports/116366
Submitted by:   Xavier Beaudouin <kiwi@oav.net>
Sun, 9 Sep 2007
[ 05:44 rafan search for other commits by this committer ] Original commit 
- Update to 1.01

PR:             ports/116183
Submitted by:   Xavier Beaudouin <kiwi at oav.net> (maintainer)
Sun, 2 Sep 2007
[ 01:37 rafan search for other commits by this committer ] Original commit 
OpenVISP Stats is a very simple mail statistics RRDtool frontend for mail
statistics that produces daily, weekly, monthly and yearly graphs of
received/sent, bounces/rejected, spam mails, viruses, ... and pop/imap
statistics.

WWW: http://openvisp.fr/

PR:             ports/115938
Submitted by:   Xavier Beaudouin <kiwi at oav.net>

Number of commits found: 27