Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1 06 Aug 2024 14:39:25
    |
Guido Falsi (madpilot)  |
devel/courier-unicode: Update to 2.3.1 |
2.3.0_1 30 Jan 2024 11:49:32
    |
Muhammad Moinur Rahman (bofh)  |
devel/courier-unicode: Moved man to share/man
Approved by: portmgr (blanket) |
2.3.0 06 Jan 2024 21:24:21
    |
Guido Falsi (madpilot)  |
devel/courier-unicode: Update to 2.3.0
Bump dependencies PORTREVISION to chase shared library major version
number bump. |
2.2.6 12 Dec 2022 20:31:16
    |
Guido Falsi (madpilot)  |
devel/courier-unicode: Update to 2.2.6 |
2.2.5 15 Nov 2022 09:43:31
    |
Guido Falsi (madpilot)  |
devel/courier-unicode: Update to 2.2.5 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.4 24 Jun 2022 06:30:08
    |
Stefan Eßer (se)  |
devel/courier-unicode: remove bogus CONFLICTS entry
Due to CONFLICTS=libunicode this port could not be built or installed
on system that already had libunicode installed. Since both of these
ports are dependencies of other ports, only ports depending on one or
the other could be installed at a time.
I have verified that there is no build or install conflict, and the
libunicode port is not marked as conflicting with this port.
In order to allow ports depending on courier-unicode and libunicode to
be installed at the same time, I'm removing the bogus CONFLICTS entry.
Approved by: portmgr (implicit) |
2.2.4 01 Jun 2022 13:48:46
    |
Guido Falsi (madpilot)  |
devel/courier-unicode: Update to 2.2.4 |
2.2.3 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.2.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.3 30 Mar 2021 07:45:35
  |
madpilot  |
Update courier-unicode to 2.2.3 |
2.2.2 22 Mar 2021 17:13:59
  |
madpilot  |
- Update courier-unicode to 2.2.2
- Bump PORTREVISION of depdendent ports due to shlib version bum |
2.1.2 25 Nov 2020 15:25:01
  |
madpilot  |
Update courier-unicode to 2.1.2 |
2.1_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1 10 Oct 2018 11:54:59
  |
madpilot  |
- Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings
PR: 231471 [1]
Submitted by: me
Approved by: Maintainer timeout [1],
oliver@ [2]
Differential Revision: https://reviews.freebsd.org/D17234 |
2.0_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.0 02 Jun 2018 19:40:59
  |
linimon  |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
2.0 06 Jul 2017 11:56:27
  |
madpilot  |
- Update devel/courier-unicode to 2.0
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467 |
1.4 07 Sep 2015 21:29:20
  |
madpilot  |
- Update to devel/courier-unicode to 1.4
- Chase shlib bump |
1.3 30 Jun 2015 10:39:31
  |
madpilot  |
- 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] |
1.2 30 Apr 2015 09:14:47
  |
madpilot  |
- 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 |
1.1_1 15 Apr 2015 08:20:28
  |
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.1 03 Sep 2014 13:19:43
  |
madpilot  |
Courier library which implements several algorithms related to the
Unicode Standard:
- Look up uppercase, lowercase, and titlecase equivalents of a
unicode character.
- Implementation of grapheme and work breaking rules.
- Implementation of line breaking rules.
- Several ancillary functions, like looking up the unicode character
that corresponds to some HTML 4.0 entity (such as "&", for
example), and determining the normal width or a double-width status
of a unicode character. Also, an adaptation of the iconv(3) API
for this unicode library.
This library also implements C++ bindings for these algorithms.
WWW: http://www.courier-mta.org/unicode/ |