1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

16106 Commits

Author SHA1 Message Date
Renato Botelho
48b9e3c0d1 Support staging 2013-10-13 19:05:00 +00:00
Renato Botelho
9418a53545 Support staging 2013-10-13 19:01:19 +00:00
Renato Botelho
4ccd907479 Support staging 2013-10-13 18:52:54 +00:00
Hajimu UMEMOTO
c89205b637 use modern OPTIONS helper. 2013-10-13 18:48:51 +00:00
Hajimu UMEMOTO
dfdd251daa - enable stage.
- make portlint happy.
2013-10-12 18:46:32 +00:00
Hajimu UMEMOTO
f1654304a8 enable stage. 2013-10-12 18:41:20 +00:00
Florian Smeets
b9da3a42e9 - update thunderbird to 24.0.1
- update enigmail to 1.6
- don't force gcc for i386 builds [1]

Submitted by:	mi [1]
2013-10-12 13:21:23 +00:00
Thomas Abthorpe
2ed5036df6 - Remove dependency on japanese/ruby-chasen
- Option is off by default, no PORTREVISION bump

With hat:	portmgr
2013-10-11 01:51:25 +00:00
Martin Matuska
4863be597e Horde package update:
Horde_ActiveSync 2.7.3 -> 2.8.3
Horde_Cache 2.2.1 -> 2.3.0
Horde_Core 2.8.0 -> 2.9.0
Horde_Imap_Client 2.15.3 -> 2.15.4
Horde_Mime 2.2.5 -> 2.2.7
Horde_Text_Filter 2.1.3 -> 2.1.4
2013-10-10 21:56:48 +00:00
Sunpoet Po-Chuan Hsieh
94002c28c4 - Update to 1.2203
- Convert to new OPTIONS helper

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
2013-10-10 07:11:09 +00:00
William Grzybowski
03dd1914d4 mail/trojita: update to 0.3.96
- Update to 0.3.96
- Support staging
- USES cmake, compiler and desktop-file-utils

