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/isoqlog/Makefile
SVNWeb

Number of commits found: 22

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, 24 Aug 2020
[ 23:52 dbaio search for other commits by this committer ] Original commit   Revision:546124
mail/isoqlog: Fix build on 13-CURRENT

Reported by:	pkg-fallout
Sat, 17 Mar 2018
[ 14:13 dbaio search for other commits by this committer ] Original commit   Revision:464820
Fix order of variables

Ports maintained by me in categories:: mail math net net-im
Mon, 8 May 2017
[ 17:21 dbaio search for other commits by this committer ] Original commit   Revision:440442 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Update my email address

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
Mon, 23 Jan 2017
[ 18:52 sunpoet search for other commits by this committer ] Original commit   Revision:432285
Clean up MASTER_SITES

- Add LICENSE_FILE
- Use PORTDOCS
- Regenerate patch files with makepatch:
- While I'm here:
  - Fix indent
  - Remove superfluous space in PLIST

PR:		216412
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
Sat, 5 Apr 2014
[ 20:03 danilo search for other commits by this committer ] Original commit   Revision:350261
- Add stage support
- Pass maintainership to submitter

while here
- Improve COMMENT
- Convert USE_GMAKE to USES
- Add DOCS option
- Install docs unconditionally
- Use %%DATADIR%% in pkg-plist

PR:		ports/188279
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
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)
Mon, 15 Nov 2010
[ 15:24 stefan search for other commits by this committer ] Original commit 
- Fix segmentation faults on amd64.
- Reset maintainer due to multiple long response timeouts.

PR:             139867
Submitted by:   Bartosz Stec <admin@kkip.pl>
Patch by:       arved
Sun, 27 Jun 2010
[ 17:36 stefan search for other commits by this committer ] Original commit 
Mark as BROKEN on amd64: produces segmentation faults when run.

PR:             139867
Submitted by:   Bartosz Stec <admin@kkip.pl>
Approved by:    maintainer timeout (8 months)
Feature safe:   yes
Thu, 9 Apr 2009
[ 17:43 itetcu search for other commits by this committer ] Original commit 
Fix plist with -DNOPORT*.

Prompted by:    QAT QA run
Approved by:    maintainer timeout on QATMail
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Tue, 8 Mar 2005
[ 10:30 vs search for other commits by this committer ] Original commit 
Update to 2.2.1

PR:             ports/78545
Submitted by:   maintainer
Wed, 23 Jun 2004
[ 19:24 pav search for other commits by this committer ] Original commit 
- Update to 2.2

PR:             ports/68233
Submitted by:   Omer Faruk Sen <ofsen@enderunix.org> (maintainer)
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sun, 19 Oct 2003
[ 14:08 krion search for other commits by this committer ] Original commit 
- Update to 2.1.1

PR:             58193
Submitted by:   maintainer
Sun, 2 Mar 2003
[ 22:42 petef search for other commits by this committer ] Original commit 
Update to 2.1.

PR:             46723
Submitted by:   maintainer
Fri, 21 Feb 2003
[ 12:42 knu search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 20 Jul 2002
[ 16:39 vanilla search for other commits by this committer ] Original commit 
Add isoqlog, it's an MTA log analysis program written in C.

PR:             ports/40720
Submitted by:   Omer Faruk Sen <roots@enderunix.org>

Number of commits found: 22