Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.2 01 Apr 2024 16:42:55
    |
Fernando Apesteguía (fernape)  Author: Lapo Luchini |
devel/commit-patch: upgrade to 2.6.2
PR: 278053 |
2.6_1 23 Feb 2024 10:01:30
    |
Muhammad Moinur Rahman (bofh)  |
devel/commit-patch: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.6 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 ) |
2.6 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 ) |
2.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.6 19 Aug 2019 09:02:35
  |
amdmi3  |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket |
2.6 07 Feb 2019 09:02:09
  |
tobik  |
devel/commit-patch: Update to 2.6
PR: 235569
Submitted by: lapo@lapo.it (maintainer) |
2.5.2 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.5.2 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.5.2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.2 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.5.2 20 Feb 2015 17:45:54
  |
pawel  |
- Update to version 2.5.2 [1]
- Remove GH_PROJECT, GH_TAGNAME - they are set to correct values
by ports framework by default
PR: 197292 [1]
Submitted by: lapo@lapo.it (maintainer) [1] |
2.5_1 10 Nov 2014 22:12:34
  |
antoine  |
Fix shebang |
2.5 25 Jan 2014 11:06:12
  |
ak  |
- Use DESTDIR instead of non-standard BASEDIR
Suggested by: mat |
2.5 25 Jan 2014 08:40:30
  |
ak  |
- Support STAGEDIR
PR: ports/186084
Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.5 21 Aug 2013 20:05:59
  |
madpilot  |
Normally version control systems don't allow fine grained commits.
commit-patch allows the user to control exactly what gets committed by
letting the user supply a patch to be committed rather than using the
files in the current working directory.
commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion,
Monotone or CVS repositories.
Also included is an Emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the
changes indicated by the patch, regardless of the changes in your
working directory.
WWW: http://www.porkrind.org/commit-patch/
PR: ports/178945
Submitted by: Lapo Luchini <lapo@lapo.it> |