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) |
0.3.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.3.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1 20 May 2019 17:06:34 |
bdrewery |
Fix recursive dependency issue with gmake.
Add a hard .error so I don't miss this again.
PR: 237979
Submitted by: tcberner, adamw (based on)
Pointyhat to: bdrewery |
0.3.1 20 May 2019 13:04:08 |
mat |
devel/ccache now needs those to build. |
0.3.1 05 Nov 2017 20:41:19 |
bapt |
Update to 0.3.1
- Fix a segmentation faut with some manpages
PR: 223447
Reported by: Ting-Wei Lan <lantw44@gmail.com> |
0.3 26 Oct 2017 07:59:22 |
bapt |
Fix build on mips by enforcing c99 |
0.3 24 Oct 2017 15:15:52 |
bapt |
Update to 0.3
- improved portability
- add support for compressed info files (like provided by the emacs port) [1]
PR: 223028 [1]
Reported by: Yasuhiro KIMURA <yasu@utahime.org> [1] |
0.2.6 26 Oct 2016 11:06:02 |
bapt |
Update to 0.2.6
Chaneges:
- Remove the dir file leftover if it is empty
Submitted by: amdmi3 |
0.2.5 18 Sep 2016 14:14:25 |
bapt |
Update to 0.2.5
- Add support for capsicum |
0.2.4 22 Oct 2015 13:36:58 |
bapt |
Update to 0.2.4
Changes:
- Fixes typos |
0.2.3 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
0.2.3 20 Mar 2015 07:56:26 |
bapt |
Update to 0.2.3 (get rid of autotools) |
0.2.2 30 Dec 2014 07:36:46 |
bapt |
Update to 0.2.2
Changes:
Add a way to disable maintainance mode to avoid timestamp problem with peoeple
not in sync with ntp (this can happen on very fresh releases) |
0.2.1 29 Dec 2014 22:59:44 |
bapt |
Update to 0.2.1
Changes:
- Fix typo [1]
PR: 193913
Submitted by: takefu@airport.fm |
0.2 17 Sep 2014 06:07:13 |
bapt |
Update WWW |
0.2 26 Jun 2014 14:17:06 |
bapt |
Update to 0.2 (fdclosedir is only avaiable on FreeBSD 10+) |
0.1 26 Jun 2014 13:34:03 |
bapt |
Add a minimal tool to regenerate GNU info page indexes |