summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Folder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - stage supportAndrej Zverev2014-01-052-7/+5
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338791
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - 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
* - 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
* Update to 0.85.5 (distversion 0.855)Lars Thegler2011-08-262-3/+3
| | | | Notes: svn path=/head/; revision=280525
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Update to 0.85.4 (distversion 0.854)Lars Thegler2007-12-262-5/+5
| | | | Notes: svn path=/head/; revision=204575
* Update to 0.85.3 (distversion 0.853). Remove 4.x cruft.Lars Thegler2007-03-252-11/+6
| | | | Notes: svn path=/head/; revision=188316
* Update to 0.85.2Lars Thegler2006-09-062-5/+5
| | | | Notes: svn path=/head/; revision=172408
* - Update to 0.85.1 (version number mangled to prevent PORTEPOCH bump)Lars Thegler2006-08-053-11/+19
| | | | | | | | | | | | - Build.PL is gone, so use PERL_CONFIGURE=yes - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use magic MASTER_SITES PR: ports/101216 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=169724
* Update to 0.85Lars Thegler2006-04-292-4/+4
| | | | Notes: svn path=/head/; revision=160754
* 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 0.84Lars Thegler2004-12-183-15/+7
| | | | | | | - Removed now-obsolete patching Notes: svn path=/head/; revision=124430
* Change of email address.Lars Thegler2004-06-011-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110600
* Update to 0.83Erwin Lansing2004-05-182-6/+3
| | | | | | | | PR: 66805 Submitted by: maintainer Notes: svn path=/head/; revision=109434
* - Update to 0.82Erwin Lansing2004-03-303-6/+15
| | | | | | | | | | - Make PREFIX-clean under perl 5.005_03 PR: 64951 Submitted by: maintainer Notes: svn path=/head/; revision=105728
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* - New port mail/p5-Email-FolderKirill Ponomarev2003-08-314-0/+44
Read all the messages from a folder as Email::Simple objects PR: 56241 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=88209