Commit graph

19657 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b2b2dd8360 Update to 0.15.0
Changes:	https://github.com/mailboxer/mailboxer/blob/master/CHANGELOG.md
2017-05-18 16:03:46 +00:00
Hajimu UMEMOTO
f2c2108230 The AUTOCREATE patch is not applicable for 2.4.19.
Reported by:	mat
2017-05-18 03:26:57 +00:00
Sunpoet Po-Chuan Hsieh
d0fb2ffe5d Add LICENSE_FILE
- Do not hardcode DISTNAME
2017-05-17 18:04:34 +00:00
Koop Mast
629bd996ad Fix Makefile
Submitted by:	freshports sanity daemon
2017-05-17 09:54:32 +00:00
Koop Mast
0889927eed Update evolution-data-server to 3.22.7
Update evolution to 3.22.6
Update evolution-ews to 3.22.6

 * all: record missing dependancies.
 * eds: libsoup-gnome is not needed replace it with libsoup.
 * eds: merge the compiler USES into the main USES line, it is always
        needed. Remove the related text.
 * evo: move the canberra-gtk3 dependancy to the canberra option
 * evo-ews: drop google doc link in pkg-descr.

Obtained from:	gnome devel repo
2017-05-17 09:44:57 +00:00
Mikhail Pchelin
a4ff27dec7 - update NOTMUCH_SKIP_TESTS
Approved by:	jpaetzel (implicit)
2017-05-17 08:21:55 +00:00
Sunpoet Po-Chuan Hsieh
31c9ce574a Update MASTER_SITES and PATCH_SITES
PR:		219331
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
2017-05-16 18:22:44 +00:00
Sunpoet Po-Chuan Hsieh
3a60f47bb2 Update to 1.10.4
Changes:	https://github.com/premailer/premailer/blob/master/CHANGELOG.md
2017-05-16 18:19:06 +00:00
Hajimu UMEMOTO
64ec27bb47 Update to 2.4.19. 2017-05-16 17:17:30 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Alex Kozlov
0c8e9332a5 - Update VVV's patches to 1.8.2 [1]
- Move dgc-deepif patch into the port as upstream disappeared
- Rebase patches to eliminate offset when possible
- Remove unused extra-patch-pgp-dw

PR:	218834 [1]
Submitted by:	dereks@lifeofadishwasher.com (maintainer)
Approved by:	dereks@lifeofadishwasher.com (maintainer)
2017-05-13 14:31:30 +00:00
Mikhail Pchelin
4bd988553e - update from 0.24 to 0.24.1
Approved by:	jpaetzel (implicit)
2017-05-13 14:10:54 +00:00
Sunpoet Po-Chuan Hsieh
1cf8ef3257 Update to 5.0.3
Changes:	https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md
2017-05-13 12:12:55 +00:00
Sunpoet Po-Chuan Hsieh
3afeb96562 Update to 5.1.1
Changes:	https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md
2017-05-13 12:12:09 +00:00
Sunpoet Po-Chuan Hsieh
aa38b49434 Update to 1.2.1
Changes:	https://github.com/Mange/roadie-rails/blob/master/Changelog.md
2017-05-12 21:52:08 +00:00
Adam Weinberger
12ba4c3360 Control lz4 support from a configure knob. Previously, if liblz4.so was
present, the port would pick it up, without registering a proper dependency.

PORTREVISION bump for the potential product change.

Reported by:	Melissa Pilgrim
2017-05-11 00:28:43 +00:00
Adam Weinberger
77fb9d40c0 Update to 3.2.0.
This release ends support for legacy release Postfix 2.10.

The main changes in no particular order are:

* Elliptic curve negotiation with OpenSSL ≥ 1.0.2. This changes the default
  smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter
  tls_eecdh_auto_curves with the names of curves that may be negotiated.
* Stored-procedure support for MySQL databases. Contributed by John Fawcett.
  See the mysql_table(5) manpage for details.
* Cidr: table support for if/endif and negation (by prepending ! to a pattern),
  just like regexp: and pcre: tables. See the cidr_table(5) manpage for details.
