non port: mail/tumgreyspf/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Sun, 18 Apr 2021
|
[ 05:42 Po-Chuan Hsieh (sunpoet) ] 92e118d
mail/tumgreyspf: Cosmetic change
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Tue, 1 Jan 2019
|
[ 20:31 sunpoet ]
Update MASTER_SITES and WWW
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 29 Dec 2015
|
[ 19:10 sunpoet ]
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
|
[ 19:03 sunpoet ]
- 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 ] (Only the first 10 of 93 ports in this commit are shown above. )
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 ] (Only the first 10 of 62 ports in this commit are shown above. )
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 ]
- Modernize using new keywords (@dir and @sample)
- Cleanup PLIST
- Bump PORTREVISION for package change
|
Fri, 15 Aug 2014
|
[ 03:01 sunpoet ]
- Use USES=python
|
Sun, 8 Jun 2014
|
[ 13:24 sunpoet ]
- 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 ] (Only the first 10 of 702 ports in this commit are shown above. )
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 ]
- Add LICENSE
- Remove unnecessary SHEBANG_LANG
- Support STAGEDIR
- Reformat pkg-descr
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Mon, 19 Aug 2013
|
[ 08:40 sunpoet ]
- Use USES=shebangfix
|
Sun, 18 Aug 2013
|
[ 07:00 sunpoet ]
- 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 ]
- Update to 1.36
- Add my LOCAL as MASTER_SITES
- Take maintainership
Changes: https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
|
[ 15:53 tabthorpe ] (Only the first 10 of 38 ports in this commit are shown above. )
- Reassign to the heap
|
Sun, 11 Oct 2009
|
[ 02:30 mnag ]
- Update to 1.35
PR: 139478
Submitted by: Li-Wen Hsu <lwhsu___FreeBSD.org>
|
Sat, 25 Apr 2009
|
[ 19:39 mnag ]
- Update to 1.33
|
Sun, 13 Apr 2008
|
[ 19:38 mnag ]
- Update to 1.32
- Now tumgreyspf only support mail/py-spf
|
Fri, 6 Apr 2007
|
[ 03:46 mnag ]
- Update to 1.24
|
Sun, 10 Sep 2006
|
[ 02:30 mnag ]
- Update to 1.22
|
Sun, 13 Aug 2006
|
[ 21:55 mnag ]
- Update to 1.20
- Add OPTIONS to select spf resolver
|
Wed, 14 Jun 2006
|
[ 01:12 mnag ]
- Update to 1.19
|
Wed, 29 Mar 2006
|
[ 15:42 mnag ]
- Update to 1.17
|
Sat, 25 Feb 2006
|
[ 18:27 mnag ]
- 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 ]
- Update to 1.15
- portlint(1)
|
Tue, 13 Dec 2005
|
[ 12:45 mnag ]
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 ]
Update to 1.11
Approved by: pav (mentor)
|
Fri, 16 Sep 2005
|
[ 17:58 mnag ] (Only the first 10 of 46 ports in this commit are shown above. )
Update my email
Approved by: pav (mentor)
|
Fri, 2 Sep 2005
|
[ 18:54 garga ]
- Fix pkg-message
PR: ports/85664
Submitted by: maintainer
|
[ 12:52 garga ] (Only the first 10 of 13 ports in this commit are shown above. )
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 |