Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.0.240 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 ) |
1.0.240 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.0.240 21 Oct 2021 14:26:54 |
Stefan Eßer (se) |
net/libyang: Add CPE information
Approved by: portmgr (blanket) |
1.0.240 13 Oct 2021 12:55:58 |
Olivier Cochard (olivier) |
net/libyang: Fixes mutiple CVEs and connect upstream's test suite
CVEs: CVE-2021-28902, CVE-2021-28903, CVE-2021-28904, CVE-2021-28905,
CVE-2021-28906
PR: 259127
Reported by: diizzy |
1.0.184 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.184 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.184 23 Jul 2020 20:11:54 |
olivier |
Update to 1.0.184 |
1.0.130 12 Mar 2020 13:34:01 |
olivier |
Update to 1.0.130. |
1.0 16 Oct 2019 13:06:22 |
olivier |
Update to v1.0-r4 |
0.16_6 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.16_5 14 Mar 2019 23:43:34 |
olivier |
Update to 0.16-R3 |
0.16_4 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 |
0.16_3 11 Oct 2018 20:48:51 |
olivier |
Fix build with GCC-based architectures.
PR: 231975
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.16_2 03 Oct 2018 20:11:34 |
olivier |
Forgot to add pkgconfig as dependency.
Reported by: Martin Winter <mwinter@opensourcerouting.org> |
0.16_1 01 Oct 2018 16:02:02 |
olivier |
Enable an option by default (mandatory to net/frr7)
Sponsored by: Orange |
0.16 26 Sep 2018 15:54:11 |
olivier |
New port: net/libyang
libyang is a YANG data modelling language parser and toolkit written
(and providing API) in C.
WWW: https://github.com/CESNET/libyang |