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

Number of commits found: 37

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)
Sun, 18 Apr 2021
[ 05:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:92e118dceab43da09e657ff2827b2d16948e8e18  commit hash:92e118dceab43da09e657ff2827b2d16948e8e18  commit hash:92e118dceab43da09e657ff2827b2d16948e8e18  92e118d 
mail/tumgreyspf: Cosmetic change
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.
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Tue, 1 Jan 2019
[ 20:31 sunpoet search for other commits by this committer ] Original commit   Revision:488948
Update MASTER_SITES and WWW
Tue, 22 May 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:470610 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
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
Tue, 29 Dec 2015
[ 19:10 sunpoet search for other commits by this committer ] Original commit   Revision:404781
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
[ 19:03 sunpoet search for other commits by this committer ] Original commit   Revision:404778
- Move mail/py-spf to mail/py-pyspf
- Update MASTER_SITES: change from SF to CHEESESHOP
- Update RUN_DEPENDS: always use dns/py-py3dns
- Bump PORTREVISION for dependency change
- Bump PORTREVISION for dependent ports
Mon, 19 Oct 2015
[ 14:50 amdmi3 search for other commits by this committer ] Original commit   Revision:399684 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Wed, 29 Jul 2015
[ 22:09 antoine search for other commits by this committer ] Original commit   Revision:393196 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Thu, 4 Dec 2014
[ 15:09 sunpoet search for other commits by this committer ] Original commit   Revision:373941
- Modernize using new keywords (@dir and @sample)
- Cleanup PLIST
- Bump PORTREVISION for package change
Fri, 15 Aug 2014
[ 03:01 sunpoet search for other commits by this committer ] Original commit   Revision:364906
- Use USES=python
Sun, 8 Jun 2014
[ 13:24 sunpoet search for other commits by this committer ] Original commit   Revision:357027
- Update to 1.38
- Relax USE_PYTHON
- Remove .include <bsd.port.options.mk>

Changes:	https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Thu, 5 Dec 2013
[ 20:26 sunpoet search for other commits by this committer ] Original commit   Revision:335694
- Add LICENSE
- Remove unnecessary SHEBANG_LANG
- Support STAGEDIR
- Reformat pkg-descr
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, 19 Aug 2013
[ 08:40 sunpoet search for other commits by this committer ] Original commit   Revision:324957
- Use USES=shebangfix
Sun, 18 Aug 2013
[ 07:00 sunpoet search for other commits by this committer ] Original commit   Revision:324888
- Update to 1.37
- Use REINPLACE_CMD instead of patch files
- Restrict USE_PYTHON to 2.x
- Convert to new options framework
- Cleanup Makefile header
- Cosmetic change

Changes:	https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
Wed, 1 Feb 2012
[ 20:20 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.36
- Add my LOCAL as MASTER_SITES
- Take maintainership

Changes:        https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
[ 15:53 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap
Sun, 11 Oct 2009
[ 02:30 mnag search for other commits by this committer ] Original commit 
- Update to 1.35

PR:             139478
Submitted by:   Li-Wen Hsu <lwhsu___FreeBSD.org>
Sat, 25 Apr 2009
[ 19:39 mnag search for other commits by this committer ] Original commit 
- Update to 1.33
Sun, 13 Apr 2008
[ 19:38 mnag search for other commits by this committer ] Original commit 
- Update to 1.32
- Now tumgreyspf only support mail/py-spf
Fri, 6 Apr 2007
[ 03:46 mnag search for other commits by this committer ] Original commit 
- Update to 1.24
Sun, 10 Sep 2006
[ 02:30 mnag search for other commits by this committer ] Original commit 
- Update to 1.22
Sun, 13 Aug 2006
[ 21:55 mnag search for other commits by this committer ] Original commit 
- Update to 1.20
- Add OPTIONS to select spf resolver
Wed, 14 Jun 2006
[ 01:12 mnag search for other commits by this committer ] Original commit 
- Update to 1.19
Wed, 29 Mar 2006
[ 15:42 mnag search for other commits by this committer ] Original commit 
- Update to 1.17
Sat, 25 Feb 2006
[ 18:27 mnag search for other commits by this committer ] Original commit 
- Update to 1.16
- Add old-releases dir in master sites, preventing unfetchable file when have
new release.

Notified by:    kris
Approved by:    portmgr (krion)
Wed, 22 Feb 2006
[ 13:52 mnag search for other commits by this committer ] Original commit 
- Update to 1.15
- portlint(1)
Tue, 13 Dec 2005
[ 12:45 mnag search for other commits by this committer ] Original commit 
Install configuration files with INSTALL_DATA
Change "env python" to "env PYTHON_CMD" (users can run tumgreyspf directly in
master.cf argv) [1]
Bump PORTREVISION

Notified by:    Nelson Murilo [1]
Tue, 4 Oct 2005
[ 17:47 mnag search for other commits by this committer ] Original commit 
Update to 1.11

Approved by:    pav (mentor)
Fri, 16 Sep 2005
[ 17:58 mnag search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update my email

Approved by: pav (mentor)
Fri, 2 Sep 2005
[ 18:54 garga search for other commits by this committer ] Original commit 
- Fix pkg-message

PR:             ports/85664
Submitted by:   maintainer
[ 12:52 garga search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add tumgreyspf 1.09, external policy checker for the postfix mail
server.

PR:             ports/85587
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>

Number of commits found: 37