aboutsummaryrefslogtreecommitdiff
path: root/mail/mime-construct
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Restore PORTREVISION which was removed in r526786 unintentionallySunpoet Po-Chuan Hsieh2020-02-251-0/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=527081
* Add LICENSESunpoet Po-Chuan Hsieh2020-02-221-4/+9
| | | | | | | | | | - Change the way *_DEPENDS are set - Add NO_ARCH - Add PORTSCOUT: guessing every version except 1.11 returns 856 with link to 1.11 tarball - Take maintainership Notes: svn path=/head/; revision=526786
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* mail/mime-construct: Remove empty backup MASTER_SITESJohn Marino2015-05-171-2/+1
| | | | | | | | Renatasystems is not hosting distfile so remove it. The primary site is still up and hosting the distfile. Notes: svn path=/head/; revision=386623
* mail/mime-construct: Remove RUN_DEPENDS; reset maintainershipJohn Marino2015-05-171-4/+3
| | | | | | | | | | | | | Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in all supported Perl releases. While here, reset maintainership since it's been 5 years since maintainer was last seen. PR: 196700 Submitted by: Yasuhiro KIMURA Approved by: maintainer timeout (4 months, maintainer reset) Notes: svn path=/head/; revision=386620
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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 supportMartin Wilke2014-01-312-3/+1
| | | | Notes: svn path=/head/; revision=342004
* 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 the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326257
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update to 1.11Sahil Tandon2010-08-042-4/+4
| | | | | | | | | PR: ports/149190 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) Notes: svn path=/head/; revision=258734
* mime-construct constructs and (by default) mails MIME messages. It is entirelyMartin Wilke2010-03-094-0/+37
driven from the command line, it is designed to be used by other programs, or people who act like programs. WWW: http://www.argon.org/~roderick/ PR: ports/144410 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> Notes: svn path=/head/; revision=250784