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 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.3.1 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3.1 06 Feb 2020 15:44:43
  |
danfe  |
- Remove MAKE_JOBS_UNSAFE: the problem had been
fixed a little less than ten years ago [*]
- Install README file as part of documentation
- Amend the port description text, add WWW line
- Take maintainership for the time being
https://github.com/jjwhitney/BDelta/commit/19c74b3 [*] |
0.3.1 24 Feb 2019 12:47:30
  |
novel  |
Drop maintainership
Return back to the pool ports I no longer use. |
0.3.1 04 Nov 2017 11:43:35
  |
dbaio  |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
0.3.1 03 Jan 2017 18:12:13
  |
mat  |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
0.3.1 29 Apr 2016 04:55:00
  |
pi  |
misc/bdelta: 0.1.0 -> 0.3.1 with patches
- changed to github
- many changes since first release
- added FEFE patch, see https://ptrace.fefe.de/bdelta.diff
- added LICENSE
PR: 209063
Approved by: novel (maintainer) |
0.1.0 07 Jul 2014 15:31:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.1.0 27 Feb 2014 15:48:03
  |
ehaupt  |
- Support staging
- Use INSTALL_LIB istead of INSTALL_DATA
- Uses gmake |
20 Sep 2013 20:50:59

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.1.0 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.1.0 18 Nov 2009 22:39:55
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.1.0 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.1.0 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.1.0 22 Jan 2006 12:59:47
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.1.0 18 May 2005 16:46:07
 |
novel  |
Add misc/bdelta - an advanced delta creator, patcher, and library. |