Commit graph

18350 commits

Author SHA1 Message Date
Dmitry Marakasov
e8af6a22a2 - Add NO_ARCH for main/squirrelmail and all its plugins
PR:		202065
Submitted by:	amdmi3
Approved by:	adamw (maintainer)
2015-08-03 20:10:43 +00:00
Dmitry Marakasov
be845e1e23 - Drop @dirrm* from plist 2015-08-03 20:05:56 +00:00
Dmitry Marakasov
c9e99e1e6c - Drop @dirrm* from plist 2015-08-03 20:05:43 +00:00
Dmitry Marakasov
e53cf9536e - Drop @dirrm* from plist 2015-08-03 19:01:48 +00:00
Dmitry Marakasov
2725706e0b - Drop @dirrm* from plist 2015-08-03 19:01:41 +00:00
Dmitry Marakasov
6cb4f5adaa - Fix shebangs
- Add NO_ARCH
- Cosmetic fix
2015-08-03 17:11:22 +00:00
Martin Matuska
a69ba14652 Horde package update:
comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6
devel/pear-Horde_Alarm 2.2.4 -> 2.2.5
security/pear-Horde_Auth 2.1.8 -> 2.1.10
www/pear-Horde_Browser 2.0.9 -> 2.0.10
archivers/pear-Horde_Compress 2.1.2 -> 2.1.3
devel/pear-Horde_Core 2.20.5 -> 2.20.8
security/pear-Horde_Crypt 2.5.3 -> 2.6.0
www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7
devel/pear-Horde_Data 2.1.2 -> 2.1.3
devel/pear-Horde_Date 2.1.0 -> 2.1.1
devel/pear-Horde_Exception 2.0.5 -> 2.0.6
www/pear-Horde_Form 2.0.9 -> 2.0.11
devel/pear-Horde_History 2.3.4 -> 2.3.5
devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1
graphics/pear-Horde_Image 2.3.1 -> 2.3.2
mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1
devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5
mail/pear-Horde_Mail 2.6.0 -> 2.6.2
mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.4 -> 2.1.5
devel/pear-Horde_Prefs 2.7.3 -> 2.7.4
net/pear-Horde_Rpc 2.1.4 -> 2.1.5
devel/pear-Horde_Serialize 2.0.3 -> 2.0.4
devel/pear-Horde_Support 2.1.3 -> 2.1.4
textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2
devel/pear-Horde_Util 2.5.5 -> 2.5.6
sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0
www/horde-ansel 3.0.2 -> 3.0.3
ftp/horde-gollem 3.0.3 -> 3.0.4
www/horde-base 5.2.6 -> 5.2.7
mail/horde-imp 6.2.9 -> 6.2.10
mail/horde-ingo 3.2.5 -> 3.2.6
deskutils/horde-kronolith 4.2.8 -> 4.2.9
deskutils/horde-mnemo 4.2.6 -> 4.2.7
www/horde-passwd 5.0.2 -> 5.0.3
www/horde-trean 1.1.1 -> 1.1.2
mail/horde-turba 4.2.7 -> 4.2.8
mail/horde-webmail 5.2.7 -> 5.2.9
deskutils/horde-groupware 5.2.7 -> 5.2.9
www/horde-wicked 2.0.3 -> 2.0.4
2015-08-03 07:06:14 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Olli Hauer
05aa1eb8b1 - update to 3.0-20150719 (3.0.2)
20150501
       Support for Linux 4.*, and some simplification for future
       makedefs files. Files: makedefs, util/sys_defs.h.

20150718
       Security: opportunistic TLS by default uses "medium" or
       stronger ciphers instead of "export" or stronger. See the
       RELEASE_NOTES file for how to get the old settings back.
       Files: global/mail_params.h, proto/TLS_README.html,
       proto/postconf.proto, and files derived from those.

20150719
       Security: Postfix TLS support by default no longer uses
       SSLv2 or SSLv3.  See the RELEASE_NOTES file for how to get
       the old settings back. Files: global/mail_params.h,
       proto/postconf.proto, and files derived from those.

Incompatible change with Postfix  2.11.6 / 3.0.2
-------------------------------------------------

As of the middle of 2015, all supported Postfix releases no longer
enable "export" grade ciphers for opportunistic TLS, and no longer
use the deprecated SSLv2 and SSLv3 protocols for mandatory or
opportunistic TLS.

These changes are very unlikely to cause problems with server-to-server
communication over the Internet, but they may result in interoperability
problems with ancient client or server implementations on internal
networks.  To address this problem, you can revert the changes with:

Postfix SMTP client settings:

    lmtp_tls_ciphers = export
    smtp_tls_ciphers = export
    lmtp_tls_protocols = !SSLv2
    smtp_tls_protocols = !SSLv2
    lmtp_tls_mandatory_protocols = !SSLv2
    smtp_tls_mandatory_protocols = !SSLv2

Postfix SMTP server settings:

    smtpd_tls_ciphers = export
    smtpd_tls_protocols =
    smtpd_tls_mandatory_protocols = !SSLv2

These settings, if put in main.cf, affect all Postfix SMTP client
or server communication, which may be undesirable. To be more
selective, use "-o name=value" parameter overrides on specific
services in master.cf. Execute the command "postfix reload" to make
the changes effective.
2015-08-02 20:17:29 +00:00
Olli Hauer
80695d3aeb - update to 2.11.6
20150501
       Support for Linux 4.*, and some simplification for future
       makedefs files. Files: makedefs, util/sys_defs.h.

20150718
       Security: opportunistic TLS by default uses "medium" or
       stronger ciphers instead of "export" or stronger. See the
       RELEASE_NOTES file for how to get the old settings back.
       Files: global/mail_params.h, proto/TLS_README.html,
       proto/postconf.proto, and files derived from those.

20150719
       Security: Postfix TLS support by default no longer uses
       SSLv2 or SSLv3.  See the RELEASE_NOTES file for how to get
       the old settings back. Files: global/mail_params.h,
       proto/postconf.proto, and files derived from those.

Incompatible change with Postfix  2.11.6 / 3.0.2
-------------------------------------------------

As of the middle of 2015, all supported Postfix releases no longer
enable "export" grade ciphers for opportunistic TLS, and no longer
use the deprecated SSLv2 and SSLv3 protocols for mandatory or
opportunistic TLS.

These changes are very unlikely to cause problems with server-to-server
communication over the Internet, but they may result in interoperability
problems with ancient client or server implementations on internal
networks.  To address this problem, you can revert the changes with:

Postfix SMTP client settings:

    lmtp_tls_ciphers = export
    smtp_tls_ciphers = export
    lmtp_tls_protocols = !SSLv2
    smtp_tls_protocols = !SSLv2
    lmtp_tls_mandatory_protocols = !SSLv2
    smtp_tls_mandatory_protocols = !SSLv2

Postfix SMTP server settings:

    smtpd_tls_ciphers = export
    smtpd_tls_protocols =
    smtpd_tls_mandatory_protocols = !SSLv2

These settings, if put in main.cf, affect all Postfix SMTP client
or server communication, which may be undesirable. To be more
selective, use "-o name=value" parameter overrides on specific
services in master.cf. Execute the command "postfix reload" to make
the changes effective.
2015-08-02 20:16:26 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Rene Ladan
0b69797700 Remove expired ports:
2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above
2015-07-31 mail/maildirsync: Requires an unsupported version of Perl
2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl
2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead
2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything)
2015-07-31 sysutils/vhdtool: Use mkimg(1) instead
2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
2015-08-01 10:09:19 +00:00
Pawel Pekala
08f3b8c64c - Update Claws Mail & plugins to version 3.12.0
- Fetch distfile from project site, SF distribution is postponed till
  situation with site is clear
