aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SPF
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix parsing SPF recordsSunpoet Po-Chuan Hsieh2019-08-142-3/+14
| | | | | | | | | | | | - Bump PORTREVISION for package change PR: 239855 Submitted by: grembo Reference: http://debian.2.n7.nabble.com/Bug-461709-usr-sbin-spamd-spf-lookup-failed-Can-t-locate-object-method-quot-new-quot-via-package-quo-td492057.html https://rt.cpan.org/Public/Bug/Display.html?id=130299 Notes: svn path=/head/; revision=508957
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove CONFLICTS_INSTALL: mail/p5-Mail-SPF-Query has been removed over 3 yearsSunpoet Po-Chuan Hsieh2017-06-111-2/+0
| | | | Notes: svn path=/head/; revision=443127
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-152-2/+3
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=401645
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Remove DOCS optionSunpoet Po-Chuan Hsieh2015-06-291-10/+2
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION for package change Notes: svn path=/head/; revision=390899
* - Use DISTVERSIONPREFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2015-05-151-5/+1
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=386461
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-231-1/+1
| | | | Notes: svn path=/head/; revision=337264
* - Use USES=shebangfixSunpoet Po-Chuan Hsieh2013-10-222-15/+31
| | | | | | | | - Support STAGEDIR - Bump PORTREVISION for package change Notes: svn path=/head/; revision=331310
* - Update to 2.9.0Sunpoet Po-Chuan Hsieh2013-10-145-88/+49
| | | | | | | | | | | | | | | | | - Update COMMENT - Add LICENSE - Fix *_DEPENDS - Use CONFLICTS_INSTALL instead of CONFLICTS - Use PORTDOCS macro - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Sort PLIST - Use CPAN as primary WWW - Take maintainership Changes: http://search.cpan.org/dist/Mail-SPF/CHANGES Notes: svn path=/head/; revision=330288
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324175
* Revert commit 323487 since renaming spfquery.pl to spfquery causes aSteven Kreuzer2013-07-234-5/+44
| | | | | | | conflict with mail/libspf2 Notes: svn path=/head/; revision=323544
* Update to 2.9.0Steven Kreuzer2013-07-234-44/+5
| | | | Notes: svn path=/head/; revision=323536
* - Let mail/p5-Mail-SPF always install spfquery as spfquery.pl unconditionally toStefan Walter2013-06-164-56/+4
| | | | | | | | | | avoid conflict with mail/libspf2. - Unregister conflict between mail/p5-Mail-SPF and mail/libspf2. PR: 157107 Notes: svn path=/head/; revision=321065
* - Install 'spfquery' as 'spfquery.pl' by default, optionally keeping theStefan Walter2013-05-145-7/+99
| | | | | | | | | | | | original name. - Reset MAINTAINER. PR: 157107 Patch by: Jake Guffey <jake.guffey@eprotex.com> Approved by: Koen Martens <gmc@sonologic.nl> (former maintainer) Notes: svn path=/head/; revision=318188
* - Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and ↵Sunpoet Po-Chuan Hsieh2013-04-261-6/+3
| | | | | | | | | | | | | | | | mail/p5-Mail-SPF-Query, all of them installs PREFIX/bin/spfquery [1] - Bump PORTREVISION for package change - While I'm here: - Replace removed PTHREAD_LIBS with -pthread - Cleanup Makefile header - Add CPAN as primary WWW for mail/p5-Mail-SPF-Query PR: ports/177682 [1] Submitted by: dougb Notes: svn path=/head/; revision=316592
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281879
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update to 2.007Wen Heping2009-11-152-4/+4
| | | | | | | | PR: ports/140161 Submitted by: Wen Heping (myself) Notes: svn path=/head/; revision=244284
* - Register conflictsPav Lucistnik2009-03-251-0/+2
| | | | | | | | PR: ports/131896 Submitted by: Stephen Hurd <shurd@sasktel.net> Notes: svn path=/head/; revision=230976
* - Update to 2.006.Felippe de Meirelles Motta2009-03-142-4/+4
| | | | | | | | | PR: ports/131881 Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw> Approved by: Koen Martens <gmc@sonologic.nl> (maintainer) Notes: svn path=/head/; revision=230079
* - Update to 2.005Gabor Kovesdan2008-02-223-17/+16
| | | | | | | | | | | | - Better adjustment of dependencies - Style PR: ports/120936 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=207775
* Mail::SPF is an object-oriented Perl implementation of the Sender PolicyMartin Wilke2007-02-104-0/+110
Framework (SPF) e-mail sender authentication system. This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11 release of the official test-suite <http://www.openspf.org/Test_Suite>. The Mail::SPF source package includes the following additional tools: * spfquery: A command-line tool for performing SPF checks. * spfd: A daemon for services that perform SPF checks frequently. WWW: http://www.openspf.org/ - Koen Martens gmc@sonologic.nl PR: ports/109020 Submitted by: gmc at sonologic.nl Notes: svn path=/head/; revision=184790