aboutsummaryrefslogtreecommitdiff
path: root/mail/slapd-cyrus
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 support.Alexey Degtyarev2014-06-301-11/+5
| | | | | | | Approved by: wg (mentor) Notes: svn path=/head/; revision=359835
* mail/slapd-cyrus: update dependency on cyrus-imapd versionAlexey Degtyarev2013-11-241-1/+1
| | | | | | | | | PR: ports/183814 Submitted by: Dmitry Banschikov <d.banschikov@hostcomm.ru> Approved by: wg (mentor) Notes: svn path=/head/; revision=334716
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* 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
* - Resolve of using PERL_MODBUILD and USE_PERL5 togetherAndrej Zverev2013-09-011-8/+3
| | | | | | | | | | - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Notes: svn path=/head/; revision=325884
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - update dependency of cyrus-imapd to mail/cyrus-imapd24Jason Helfman2012-04-251-1/+2
| | | | | | | | | | | - bump PORTREVISION PR: ports/167095 Submitted by: d.banschikov@hostcomm.ru Approved by: maintainer, alexey@renatasystems.org Notes: svn path=/head/; revision=295508
* 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
* - Update to 1.00Martin Wilke2011-03-172-4/+3
| | | | | | | | PR: 154933 Submitted by: Anes Muhametov <anes@anes.su> Notes: svn path=/head/; revision=271103
* slapd-cyrus is a slapd perl backend, used to translate LDAP DIT intoMartin Wilke2009-11-204-0/+69
Cyrus IMAP-server configuration. It can manage user folders, shared folders and ACLs of shared folders. WWW: http://slapd-cyrus.sourceforge.net PR: ports/140420 Submitted by: Alexey V. Degtyarev Thanks to: beat@ for testing Notes: svn path=/head/; revision=244549