- Include configure patch that prevents linking all binaries to libarchive [1]
- Switch archiver plugin to USES=libarchive [1]
- Add new Manage Sieve plugin which allows manipulation of IMAP filters
- Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata
  library, which is not in ports yet

Release notes: http://claws-mail.org/news.php

PR:		201949 [1]
Submitted by:	tijl [1]
2015-07-31 20:58:07 +00:00
Dmitry Marakasov
5b0584c0a5 - Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-30 22:23:39 +00:00
Dmitry Marakasov
59ab342332 - Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-30 22:23:33 +00:00
Dmitry Marakasov
270975c920 - Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-30 21:13:10 +00:00
Dmitry Marakasov
8fdbd13473 - Modernize plist
Approved by:	portmgr blanket
2015-07-30 21:13:04 +00:00
Bartek Rutkowski
3285ed8aca mail/roundcube-automatic_addressbook: update 0.4 -> 0.4.1
- Switch upstream to GitHub
- Change @dirrm to @dir
- Remove obsolete BUILD_DEPENDS
- Adjust WWW

PR:		201991
Submitted by:	Anes Mukhametov <anes@anes.su> (maintainer)
2015-07-30 19:26:00 +00:00
Dmitry Marakasov
2bd621d3c9 - Fix installed files owner/permissions: properly set these in plist according to what upstream makefile intends to do
- Strip binary
2015-07-30 10:30:00 +00:00
Dmitry Marakasov
d03058c571 - Drop @dirrm* from plist
- Remove useless pre/post.mk split

Approved by:	portmgr blanket
2015-07-29 22:48:17 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Bartek Rutkowski
65996eb91a mail/notmuch: add missing BUILD_DEPENDS
PR:		201884
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
MFH:		2015Q3
2015-07-29 20:31:09 +00:00
Dmitry Marakasov
40addee0d2 - Add LICENSE
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-28 23:28:42 +00:00
Dmitry Marakasov
7fd5d8e4f4 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 21:14:34 +00:00
Vsevolod Stakhov
5eac9528f7 - Update to 4.86 [1]
- Add experimental INTERNATIONAL option
- Add experimental SOCKS option
- Removed rspamd extra patch (included by default now)
- Removed xclient patch (broken and not used)

Relnotes:	ftp://ftp.exim.org/pub/exim/exim4/NewStuff [1]
2015-07-27 19:42:14 +00:00
Bartek Rutkowski
fcde958b5b mail/getmail: update 4.47.0 -> 4.48.0
PR:		201909
Submitted by:	Joseph Mingrone <Joseph Mingrone> (maintainer)
2015-07-27 19:32:01 +00:00
Antoine Brodin
46a065c8c3 Update devel/doxygen to 1.8.10
PR:		201365
exp-run:	self
2015-07-27 17:11:51 +00:00
Hiroki Sato
658f71fd24 - Add LICENSE.
- Remove %%PORTDOCS%% in pkg-plist and use PORTDOCS in Makefile instead.
- Fix a wrong pathname in pkg-message.
- Use {opt}_* variables instead of ".if ${PORT_OPTIONS:Mfoo}".
- Remove patch-Makefile.in because it is no longer needed.

Approved by:	hiroto.kagotani@gmail.com (maintainer)
2015-07-27 06:04:58 +00:00
Jan Beich
bc2d7d11da - Update Thunderbird to 38.1.0
Changes:	https://www.mozilla.org/thunderbird/38.0.1/releasenotes/
Changes:	https://www.mozilla.org/thunderbird/38.1.0/releasenotes/
PR:		201769
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (based on)
MFH:		2015Q3
X-MFH-With:	r392273
Security:	https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
2015-07-23 23:36:07 +00:00
Alexey Dokuchaev
24df61d459 Add a port of E-MailRelay, a simple SMTP proxy and store-and-forward message
transfer agent (MTA).

WWW: http://emailrelay.sourceforge.net/

PR:		199192
Submitted by:	Robert Nelson
2015-07-23 16:40:43 +00:00
Bartek Rutkowski
6c97b5d41f mail/dovecot-sieve: update MASTER_SITES
PR:		199076
Submitted by:	Christian Heckendorf <heckendorfc@gmail.com>
Approved by:	maintainer timeout (3 months)
MFH:		2015Q3
2015-07-23 07:21:49 +00:00
Frederic Culot
9d1dbd766e - Update to 2.208
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-07-21 15:26:52 +00:00
Kurt Jaeger
e918a42233 mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS change
Now that a port dns/p5-Net-DNS has been upgraded to version 1.01,
this revealed an incompatibility with DNS resolving in SpamAssassin.

In short: Net::DNS::Packet->new no longer sets the RD (recursion
desired) bit in new packets, so essentially DNS queries no longer
work. Details at:
  https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223

To bridge the time until SpamAssassin 3.4.2 gets released,
the attached patch is needed ( equivalent to
  https://svn.apache.org/viewvc?view=rev&rev=1691992 ).

For earlier version of dns/p5-Net-DNS this patch is redundant,
but does no harm.

PR:		201741
Submitted by:	Mark.Martinec@ijs.si
2015-07-21 12:56:52 +00:00
Kurt Jaeger
600bf4362f mail/p5-Mail-IMAPTalk: 3.01 -> 4.01
- Remove long command timer
- Misc parser and fixes
- Avoid / in generated message-id
- More improvements to find_message function
- Add cyrus IMAP extension commands
- Support extended-list options to list command
- Avoid undef warning on missing foldermode response
- Handle unexpected capability response
- Add ability to enable tracing when you "use" the module
- Replace multigetannotation with multigetmetadata
- Add IMAP myrights command
- Add IMAP id command
- Use release_socket to close connection
- Update root folder and Inbox vs INBOX handling
- Choose socket library to use, add SSL socket support
- Better formatting of email strings from envelope structure
2015-07-21 11:00:50 +00:00
Bartek Rutkowski
05fb37be3e mail/qpopper: fix pkg-plist when not using APOP option
PR:		198300
Submitted by:	Helge Oldach <freebsd@oldach.net>
Approved by:	maintainer timeout (4 months)
MFH:		2015Q3
2015-07-20 09:30:14 +00:00
Bartek Rutkowski
b213dde60e mail/py-authres: update 0.701 -> 0.800
PR:		201689
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)
2015-07-20 06:48:29 +00:00
Greg Lewis
0fb2d69d9f . Fix the build for Java 8.
PR:		201347
Approved by:	Maintainer timeout
2015-07-20 06:31:20 +00:00
Baptiste Daroussin
660380cfd6 Respect USE_OPENSSL 2015-07-19 12:27:58 +00:00
Hiroki Sato
6487af5153 - Correct LICENSE.
- Regenerate patch files to make portlint happy.
2015-07-18 17:06:09 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Bartek Rutkowski
2ce3f2e092 mail/mlmmj: reset maintainer to ports@FreeBSD.org
PR:		201561
Submitted by:	Christian Larsen <xi@borderworlds.dk> (maintainer)
2015-07-16 09:33:43 +00:00
Ashish SHUKLA
6b1d89f112 - Update to 5.7.1p1
- Add TABLE_DB option to add support for aliases db
- Sort options in alphabetical order

PR:		201241
Submitted by:	brnrd
2015-07-15 15:53:21 +00:00
Dmitry Marakasov
18ed2f93f4 - Fix shebangs (actually affects slave bogofilter-tc port)
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-13 19:02:21 +00:00
Vsevolod Stakhov
c97226c70f - Restore LMTP support by default [1]
- Fix install commands in the Makefile
- Bump portrevision

