aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.10.2Sahil Tandon2013-10-274-12/+13
| | | | Notes: svn path=/head/; revision=331746
* - Fix warning during 'make index' with bmakeBryan Drewery2013-10-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=331736
* mail/imapsync: update to 1.567 and stagingWilliam Grzybowski2013-10-262-11/+6
| | | | | | | | | | | | | - Update to 1.567 [1] - Allow staging [1] (based on) - Remove unnecessary BUILD_DEPENDS as there is no build PR: ports/182662 [1] Submitted by: Herbert J. Skuhra <h.skuhra gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=331718
* Update to 2013/10/26. Brings in translations for plugins too.Adam Weinberger2013-10-263-201/+1505
| | | | Notes: svn path=/head/; revision=331709
* Update to 2013/10/26Adam Weinberger2013-10-263-13/+15
| | | | | | | | | | | In particular: * Add new spacer image and allow its use for unsafe images instead of the sec_remove_* image -- brings HTML emails into the modern age (much more viewable) Notes: svn path=/head/; revision=331706
* Support staging.Adam Weinberger2013-10-262-9/+13
| | | | Notes: svn path=/head/; revision=331701
* mail/dovecot2: fix build without KQUEUEWilliam Grzybowski2013-10-261-0/+2
| | | | | | | | | | | - Fix build without KQUEUE PR: ports/182594 Submitted by: Eero Hänninen <fax nohik.ee> Approved by: maintainer Notes: svn path=/head/; revision=331676
* Support staging.Emanuel Haupt2013-10-262-9/+9
| | | | Notes: svn path=/head/; revision=331656
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-268-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Correct a typo.Adam Weinberger2013-10-261-1/+1
| | | | Notes: svn path=/head/; revision=331643
* Fix pacakge list.Emanuel Haupt2013-10-252-2/+1
| | | | | | | Notified by: az Notes: svn path=/head/; revision=331567
* Update to 0.9.5 release.Alex Dupre2013-10-252-4/+4
| | | | Notes: svn path=/head/; revision=331561
* - add MAKE_JOBS_UNSAFEDirk Meyer2013-10-251-0/+2
| | | | | | | to fix "*** [install-libLTLIBRARIES] Error code 71" Notes: svn path=/head/; revision=331556
* - Update to 1.0.3Grzegorz Blach2013-10-242-4/+4
| | | | | | | - Fix staging when SMTP_AFTER_POP3 option is enabled Notes: svn path=/head/; revision=331533
* - Update to 1.2.0Olivier Duchateau2013-10-244-50/+53
| | | | | | | | | | - Update MASTER_SITES - Rewrite COMMENT entry and pkg-descr - Convert to new LIB_DEPENDS format - Support STAGEDIR Notes: svn path=/head/; revision=331522
* Support staging.Emanuel Haupt2013-10-244-12/+8
| | | | Notes: svn path=/head/; revision=331494
* - Update rails and friends to 3.2.15Steve Wills2013-10-242-4/+4
| | | | | | | - Update rubygem-i18n to 0.6.5 Notes: svn path=/head/; revision=331450
* simplify, per Mark Sapiro's suggestionMatthias Andree2013-10-231-3/+2
| | | | Notes: svn path=/head/; revision=331425
* - Return ports to the poolAlex Kozlov2013-10-234-4/+4
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* - support stagingJason Helfman2013-10-232-76/+3
| | | | | | | - convert to autoplist Notes: svn path=/head/; revision=331349
* - Use USES=shebangfixSunpoet Po-Chuan Hsieh2013-10-222-15/+31
| | | | | | | | - Support STAGEDIR - Bump PORTREVISION for package change Notes: svn path=/head/; revision=331310
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-225-9/+9
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Add missing dependency on pear-Horde_Socket_Client to pear-Horde_SmtpMartin Matuska2013-10-221-0/+2
| | | | Notes: svn path=/head/; revision=331292
* Be less silent when installing things.Mathieu Arnold2013-10-221-2/+0
| | | | Notes: svn path=/head/; revision=331288
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-2213-15/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* - Update to 1.5.22 [1]Alex Kozlov2013-10-2213-459/+34
| | | | | | | | | | - Convert to new LIB_DEPENDS syntax PR: ports/183125 [1] Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) [1] Notes: svn path=/head/; revision=331252
* mail/pyzor: add missing dependencyWilliam Grzybowski2013-10-222-22/+11
| | | | | | | | | | | | - Add missing dependency [1] - Allow staging - Use autoplist - Remove leading article from COMMENT PR: ports/182200 [1] Notes: svn path=/head/; revision=331246
* Fix plist referencing a non-existent directory.Adam Weinberger2013-10-222-3/+1
| | | | | | | | | | PORTREVISION bump. PR: ports/183152 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=331216
* Horde port update:Martin Matuska2013-10-216-9/+9
| | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.8.3 -> 2.8.4 Horde_Auth 2.1.0 -> 2.1.1 Horde_Core 2.9.0 -> 2.10.0 Horde_Css_Parser 1.0.1 -> 1.0.2 Horde_Date 2.0.6 -> 2.0.7 Horde_History 2.2.0 -> 2.2.1 Horde_Imap_Client 2.15.4 -> 2.15.5 Horde_Log 2.0.1 -> 2.1.0 Horde_Mail 2.1.1 -> 2.1.2 Horde_Rpc 2.1.0 -> 2.1.1 Horde_Smtp 1.2.3 -> 1.2.5 Horde_SpellChecker 2.1.0 -> 2.1.1 Horde_Stream 1.3.0 -> 1.4.0 Notes: svn path=/head/; revision=331093
* Remove php-5.3 restriction.Adam Weinberger2013-10-211-3/+1
| | | | Notes: svn path=/head/; revision=331080
* Improve permissions on writeable directories.Adam Weinberger2013-10-211-2/+4
| | | | | | | PORTREVISION bump for safety. Notes: svn path=/head/; revision=331077
* It has been 2.5 years since the last SquirrelMail release. In thisAdam Weinberger2013-10-2110-208/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time, there have been many fixes added to the source tree, including the PHP 5.4 and 5.5 fixes, requests for which have become the bane of my maintainer existence. The SM team is hard at work on the next version, but at this time it is unclear whether the next version will ever see a full release. As a result, this port will begin following hand-picked SVN snapshots. So, the port officially accepts PHP 5.4 and 5.5, though if you encounter weird errors please DTRT and report it to the SM developers and then downgrade your PHP to 5.3. The other major thing here is that the default location for user preferences and attachments is being changed. Previously we used /var/spool/squirrelmail which is really not in-line with FreeBSD's hier(7). Now we use paths under $PREFIX, respectively $PREFIX/www/squirrelmail/data and .../attach. You can either copy /var/spool/squirrelmail/pref/* into $PREFIX/www/squirrelmail/data, and /var/.../attach/* into $PREFIX/.../attach, and then run $PREFIX/www/squirrelmail/configure, or you can do nothing in which case that's totally fine too and your installation won't break or anything. Note that best practice, as recommended by the SM installation notes and common sense, would suggest moving your user data files to someplace outside of the $PREFIX/www/squirrelmail. Notes: svn path=/head/; revision=331076
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-207-9/+9
| | | | | | | | | | | | | | - Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports Notes: svn path=/head/; revision=331057
* - Remove mail/qmailadmin-devel as is it older than mail/qmailadmin andBryan Drewery2013-10-196-227/+0
| | | | | | | | | | | | unmaintained upstream. - Mark it as MOVED to mail/qmailadmin PR: ports/182619 Submitted by: bdrewery Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=330939
* - Make postgrey work with Perl 5.18Sunpoet Po-Chuan Hsieh2013-10-192-1/+20
| | | | | | | | | | | | - Bump PORTREVISION for package change PR: ports/181291 Reference: https://github.com/schweikert/postgrey/commit/569dd044840a075127ddcf9d92c7791677d118e2 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer) Notes: svn path=/head/; revision=330931
* - support stagingJason Helfman2013-10-191-5/+3
| | | | Notes: svn path=/head/; revision=330848
* - Update to 0.2Dmitry Marakasov2013-10-192-11/+13
| | | | | | | - Support staging Notes: svn path=/head/; revision=330828
* Distill Python-compileall fix into something fit for shipping upstream,Matthias Andree2013-10-182-5/+16
| | | | | | | and fixing a missed directory component along the way (bumping PORTREVISION). Notes: svn path=/head/; revision=330764
* Upgrade to new upstream release 2.1.16, release notes:Matthias Andree2013-10-185-44/+114
| | | | | | | | | | | | | | | | | | | | | | https://launchpad.net/mailman/2.1/2.1.16/ Support stage directory. (Requires Python 2.7, 2.6 is no longer sufficient.) This requires us to compile the Python scripts ourselves to avoid spilling the stagedir name all over the .pyc files, as Mailman's build would do (causing complaints from make stage-qa). While there, compile bin/*.py programs, too. The post-install section of the Makefile is more verbose now. Run Mailman's bin/update after install. Fixes to handling the mailman_last_version file to avoid leftover dirs from an unused Mailman installation and deinstallation. Scripts are more robust now, and use mktemp -d for temporary directories. Notes: svn path=/head/; revision=330763
* update to 5.7.0Oliver Lehmann2013-10-172-14/+16
| | | | Notes: svn path=/head/; revision=330619
* update to 4.14Oliver Lehmann2013-10-172-14/+18
| | | | Notes: svn path=/head/; revision=330613
* mail/hashcash: Unbreak by moving NO_STAGE definitionJohn Marino2013-10-151-1/+1
| | | | | | | | | NO_STAGE needs to be set unconditionally. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=330457
* - Support stagingGrzegorz Blach2013-10-142-14/+9
| | | | Notes: svn path=/head/; revision=330363
* mail/dovecot2: fix package without DOCS optionWilliam Grzybowski2013-10-142-5/+2
| | | | | | | | | - Fix package without DOCS option PR: ports/182585 Notes: svn path=/head/; revision=330339
* use modern OPTIONS helper.Hajimu UMEMOTO2013-10-141-81/+31
| | | | Notes: svn path=/head/; revision=330337
* - Update to 2.9.0Sunpoet Po-Chuan Hsieh2013-10-145-88/+49
| | | | | | | | | | | | | | | | | - Update COMMENT - Add LICENSE - Fix *_DEPENDS - Use CONFLICTS_INSTALL instead of CONFLICTS - Use PORTDOCS macro - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Sort PLIST - Use CPAN as primary WWW - Take maintainership Changes: http://search.cpan.org/dist/Mail-SPF/CHANGES Notes: svn path=/head/; revision=330288
* Fix package name collisionBaptiste Daroussin2013-10-141-1/+1
| | | | Notes: svn path=/head/; revision=330275
* Support stagingRenato Botelho2013-10-132-5/+4
| | | | Notes: svn path=/head/; revision=330246
* Support stagingRenato Botelho2013-10-132-7/+15
| | | | Notes: svn path=/head/; revision=330245