aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/p5-Mail-Tools: Update to 2.21Steve Wills2020-08-152-4/+5
| | | | | | | | | PR: 245441 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer timeout (kuriyama, >2 months) Notes: svn path=/head/; revision=545066
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* 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
* - Update to 2.19Wen Heping2017-12-213-6/+8
| | | | | | | | | | | Changes: http://search.cpan.org/src/MARKOV/MailTools-2.19/ChangeLog PR: 223483 Submitted by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 40 days) Notes: svn path=/head/; revision=456903
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 2.14.Jun Kuriyama2015-05-062-4/+9
| | | | | | | | PR: ports/198247 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=385516
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* - Upgrade to 2.13.Jun Kuriyama2014-01-122-3/+3
| | | | Notes: svn path=/head/; revision=339503
* - support stageAndrej Zverev2014-01-052-14/+12
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338797
* 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 the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326271
* - Upgrade to 2.12.Jun Kuriyama2013-01-142-8/+4
| | | | Notes: svn path=/head/; revision=310387
* - Upgrade to 2.11.Jun Kuriyama2012-08-312-3/+3
| | | | Notes: svn path=/head/; revision=303405
* - 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
* - Upgrade to 2.09.Jun Kuriyama2012-03-112-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293094
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Upgrade to 2.08.Jun Kuriyama2011-07-052-3/+3
| | | | Notes: svn path=/head/; revision=277119
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Upgrade to 2.07.Jun Kuriyama2010-10-092-4/+5
| | | | Notes: svn path=/head/; revision=262687
* - Upgrade to 2.06.Jun Kuriyama2010-02-073-4/+5
| | | | Notes: svn path=/head/; revision=249371
* - Upgrade to 2.05.Jun Kuriyama2009-12-202-4/+4
| | | | Notes: svn path=/head/; revision=246295
* Upgrade to 2.04.Jun Kuriyama2008-10-172-5/+7
| | | | | | | | PR: ports/127763, ports/128168 Submitted by: leeym@, delphij@ Notes: svn path=/head/; revision=221707
* - Upgrade to 2.02.Jun Kuriyama2008-02-243-36/+26
| | | | | | | | | | - Use CPAN macro. PR: ports/120599 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=207824
* - Update to 1.77Renato Botelho2007-10-112-4/+4
| | | | | | | | | PR: ports/116336 Submitted by: Richard A Secor <rsecor@seqlogic.com> Approved by: maintainer timeout (almost a month) Notes: svn path=/head/; revision=201306
* Upgrade to 1.74 (previous version disappeared from CPAN mirrors).Jun Kuriyama2006-03-132-4/+4
| | | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=157080
* - Upgrade to 1.73.Jun Kuriyama2006-01-302-4/+4
| | | | | | | | PR: ports/92464 Submitted by: leeym Notes: svn path=/head/; revision=154812
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.67.Jun Kuriyama2005-07-232-3/+3
| | | | Notes: svn path=/head/; revision=139954
* Update to 1.66.Jun Kuriyama2005-01-252-3/+3
| | | | Notes: svn path=/head/; revision=127253
* Update to 1.65.Jun Kuriyama2005-01-112-3/+3
| | | | | | | Submitted by: Corentin Plouet <c.plouet@medria.com> Notes: svn path=/head/; revision=126102
* - Upgrade to 1.64.Jun Kuriyama2004-10-122-3/+3
| | | | Notes: svn path=/head/; revision=119116
* Update to version 1.62.Dmitry Sivachenko2004-05-263-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=110033
* Don't remove a directory we didn't createKris Kennaway2004-04-191-1/+0
| | | | Notes: svn path=/head/; revision=107509
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* utilize SITE_PERLYing-Chieh Liao2003-10-241-39/+39
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Upgrade to 1.60 (includes a couple of bugfixes).Jun Kuriyama2003-10-062-4/+3
| | | | | | | Requested by: milter@free.fr Notes: svn path=/head/; revision=90473
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Conditionalise several dependencies on PERL_LEVEL to make those ports moreMaxim Sobolev2003-02-201-4/+8
| | | | | | | | | | friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd Notes: svn path=/head/; revision=75949
* Upgrade to 1.58.Jun Kuriyama2003-01-222-2/+2
| | | | | | | Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=73755
* Upgrade to 1.53.Jun Kuriyama2002-12-133-3/+4
| | | | | | | | | | | | Well-synced CPAN mirrors already do not have 1.51. Unbreak fetching by upgrade. PR: ports/46079 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: portmgr (knu) Notes: svn path=/head/; revision=71603
* Upgrade to 1.51.Jun Kuriyama2002-11-183-3/+2
| | | | | | | | | | | | | From ChangeLog: - Removed the possibility to use 'mailx', which was the default: removal from the detectionn routines and Mail/Mailer/mail.pm. Strongly suggested by [Sebastian Krahmer] PR: ports/45266 Submitted by: Phil Pennock <pdp@nl.demon.net> Notes: svn path=/head/; revision=70364
* Correct RUN_DEPENDS.Maxim Sobolev2002-10-261-0/+1
| | | | Notes: svn path=/head/; revision=68868
* Upgrade to 1.50.Jun Kuriyama2002-10-062-2/+2
| | | | | | | | PR: ports/43231 Submitted by: Peter Avalos <pavalos@theshell.com> Notes: svn path=/head/; revision=67470
* Upgrade to 1.48.Jun Kuriyama2002-08-282-2/+2
| | | | | | | | PR: ports/42071 Submitted by: Bruce M Simpson <bms@spc.org> Notes: svn path=/head/; revision=65124
* Upgrade to 1.46.Jun Kuriyama2002-06-062-2/+2
| | | | Notes: svn path=/head/; revision=60674
* Upgrade to 1.44.Jun Kuriyama2002-04-162-2/+2
| | | | | | | | Submitted by: Emil Sit <sit@mit.edu> PR: ports/36798 Notes: svn path=/head/; revision=57743