PR:		201438
Submitted by:	Gennady Proskurin <gpr at mail.ru>
2015-07-13 11:52:12 +00:00
Bartek Rutkowski
01db6a2efc mail/notmuch: update 0.19 -> 0.20.2, change MAINTAINER
- Change maintainer to mp39590@gmail.com
- Delete obsolete patches

PR:		201272
Submitted by:	Mikhail <mp39590@gmail.com>
Approved by:	Ross Timson <ross@rosstimson.com> (maintainer)
2015-07-13 11:03:49 +00:00
Dmitry Marakasov
8fb27c6dd2 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-12 22:45:03 +00:00
Hiroki Sato
2bbb474003 Fix dependency. 2015-07-12 18:43:33 +00:00
Sunpoet Po-Chuan Hsieh
5caa75a16f - Update to 2.9.4
Changes:	https://github.com/danchoi/vmail/commits/master
PR:		201020
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 3 weeks)
2015-07-12 16:09:35 +00:00
Hiroki Sato
a8eb7c738b Add mail/mailest, hyper estraier search engine backend for mail/mew. 2015-07-10 01:24:27 +00:00
Koop Mast
91f42ae8cf Fix the build with FreeType 2.6.
Obtained from:	mozilla upstream.
2015-07-09 07:09:30 +00:00
Hajimu UMEMOTO
d6d200cb1b Mark BROKEN when AUTOSIEVE is ON, as autosieve patch
is not available.

Spotted by:	mat
2015-07-08 15:19:40 +00:00
Alex Dupre
2efe7c0401 Update to 1.1.2 release.
PR:		201166
Submitted by:	Vlad K. <vlad-fbsd@acheronmedia.com>
2015-07-08 06:08:57 +00:00
Kubilay Kocak
78226fbc1f mail/alpine: Update distinfo for maildir patch
The upstream distribution file (maildir.patch.gz) has changes. Update distinfo
to compensate.

PR:		199173
Submitted by:	Igor Zabelin <igorz yandex ru> (maintainer)
Tested by:	Jason Unovitch <jason dot unovitch gmail com>
MFH:		2015Q3
2015-07-07 04:40:51 +00:00
Kurt Jaeger
90077e6fa3 mail/rainloop: fix typo in PGSQL_USE
PR:		200091
2015-07-06 21:00:33 +00:00
Kurt Jaeger
f67f6377ca mail/rainloop: Upgrade 1.8.2 -> 1.9.2
mail/rainloop-community: new slave port, community edition

rainloop is a modern and interactive webmail.

Changelog since 1.8.2:
http://www.rainloop.net/changelog/

PR:		200091
Submitted by:	brnrd
Approved by:	loic.blot@unix-experience.fr (maintainer)
2015-07-06 17:24:09 +00:00
Emanuel Haupt
3cb9e1a8b9 Update to 3.4.3 2015-07-06 11:07:59 +00:00
Hajimu UMEMOTO
d4436c4985 Restore accidentally nuked distinfo by my previous commit. 2015-07-06 10:56:12 +00:00
Hajimu UMEMOTO
c586875614 Update to 2.3.19. 2015-07-06 10:52:46 +00:00
Hajimu UMEMOTO
56f8376fed Update to 2.4.18. 2015-07-06 10:48:21 +00:00
Emanuel Haupt
7b8fa5860e Provide fix for sigbus on ARM caused by unaligned access.
PR:		200053
Submitted by:	mikael.urankar@gmail.com, usenet@ulrich-grey.de
2015-07-06 07:14:29 +00:00
Hajimu UMEMOTO
89c74e8a9d Update to 2.5.4. 2015-07-06 03:38:23 +00:00
Ruslan Makhmatkhanov
d883a59210 Update Zope to 2.13.23.
This update also includes:
- devel/py-Acquisition 4.0a1 -> 4.2.1
- devel/py-ExtensionClass 4.0a1 -> 4.2.1
- devel/py-Products.BTreeFolder2 2.13.4 -> 2.14.0
- devel/py-Products.ExternalMethod 2.13.0 -> 2.13.1
- mail/py-Products.MailHost 2.13.1 -> 2.13.2
- devel/py-Products.StandardCacheManagers 2.13.0 -> 2.13.1
- devel/py-zconfig 2.9.3 -> 3.0.4
- devel/py-zLOG 2.11.1 -> 2.11.2

Changes common across this ports: add LICENSE_FILE, add NO_ARCH, sort USE_PYTHON

MFH:		2015Q3
2015-07-04 21:07:29 +00:00
Dirk Meyer
cd8765428a - update to 8.15.2 2015-07-03 16:50:31 +00:00
Vsevolod Stakhov
d4821c7138 - Update to 0.9.9 2015-07-03 14:21:15 +00:00
Guido Falsi
5d1fa5921a - Update mail/courier-imap to 4.16.2
- Update mail/sqwebmail to 5.8.3
- Update security/courier-authlib to 0.66.3
- Remove no more needed patch from mail/maildrop

Approved by:		oliver (maintainer)
Differential Revision:	https://reviews.freebsd.org/D2975
2015-07-03 09:16:57 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Sunpoet Po-Chuan Hsieh
814f91adcc - Add NO_ARCH 2015-07-01 17:46:45 +00:00
David Chisnall
b6546ca2ca Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
2015-07-01 13:50:28 +00:00
Guido Falsi
0b6e3c0697 Fix build when AUTHLIB is enabled by partly reverting an upstream
change which depends on a newer courier-authlib verison.
2015-06-30 21:25:24 +00:00
Dmitry Marakasov
b3be5eadcc - Correct python dependency to fix build with X11 enabled
PR:		201131
Submitted by:	lantw44@gmail.com
Approved by:	chalpin@cs.wisc.edu (maintainer)
2015-06-30 16:28:56 +00:00
Guido Falsi
2dd4054b19 - Update mail/courier-unicode to 1.3
- Update mail/maildrop to 2.8.3
- Add make.conf variable for maildrop to force it choosing a non standard mailbox directory [1]

Reported by:	Jim Trigg <jktrigg at gmail.com> [1]
2015-06-30 10:39:31 +00:00
Rene Ladan
222937640c Remove expired ports:
2015-06-29 audio/padevchooser: Broken for more than 6 months
2015-06-29 devel/xtla: Broken for more than 6 months
2015-06-29 mail/mail-notification: Broken for more than 6 months
2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months
2015-06-29 sysutils/py-salt-api: Broken for more than 6 months
2015-06-29 17:56:00 +00:00
Sunpoet Po-Chuan Hsieh
161c4e824f - Remove DOCS option
- Add NO_ARCH
- Bump PORTREVISION for package change
2015-06-29 13:50:25 +00:00
Muhammad Moinur Rahman
04aa4313d5 mail/imapfilter: Update version 2.6=>2.6.1 2015-06-29 09:31:13 +00:00
Sunpoet Po-Chuan Hsieh
f7b9e1d6be - Update to 4.2.3
Changes:	https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md
2015-06-28 17:58:14 +00:00
Vsevolod Stakhov
ba60ad3e32 - Update to 0.9.8 2015-06-25 14:56:44 +00:00
Vsevolod Stakhov
1ca933d646 - Update to 0.9.7 2015-06-23 15:09:05 +00:00
Ashish SHUKLA
64c5551aa5 - Update to 201506112227
- Enable "db" backend by default