* The postmap command and the inline: and texthash: maps now support spaces in
  left-hand field of lookup table source text. Use double quotes (") around a
  left-hand field that contains spaces, and use backslash (\) to protect quotes
  in a left-hand field.
* Support for per-client Milter configuration (smtpd_milter_maps) that
  overrides the main.cf smtpd_milters setting, and that has the same syntax. A
  lookup result of "DISABLE" turns off Milter support for that client. See
  MILTER_README.html for details.
* The local SMTP server IP address and port are available in the policy
  delegation protocol (attribute names: server_address, server_port), in the
  Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT
  protocol (attribute names: DESTADDR, DESTPORT).
* For safety reasons, the Postfix sendmail -C option must specify an authorized
  directory: the default configuration directory, a directory that is listed in
  the default main.cf file with alternate_config_directories or
  multi_instance_directories, otherwise the command must be invoked with root
  privileges. This mitigates a recurring "jail break" problem with the PHP mail()
  function.
* "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to
  "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter
  inspection for the remainder of the message content. Contributed by Hobbit.
* The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records
  into "sessions" based on queue ID and process ID information, in the
  auxiliary/collate directory of the Postfix source tree.

Disabled or removed behavior:

* SMTPUTF8 support: Postfix 3.2 disables the 'transitional' compatibility
  between the IDNA2003 and IDNA2008 standards for internationalized domain names
  (domain names beyond the limits of US-ASCII). This makes Postfix behavior
  consistent with contemporary web browsers. See RELEASE_NOTES for more.
* Postfix 3.2 removes tentative features that were implemented before the DANE
  spec was finalized: support for certificate usage PKIX-EE(1), the ability to
  disable digest agility, and the ability to disable support for "TLSA 2 [01]
  [12]" records that specify the digest of a trust anchor. See RELEASE_NOTES for
  more.

PR:		218697
Submitted by:	pi
Reviewed by:	flo
Approved by:	maintainer timeout
2017-05-10 18:38:13 +00:00
Pawel Pekala
115344d054 Update to version 1.8
Changelog:
- LMTP support
- workaround for QIP IMAP Server
- compatibility with NDK 13
- fixed crash (CVE-2017-8825)

MFH:		2017Q2
2017-05-09 21:48:26 +00:00
Hajimu UMEMOTO
1749e0c3c7 Update to 2.5.11. 2017-05-09 12:22:02 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Hajimu UMEMOTO
670636819e Update to 2.3.20. 2017-05-08 14:12:03 +00:00
Adam Weinberger
b1774edfb1 Mark antispam-plugin as deprecated, and schedule for expiration on 31 July.
The plugin has been deprecated upstream, and they recommend that a dovecot
pigeonhole (sieve) script be used instead. Instructions for this are
available at

  https://wiki2.dovecot.org/HowTo/AntispamWithSieve

Approved by:	olgeni (maintainer)
2017-05-07 15:37:50 +00:00
Adam Weinberger
6a75b47fc3 Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the end of
July. The last dovecot 1.x release was 6 years ago, and 1.x has been deprecated
upstream for many years.
2017-05-06 20:12:26 +00:00
Martin Wilke
d152089835 - Update to 4.8.0
PR:		218138
Submitted by:	jjuanino@gmail.com
Approved by:	maintainer timeout
2017-05-05 03:22:05 +00:00
Sunpoet Po-Chuan Hsieh
c26c687187 Take maintainership 2017-05-04 23:48:03 +00:00
Martin Matuska
c3fd741fdb Horde package update:
comms/pear-Horde_ActiveSync 2.38.2 -> 2.38.4
devel/pear-Horde_Alarm 2.2.8 -> 2.2.9
devel/pear-Horde_Argv 2.0.12 -> 2.1.0
devel/pear-Horde_Cli 2.1.0 -> 2.2.0
archivers/pear-Horde_Compress 2.1.6 -> 2.2.0
security/pear-Horde_Crypt 2.7.6 -> 2.7.8
graphics/pear-Horde_Image 2.4.0 -> 2.4.1
www/horde-base 5.2.14 -> 5.2.15
mail/horde-imp 6.2.18 -> 6.2.19
mail/horde-ingo 3.2.14 -> 3.2.15
deskutils/horde-kronolith 4.2.20 -> 4.2.21
mail/horde-webmail 5.2.19 -> 5.2.20
deskutils/horde-groupware 5.2.19 -> 5.2.20
2017-05-03 23:29:17 +00:00
Kurt Jaeger
9599517bfa mail/postfix-current: update 3.2.0-RC1 -> 3.3-20170502
PR:		218696
Changes:	https://de.postfix.org/ftpmirror/experimental/postfix-3.3-20170502.HISTORY
Submitted by:	pi
Approved by:	ohauer (maintainer timeout)
2017-05-03 17:39:51 +00:00
Pawel Pekala
ee6234880d - Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN

Release Highlights
    WARNING: Version 2 IS NOT Binary Compatible with Older Versions
    Version 2 is Source Compatible with Older Versions
    Lots of source code scrubbing
    [New] RSCALE support (requires libicu from http://www.icu-project.org)
    [New] CalDAV attachment support (draft-daboo-caldav-attachments)
    [New] Resurrect the Berkeley DB storage support
    [Bug] issue83: Incorrect recurrence generation for weekly pattern
    Handle RRULEs better
    Handle threading better

PR:		218711
Submitted by:	myself
Approved by:	maintainer timeout
2017-05-03 17:09:38 +00:00
Jan Beich
02b5e7b0f2 gecko: apply r439551 + r439993 to other ports 2017-05-03 00:15:01 +00:00
Vsevolod Stakhov
60a64f9b6f - Update to 1.5.7
- Switch to USE_GITHUB
2017-05-02 13:46:25 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Tobias C. Berner
8c99ed5982 Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
	http://savannah.gnu.org/forum/forum.php?forum_id=8751

* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support

PR:		218952
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10522
2017-05-02 05:26:40 +00:00
Jan Beich
a7fec0e97a gecko: unbreak RUST=on with cargo >= 0.18
error[E0463]: can't find crate for `cheddar`
 --> media/libstagefright/binding/mp4parse_capi/build.rs:1:1
  |
1 | extern crate cheddar;
  | ^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

fatal runtime error: failed to initiate panic, error 5
error: Could not compile `mp4parse_capi`.

Caused by:
  process didn't exit successfully: `/usr/local/bin/rustc --crate-name build_script_build media/libstagefright/binding/mp4parse_capi/build.rs --crate-type bin --emit=dep-info,link -C opt-level=2 -C debuginfo=2 -C metadata=13cd8b0152b68b4e -C extra-filename=-13cd8b0152b68b4e--out-dir obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/build/mp4parse_capi-13cd8b0152b68b4e -L dependency=obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/deps` (exit code: 1)
Build failed, waiting for other jobs to finish...
error: build failed
2017-05-02 03:43:15 +00:00
Christoph Moench-Tegeder
cde338157e mail/thunderbird: update to 52.1.0
https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/

PR:		219006
Approved by:	jbeich (maintainer)
MFH:		2017Q2
Security:	5e0a038a-ca30-416d-a2f5-38cbf5e7df33
2017-05-01 20:13:35 +00:00
Joseph Mingrone
3272a15d44 Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5

Approved by:	swills (mentor, implicit)
2017-05-01 13:42:41 +00:00
Adam Weinberger
272adbb784 Add an alread-upstreamed patch to fix dovecot-auth wedging with
NTLM authentication.

PR:		218693
Submitted by:	Andriy Syrovenko
Obtained from:	a319c3201b
MFH:		2017Q2
2017-04-30 22:40:00 +00:00
Baptiste Daroussin
a80881b025 When NLS is off, gettext is only used at build time
Reported by:	adamw
2017-04-30 19:59:33 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Baptiste Daroussin
f1cbd3af4b neomutt 20170428 2017-04-30 09:02:05 +00:00
Mark Linimon
c5b96b3aa8 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 01:12:10 +00:00
Joseph Mingrone
3f98bcd00c Chase editors/emacs update to version 25.2
Reported by:	des
Approved by:	ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10534
2017-04-29 14:50:53 +00:00
Sunpoet Po-Chuan Hsieh
a984bcc53b Add rubygem-actionmailer50 5.0.2 (copied from rubygem-actionmailer5)
- Add PORTSCOUT
2017-04-28 22:48:27 +00:00
Sunpoet Po-Chuan Hsieh
a2260898fa Update to 5.1.0
Changes:	https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md
2017-04-28 21:41:00 +00:00
Alex Kozlov
dd8c829a26 - Remove unused since r400398 script 2017-04-28 18:58:27 +00:00
Larry Rosenman
17bb3074c1 Upon continuing the deferred implicit keep, the implicit side-effects
(such as imap flags) were not applied.

Obtained from:	3e1a17a286
Approved by: adamw (mentor, implicit)
2017-04-28 18:12:06 +00:00
Rene Ladan
f604f9e483 Fix expiration date format of r439610
Submitted by:	Freshports Sanity Daemon
2017-04-28 14:07:01 +00:00
Rene Ladan
740b1db2b0 Chase expiration of security/pgp 2017-04-28 13:54:20 +00:00
Sunpoet Po-Chuan Hsieh
2c10b6b480 Update to 2.6.5
Changes:	https://github.com/mikel/mail/blob/2-6-stable/CHANGELOG.rdoc
2017-04-27 12:56:21 +00:00
Larry Rosenman
92bc7228ed mail/libcmime: Improve regex conformance
PR:	218601
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	Axel Steiner <ast@treibsand.com> (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10500
2017-04-26 00:42:44 +00:00
Mark Felder
3077715e1b mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensions
This is in preparation for BSD grep, PR 218385

PR:		218613
2017-04-25 16:10:39 +00:00