non port: deskutils/timewarrior/Makefile |
Number of commits found: 20 |
Tuesday, 30 Jan 2024
|
20:25 Muhammad Moinur Rahman (bofh)
deskutils/timewarrior: Moved man to share/man
9ab3c5a |
Wednesday, 17 Jan 2024
|
14:33 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
4a1cffb |
Wednesday, 27 Dec 2023
|
17:56 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
f4149cf |
Tuesday, 19 Sep 2023
|
06:24 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
16931dd |
Wednesday, 12 Apr 2023
|
05:39 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
9fb8a25 |
Tuesday, 11 Apr 2023
|
20:46 Muhammad Moinur Rahman (bofh)
*/*: Adopt ports from swills@
2c2dd85 |
20:34 Rene Ladan (rene)
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary
4f538db |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 6 Nov 2021
|
01:21 Steve Wills (swills)
deskutils/timewarrior: update to 1.4.3
Changes: https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.4.3
168c70e |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 2 Sep 2020
|
01:50 swills
deskutils/timewarrio: update to 1.4.2
|
Tuesday, 28 Jul 2020
|
20:27 swills
deskutils/timewarrior: update to 1.3.0
|
Monday, 30 Sep 2019
|
03:59 tobik
Drop OPTIONS_SUB in ports that have no options
|
Friday, 26 Jul 2019
|
20:46 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
|
Wednesday, 12 Dec 2018
|
01:35 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
|
Sunday, 29 Jul 2018
|
22:18 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
|
Friday, 22 Jun 2018
|
14:39 swills
deskutils/timewarrior: update to 1.1.1
PR: 229216
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
|
Saturday, 2 Jun 2018
|
19:40 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)
|
Saturday, 8 Jul 2017
|
00:12 swills
deskutils/timewarrior: create port
Timewarrior is Free and Open Source Software that tracks time from the command
line.
WWW: https://timewarrior.net/
|
Number of commits found: 20 |