PR:		200981
Submitted by:	Andrey Fesenko <andrey@bsdnir.info>
2015-06-23 10:43:59 +00:00
Olli Hauer
104c105aa2 - Always use USE_RC_SUBR now that it handles properly PREFIX=/usr 2015-06-23 03:52:44 +00:00
Baptiste Daroussin
1da5f55a83 Always use USE_RC_SUBR now that it handles properly PREFIX=/usr 2015-06-22 19:56:14 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Sunpoet Po-Chuan Hsieh
86ab2abe22 - Update to 1.03
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Net-SMTP-SSL/Changes
2015-06-21 13:54:26 +00:00
Baptiste Daroussin
bc0d55eeaa Convert to USES=autoreconf 2015-06-21 13:49:56 +00:00
Baptiste Daroussin
746a4dfef0 Convert to USES=autoreconf 2015-06-21 13:45:22 +00:00
Martin Matuska
90eb96c745 Horde package update:
comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5
devel/pear-Horde_Core 2.20.4 -> 2.20.5
devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0
mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0
www/horde-base 5.2.5 -> 5.2.6
mail/horde-imp 6.2.8 -> 6.2.9
deskutils/horde-kronolith 4.2.7 -> 4.2.8
deskutils/horde-nag 4.2.4 -> 4.2.5
mail/horde-turba 4.2.6 -> 4.2.7
mail/horde-webmail 5.2.6 -> 5.2.7
deskutils/horde-groupware 5.2.6 -> 5.2.7
2015-06-19 06:42:47 +00:00
Ruslan Makhmatkhanov
75153912ea net/py-ldap2: rename to py-ldap
To better match upstream name
2015-06-18 19:56:52 +00:00
Muhammad Moinur Rahman
9e9096baf6 mail/imapfilter: Update version 2.5.7=>2.6 2015-06-18 12:51:36 +00:00
Vsevolod Stakhov
7a4f5671bc - Update to 0.9.6 2015-06-18 12:28:55 +00:00
Sunpoet Po-Chuan Hsieh
2c789cd7ad - Update to 4.2.2
Changes:	https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md
2015-06-17 17:26:59 +00:00
Sunpoet Po-Chuan Hsieh
da405384ca - Update to 3.2.22
Changes:	https://github.com/rails/rails/blob/3-2-stable/actionmailer/CHANGELOG.md
2015-06-17 17:26:55 +00:00
Sunpoet Po-Chuan Hsieh
a036215104 - Update to 2.11
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2015-06-17 17:25:12 +00:00
Dmitry Marakasov
f191cc5c7c - Fix shebangs
- Add NO_ARCH
2015-06-17 13:01:09 +00:00
Dmitry Marakasov
22a72a29d8 - Fix shebangs
- Add NO_ARCH
2015-06-17 12:57:26 +00:00
Dmitry Marakasov
2f7f591f0c - Fix shebangs
- Add NO_ARCH
2015-06-17 12:56:07 +00:00
Mathieu Arnold
6ddb2e1cf1 Make build as non root, and cleanup.
Sponsored by:	Absolight
2015-06-17 11:24:19 +00:00
Mathieu Arnold
bb1950bc93 Fix build as non root.
Sponsored by:	Absolight
2015-06-17 10:11:07 +00:00
Dmitry Marakasov
f1ea254aac - Mark BROKEN on < 10.x:
/usr/local/include/clamav.h:167: error: expected identifier or '(' before '/' token
/usr/local/include/clamav.h:167: error: stray '#' in program

MFH:		2015Q2
2015-06-16 23:02:31 +00:00
Sunpoet Po-Chuan Hsieh
b61379de6d - Update to 2.10
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2015-06-16 14:27:42 +00:00
Muhammad Moinur Rahman
c5bfa7ef78 mail/pear-MIME_Type: Update version 1.3.4=>1.3.5
- Add LICENSE (LGPL3)
- Take MAINTAINERSHIP
- Mark NO_ARCH as there is no ARCH dependent files
2015-06-16 11:10:44 +00:00
Ashish SHUKLA
7549d1db78 - Update to 5.4.6
Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/2759
2015-06-15 02:12:31 +00:00
Sunpoet Po-Chuan Hsieh
f30d183a8a - Add NO_ARCH 2015-06-13 20:01:48 +00:00
Sunpoet Po-Chuan Hsieh
01f0357813 - Add LICENSE
- Add NO_ARCH
- Cleanup pkg-descr
- Add WWW
- Pass maintainership to perl@
2015-06-13 13:57:03 +00:00
Sunpoet Po-Chuan Hsieh
b16135ba6e - Sort RUN_DEPENDS
- Add NO_ARCH
2015-06-13 13:54:51 +00:00
Erwin Lansing
f26c493166 Reset maintainership for tmseck
Approved by:	portmgr
2015-06-12 21:32:36 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Dmitry Marakasov
0e1da7c8cb - Add NO_ARCH
- Fix shebangs

MFH:		2015Q2
2015-06-11 10:17:21 +00:00
Dmitry Marakasov
e78764cb91 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2
2015-06-11 10:17:13 +00:00
Martin Matuska
0421721e83 Horde package update:
comms/pear-Horde_ActiveSync 2.27.1 -> 2.28.4
devel/pear-Horde_Core 2.20.0 -> 2.20.4
security/pear-Horde_Crypt_Blowfish 1.0.3 -> 1.1.0
devel/pear-Horde_Date 2.0.13 -> 2.1.0
mail/pear-Horde_Imap_Client 2.28.0 -> 2.28.1
mail/pear-Horde_Mime 2.9.0 -> 2.9.1
security/pear-Horde_Share 2.0.6 -> 2.0.7
deskutils/horde-kronolith 4.2.6 -> 4.2.7
2015-06-10 20:08:19 +00:00
Steve Wills
83c258ba8a www/rubygem-rails4: update to 4.2.1
Differential Revision:	https://reviews.freebsd.org/D2710
2015-06-10 18:09:37 +00:00
Dmitry Marakasov
1e7ecb568c - Drop @dirrm* from plist 2015-06-10 17:26:39 +00:00
Dmitry Marakasov
e2bf7b59b0 - Modernize plist 2015-06-10 17:26:18 +00:00
Mathieu Arnold
c0dbcd6eda Really check that what you will run exists.
Sponsored by:	Absolight
2015-06-10 17:16:19 +00:00
Sunpoet Po-Chuan Hsieh
970374b579 - Update to 4.1.1
Changes:	https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
2015-06-10 16:47:21 +00:00
Sunpoet Po-Chuan Hsieh
35c3fbedc7 - Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:25 +00:00
Dmitry Marakasov
6987c58a85 - Fix shebangs
- Add NO_ARCH
- Convert WITH_MYSQL knob to an option

MFH:		2015Q2 (blanket)
2015-06-09 19:48:58 +00:00
Dmitry Marakasov
874b6eb940 - Add NO_ARCH
- Fix shebangs

MFH:		2015Q2 (blanket)
2015-06-09 19:45:09 +00:00
Sunpoet Po-Chuan Hsieh
f1c7e93cb5 - Update to 15.2.1
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/mail/topfiles/NEWS
2015-06-09 18:29:57 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Jan Beich
6828ea7d03 bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
2015-06-09 14:24:41 +00:00
Muhammad Moinur Rahman
e21d2cde77 mail/imapfilter: Update version 2.5.6=>2.5.7
- Take MAINTAINERSHIP
- Update MASTER_SITES to GH only as the other site is unreachable

Approved by:	stefan (maintainer)
2015-06-08 18:54:12 +00:00
Dmitry Marakasov
100a8f435d - Fix build on 10.x+ by always using GCC
Approved by:	portmgr blanket
2015-06-08 01:18:40 +00:00
Sunpoet Po-Chuan Hsieh
33dbd8c25c - Update to 4.1.0
- Update RUN_DEPENDS: use Rails 4
- Add NO_ARCH
- Update WWW