PR:		ports/182748
Submitted by:	Marco Bröder <marco.broeder gmx.eu> (maintainer)
2013-10-09 16:08:13 +00:00
Grzegorz Blach
0d32222321 - Support staging 2013-10-08 22:42:35 +00:00
Pawel Pekala
e09cc2b6d0 Fix patching 2013-10-08 18:32:05 +00:00
David Chisnall
e766966e93 Update addresses goodies to the latest release.
Approved by:	bapt (mentor)
2013-10-08 18:19:42 +00:00
Eitan Adler
c9ec2b2ad9 Convert to staging
Discussed with:	mat
2013-10-08 15:00:29 +00:00
Thomas Abthorpe
da4a5f3671 - Mark DEPRECATED, set EXPIRATION_DATE
PR:		ports/182357 (based on)
2013-10-08 05:27:01 +00:00
Baptiste Daroussin
1f93c9dd90 Fix pkgname collision
With hat:	portmgr
2013-10-07 11:09:05 +00:00
Edwin Groothuis
0f708bf9ab Remove mail/mavbiff from the system, it hasn't been obsoleted for
five years now.
2013-10-07 08:25:49 +00:00
John Marino
bc7cc3b13b mail/textmail: Fix previous pdftotext breakage better
This unmaintained port was marked broken after pdftotext was relocated
away from bin/ with the rest of the xpdf package.  That happened to
avoid a conflict with poppler-utils.  The better fix is to change the
dependency to use pdftotext program from the preferred poppler-utils
port which remains installed in the standard bin/ path.
2013-10-06 23:11:56 +00:00
John Marino
6bf08a4d7a Mark seven unmaintained ports as jobs unsafe. 2013-10-06 21:51:02 +00:00
Dirk Meyer
2bcb2a48f8 - use STAGEDIR 2013-10-06 15:14:18 +00:00
Dmitry Sivachenko
445cfd3efe Update to 2.19. 2013-10-06 12:31:21 +00:00
Adam Weinberger
6b0f47ceda Stage support and clean up the messy Makefile a little 2013-10-06 03:41:39 +00:00
Adam Weinberger
9e3678067d Stage support 2013-10-05 20:56:22 +00:00
Eygene Ryabinkin
7a564f36eb Upgrade OfflineIMAP to 6.5.5
Changes since 6.5.4:

 * Avoid lockups for IMAP synchronizations running with the
   "-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>)
 * Dump stacktrace for all threads on SIGQUIT: ease debugging
   of threading and other issues
 * SIGHUP is now handled as the termination notification rather than
   the signal to reread the configuration (Dmitrijs Ledkovs)
 * Honor the timezone of emails (Tobias Thierer)
 * Allow mbnames output to be sorted by a custom sort key by specifying
   a 'sort_keyfunc' function in the [mbnames] section of the config.
 * Support SASL PLAIN authentication method.  (Andreas Mack)
 * Support transport-only tunnels that requre full IMAP authentication.
   (Steve Purcell)
 * Make the list of authentication mechanisms to be configurable.
   (Andreas Mack)
 * Allow to set message access and modification timestamps based
   on the "Date" header of the message itself.  (Cyril Russo)
 * "peritem" format string for [mbnames] got new expansion key
   "localfolders" that corresponds to the same parameter of the
   local repository for the account being processed.
 * [regression] pass folder names to the foldersort function,
   revert the documented behaviour
 * Fix handling of zero-sized IMAP data items (GitHub#15).
 * Updated bundled imaplib2 to 2.35:
   - fix for Gmail sending a BYE response after reading >100 messages
     in a session;
   - includes fix for GitHub#15: patch was accepted upstream.
 * Updated bundled imaplib2 to 2.36: it includes support for SSL
   version override that was integrated into our code before,
   no other changes.
 * Fixed parsing of quoted strings in IMAP responses: strings like "\\"
   were treated as having \" as the escaped quote, rather than treating
   it as the quoted escaped backslash (GitHub#53).
 * Execute pre/post-sync hooks during synchronizations
   toggled by IMAP IDLE message processing. (maxgerer@gmail.com)
 * Catch unsuccessful local mail uploads when IMAP server
   responds with "NO" status; that resulted in a loss of such
   local messages. (Adam Spiers)
 * Don't create folders if readonly is enabled.
 * Learn to deal with readonly folders to properly detect this
   condition and act accordingly.  One example is Gmail's "Chats"
   folder that is read-only, but contains logs of the quick chats. (E.
   Ryabinkin)
 * Fix str.format() calls for Python 2.6 (D. Logie)
 * Remove APPENDUID hack, previously introduced to fix Gmail, no longer
   necessary, it might have been breaking things. (J. Wiegley)
 * Improve regex that could lead to 'NoneType' object has no attribute
   'group' (D. Franke)
 * Improved error throwing on repository misconfiguration

Port changes:

 * adopted to USE_GITHUB;
 * fixed spacing and capitalization in pkg-descr.

QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.5.5
2013-10-05 18:36:06 +00:00
Hajimu UMEMOTO
1ba51ef48f avoid package name collisions.
Spotted by:	bapt
2013-10-05 18:35:40 +00:00
Hajimu UMEMOTO
7c59d28f6c - enable stage.
- use new LIB_DEPENDS format.
2013-10-05 17:52:49 +00:00
Pawel Pekala
dfc33c10af Add support for STAGEDIR 2013-10-05 16:52:12 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Pawel Pekala
441d6f4800 - Fix comboboxes vcalendar bug by adding upstream patches [1]
- Add support for STAGEDIR
- Properly set configure iconv args

PR:		ports/182439 [1]
Reported by:	Gerard Seibert <gerard@seibercom.net>
2013-10-05 11:25:29 +00:00
Mark Felder
d0b0237875 - Fix for Roundcube >=0.9.0
- STAGE support

Approved by:	crees (mentor)
2013-10-04 18:09:26 +00:00
Alex Dupre
b258252867 Support stage dir. 2013-10-04 12:49:58 +00:00
Guido Falsi
2e86dd8957 - Update to 2.7.0
- Also update dovecot auth patch to apply to this new version
- Properly convert to options and use options helpers
- Convert to new LIB_DEPENDS format
- Support staging
2013-10-04 00:46:50 +00:00
William Grzybowski
f749901ca3 mail/dbmail: fix DOCS option
- Fix DOCS option [1] (based on)

PR:		ports/182566 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
2013-10-03 23:24:14 +00:00
William Grzybowski
edd33790f7 mail/dovecot2: use PORTEXAMPLES unconditionally
- Use PORTEXAMPLES unconditionally

Reported by:	sunpoet
2013-10-03 16:39:10 +00:00
Sunpoet Po-Chuan Hsieh
18f6b40795 - Update to 1.2202
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
2013-10-03 16:19:54 +00:00
Baptiste Daroussin
a4f7c45610 The old gkrellm is not maintained upstream anymore, this plugin also has
a package name conflicting with its newer version.
2013-10-02 21:59:30 +00:00
William Grzybowski
89b77d9964 mail/dovecot2-pigeonhole: update to 0.4.2
- Update to 0.4.2 [1]
- Allow staging

PR:		ports/182543 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer) [1]
2013-10-01 23:24:09 +00:00
William Grzybowski
ddad6a2059 mail/dovecot2: update to 2.2.6
- Update to 2.2.6 [1]
- Convert lib depends to new format
- Allow staging
- Bump antispam plugin (pigenhole update comming next)

PR:		ports/182543 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer) [1]
2013-10-01 23:23:07 +00:00
Matthias Andree
fc1e4986a4 Support staging. 2013-10-01 14:21:35 +00:00
Mathieu Arnold
5af3c674e8 * Convert to staging
* Add license
* Silence compiler warnings
2013-10-01 12:29:34 +00:00
Beech Rintoul
54a29b023c - Add option definition for IPv6 support
PR:		ports/179479
Submitted by:	Alexey Markov <redrat@mail.ru>
2013-10-01 05:20:36 +00:00
Florian Smeets
3aad17958c Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.
PR:		ports/182377
PR:		ports/182508
2013-09-30 18:07:39 +00:00
Danilo Egea Gondolfo
c81b5b1a83 - Change maintainer email to @FreeBSD.org
- Add stage support
- Use options helpers
- Convert LIB_DEPENDS to new syntax

Approved by:	wg (mentor)
2013-09-29 23:36:27 +00:00
Matthew Seaman
ccdabbd301 - Stageify 2013-09-27 08:06:39 +00:00
William Grzybowski
adac9f0c9a mail/lurker: fix build on head
- Fix build on head [1]
- Remove useless LICENSE_FILE
- Remove leading article from COMMENT
- Allow staging

PR:		ports/182053
Submitted by:	Kevin Rauwolf <sweetpea-freebsd tentacle.net> (maintainer)
2013-09-26 17:30:13 +00:00
William Grzybowski
e9e533c79f mail/c-sig: allow staging
- Allow staging

PR:		ports/182399
Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)
2013-09-26 16:03:43 +00:00
William Grzybowski
dd88614723 mail/dbmail: update to 3.1.7
- Update to 3.1.7 [1]
- Define DOCS option
- Allow staging

PR:		ports/182406 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
2013-09-26 15:59:24 +00:00
William Grzybowski
616c280fa8 mail/py-authres: allow staging
- Allow stating [1]
- Define DOCS option

PR:		ports/182400 [1]
Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer) [1]
2013-09-26 12:54:08 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00