aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-MIME-ContentType
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+0
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* - support stageAndrej Zverev2014-01-052-3/+1
| | | | | | | 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
* - Update to 1.01.7 (distversion 1.017)Lars Thegler2013-08-312-8/+3
| | | | | | | | | | | | | | | | | | | | - Trim header Changelog: 1.017 2013-08-10 23:19:14 America/New_York make $STRICT_PARAMS actually work! (thanks, Matthew Green!) [rt.cpan.org #87460] 1.016 2013-08-10 23:14:42 America/New_York correct the longstanding and embarrassing misuse of "discrete" and "composite" to mean "type" and "subtype"; the returned data still contains the wrong old names so your code shouldn't break repackage to update bugtracker, repo, etc. Notes: svn path=/head/; revision=325797
* - 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Update to 1.01.5 (distversion 1.015)Lars Thegler2009-02-112-4/+4
| | | | Notes: svn path=/head/; revision=228046
* Update to 1.01.4 (distversion 1.014). Remove 4.x cruft.Lars Thegler2007-03-282-12/+5
| | | | Notes: svn path=/head/; revision=188639
* Update to 1.01.2 (distversion 1.012)Lars Thegler2006-12-272-5/+5
| | | | Notes: svn path=/head/; revision=180846
* Update to 1.01.1 (distversion 1.011)Lars Thegler2006-10-312-4/+5
| | | | | | | | PR: ports/104520 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=175854
* 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-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 1.01Lars Thegler2005-02-222-8/+6
| | | | Notes: svn path=/head/; revision=129552
* - Unbreak under Perl 5.005_03Lars Thegler2004-10-133-27/+8
| | | | | | | - Moved simple patches into Makefile Notes: svn path=/head/; revision=119304
* Add p5-Email-MIME-ContentType 1.0, parse a MIME Content-Type Header.Lars Thegler2004-08-296-0/+64
Notes: svn path=/head/; revision=117574