Changes:	https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
2015-06-07 20:42:41 +00:00
Lars Thegler
1ecfc1c1c9 - Update to 0.8.14
- Add LICENSE
- Add NO_ARCH
- Add TEST_DEPENDS
- Depends on Module::Pluggable for perl >= 5.20 [1]

PR:		197929 [1]
Submitted by:	Frédéric Perrin <fred@fperrin.net>
2015-06-07 15:46:35 +00:00
Dmitry Marakasov
65d104e099 - Add LICENSE
- Strip library
2015-06-07 14:53:55 +00:00
Mathieu Arnold
0e8fcb8186 Fix build as a user.
Sponsored by:	Absolight
2015-06-07 09:28:16 +00:00
Jan Beich
b37c92e9b2 mail/thunderbird, www/seamonkey: unbreak ENIGMAIL staging on powerpc
PR:		200605
Submitted by:	jhibbits
2015-06-06 11:10:23 +00:00
Antoine Brodin
24e11136e6 Re-apply r371526 and r384771
Reported by:	pkg-fallout
2015-06-05 17:30:11 +00:00
Mathieu Arnold
6212a2753d Get rid of PERL_LEVEL checks for Perl versions not supported.
Sponsored by:	Absolight
2015-06-05 14:21:43 +00:00
Dirk Meyer
2a666ad01d - remove NEED_ROOT
PR:		200547

- fix GROUPS, USERS
- enable option IPV6 per default
- do not create default config on install
- fix most regression tests
- add pkg-message for new installs
2015-06-04 18:54:16 +00:00
Dmitry Marakasov
3221744f4a - Strip binaries
- Drop @dirrm* from plist
2015-06-04 09:07:37 +00:00
Dmitry Marakasov
029068d4d9 - Strip libraries 2015-06-03 18:03:08 +00:00
Dmitry Marakasov
23d5b32dc5 - Drop @dirrm* from plist 2015-06-03 16:44:52 +00:00
Dmitry Marakasov
a461483ae2 - Don't override upstream paths
- Replace hardcoded /usr/local by ${PREFIX}
- Add required_files and command_args to rc script
- Fix REINPLACE_CMD args in Makefile

PR:		199081
Submitted by:	sasaki@fcc.ad.jp (maintainer)
2015-06-02 13:47:20 +00:00
Dmitry Marakasov
ecee557c7a - Add LICENSE_FILE
- Switch to USES=autoreconf
2015-06-02 12:38:43 +00:00
Muhammad Moinur Rahman
dad5544214 mail/gmime2: Add PORTSCOUT variable to limit within 2.2.X
- Fix patch files to reflect 'make makepatch'
2015-06-02 10:32:04 +00:00
Kurt Jaeger
f128e90880 mail/sa-stats: shebangfix
PR:		200143
Approved by:	alexey@renatasystems.org (maintainer timeout)
2015-06-01 05:27:30 +00:00
Dmitry Marakasov
5fe3c7426c - Revive mail/smfsav
- Fix staging
- Add LICENSE_FILE
- Modernize pthread flags usage
- Modernize user/group handling
- Regenerate patches
- Pass maintainership to submitter

PR:		199081
Submitted by:	sasaki@fcc.ad.jp
2015-05-31 14:16:19 +00:00
Dmitry Marakasov
56fa6f258e - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:23:59 +00:00
Dmitry Marakasov
fa99849b23 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:20:00 +00:00
Dmitry Marakasov
ef55db9eec - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:10:53 +00:00
Dmitry Marakasov
e4fa014857 - Fix shebangs
- Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:08:43 +00:00
Baptiste Daroussin
d5c48db6b2 Allow packaging as regular user
Add USES=uidfix to get the definition of GID
Overwrite via MAKE_ARGS the owner and groups enforced by upstream Makefile
Ownership remains unchanged in the final package given the ownership is now set
by plist
Change modes when installing to allow stripping in post-install as a regular
user
Replace INSTALL_SCRIPT by INSTALL_LIB which takes care of stripping the binaries
when installing
2015-05-30 23:54:51 +00:00
Baptiste Daroussin
56f6b3f592 There is no need to chown from install target given the plist will take care of it
Drop NEED_ROOT
2015-05-30 23:23:10 +00:00
Baptiste Daroussin
c727babb6a Switch from NEED_ROOT to USES=fakeroot 2015-05-30 23:21:45 +00:00
Baptiste Daroussin
9624e9cbe5 Drop useless NEED_ROOT 2015-05-30 23:18:38 +00:00
Baptiste Daroussin
de48bc77de Switch from NEED_ROOT to USES=fakeroot 2015-05-30 23:12:48 +00:00
Dmitry Marakasov
1c77bbb2fc - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:25:01 +00:00
Muhammad Moinur Rahman
a304ffd8d0 mail/maildirsync: UNBREAK
- Add LICENSE(ART10 GPLv1)
- Fix pkg-descr
2015-05-30 11:54:40 +00:00
Dmitry Marakasov
73d318cf4d - Drop @dirrm* from plist
- Add LICENSE
2015-05-30 00:30:57 +00:00
Dmitry Marakasov
60c7b15af8 - Modernize plist 2015-05-30 00:30:24 +00:00
Antoine Brodin
2ed473d286 Deprecate ports broken for more than 6 months 2015-05-29 17:46:25 +00:00
Vsevolod Stakhov
65089af011 - Update to 0.9.5 2015-05-29 12:17:00 +00:00
Bryan Drewery
05fd808dad Release maintainership 2015-05-28 20:40:58 +00:00
Dmitry Marakasov
869af94ad6 - Drop @dirrm* from plist 2015-05-28 20:27:37 +00:00
Dmitry Marakasov
52d212a085 - Modernize plist
- Remove deprecated MAN* knobs
2015-05-28 20:27:31 +00:00
Bryan Drewery
0bc41e9815 Farewell qmail. You were good but the lack of an upstream maintainer or
ecosystem maintainers makes this not a viable mail system today. Personally
I am moving to postfix and have so far found it incredibly easy to setup and
already prefer it over qmail.
2015-05-28 15:56:59 +00:00
Kubilay Kocak
c9b3b04fbc mail/trojita: Enable password plugins
- Enable QTKEYCHAIN and CLEARTEXT plugins for trojita and trojita-qt4
- Remove obsolete path patch and post-install: target

PR:		200441
Submitted by:	Marco Broder <marco dot broeder posteo eu> (maintainer)
2015-05-27 04:47:15 +00:00
Ryan Steinmetz
52b38bfcb2 - Add shebangfix to fix runtime errors after recently deleting the perl symlinks
- Bump PORTREVISION
2015-05-27 03:10:34 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Vsevolod Stakhov
4acbbe966d - Require sane compiler to build 2015-05-26 12:30:23 +00:00
Dmitry Marakasov
25f7eb06fb - Modernize plist 2015-05-25 20:16:02 +00:00
Sunpoet Po-Chuan Hsieh
c12356188a - Update to 1.1.0
- Add LICENSE
- Add WWW

Changes:	https://github.com/terceiro/rmail/blob/master/ChangeLog
2015-05-25 19:55:45 +00:00
Sunpoet Po-Chuan Hsieh
d43b89c4bc - Add LICENSE
- Update WWW
2015-05-25 19:55:40 +00:00
Bryan Drewery
0a7b797cd3 VDA: Remove misleading '32bit' in description.
This stemmed from older VDA patches which provided a default patch which only
used 'long' for its data types and a '64bit' patch which used 'long long'.
On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
provide a 'bigquota' patch due to less demand as most systems are 64bit
today and do not have the small 2GB quota limitation with the 'long' type.
The description of '32bit' was not accurate or useful anymore.

Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/
2015-05-25 17:55:45 +00:00
Vsevolod Stakhov
4e0acb4642 Fix build on FreeBSD < 10.
Tested by:	az
Obtained from:	git
2015-05-24 17:03:55 +00:00
Kurt Jaeger
ea9d9a4680 mail/davmail: fix patch to patch-build.xml
PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer)
2015-05-24 06:45:53 +00:00
Olli Hauer
f00ebb1ab1 - fix shebang 2015-05-23 21:48:19 +00:00
Kurt Jaeger
6d25652c5d mail/davmail: 4.5.1 -> 4.6.1
Fixes potential CVE-2014-3566 vulnerability

