aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-MIME
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - update to 1.937Lars Thegler2016-02-222-4/+4
| | | | | | | | | - transfer maintainership Changes: https://metacpan.org/changes/distribution/Email-MIME Notes: svn path=/head/; revision=409342
* Update to 1.936Lars Thegler2015-10-162-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Email-MIME Notes: svn path=/head/; revision=399503
* - update to 1.929Lars Thegler2015-03-132-3/+3
| | | | Notes: svn path=/head/; revision=381173
* - Update to 1.928Lars Thegler2015-01-052-4/+3
| | | | Notes: svn path=/head/; revision=376345
* 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
* Update to 1.926Lars Thegler2014-02-082-3/+3
| | | | | | | Changes: https://metacpan.org/source/RJBS/Email-MIME-1.926/Changes Notes: svn path=/head/; revision=343364
* - Update to 1.925Lars Thegler2013-11-123-10/+11
| | | | | | | | | | - Support STAGEDIR - Add LICENSE Changes: https://metacpan.org/changes/distribution/Email-MIME Notes: svn path=/head/; revision=333549
* 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
* - Update to 1.924Lars Thegler2013-08-312-4/+4
| | | | | | | | | | | | | | | | | | | | Changelog: 1.924 2013-08-10 23:23:55 America/New_York update use of Email::MIME::ContentType to match new, fixed hash keys: type/subtype 1.923 2013-08-08 21:59:02 America/New_York do not consider the part-ending CRLF part of the body avoid undefined warnings in debug_structure [rt.cpan.org #82388] (Thanks, Kurt Anderson) better error message when the given body is a ref but not a scalar ref [rt.cpan.org #59205] Notes: svn path=/head/; revision=325799
* - Convert to new perl frameworkAndrej Zverev2013-08-071-1/+2
| | | | | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer) Notes: svn path=/head/; revision=324352
* - update to 1.922Lars Thegler2013-08-073-11/+5
| | | | | | | - trim Makefile header Notes: svn path=/head/; revision=324346
* - Update to 1.911 [1]Lars Thegler2012-08-262-5/+5
| | | | | | | | | | - Fixup regression-test target PR: ports/171035 [1] Submitted by: swills Notes: svn path=/head/; revision=303207
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+3
| | | | | | | | | | | | 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-3/+0
| | | | | | | | | | | | | | | | | | 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 1.910Lars Thegler2011-11-212-3/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286199
* - Update to 1.908Lars Thegler2011-06-122-4/+4
| | | | | | | | | | - Avoid RUN_DEPENDS pollution PR: ports/157779 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=275432
* Update to 1.907Lars Thegler2011-03-162-3/+3
| | | | Notes: svn path=/head/; revision=271034
* Update to 1.906Lars Thegler2010-12-132-4/+3
| | | | | | | | PR: ports/153079 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=266206
* Update to 1.905Lars Thegler2010-09-092-5/+4
| | | | Notes: svn path=/head/; revision=260878
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-2/+2
| | | | | | | | | (part 11). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248679
* Update to 1.903 [1]Lars Thegler2009-12-282-6/+5
| | | | | | | | | | Fix dependency PR: ports/141999 [1] Submitted by: Alex Deiter <alex.deiter@gmail.com> Notes: svn path=/head/; revision=246786
* - Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIMEPav Lucistnik2009-11-241-1/+1
| | | | | | | | | | | | - Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME - Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple - Adjust dependencies Reported by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=244732
* Update to 1.902Lars Thegler2009-11-182-4/+5
| | | | | | | | PR: ports/140549 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244417
* Update to 1.901Lars Thegler2009-11-093-6/+11
| | | | | | | | PR: ports/140288 (partly) Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244027
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-12/+5
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 1.863Lars Thegler2009-03-103-6/+9
| | | | Notes: svn path=/head/; revision=229835
* Update to 1.861Lars Thegler2007-12-182-5/+5
| | | | Notes: svn path=/head/; revision=203980
* Update to 1.860Lars Thegler2007-07-292-4/+4
| | | | Notes: svn path=/head/; revision=196623
* Update to 1.859Lars Thegler2007-03-212-4/+4
| | | | Notes: svn path=/head/; revision=187905
* - Update to 1.858.Lars Thegler2007-02-112-9/+4
| | | | | | | - Remove 4.x cruft. Notes: svn path=/head/; revision=184892
* Update to 1.857Lars Thegler2006-12-122-4/+4
| | | | Notes: svn path=/head/; revision=179569
* Update to 1.855Lars Thegler2006-11-162-7/+8
| | | | | | | | PR: ports/104606 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=177402
* Update to 1.852Lars Thegler2006-09-062-8/+7
| | | | Notes: svn path=/head/; revision=172406
* Update to 1.85. Now requires perl from ports.Lars Thegler2006-07-142-16/+13
| | | | | | | | PR: ports/100266 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=167773
* 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-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 1.82Lars Thegler2004-11-242-4/+3
| | | | Notes: svn path=/head/; revision=122330
* - Fix for 'use warnings;' under Perl 5.005_03Lars Thegler2004-10-121-0/+2
| | | | | | | | PR: ports/72405 Submitted by: lth Notes: svn path=/head/; revision=119105
* Add p5-Email-MIME 1.8, easy MIME message parsing.Lars Thegler2004-08-294-0/+55
Notes: svn path=/head/; revision=117577