programs ere moved to krb5-appl (by MIT) when krb5-appl was created
in r253265. This message should have been removed from this Makefile
at that time.
Pointy hat to: cy (that's me)
Summary:
This port is too useful to be removed. Since the author has already moved the
project from Google Code to GitHub I think this port should follow.
Test Plan:
- portlint -A: OK
- poudriere testport (all supported tier-1 arch): OK
Reviewers: trociny
Reviewed By: trociny
Subscribers: mat
Differential Revision: https://reviews.freebsd.org/D9885
font handling.
- Disabled WebRTC support because it does not work properly on BSD
and more patches are needed.
- Update pkg-plist
- Bump PORTREVISION
MFH: 2017Q1
- Support for encrypt/decrypt on the fly, no need to keep files on disk
simplifying with this the shared of sensitive data, like in within chats.
PR: 217529
Submitted by: nbari@tequila.io (maintainer)
Released 29th November 2016
- close a memory leak in pqueue,
- avoid spurious error about /bin/ip on FreeBSD,
- fix compiler warnings,
- avoid clobbering heap (RHBZ #1183627),
- fix use after free in call close request handler,
- make clean to clean pptpsetup.8 (Debian #831032),
- add --missing-window option (Debian #680455, Ubuntu #681617),
- randomise call-id (Debian #721963),
- replace gethostbyname(3) with getaddrinfo(3),
- fix typo in pptp_ctrl manpage,
- place pptpsetup manpage in correct section,
- don't set build flags; use defaults,
- remove pptpsetup.8 from source as it is generated,
- fix for (null) in "pptp: GRE-to-PPP gateway on (null)".
- update to 3.1.0
- disable scsi storage driver: it builds fine, but will
not work on FreeBSD
- Add an OPTION for the ZFS storage driver (enabled by default)
Fix missing lib depends with libgpg-errors and libassuan
Move Header Cache to a BSD ports single radio
Remove redundent sidebar var
VVV updated to 1.8.0
GREETING updated to 1.7.2
extra-patch-parent-child-match converted to a makepatch
Changes: https://dev.mutt.org/hg/mutt/file/stable/UPDATING#l11
Differential Revision: https://reviews.freebsd.org/D9819
Submitted by: maintainer (dereks lifeofadishwasher com)
Detailed log:
- New option to prefer embedded image metadata over video content (command line
argument: -m)
- Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0
- Restored deinterlace functionality using the libavfilter library (additional
ffmpeg dependency)
- Additional video mime types added to the thumbnailer file
- Take rotation metadata into account when generating thumbnails
PR: 216648
Submitted by: stl@ossuary.net
Approved by: clutton@zoho.com (maintainer)
MFH: 2017Q1