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) |
20180803_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 ) |
20180803_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20180803_3 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
20180803_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20180803_3 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
20180803_2 18 Mar 2019 23:42:37 |
mm |
devel/libubox: fix the non-working fix to build on powerpc64
PR: 231496
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
20180803_1 23 Oct 2018 00:28:14 |
mm |
devel/libubox: fix build on powerpc64
PR: 231496
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
20180803_1 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
20180803 04 Aug 2018 12:52:14 |
mm |
devel/libubox: use pkgconfig |
20180803 03 Aug 2018 21:26:32 |
mm |
devel/libubox: fix missing json-c dependency and distinfo |
20180803 03 Aug 2018 12:03:11 |
mm |
devel/libubox: simplify Makefile |
20180803 03 Aug 2018 09:59:10 |
mm |
Switch devel/libubox to use my github repository |
20180802 02 Aug 2018 15:04:40 |
mm |
New port: devel/libubox
libubox is a set of utilities, mostly wrappers, that are present
usually in programs and that have been coded in a flexible and
reusable way to avoid wasting time.
libubox is part of the OpenWrt project
WWW: https://openwrt.org/docs/techref/libubox |