1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

310959 Commits

Author SHA1 Message Date
Steve Wills
2ad62d68b4 - Fix build on 8.4
Submitted by:	bapt mostly, I just fixed up the __has_include bit with help from help from antoine@
Approved by:	portmgr (bapt@)
2013-10-05 20:34:59 +00:00
Grzegorz Blach
569accb914 - Convert USE_GMAKE=yes to USES=gmake
- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-05 20:33:02 +00:00
Grzegorz Blach
8828ea1332 - Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax
- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-05 20:30:12 +00:00
Carlo Strub
daa07ab5fe Take over this port 2013-10-05 19:14:58 +00:00
Carlo Strub
f770578d71 Remove my mail address from header 2013-10-05 19:05:57 +00:00
Carlo Strub
21630d0365 Give my bzr plugin ports back to pool. 2013-10-05 19:04:33 +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
Boris Samorodov
2bd232e060 . support staging;
. remove well-known license file (GPLv3).
2013-10-05 18:30:05 +00:00
Christian Weisgerber
29e0aadcd5 Properly use @group/@mode instead of ${CHMOD}. 2013-10-05 18:17:39 +00:00
Antoine Brodin
b9117a0d4c Re-order directory removal to fix leftovers with pkg_install
Approved by:	az
2013-10-05 18:15:39 +00:00
Baptiste Daroussin
a2caac685d Support stage 2013-10-05 18:14:41 +00:00
Baptiste Daroussin
fea29121e1 Support stage 2013-10-05 18:12:05 +00:00
Baptiste Daroussin
28767ab2d9 Enable staging 2013-10-05 18:11:11 +00:00
Rusmir Dusko
9f0d5e8023 - Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Change desktop entry
- Support STAGEDIR

Approved by:	wg/pawel (mentors)
2013-10-05 18:02:53 +00:00
Antoine Brodin
fe5c30adac Fix after security/fpm removal 2013-10-05 18:02:35 +00:00
Rusmir Dusko
4ed44ba015 - Update to 0.751beta
- Add master sites and icons
- Pass maintainership to submitter
- Add license (GPLv2)
- Use pkg-plist instead of PLIST_FILES
- Change docs and add DOCS Option
- Add Desktop entry file

Approved by:	wg/pawel (mentors)
2013-10-05 17:58:04 +00:00
Hajimu UMEMOTO
7c59d28f6c - enable stage.
- use new LIB_DEPENDS format.
2013-10-05 17:52:49 +00:00
Baptiste Daroussin
db16c975cd Fix pkg register -i (staged pass mode) not properly respecting @owner/@group
Reported by:	naddy
2013-10-05 17:52:42 +00:00
Sunpoet Po-Chuan Hsieh
8f88d85c5c - Update to 2.7.2
- Convert to new OTPIONS helper
- Support STAGEDIR
- Cosmetic change

Changes:	http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.7.2_.282013-10-01.29
2013-10-05 17:46:12 +00:00
Juergen Lock
d706c3a576 (Attempt to) fix build with clang+libc++.
Submitted by:	beefy2 via pkg-fallout
2013-10-05 17:38:09 +00:00
Sunpoet Po-Chuan Hsieh
7a55ec8338 - Update to 0.539
- Sort *_DEPENDS
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Rose-DateTime/Changes
2013-10-05 16:59:51 +00:00
Guido Falsi
0e3def5a8d Fix typo. 2013-10-05 16:56:06 +00:00
Pawel Pekala
dfc33c10af Add support for STAGEDIR 2013-10-05 16:52:12 +00:00
Sunpoet Po-Chuan Hsieh
7c71d503f0 - Use USES=gmake 2013-10-05 16:51:41 +00:00
Grzegorz Blach
fef2398900 - Fix pkg-plist
Approved by:	crees (mentor)
2013-10-05 16:47:51 +00:00
Jason E. Hale
4078d552c5 - Update to 4.6.4
- Back out staging support for the time being because the mime database
  was not being updated properly and was causing packaging failure [1]

Reported by:	QAT, avg (via email) [1]
2013-10-05 16:25:12 +00:00
Li-Wen Hsu
8d37b5059a - The infrastructure takes care of jenkins' home permission well,
so remove the redundant scripts and commands.

