Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 2.52.1 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
08 May 2022 19:38:09 2.52.1 |
Guido Falsi (madpilot)  |
net/unison: Update to 2.52.1 |
19 Apr 2022 08:04:45 2.52.0 |
Guido Falsi (madpilot)  |
net/unison: Try to fix build failure due to race condition in Makefile
PR: 263067
MFH: 2022Q2 |
13 Mar 2022 21:28:26 2.52.0 |
Guido Falsi (madpilot)  |
net/unison: Update to 2.52
Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0 |
19 Dec 2021 11:39:51 2.51.5 |
Guido Falsi (madpilot)  |
net/unison: Update to 2.51.5 |
29 Oct 2021 09:50:18 2.51.4 |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
16 Oct 2021 09:51:39 2.51.4 |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
24 Jun 2021 21:06:47 2.51.4 |
Guido Falsi (madpilot)  |
net/unison: Update to 2.51.4 |
06 Apr 2021 14:31:07 2.51.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Nov 2020 12:34:02
2.51.3 |
madpilot  |
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.11 [1]
- Update net/unison to 2.51.3
- Add patch to pots of previouss unison versions to work with newer
x11-toolkits/ocaml-lablgtk2 [2]
Approved by: mandree [2], danfe (via email) [1]
Differential Revision: https://reviews.freebsd.org/D26924 |
14 May 2020 09:32:42
2.51.2 |
amdmi3  |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
24 Nov 2019 16:45:32
2.51.2 |
tobik  |
net/unison*, audio/asterisk-*: Set FLAVOR to a non-empty value by default
Use range modifier properly. The right syntax for looking up the
first word of a variable is ${FLAVORS:[1]}.
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22530 |
08 Nov 2019 13:48:35
2.51.2 |
tobik  |
net: Add missing USES={gnome,php} |
14 Aug 2019 08:48:51
2.51.2 |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
09 Mar 2018 21:11:55
2.51.2 |
madpilot  |
- Update net/unison to new major release 2.51.2
- Preserve previous major release 2.48.14 as net/unison248 for
compatibility reasons |
09 Feb 2018 20:34:00
2.48.15 |
madpilot  |
- Update net/unison to 2.48.15 [1]
- Grab distribution from github [1]
- Convert to using WRKSRC_SUBDIR
- Upstream does not provide precompiled pdf, ps, and html manual so remove them
from the port
Reported by: dutchman01@quicknet.nl [1]
Approved by: portmgr (previously approved FLAVORS) |
15 Jan 2018 22:05:30
2.48.4_3 |
madpilot  |
Merge the nox11 version of unison with the main port as a flavor.
Reviewed by: bsam, mat
Approved by: bsam, portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13783 |
05 Jan 2018 18:12:14
2.48.4_2 |
madpilot  |
Import upstream patch to fix crash in certain situations.
Obtained
from: https://github.com/bcpierce00/unison/commit/ed12af1f890623b4aff8b08316ca473a00ebf45e#diff-b4c630fa7a766bd2e17a1838276ea339
MFH: 2018Q1 |
12 Oct 2017 15:57:51
2.48.4_1 |
mat  |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
24 Mar 2017 08:14:33
2.48.4_1 |
madpilot  |
- Add FSMONITOR option (on by default) to compile the linux fsmonitor,
leveraging the liinotify port. This enables the use of "repeat=watch"
mode in FreeBSD
- Convert port to using OPTIONS_SUB |
07 Mar 2017 22:02:36
2.48.4 |
madpilot  |
- Convert unison ports to option helpers
- Some whitespace fixes
- No functional change
Approved by: mandree (for net/unison232, implicit) |
19 Jul 2016 11:04:14
2.48.4 |
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
24 May 2016 13:41:13
2.48.4 |
madpilot  |
- Update net/unison to 2.48.4
- While here remove unneeded DOCS option from DEFAULT_OPTIONS(it's
always on by default) |
16 Apr 2016 12:29:27
2.48.3_2 |
danfe  |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
01 Apr 2016 14:16:20
2.48.3_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
11 May 2015 18:34:58
2.48.3_2 |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
04 May 2015 15:46:52
2.48.3_2 |
madpilot  |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat) |
17 Mar 2015 11:31:34
2.48.3_1 |
madpilot  |
Update checksum files. Distfiles were rerolled.
No functional change.
Reported by: jlh@ (via email) |
17 Mar 2015 09:46:23
2.48.3_1 |
madpilot  |
- Fix dependency on ocaml to avoid conflicting oringins when building
in poudriere [1]
- While here, remove an old uneeded PATCH_DEPENDS
- Bump PORTREVISION also in slave port due to changes in conflicts
and dependencies
Submitted by: jlh@ (via email) [1]
Approved by: mandree (implicit, for net/unison232) |
01 Jan 2015 18:17:13
2.48.3 |
madpilot  |
- Update net/unison to 2.48.3
- Preserve unison 2.40 as net/unison240 and update to 2.40.128
- Remove uneeded USES=desktop-file-utils from unison ports [1]
Approved by: mandree (implicit, for net/unison232) [1] |
18 Nov 2014 12:05:44
2.40.102_3 |
madpilot  |
- Add USES desktop-file-utils
- Make install targets verbose
- Remove improper use of PLIST_FILES
- Cleanup plist |
10 Sep 2014 20:50:37
2.40.102_3 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
26 Jun 2014 21:56:19
2.40.102_2 |
madpilot  |
Pass MAKE_ENV to MAKE_CMD.
Noticed by: bapt (in r359185) |
25 Jun 2014 05:35:32
2.40.102_2 |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
07 Nov 2013 22:51:01
2.40.102_2 |
madpilot  |
- Fix build with DOCS option disabled [1]
- Remove dependency on desktop-file-utils, we do not install MIME
types. [2]
PR: ports/183703 [1]
Submitted by: Me [1]
Noticed by: mandree [2] |
22 Oct 2013 13:59:54
2.40.102_1 |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
29 Sep 2013 09:38:58
2.40.102_1 |
madpilot  |
Convert unison ports to staging
Approved by: bsam (for net/unison-nox11)
Approved by: mandree (implicit, for net/unison232) |
20 Sep 2013 22:10:25
2.40.102_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
08 Jul 2013 18:44:24
2.40.102_1 |
madpilot  |
Convert the ports I maintain to USES=gmake. |
05 Mar 2013 20:22:03
2.40.102_1 |
bf  |
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch) |
15 Nov 2012 08:01:10
2.40.102 |
madpilot  |
- Update to 2.40.102
- Reset PORTREVISION and trim Makefile headers on slave port [1]
Approved by: bsam [1]
Feature safe: yes |
13 Oct 2012 08:42:36
2.40.63_3 |
madpilot  |
- Make port convert and use icons which come with the distribution
- Remove indefinite article from COMMENT
- Trim Makefiles headers
- Bump PORTREVISION
PR: ports/172492
Submitted by: Boris Samorodov <bsam@FreeBSD.org>
Approved by: mandree (implicit, maintainer of net/unison232)
Approved by: tabthorpe (portmgr)
Feature safe: yes |
02 Jun 2012 17:40:16
2.40.63_2 |
madpilot  |
- Revert back to using the X11 knob in options [1]
- Add missing ?= to unison master port
- Fix conflicts in net/unison-nox11 [2]
- Bump PORTREVISION [3]
Reported by: David Cecchin <dcecchin@gmail.com> [1], Sulev-Madis "ketas"
Silber <madis555@hot.ee> [2] (both by email)
Approved by: Boris Samorodov <bsam@FreeBSD.org> (maintainer of
net/unison-nox11)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, maintainer of
net/unison232)
Approved by: crees, tabthorpe (mentors, implicit) |
01 Jun 2012 05:26:28
2.40.63_1 |
dinoex  |
- update png to 1.5.10 |
31 May 2012 21:12:14
2.40.63 |
madpilot  |
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by: tabthorpe (mentor) |
14 Apr 2012 18:45:07
2.40.63 |
madpilot  |
Change to my FreeBSD.org email address.
Approved by: crees (mentor) |
24 Oct 2011 04:17:38
2.40.63 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
18 Apr 2011 19:36:38
2.40.63 |
dhn  |
- Update to 2.40.63
PR: ports/156457
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
27 Feb 2011 18:48:44
2.40.61 |
mandree  |
Fix GTK2-enabled "make package" from a PREFIX where ${DESKTOPDIR} was not
create previously: make the directory before installing the .desktop file. |
19 Feb 2011 12:52:13
2.40.61 |
miwi  |
- Update to 2.40.61
PR: 154802
Submitted by: maintainer |
11 Feb 2011 14:48:44
2.32.52_1 |
bsam  |
. add LICENCE (GPLv3); [1]
. add a desktop entry; [1]
. bump PORTREVISION; [1]
. transfer mainainership to a new person.
PR: ports/154677 [1]
Submitted by: bsam (me) [1]
Approved by: Dan Pelleg <daniel+unison at pelleg.org> (maintainer) |
11 Feb 2011 08:52:17
2.32.52 |
bsam  |
. update to version 2.32.52;
. set MAKE_JOBS_UNSAFE.
PR: ports/152855
Submitted by: Guido Falsi <mad at madpilot.net>
Approved by: Dan Pelleg <dan at pelleg.org> (maintainer) |
28 Mar 2010 06:47:48
2.27.157_2 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.27.157_1 |
dinoex  |
- update to jpeg-8 |
17 Aug 2009 15:43:03
2.27.157 |
bsam  |
Udate to version 2.27.157.
PR: ports/137624
Submitted by: bsam (me)
Approved by: Dan Pelleg <daniel+unison at pelleg.org> (maintainer by e-mail) |
31 Jul 2009 13:57:52
2.27.57_3 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Sep 2008 14:01:32
2.27.57_2 |
bsam  |
Those changes should deal with an upcomming new slave port net/unison-nox11
(PR/127117):
. add CONFLICTS;
. add pkg-message.nox11 file;
. show apropriate message file;
. switch from '=' to '?=' for PORTREVISION (seems that slave port should
be rarely bumpted having only 5 dependencies);
. bump PORTREVISION.
PR: 127118
Submitted by: bsam (me)
Approved by: maintainer (timeout for 19 days) |
06 Jun 2008 13:50:32
2.27.57_1 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
07 Mar 2008 23:27:00
2.27.57 |
miwi  |
- Update to 2.27.57
PR: 120836
Submitted by: Derkjan de Haan <derkjan@haanjdj.homeip.net>
Approved by: maintainer |
11 Dec 2007 23:02:45
2.13.16_1 |
pav  |
- Backport some style changes from -devel port, and register conflicts against
it
PR: ports/117563
Submitted by: Dan Pelleg <daniel+unison@pelleg.org> (maintainer) |
21 Apr 2006 07:29:15
2.13.16_1 |
vs  |
Minor cleanup
PR: ports/95827
Submitted by: maintainer |
22 Jan 2006 21:24:05
2.13.16_1 |
edwin  |
SHA256ify
Approved by: krion@ |
05 Nov 2005 05:22:06
2.13.16_1 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
31 Aug 2005 11:37:57
2.13.16 |
pav  |
- Update to 2.13.16
PR: ports/85350
Submitted by: NAKAMURA Takeshi via
Dan Pelleg <daniel+unison@pelleg.org> (maintainer) |
26 Jan 2005 17:31:57
2.10.2 |
pav  |
- Update to 2.10.2
PR: Alexander S. Usov <usov@kvi.nl>
Approved by: Dan Pelleg <daniel+gnats@pelleg.org> (maintainer) |
30 Jul 2004 12:52:16
2.9.20_2 |
pav  |
- Allow build with older version of ocaml too
PR: ports/69695
Submitted by: Dan Pelleg <daniel+gnats@pelleg.org> (maintainer) |
31 Mar 2004 03:12:58
2.9.20_2 |
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
2.9.20_2 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
23 Oct 2003 14:06:52
2.9.20_1 |
sergei  |
- Install documentation (both included text files and the manual available
separately)
- Minor tweaks (use STRIP_CMD, do not redefine WRKSRC anymore)
- Bump PORTREVISION as hint for users to upgrade to this version
in order to take advantage of availability of the documentation
PR: 52811
Submitted by: sergei
Approved by: maintainer, krion |
24 Sep 2003 09:37:11
2.9.20 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
21 Feb 2003 13:15:09
2.9.20 |
knu  |
De-pkg-comment. |
20 Aug 2002 14:04:27
2.9.20 |
ru  |
Update to 2.9.20 beta which includes the "concurrency bug" fix. |
08 Aug 2002 17:48:55
2.9.1 |
ru  |
Mark FORBIDDEN; can result in serious data loss.
Authors have been provided with an example of how
to reliably reproduce the bug in the "Losing data
with unison 2.9.1" thread here:
http://groups.yahoo.com/group/unison-users/
(The last message has not yet been approved by the
list maintainer as of this writing.) |
01 Jul 2002 01:48:21
2.9.1 |
dougb  |
Update maintainer's e-mail.
PR: ports/40055
Submitted by: Dan Pelleg <daniel@pelleg.org> |
07 May 2002 11:10:47
2.9.1 |
pat  |
Update to 2.9.1
PR: 37768
Submitted by: maintainer |
12 Mar 2002 02:30:35
|
pat  |
Update to 2.8.1
PR: 35806
Submitted by: maintainer |
29 Aug 2001 20:36:53  |
petef  |
- update to 2.7.1 - style nits (one tab after VAR=) |
15 Mar 2001 23:13:16  |
steve  |
The MAINTAINER must be a simple email address. |
05 Feb 2001 15:50:42  |
olgeni  |
Style fixes for ports/net. |
15 Jan 2001 14:44:41  |
kevlo  |
Update to 2.6.11 |
26 Oct 2000 02:42:33  |
trevor  |
Add new port of unison 2.5.1, a utility for synchronizing files which works
both on local disks and over a network (can use ssh). |