DavMail 4.6.1
Bugfix release to fix recent regression with Office 365,
also includes a few Linux and IMAP enhancements.

Linux:
- RPM: exclude Growl library from RPM package
- Add genericname to desktop entry
- RPM: Fix warning the init script refers to runlevel 4 which is
  admin defined. No distribution script must use it
- Detect and log message for Unity users
- RPM: Fix JAVA HOME detection for openSUSE_13.2
- RPM: update spec file from OpenSuse build by Dmitri Bachtin and
  Achim Herwig

SWT:
- SWT: improve tray init, preload image and add a delay on first message

Enhancements:
- Add a few more logging statements

IMAP:
- Fix #36 Endless loop when using IMAP IDLE feature with SSL sockets,
  replaced thread sleep with a short timeout on socket read

EWS:
- EWS: update checkEndPointUrl, send get root folder request instead
  of static wsdl request no longer available on Office365

DavMail 4.6.0
Bugfix release with many IMAP enhancements over EWS, implement batch
move items, also includes a brand new generic OSX package to handle
new OSX java behaviour.

OSX:
- OSX: refactor OSX package based on universalJavaApplicationStub
- Replace Java application stub with
  https://github.com/tofi86/universalJavaApplicationStub/blob/master/src/universalJavaApplicationStub

Doc:
- Doc: update OSX setup documentation
- Doc: additional Linux instructions for Ubuntu 14
- Fix #31 A typo in davmail.properties example

EWS:
- EWS: improve main calendar folder test
- EWS: fix batch move
- EWS: Adjust paged search for folders
- EWS: implement batch move items
- EWS: improve folder paged search
- Prepare batch move implementation
- EWS: force NTLM in direct EWS mode
- EWS: implement batch move method
- EWS: switch to GetMethod to check endpoint
- EWS: take paging into account in appendSubFolders
- EWS: fix ErrorExceededFindCountLimit on FindFolder requests
- EWS: avoid NullPointerException in fixAttendees

Linux:
- Allow Java 8 and default jre in debian package

IMAP:
- IMAP: fix 587 log and skip broken messages

Caldav
- Caldav: fix #98 Support of Contacts in CardDav REPORT
- Fix #35 duplicates in updated reoccurring events

Enhancements
- From audit: remove throws statement
- Adjust KerberosHelper logging message
- Fix for #534 Kerberos Authentication doesn't seem to be work cross domain

LDAP:
- LDAP: reset icon after search

PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer (timeout))
2015-05-23 18:28:13 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Hajimu UMEMOTO
45544093fe Update to 2.5.3. 2015-05-22 08:26:37 +00:00
Bryan Drewery
454e14df24 - Update to 5.0.1
- Release maintainership
2015-05-21 22:44:50 +00:00
Vsevolod Stakhov
a60dc420fb - Update to 0.9.4 2015-05-21 13:34:54 +00:00
Dmitry Marakasov
ea59090fbb - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-21 07:06:01 +00:00
Vsevolod Stakhov
0e0a1459c4 - Update to 0.9.3 2015-05-19 16:23:11 +00:00
Vsevolod Stakhov
c3c3c040d1 - Update to 0.9.2 2015-05-19 15:40:43 +00:00
Dmitry Marakasov
e490d373a2 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 12:05:14 +00:00
Dmitry Marakasov
4d61e5950b - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 12:05:04 +00:00
Dmitry Marakasov
295476bc7f - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 01:03:22 +00:00
Dirk Meyer
844698334d - update to meta1-1.1.Alpha1.0 2015-05-18 19:24:50 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Vsevolod Stakhov
38b57f0494 - Update to 0.9.1 2015-05-18 08:51:40 +00:00
John Marino
0299645ed3 mail/mime-construct: Remove empty backup MASTER_SITES
Renatasystems is not hosting distfile so remove it.  The primary site
is still up and hosting the distfile.
2015-05-17 15:08:38 +00:00
John Marino
54ef77e723 mail/mime-construct: Remove RUN_DEPENDS; reset maintainership
Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in
all supported Perl releases.  While here, reset maintainership since it's
been 5 years since maintainer was last seen.

PR:		196700
Submitted by:	Yasuhiro KIMURA
Approved by:	maintainer timeout (4 months, maintainer reset)
2015-05-17 15:03:14 +00:00
Muhammad Moinur Rahman
2b5a9480c9 mail/dovecot2-pigeonhole: Update version 0.4.7=>0.4.8
- Add OPTIONS for DOCS

PR:		200226
Submitted by:	ler@lerctr.org
2015-05-17 07:25:49 +00:00
John Marino
cc099ba546 mail/milter-bogom: Fix build on systems without base sendmail
There was an attempt to support ports sendmail made, but the attempt
didn't work.  Well, it accidently worked because the compilers looked
for headers and libraries at LOCALBASE/include and LOCALBASE/lib so
the bad LDFLAGS value was ignored.  Fix ports-sendmail LDFLAGS and
explicitly set -I so milter-bogom builds on all compilers.

Approved by:	just fix it
2015-05-16 19:10:43 +00:00
Dirk Meyer
b048260f0a - use USERS/GROUPS
- removes obsolete @dirrm
- support STRIP_CMD
- stops rebuilding submit.cf
PR:		200244
Submitted by:	John Marino
2015-05-16 18:45:43 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
  "sidebar_shortpath" which is set to yes by default to ensure
  backwards compatibility.

- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
  stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
  check for the presence of that to ensure the agent is running).

- Fix pgp key selection [2].

- Bump port revision because of major change to sidebar patch and gpg
  handling.

PR:		199727
PR:		199115 [1]
PR:		199341 [2]
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
MFH:		2015Q2
2015-05-16 01:19:11 +00:00
Sunpoet Po-Chuan Hsieh
ec2a4124be - Use DISTVERSIONPREFIX instead of DISTNAME
- Simplify Makefile
2015-05-15 18:05:24 +00:00
Adam Weinberger
86150bb805 Update dovecot2 to 2.2.18. This is a bugfix release to address issues
identified in 2.2.17.

Changes:
- director: Login UNIX sockets were normally detected as doveadm or
  director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
  alt storage as well.

Bump PORTREVISION on antispam-plugin and pigeonhole, like I should have
done last time.
2015-05-15 15:02:07 +00:00
Baptiste Daroussin
6e2c7283d1 Move the big warning on top of the Makefile so maybe next time the bump of
portrevision of plugins won't be missed
2015-05-15 10:41:31 +00:00
Baptiste Daroussin
119be06626 Bump portrevision after dovecot2 update 2015-05-15 10:40:15 +00:00
Mathieu Arnold
37bd5f022b Don't overwrite the webui config file.
PR:		200205
Submitted by:	 Danilo G. Baio (dbaio)
Sponsored by:	Absolight
2015-05-14 20:17:20 +00:00
Dmitry Marakasov
7df1516f09 - Add CPE info
Approved by:	portmgr blanket
2015-05-14 18:45:16 +00:00
Dmitry Marakasov
e187ca6772 - Add CPE info
Approved by:	portmgr blanket
2015-05-14 18:08:15 +00:00
Jan Beich
f97303b770 Consistently add buildN candidate URL to gecko@ ports
Thunderbird 31.7.0 wasn't actually released yet despite
THUNDERBIRD_31_7_0_RELEASE tag in comm-esr31 hg repo 1 week old.
Based on #releng IRC logs it seems there was an issue with automation.
Hopefully, upstream doesn't abandon 31.7.0 in favor of 38.0.

