mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
aca614c519
- MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted. - MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective. + While here, make SLANG/NCURSES a radio group for clarity (these two options are optional and mutually exclusive). + Add a patch to send the proper length in an IMAP APPEND command; a size_t argument was printed with %d, which failed where sizeof(int) != sizeof(size_t), i. e. on 64-bit systems, or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond). We now use %lu and cast the argument to unsigned long. Bump PORTREVISION. + Shorten COMMENT to avoid its truncation in pkg_info output. |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist | ||
pkg-plist.htmlfiles |