Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1_1 30 Jan 2024 20:25:08 |
Muhammad Moinur Rahman (bofh) |
deskutils/timewarrior: Moved man to share/man |
1.7.1 17 Jan 2024 14:33:10 |
Muhammad Moinur Rahman (bofh) |
deskutils/timewarrior: Update version 1.7.0=>1.7.1
Changelog:
https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.7.1 |
1.7.0 27 Dec 2023 17:56:52 |
Muhammad Moinur Rahman (bofh) |
deskutils/timewarrior: Update version 1.6.0=>1.7.0
Changelog:
https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.7.0 |
1.6.0 19 Sep 2023 06:24:59 |
Muhammad Moinur Rahman (bofh) |
deskutils/timewarrior: Update version 1.5.0=>1.6.0
Changelog:
https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.6.0 |
1.5.0 12 Apr 2023 05:39:15 |
Muhammad Moinur Rahman (bofh) |
deskutils/timewarrior: Update version 1.4.3=>1.5.0
Changelog:
https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.5.0 |
1.4.3 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
1.4.3 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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.4.3 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.4.3 06 Nov 2021 01:21:08 |
Steve Wills (swills) |
deskutils/timewarrior: update to 1.4.3
Changes: https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.4.3 |
1.4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2 02 Sep 2020 01:50:38 |
swills |
deskutils/timewarrio: update to 1.4.2 |
1.3.0 28 Jul 2020 20:27:27 |
swills |
deskutils/timewarrior: update to 1.3.0 |
1.1.1_3 30 Sep 2019 03:59:23 |
tobik |
Drop OPTIONS_SUB in ports that have no options |
1.1.1_3 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 |
1.1.1_2 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 |
1.1.1_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 |
1.1.1 22 Jun 2018 14:39:31 |
swills |
deskutils/timewarrior: update to 1.1.1
PR: 229216
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> |
1.0.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) |
1.0.0 08 Jul 2017 00:12:53 |
swills |
deskutils/timewarrior: create port
Timewarrior is Free and Open Source Software that tracks time from the command
line.
WWW: https://timewarrior.net/ |