| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.0,1 16 Aug 2026 08:27:43
    |
Hiroki Tagato (tagattie)  Author: Thomas Barabosch |
misc/xdelta3: Update to 3.2.0 and take maintainership
Port changes:
- Switch the upstream build from Autotools to CMake
(see https://github.com/jmacd/xdelta)
- Update the declared license from GPLv2+ to Apache 2.0
(as per https://github.com/jmacd/xdelta)
- Enable armor support and the static-library build
- Install the public header, static library, pkg-config file, and CMake
package metadata
- Remove the obsolete regtest patch (not required anymore due to
changes to the build infrastructure)
- Update WWW, COMMENT, and pkg-descr to reflect these chagnes
- Add a complete pkg-plist
Changelog: https://github.com/jmacd/xdelta/releases/tag/v3.2.0
PR: 297302
Reported by: Thomas Barabosch <oss@tbarabosch.com> (new maintainer)
Reviewed by: diizzy |
3.1.0_4,1 24 Feb 2024 20:43:24
    |
Muhammad Moinur Rahman (bofh)  |
misc/xdelta3: 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) |
3.1.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 ) |
3.1.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 ) |
3.1.0_3,1 29 Aug 2021 16:50:44
    |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
3.1.0_3,1 19 May 2021 19:56:11
    |
Danilo Egea Gondolfo (danilo)  |
misc/xdelta3: Drop maintainership |
3.1.0_3,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.0_3,1 26 Jul 2019 20:46:57
  |
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 |
3.1.0_2,1 12 Dec 2018 01:35:36
  |
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 |
3.1.0_1,1 29 Jul 2018 22:18:46
  |
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 |
3.1.0,1 25 Jun 2018 00:55:45
  |
danilo  |
- Update to 3.1.0
- Change Github project to xdelta |
3.0.11,1 25 Jan 2018 13:25:43
  |
danilo  |
- Group USE_CXXSTD with USES
Reported by: jbeich |
3.0.11,1 25 Jan 2018 11:42:11
  |
danilo  |
- Fix build with new clang on CURRENT (set USE_CXXSTD to gnu++98) |
3.0.11,1 16 Feb 2016 23:50:33
  |
danilo  |
- Improve Makefile
Suggested by: mat |
3.0.11,1 15 Feb 2016 23:49:12
  |
danilo  |
- Update to 3.0.11
- Address CVE-2014-9765
PR: 207174
Submitted by: junovitch
MFH: 2016Q1 |
3.0.7,1 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.0.7,1 15 Oct 2013 20:25:25
  |
danilo  |
- Add PKGNAMESUFFIX to fix package collision
Approved by: wg (mentor) |
3.0.7,1 29 Sep 2013 23:20:53
  |
danilo  |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor) |
20 Sep 2013 20:50:59

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.0.7 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.0.7,1 20 May 2013 12:03:26
  |
bdrewery  |
- Update to 3.0.7
- Pass maintinership to submitter
PR: ports/178723
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
3.0.6,1 13 May 2013 15:32:29
  |
miwi  |
- Remove py-xdelta3, no longer activly maintain via upstream |
3.0.6,1 11 May 2013 06:57:36
  |
jgh  |
- attempt to fix duplicate LATEST_LINK warning
Reported by: indexbuild@ |
3.0.6,1 10 May 2013 06:37:38
  |
miwi  |
-Update to 3.0.6
PR: 177926
Submitted by: ports fury |
3.0.0_1,1 28 Mar 2013 16:29:01
  |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.0.0_1,1 08 Dec 2011 19:20:03
 |
scheidell  |
- Update beta to 3.0.0 stable release [1]
- move more slave bits to its Makefile [1]
- shuffle test targets [1]
- use INSTALL_LIB for python module [1]
- portlint [2]
PR: 160714 [1]
Reviewed by: scheidell [2]
Approved by: gabor (mentor)
Feature safe: yes |
3.0.y,1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.0.y,1 14 Aug 2010 07:55:41
 |
linimon  |
Mark slave port misc/py-xdelta3 as broken on sparc64: does not compile.
Hat: portmgr |
3.0.y,1 11 Jul 2010 18:56:14
 |
makc  |
Update to 3.0y
PR: ports/147642
Submitted by: Anonymous <swell.k at gmail.com> |
3.0u 10 Jan 2010 03:54:09
 |
linimon  |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
3.0u 17 Dec 2008 15:52:03
 |
pav  |
- Update to 3.0u
PR: ports/127753
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout (skv; 2 months) |
3.0t 10 Apr 2008 10:10:44
 |
skv  |
Update to 3.0t
PR: ports/122369
Submitted by: Dima Panov <fluffy xx Fluffy.Khv.RU> |
3.0q 06 Mar 2008 22:19:52
 |
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
3.0q 01 Apr 2007 13:26:49
 |
skv  |
Add xdelta3 3.0q, open-source binary diff, VCDIFF/RFC 3284 delta
compression. |