Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.3 13 Jan 2023 19:12:46
    |
Dmitry Marakasov (amdmi3)  |
devel/libversion: update 3.0.2 → 3.0.3 |
3.0.2 14 Oct 2022 18:06:18
    |
Dmitry Marakasov (amdmi3)  |
devel/libversion: update 3.0.1 → 3.0.2 |
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) |
3.0.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 ) |
3.0.1 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
3.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.1 26 Dec 2019 20:01:59
  |
amdmi3  |
- Update to 3.0.1 |
3.0.0 16 Sep 2019 00:48:01
  |
linimon  |
Fix build on GCC-based systems:
CMake Error in utils/version_sort/CMakeLists.txt: Target "version_sort"
requires the language dialect "CXX11" , but CMake does not know the
compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket) |
3.0.0 11 Sep 2019 19:53:45
  |
amdmi3  |
- Update to 3.0.0 |
2.9.1 06 Sep 2019 20:01:30
  |
amdmi3  |
- Update to 2.9.1 |
2.9.0 13 Feb 2019 20:31:25
  |
amdmi3  |
- Update to 2.9.0 |
2.8.2 12 Feb 2019 16:56:44
  |
amdmi3  |
- Update to 2.8.2 |
2.8.1 31 Oct 2018 17:45:24
  |
amdmi3  |
- Update to 2.8.1 |
2.8.0 29 Oct 2018 19:36:05
  |
amdmi3  |
- Update to 2.8.0 |
2.7.0 15 Oct 2018 21:44:46
  |
amdmi3  |
- Update to 2.7.0 |
2.6.0_1 28 Mar 2018 13:26:15
  |
amdmi3  |
- Add missing USE_LDCONFIG |
2.6.0 27 Mar 2018 17:40:07
  |
amdmi3  |
- Update to 2.6.0 |
2.5.0 02 Feb 2018 15:20:11
  |
amdmi3  |
- Update to 2.5.0 |
2.4.0 19 Jan 2018 20:17:25
  |
amdmi3  |
- Update to 2.4.0 |
2.3.0 14 Nov 2017 10:05:12
  |
amdmi3  |
- Update to 2.3.0 |
2.2.0 04 Oct 2017 10:00:12
  |
amdmi3  |
- Update to 2.2.0 |
2.1.0 28 Sep 2017 15:48:33
  |
amdmi3  |
- Update to 2.1.0 |
2.0.0 15 Sep 2017 12:59:02
  |
amdmi3  |
- Update to 2.0.0 |
1.2.0 23 May 2017 12:28:16
  |
amdmi3  |
- Update to 1.2.0 |
1.1.0 26 Apr 2017 13:53:17
  |
amdmi3  |
- Add devel/libversion: advanced version string comparison library
Need to compare software, package or whatever versions? Comparing
1.0 and 1.1 could be easy, but are you ready for more complex cases
like 1.2-x.3~alpha4? libversion is, which is proven by using the
library in Repology project which relies on comparing software
version strings, even if they are written in different formats.
WWW: https://github.com/repology/libversion |