Notified by:	ohauer
2013-10-05 16:11:37 +00:00
Guido Falsi
a9b67764b3 Remove item I forgot to remove in previous commit. 2013-10-05 16:09:08 +00:00
Guido Falsi
b691b33995 - Update to 0.7.1
- Add pkg-message about needing original game data files
- Take maintainership
2013-10-05 16:01:07 +00:00
Grzegorz Blach
256f71a674 - Update to 0.7
Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-05 16:00:24 +00:00
Bernhard Froehlich
9a1cf8046f - Fix build problem on HEAD where libc++ bitset::test() and the
mysql built in macro test() from my_global.h clash.

The port requires another fix to properly compile on HEAD which
will be committed to libc++/include/memory on HEAD soon.

With hat:	portmgr
2013-10-05 15:55:13 +00:00
Jun Kuriyama
29da85dd1c Revert NO_STAGE because packaging failure with PKGNG. 2013-10-05 15:41:25 +00:00
Emanuel Haupt
c3d449e578 Update to 1.51
Submitted by:	royce@tycho.org (via email)
2013-10-05 15:24:46 +00:00
Sunpoet Po-Chuan Hsieh
db7ccc9709 - Use USES=gmake 2013-10-05 15:18:44 +00:00
Kevin Lo
7cbcbc9b79 - Update to 5.0.12
- Allow staging

PR:	ports/182636
Submitted by:	Loic Blot <loic.blot at unix-experience dot fr>
2013-10-05 15:03:22 +00:00
Andrej Zverev
71ba68dede - Add more missed dirs for staging
Submitted by:	antoine@ (via IRC, version for perl5.14)
2013-10-05 14:56:20 +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
Poul-Henning Kamp
6e633ee349 Remove the version 1.03 of the mlan API. 2013-10-05 14:20:16 +00:00
Baptiste Daroussin
5e26b09ed7 Removed dependency on gwave
Bump portrevision
2013-10-05 14:07:56 +00:00
Danilo Egea Gondolfo
c609e39f76 - Update from 4.8.0.4 to 4.8.0.5 [1]
- Remove the indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add DOCS option
- Add stage support

PR:		ports/182634
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-05 13:51:51 +00:00
Jimmy Olgeni
6fe29eef01 - Add staging support.
- Do not mute install commands.
2013-10-05 13:48:35 +00:00
Jimmy Olgeni
2585b0fcc0 - Upgrade to version 1.560.
- Add staging support.
- Do not mute install commands.
- Remove automatic PLIST generation.
2013-10-05 13:47:58 +00:00
Jimmy Olgeni
6ef61f34dd - Upgrade to version 1.650.
- Add staging support.
- Do not mute install commands.
- Remove automatic PLIST generation.
- Do not use /usr/sbin/pkg for pkgng detection; if you run it in batch it
  may stop with an interactive prompt on 9.x.
2013-10-05 13:45:02 +00:00
Baptiste Daroussin
c570a68c6b gnome1 is deprecated, remove unmaintained ports depending on it. 2013-10-05 13:41:46 +00:00
Baptiste Daroussin
65bf36e901 Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest user
Approved by:	gnome (implicit)
2013-10-05 13:39:43 +00:00
Dirk Meyer
2dd2a167f3 - add PKGNAMESUFFIX 2013-10-05 13:36:39 +00:00
Baptiste Daroussin
b9a53811c4 Deprecate gnome1 for real, it is EOLed for very long upstream now, it is
cluttering the infrastructure and ports tree.
It cost a lot in maintainance and improvement of the ports tree.

Approved by:	gnome@ (implicit)
2013-10-05 13:31:28 +00:00
Dirk Meyer
6a8c6f5fbc - add PKGNAMESUFFIX 2013-10-05 13:30:42 +00:00
Baptiste Daroussin
7aa89fec81 Deprecate gnome1 for real, it is EOLed for very long upstream now, it is cluttering the infrastructure and ports tree.
It cost a lot in maintainance and improvement of the ports tree.

Approved by:	gnome (implicit)
2013-10-05 13:23:10 +00:00