To avoid in future testing patience (BROKEN vs. PORTEPOCH) due to
discrepancy with release announcments let's fall back to candidates.

Reported by:	pkg-fallout
MFH:		2015Q2
X-MFH-With:	r386162
2015-05-14 18:01:58 +00:00
Dmitry Marakasov
aa6bbb53b2 - Add CPE info
- Convert to USES=tar

Approved by:	portmgr blanket
2015-05-14 16:22:28 +00:00
Dmitry Marakasov
6d5d625161 - CPE was broken after convertsion to USES=gnustep, fix it
Approved by:	portmgr blanket
2015-05-14 16:12:44 +00:00
Vsevolod Stakhov
fe11937c7a - Unbreak build by adding dependency on libhiredis.so 2015-05-14 12:08:12 +00:00
Vsevolod Stakhov
53dc1ebfdf - Update to 0.9.0
- Modernize the plist infrastructure of the port
- Switch to luajit from plain lua
2015-05-14 10:54:32 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
e1313d2716 - Add CPE info
Approved by:	portmgr blanket
2015-05-13 23:41:30 +00:00
Adam Weinberger
32bc9938e0 Update to 2.2.17.
For a full change list, see:
http://dovecot.org/list/dovecot-news/2015-May/000292.html

There are two changes that could potentially break setups:
* Dovecot no longer checks or warns if a mountpoint is removed. This
  was causing more trouble than it was worth. Make sure that all the
  mountpoints that Dovecot accesses aren't writable by mail processes
  when they're unmounted.
* dict server wasn't properly escaping/unescaping data. Fixing this
  broke backwards compatibility with data that contains line feeds.
  This hopefully affects only very few installations. If you're using
  dict to save multiline data (Sieve scripts to SQL), you may be
  affected.

For this release I've introduced many new OPTIONS:
* boehm-gc support
* CDB database support
* icu (for FTS)
* libtextcat FTS
* disabling kqueue support also disables kqueue fs change notification
* databases and FTS plugins moved to their own config sections
2015-05-13 22:00:48 +00:00
Jan Beich
83847c65aa - Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes:	https://www.mozilla.org/firefox/38.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes:	http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH:		2015Q2
Security:	https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
2015-05-12 18:06:36 +00:00
Mathieu Arnold
5d0d0b9fd8 Fix.
Sponsored by:	Absolight
2015-05-11 21:49:25 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00
Hajimu UMEMOTO
6f3b82f094 Use USES=gssapi to support MIT Kerberos and Heimdal from ports.
Requested by:	Phil Pennock <phil.pennock__at__spodhuis.org>
2015-05-11 11:55:25 +00:00
Hajimu UMEMOTO
2113d0df5b Update to 2.5.2. 2015-05-11 11:47:38 +00:00
Olli Hauer
bb7c11a7d5 - update to version 2.11.5
- rename OPTIONS to match default name of most ports
  - SASL2 -> SASL
  - OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
  postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation

Changelog:
20150324
        Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
        ignored the relayhost setting in the case of a DUNNO lookup
        result.  It would use the recipient domain instead.  Viktor
        Dukhovni. Wietse took the pieces of code that enforce the
        precedence of a sender-dependent relayhost, the global
        relayhost, and the recipient domain, and put that code
        together in once place so that it is easier to maintain.
        File: trivial-rewrite/resolve.c.

20150330
        Bitrot: prepare for future changes in OpenSSL API. Viktor
        Dukhovni. File: tls_dane.c.

20150408
        Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h.

        Incompatibility: specifying "make makefiles" with "CC=command"
        will no longer override the default WARN setting.

PR:	198215 [1]
	198857 [2]
2015-05-10 15:25:31 +00:00
Olli Hauer
f11c883807 - update to version 3.0.1
- rename OPTIONS to match default name of most ports
  - SASL2 -> SASL
  - OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
  postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation

Release 3.0.1 or 3.0.2 is now a strong candidate to become the new
default mail/postfix port (missing components are VDA and SPF).

Changelog:
20150211
	Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,
	util/allascii.c, util/strcasecmp_utf8.c.

20150214
	Bugfix (introduced: Postfix 3.0): missing #ifdef USE_TLS
	inside #ifdef USE_SASL_AUTH.  Viktor Dukhovni. File:
	smtpd/smtpd.c.

20150217
	Cleanup: missing <string.h> include. File: util/allascii.c.

20150221
	Bugfix (introduced: Postfix 3.0): don't append '.' to the
	DNS resource record value, when converting TXT records to
	the string form that is used used by xxx_dns_reply_filter.
	File: dns/dns_strrecord.c.

20150313
	Documentation: incorrect Postfix version number for
	postscreen_dnsbl_timeout. Quanah Gibson-Mount. File:
	postscreen/postscreen.c.

20150324
	Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
	ignored the relayhost setting in the case of a DUNNO lookup
	result.  It would use the recipient domain instead.  Viktor
	Dukhovni. Wietse took the pieces of code that enforce the
	precedence of a sender-dependent relayhost, the global
	relayhost, and the recipient domain, and put that code
	together in once place so that it is easier to maintain.
	File: trivial-rewrite/resolve.c.

20150328
	Bugfix (introduced: Postfix 1.1.0): post-install expanded
	macros in parameter values when trying to detect parameter
	overrides, causing unnecessary main.cf updates during Postfix
	start-up. Julian Reich, Viktor Dukhovni, and Wietse.  File:
	conf/post-install.

20150330
	Bitrot: prepare for future changes in OpenSSL API. Viktor
	Dukhovni. File: tls_dane.c.

PR:	198215 [1]
PR:	198857 [2]
2015-05-10 15:24:31 +00:00
Dmitry Marakasov
855fd4227f - Drop @dirrm* from plist 2015-05-10 12:17:48 +00:00
Dmitry Marakasov
c6b892b254 - Drop @dirrm* from plist 2015-05-10 04:44:01 +00:00
Dmitry Marakasov
6e0c9bbf9f - Add CPE info
Approved by:	portmgr blanket
2015-05-10 04:01:23 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Sunpoet Po-Chuan Hsieh
d4aa914f25 - Unbreak this port
Approved by:	portmgr (blanket)
2015-05-08 20:22:30 +00:00
Olli Hauer
eaaac759eb - grap mail/postfix ports
(I have some rewrites for them)
2015-05-08 16:54:30 +00:00
Frederic Culot
87bf1c689a - Reassign to the heap after sahil@'s bit was taken in for safekeeping 2015-05-08 13:34:30 +00:00
Hajimu UMEMOTO
381116e12f Drop @dirrm* from plist. 2015-05-08 12:25:41 +00:00
Dmitry Marakasov
34502b4f2c - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-08 10:00:58 +00:00
Dmitry Marakasov
c8b13a9cde - Fix build from non-root
Approved by:	portmgr blanket
2015-05-07 22:40:06 +00:00
Mathieu Arnold
07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00
Dmitry Marakasov
11b246550f - Drop GH_COMMIT 2015-05-07 16:00:46 +00:00
Wen Heping
b20a06fd59 Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.

WWW: https://launchpad.net/dkimpy

PR:		198982
Submitted by:	ports@caomhin.org
2015-05-07 00:52:23 +00:00
Rodrigo Osorio
3f80d36124 Change OPTIONS_DEFAULT from MYSQL to SQLITE
Bump PORTREVISION

