Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2 27 Jan 2024 09:24:56 |
Daniel Engberg (diizzy) |
devel/capnproto: Update to 1.0.2
Upstream doesn't provide a changelog,
https://capnproto.org/news/2023-07-28-capnproto-1.0.html
PR: 276617
Reviewed by: Felix Hanley <felix@userspace.com.au> (maintainer) |
0.10.3 31 Mar 2023 00:27:50 |
Yuri Victorovich (yuri) |
devel/capnproto: Update 0.10.1 → 0.10.3
Also add tests.
PR: 270533
Approved by: felix@userspace.com.au (maintainer) |
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) |
0.10.1 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 ) |
0.10.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.10.1 10 Jun 2022 19:11:24 |
Nuno Teixeira (eduardo) Author: Felix Hanley |
devel/capnproto: Update to 0.10.1
- pet portclippy
ChangeLog: https://github.com/capnproto/capnproto/releases/tag/v0.10.1
PR: 264587 |
0.9.1 31 Jan 2022 21:45:54 |
Daniel Engberg (diizzy) |
devel/capnproto: Update to 0.9.1 and convert to CMake
Use upstream release archive instead of USE_GITHUB as recommended
by Porters Handbook
Unfortunately upstream doesn't provide a changelog
PR: 261261
Reviewed by: Felix Hanley <felix@userspace.com.au> (maintainer) |
0.9.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.9.0 31 Aug 2021 19:50:02 |
Bernhard Froehlich (decke) |
devel/capnproto: Add CPE information
Approved by: portmgr (blanket) |
0.9.0 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
0.9.0 23 Aug 2021 16:18:22 |
Fernando Apesteguía (fernape) Author: Maxim Sobolev |
devel/capnproto: upgrade to 0.9.0
ChangeLog: https://capnproto.org/news/
PR: 257919
Reported by: sobomax@FreeBSD.org
Approved by: felix@userspace.com.au (maintainer) |
0.7.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.0_1 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 |
0.7.0 22 Dec 2018 01:31:59 |
linimon |
This port needs USES=compiler:c++14-lang to build on GCC-based
architectures.
PR: 234188
Submitted by: Piotr Kubaj
Approved by: maintainer |
0.7.0 01 Dec 2018 13:28:54 |
pi |
New port: devel/capnproto
Cap'n Proto is an insanely fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think Protocol Buffers, except
faster.
WWW: https://capnproto.org/
PR: 231500
Submitted by: Felix Hanley <felix@userspace.com.au>
Reviewed by: tobik, w.schwarzenfeld@utanet.at, ndowens@yahoo.com |