aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-DKIM
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.58Wen Heping2020-01-012-4/+4
| | | | Notes: svn path=/head/; revision=521675
* Update to 0.57Sunpoet Po-Chuan Hsieh2019-10-282-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=515896
* Update to 0.56Sunpoet Po-Chuan Hsieh2019-08-242-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=509701
* Update to 0.55Sunpoet Po-Chuan Hsieh2019-04-132-4/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=498857
* Update to 0.54Sunpoet Po-Chuan Hsieh2018-10-152-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=482180
* 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 to 0.53Wen Heping2018-05-282-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=471027
* Update to 0.52Sunpoet Po-Chuan Hsieh2018-01-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=458958
* Update to 0.51Sunpoet Po-Chuan Hsieh2018-01-122-6/+7
| | | | | | | | | | - Fix *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=458832
* Update to 0.50Sunpoet Po-Chuan Hsieh2017-12-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=456503
* Update to 0.44Sunpoet Po-Chuan Hsieh2017-10-193-5/+16
| | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=452477
* Update to 0.43Sunpoet Po-Chuan Hsieh2017-09-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=450283
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 0.42Sunpoet Po-Chuan Hsieh2017-07-303-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=446920
* Update to 0.41Sunpoet Po-Chuan Hsieh2017-04-153-22/+23
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Notes: svn path=/head/; revision=438561
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix shebangsDmitry Marakasov2015-05-311-2/+3
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=388062
* - Add LICENSE [1]Sunpoet Po-Chuan Hsieh2015-02-271-7/+9
| | | | | | | | | | | - Sort *_DEPENDS - Merge MASTER_SITE_BACKUP to MASTER_SITES PR: 189695 [1] Submitted by: <paul@inetstat.net> [1] Notes: svn path=/head/; revision=380082
* 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
* mail/p5-Mail-DKIM: shebangfixKurt Jaeger2014-06-071-1/+2
| | | | | | | Approved by: portmgr blanket (implicit), mentors (implicit) Notes: svn path=/head/; revision=356947
* Support STAGEDIR.Vanilla I. Shu2013-11-052-29/+27
| | | | Notes: svn path=/head/; revision=332803
* 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 - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Drop support for perl < 12.xAndrej Zverev2013-03-081-8/+1
| | | | Notes: svn path=/head/; revision=313668
* Update to 0.40.Anton Berezin2013-02-112-9/+6
| | | | | | | | | Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Also, bring this port into the perl@ fold. Notes: svn path=/head/; revision=312053
* - Reset MAINTAINER due to fatal email bounceRyan Steinmetz2013-02-081-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=311943
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* - 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
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.39Philip M. Gollucci2010-12-152-4/+3
| | | | | | | | | | | | - Remove MD5 PR: ports/153083 Submitted by: myself (pgollucci) Approved by: yanagisawa@csg.is.titech.ac.jp (maintainer) Changes: http://jason.long.name/dkimproxy/Changes Notes: svn path=/head/; revision=266380
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-2/+8
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Update to 0.38Sylvio Cesar Teixeira2010-04-053-4/+5
| | | | | | | | | PR: ports/145342 Submitted by: Masafumi NAKANE <max@FreeBSD.org> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer), itetcu (mentor, implicit) Notes: svn path=/head/; revision=252286
* - Update to 0.37Martin Wilke2009-09-182-4/+4
| | | | | | | | | PR: 138894 Submitted by: max@ Feature safe: yes Notes: svn path=/head/; revision=241682
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 0.36Gabor Kovesdan2009-06-142-4/+4
| | | | | | | | | | PR: ports/135374 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=235799
* - Update to 0.35Gabor Kovesdan2009-05-303-4/+8
| | | | | | | | | PR: ports/134964 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=234884
* - Update to 0.33Gabor Kovesdan2009-03-152-5/+4
| | | | | | | | | PR: ports/132514 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=230146
* Fix plist with perl 5.8.9.Anton Berezin2009-01-141-0/+2
| | | | | | | Approved by: portmgr (pav, implicit) Notes: svn path=/head/; revision=226081
* Update to 0.32Wesley Shields2008-07-172-6/+5
| | | | | | | | | | | | Fix MASTER_SITE_BACKUP Drop dependency on security/p5-Digest-SHA1 PR: ports/125565 Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=216968
* - Update to 0.31Martin Wilke2008-04-272-5/+6
| | | | | | | | | PR: 123075 Submitted by: Michael Scheidll <scheidell@secnap.net> Approved by: maintainer Notes: svn path=/head/; revision=212121
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - Update to 0.30.1Martin Wilke2008-03-072-4/+4
| | | | | | | | | PR: 121341 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: maintainer Notes: svn path=/head/; revision=208563
* Update p5-Mail-DKIM to 0.30. This version is a pre-requisite for DKIMCheng-Lung Sung2008-01-242-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signing in the forthcoming amavisd-new 2.6 series. Version 0.30 - released 2008-01-10 * includes speed-up optimizations by Mark Martinec * DomainKeys, implement proper identity matching... a DomainKey-Signature's domain should match the From/Sender address * several more test cases * API improvements: * accept additional arguments when creating Signer/Signature * bugfixes: * DomainKey-Signature headers were not "prettified" * granularity ending with '*' was not checked correctly * DomainKey-Signature granularity was checked against the wrong value Version 0.29 - released 2007-11-08 * verifiers can now access all parsed signatures and their results, not just signatures that were fully tested * signer policies can now specify what private key file to use * some other minor API improvements * bugfixes: * for DomainKeys signatures, fixed a compatibility issue handling the h= tag * for DKIM, signature expirations had been ignored * for DKIM, signature identities did not have to match the domain * for DKIM, public key granularity field had been ignored Changes: PR: ports/119911 Submitted by: David Wood <david_AT_wood2 dot org dot uk> Approved by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=206088
* - Update to 0.28Rong-En Fan2007-08-123-4/+7
| | | | | | | | PR: ports/115299 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=197499
* - Update to 0.26Martin Wilke2007-06-052-6/+5
| | | | | | | | PR: 113246 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=192848
* - Update to 0.25Cheng-Lung Sung2007-05-293-42/+50
| | | | | | | | | | | | | | | | - MIME::Base64 In Perl 5.8+ now, so - make it conditional - Install two scripts (dkimsign.pl and dkimverify.pl) - Remove Perl version < 5.6 warning - Use %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plist PR: ports/113034 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Reviewed by: maintainer (Yoshisato YANAGISAWA) Approved by: maintainer Notes: svn path=/head/; revision=192254
* - Update to 0.24Martin Wilke2007-03-162-6/+9
| | | | | | | | PR: 110379 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=187537
* - Update to 0.23Martin Wilke2007-03-062-4/+4
| | | | | | | | | PR: 109903 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=186739