PR:		199059
2015-05-06 20:34:12 +00:00
Rodrigo Osorio
bf316be604 use OPTIONS_RADIO rather than OPTIONS_SINGLE
PR:		199059
Submitted by:	Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
2015-05-06 19:04:31 +00:00
Jun Kuriyama
cb46b0ee15 - Update to 2.14.
PR:		ports/198247
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2015-05-06 13:51:28 +00:00
Dmitry Marakasov
c4adcc3bc8 - Add CPE info
Approved by:	portmgr blanket
2015-05-05 03:32:00 +00:00
Sunpoet Po-Chuan Hsieh
a76b679d8a - Update to 1.5105
Changes:	http://search.cpan.org/dist/Mail-Mbox-MessageParser/CHANGES
2015-05-04 20:18:30 +00:00
Antoine Brodin
f7f5de9089 Remove _*OWNGRP, with staging it's not useful anymore
With hat:	portmgr
Original submission:	bapt
Exp-run:	self
2015-05-04 13:21:17 +00:00
Bartek Rutkowski
b880fd5c1d mail/milter-greylist-devel: update 4.5.11 -> 4.5.12
PR:		199909
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2015-05-04 12:58:51 +00:00
Dmitry Marakasov
e2c6ab8bf5 - Add CPE info
Approved by:	portmgr blanket
2015-05-04 03:31:46 +00:00
Dmitry Marakasov
3356d5dae4 - Add CPE info
Approved by:	portmgr blanket
2015-05-04 03:31:41 +00:00
Dmitry Marakasov
1d8116a21b - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-03 20:31:56 +00:00
Sunpoet Po-Chuan Hsieh
f468e0da94 - Fix gemspec
- Bump PORTREVISION for package change
2015-05-03 11:28:25 +00:00
Jan Beich
09c56d25f6 mail/postsrsd: fix handling of postsrsd_exclude_domains in rc.d script
PR:		199797
Submitted by:	idefix@fechner.net
Approved by:	ports@bsdserwis.com (maintainer)
2015-05-03 07:33:55 +00:00
Jan Beich
46e782c273 mail/sympa: fix bugs in rc.d script
* Current sympa.rc not show the correct status, always active. grep
  with pid string also process.
* The output of ps depends on the windows size. Sometime truncated
  /usr/local/libexec/sympa/task_manager.pl -w for avoid it.
* Change ps options to BSD-sytle.

PR:		199145
Submitted by:	Igor Zabelin <igorz@yandex.ru>
Approved by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
2015-05-03 07:33:40 +00:00
Martin Matuska
ac099b1790 Horde package update:
comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1
devel/pear-Horde_Argv 2.0.10 -> 2.0.11
security/pear-Horde_Auth 2.1.7 -> 2.1.8
devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1
www/pear-Horde_Browser 2.0.8 -> 2.0.9
mail/pear-Horde_Mail 2.5.1 -> 2.6.0
mail/pear-Horde_Mapi 1.0.4 -> 1.0.5
mail/pear-Horde_Mime 2.8.1 -> 2.9.0
textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5
security/pear-Horde_Perms 2.1.3 -> 2.1.4
devel/pear-Horde_Prefs 2.7.2 -> 2.7.3
devel/pear-Horde_Rdo 2.0.3 -> 2.0.4
www/pear-Horde_Routes 2.0.3 -> 2.0.4
mail/pear-Horde_Smtp 1.9.0 -> 1.9.1
devel/pear-Horde_Support 2.1.2 -> 2.1.3
textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1
devel/pear-Horde_Tree 2.0.3 -> 2.0.4
devel/pear-Horde_View 2.0.4 -> 2.0.5
textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3
www/horde-base 5.2.4 -> 5.2.5
mail/horde-imp 6.2.7 -> 6.2.8
mail/horde-ingo 3.2.4 -> 3.2.5
deskutils/horde-kronolith 4.2.5 -> 4.2.6
deskutils/horde-mnemo 4.2.5 -> 4.2.6
mail/horde-turba 4.2.5 -> 4.2.6
mail/horde-webmail 5.2.5 -> 5.2.6
deskutils/horde-groupware 5.2.5 -> 5.2.6
2015-05-01 07:11:54 +00:00
Guido Falsi
cf05ce3135 - Update courier-unicode to 1.2
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization

Approved by:		oliver@ (as maintainer of various of these ports)
Differential Revision:	https://reviews.freebsd.org/D2391
2015-04-30 09:14:47 +00:00
Adam Weinberger
503ccb2913 Correct botched group name in plist. PORTREVISION bump for plist change.
Submitted by:	Terry Kennedy
2015-04-30 02:58:43 +00:00
Adam Weinberger
b8bf78dc10 Update spamassassin to 3.4.1.
Changes:
  * improved automation to help combat spammers that are abusing new top level
    domains;
  * tweaks to the SPF support to block more spoofed emails;
  * increased character set normalization to make rules easier to develop and
    stop spammers from using alternate character sets to bypass tests;
  * continued refinement to the native IPv6 support; and
  * improved Bayesian classification with better debugging and attachment
    hashing.

Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin

The japanese/spamassassin port is broken until it's updated for 3.4.1.
2015-04-29 18:46:29 +00:00
Hajimu UMEMOTO
cf83075daf - Disable GSSAPI_BASE on 8.X. It seems configure fails to detect
libkrb5 on it. [1]
- Suppress empty share/doc/cyrus-imapd/man directory.
- Since vzic is not built now, we don't need to depend upon glib20.

Spotted by:	pkg-fallout [1]
2015-04-29 17:47:38 +00:00
Don Lewis
351ab93eed Remove USES=compiler:c++11-lib from mail/evolution. While it fixes
the build failure on FreeBSD 8 (and probably 9), the application
fails to start because the base version of libstdc++ is loaded at
runtime, which does not satify the requirements of webkit-gtk3.  The
reason is that evolution does not directly link to libstdc++, so
the rpath added to it by USES=compiler:c++11-lib has no effect.  The
first shared library that links to libstdc++ belongs to
evolution-data-server, which does not have USES=compiler:c++11-lib,
which causes the base version of libstdc++ to be loaded.

Unconditionally add USES=compiler:c++11-lib to
databases/evolution-data-server.  Adding the rpath to its shared
libraries will cause the newer version of libstdc++ to be loaded
when evolution starts and fix the runtime error on FreeBSD 8 and
9.  For standard versions of FreeBSD 10 and higher on amd64 and
i386, it is a no-op, so there is no harm in doing this. If FreeBSD
10 or higher is configured to build with base gcc and clang is not
present, which is an option on amd64 and i386 and is mandatory on
some tier 2 platforms that don't have clang support, then
USES=compiler:c++11-lib is needed.

PR:		199746
Differential Revision:	https://reviews.freebsd.org/D2388
Reviewed by:	kwm
Approved by:	mat (mentor)
MFH:		2015Q2
2015-04-29 17:05:19 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Roman Bogorodskiy
e4b6dab17f Use gmake to fix build on 9.x. 2015-04-28 17:56:51 +00:00
Bartek Rutkowski
be6ef7658e mail/getmail: update MASTER_SITES
PR:		199690
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2015-04-28 17:54:31 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Frederic Culot
2081308d00 - Update to 0.6804
Changes:	http://search.cpan.org/dist/Mail-LMLM/Changes
2015-04-28 08:46:53 +00:00
Roman Bogorodskiy
04bf5576e3 - Update to 1.6.2
- Drop the man page patch and use REINPLACE_CMD instead to provide a proper
  SSL certs path in config sample
2015-04-27 18:27:54 +00:00