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

Number of commits found: 31

Fri, 5 May 2023
[ 22:06 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:9822791c5a46eb7efe828df88fe83b90f000cd16  commit hash:9822791c5a46eb7efe828df88fe83b90f000cd16  commit hash:9822791c5a46eb7efe828df88fe83b90f000cd16  9822791 
mail/mailagent: clean up fallout to fix build...

patch parser.c's check_fatal to avoid the int-conversion errors,
and quench some warnings. Untested on FreeBSD 14, but
tested on 13.2 with clang15.

https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p54373d87b552_s4194bbb34c/logs/mailagent-3.1.106.log

Note the code uses K&R style function declarations, not proper
prototypes, which upset newer versions of the clang compiler.
So pretend this were C99 code, too.

While here, propagate CC to the build.
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.
Fri, 26 Feb 2021
[ 12:11 tobik search for other commits by this committer ] Original commit   Revision:566598 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories

Reported by:	portscan
Tue, 16 Feb 2021
[ 01:33 amdmi3 search for other commits by this committer ] Original commit   Revision:565381
- Update to the latest commit [1]
- Fetch source from GitHub [1]
- Trim unnecessary parts of pkg-descr [2]
- Add WWW [2]

PR:		251805 [1]
Submitted by:	ykasap@gmail.com [1], amdmi3 [2]
Thu, 22 Oct 2020
[ 08:32 bapt search for other commits by this committer ] Original commit   Revision:552948
Use @rmempty

While here:
- Document license
- Modify the message to only show up for users upgrading from a version
  lower then 3.1.78_1 as it was meant to be
- replace @exec by @postexec
Sat, 23 Jan 2016
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:406964
Use the test framework
[ 07:51 marino search for other commits by this committer ] Original commit   Revision:406961
mail/mailagent: move regression tests to regression-test target

The post-build target is not required for the packages, and the README
indicates that the regression suite is only meant for mailagent developers.
Thu, 17 Dec 2015
[ 17:19 mat search for other commits by this committer ] Original commit   Revision:403913 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Thu, 15 Oct 2015
[ 14:55 mat search for other commits by this committer ] Original commit   Revision:399346 (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Thu, 14 Aug 2014
[ 14:59 marino search for other commits by this committer ] Original commit   Revision:364848 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert mail/mailagent from an interactive to a regular port

This PR saved this unmaintained port from the chopping block next week.

PR:		196642
Submitted by:	Yoshiaki Kasahara
Fri, 20 Jun 2014
[ 16:38 marino search for other commits by this committer ] Original commit   Revision:358603
Deprecate unmaintained interactive ports for removal in 2 months

Interactive ports can't be packaged which means they don't get tested
weekly either.  Ideally all interactive ports should be converted to
regular ports.  Reduce the number of these types of ports by pruning
unmaintained ones first.  Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort.  Ports deprecated for removal on 20 August 2014:

  * mail/mailagent
  * net/delegate
  * net-mgmt/nocol
  * print/hplip-plugin
  * print/xdvi
  * sysutils/autopsy
  * x11-clocks/xalarm

Approved by:	portmgr (bapt)
[ 14:35 wg search for other commits by this committer ] Original commit   Revision:358578
mail/mailagent: upate to 3.1.78

- Update to 3.1.78 [1]
- Support stage
- USES tar:bzip2
- Remove leading article from COMMENT

PR:		189489
Submitted by:	kasahara nc kyushu-u ac jp [1]
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)
Sat, 3 Aug 2013
[ 08:45 az search for other commits by this committer ] Original commit   Revision:324181 (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
Fri, 26 Jul 2013
[ 07:33 az search for other commits by this committer ] Original commit   Revision:323702 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- switch simple inline replacement from perl to sed
  and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
Tue, 30 Apr 2013
[ 12:19 stefan search for other commits by this committer ] Original commit   Revision:316925
- Update to 3.1.77. [1]
- Fix build on 9.x. [1]
- Convert Makefile header to new style and fix a couple of portlint
  warnings.

PR:		164306 [1]
Submitted by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1]
Fri, 3 Jun 2011
[ 13:32 pav search for other commits by this committer ] Original commit 
- Update to 3.1.71

PR:             ports/156922
Submitted by:   Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Fri, 2 Apr 2010
[ 09:21 pav search for other commits by this committer ] Original commit 
- Update to 3.1.65

PR:             ports/144204
Submitted by:   Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Thu, 14 Aug 2008
[ 21:38 linimon search for other commits by this committer ] Original commit 
max has had his commit bit taken for safekeeping.

Hat:            portmgr
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Mon, 8 May 2006
[ 06:45 max search for other commits by this committer ] Original commit 
Add a patch to fix an infinite loop with the filter program on AMD64.
Submitted by:   Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
PR:             94585

Use the EXAMPLESDIR macro.

Reclaim my maintainership.
Sat, 15 Apr 2006
[ 00:28 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Reset max@FreeBSD.org due to no response to email about status.

Hat:    portmgr
Fri, 7 Mar 2003
[ 06:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 2 Sep 2002
[ 23:25 max search for other commits by this committer ] Original commit 
Don't install man pages which use the .so macro.
Instead, define MLINKS.
Submitted by:   Alex Kapranoff <kapr@acm.org>
Mon, 12 Aug 2002
[ 00:36 max search for other commits by this committer ] Original commit 
Adjust the CONFIG_ARGS so that
1. AN option which is no longer used won't be passed to the configure script.
2. ${CFLAGS} is respected when compiling any programs within the port.

Remove an unnecessary ${MKDIR} line.

Submitted by:   Alex Kapranoff <kapr@acm.org>
Thu, 16 May 2002
[ 08:37 max search for other commits by this committer ] Original commit 
Remove patches whose sole purpose was to provide the full path to Perl,
and take care of this by a simple perl line in post-patch.
Submitted by:   Alex Kapranoff <kapr@acm.org>
Sun, 18 Mar 2001
[ 15:13 max search for other commits by this committer ] Original commit 
Upgrade to 3.0pl73.    
Mon, 5 Feb 2001
[ 15:11 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Spaces->tabs in the mail category.    
Fri, 12 Jan 2001
[ 00:52 max search for other commits by this committer ] Original commit 
Upgrade to 3.0.70.    

Number of commits found: 31