aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-IMAP-Server
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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 1.39Frederic Culot2018-05-162-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-IMAP-Server/Changes Notes: svn path=/head/; revision=470140
* 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-15/+15
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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.38Frederic Culot2014-08-142-14/+22
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Net-IMAP-Server/Changes Notes: svn path=/head/; revision=364835
* - Reset maintainer to ports@Wen Heping2014-08-101-1/+1
| | | | | | | Submitted by: chifeng@gmail.com(previous maintainer, via email) Notes: svn path=/head/; revision=364535
* - stage supportAndrej Zverev2014-01-052-11/+9
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338794
* 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=326265
* - Update to 1.34Steve Wills2012-08-222-3/+3
| | | | | | | | PR: ports/170870 Approved by: chifeng <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=302957
* - Add missing PKGNAMEPREFIXSunpoet Po-Chuan Hsieh2012-07-131-0/+1
| | | | | | | | | PR: ports/169824 Submitted by: sunpoet (myself) Approved by: chifeng <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=300874
* - Update to 1.31Wen Heping2012-04-052-4/+6
| | | | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/ALEXMV/Net-IMAP-Server-1.31/Changes Submitted by: wen@(myself, via email) Approved by: chifeng@gmail.com(maintainer, via email) Feature safe: yes Notes: svn path=/head/; revision=294238
* 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.29Dmitry Marakasov2010-08-052-4/+4
| | | | | | | | PR: 149261 Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=258833
* - Update to 1.28Martin Wilke2010-06-272-4/+4
| | | | | | | | | PR: 148127 Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257041
* - Update to 1.27Martin Wilke2010-05-242-4/+4
| | | | | | | | PR: 146901 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=254959
* - Pass the maintainership of my ports in mail category to new volunteerWen Heping2010-04-081-1/+1
| | | | Notes: svn path=/head/; revision=252430
* Net::IMAP::Server provides a complete implementation of the RFC 3501Wen Heping2009-12-184-0/+89
specification, along with several IMAP4rev1 extensions. It provides separation of the mailbox and message store from the client interaction loop. WWW: http://search.cpan.org/dist/Net-IMAP-Server/ Notes: svn path=/head/; revision=246104