notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/unison-devel/Makefile
SVNWeb

Number of commits found: 40

Sun, 16 Sep 2018
[ 12:16 antoine search for other commits by this committer ] Original commit   Revision:479891
Deprecate dead -devel ports
Thu, 12 Oct 2017
[ 15:57 mat search for other commits by this committer ] Original commit   Revision:451901 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Sat, 16 Apr 2016
[ 12:29 danfe search for other commits by this committer ] Original commit   Revision:413438 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
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
Mon, 4 May 2015
[ 15:46 madpilot search for other commits by this committer ] Original commit   Revision:385413 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 17 Mar 2015
[ 09:46 madpilot search for other commits by this committer ] Original commit   Revision:381478
- 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)
Thu, 1 Jan 2015
[ 18:17 madpilot search for other commits by this committer ] Original commit   Revision:376017
- 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]
Tue, 18 Nov 2014
[ 12:04 madpilot search for other commits by this committer ] Original commit   Revision:372714
- Update to 2.48.1
- Add USES desktop-file-utils
- Make install targets verbose
- Remove improper use of PLIST_FILES
- Cleanup plist
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 26 Jun 2014
[ 21:56 madpilot search for other commits by this committer ] Original commit   Revision:359422
Pass MAKE_ENV to MAKE_CMD.

Noticed by:	bapt (in r359185)
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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
Thu, 7 Nov 2013
[ 22:51 madpilot search for other commits by this committer ] Original commit   Revision:333161
- 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]
Sun, 29 Sep 2013
[ 09:38 madpilot search for other commits by this committer ] Original commit   Revision:328659
Convert unison ports to staging

Approved by:	bsam (for net/unison-nox11)
Approved by:	mandree (implicit, for net/unison232)
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Mon, 8 Jul 2013
[ 18:44 madpilot search for other commits by this committer ] Original commit   Revision:322531
Convert the ports I maintain to USES=gmake.
Tue, 5 Mar 2013
[ 20:22 bf search for other commits by this committer ] Original commit   Revision:313476 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 15 Nov 2012
[ 08:01 madpilot search for other commits by this committer ] Original commit   Revision:307439
- Update to 2.45.28

Feature safe:	yes
Sat, 13 Oct 2012
[ 08:42 madpilot search for other commits by this committer ] Original commit   Revision:305823
- 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
Sat, 2 Jun 2012
[ 17:40 madpilot search for other commits by this committer ] Original commit 
- 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)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 31 May 2012
[ 21:12 madpilot search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 14 Apr 2012
[ 18:45 madpilot search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Change to my FreeBSD.org email address.

Approved by:    crees (mentor)
Thu, 12 Apr 2012
[ 21:11 madpilot search for other commits by this committer ] Original commit 
Unignore and update to latest beta, 2.45.4.

PR:             166634
Approved by:    crees (mentor)
Sat, 19 Feb 2011
[ 12:51 miwi search for other commits by this committer ] Original commit 
- Mark IGNORE, no new beta present yet

PR:             154803
Submitted by:   maintainer
Fri, 11 Feb 2011
[ 14:52 bsam search for other commits by this committer ] Original commit 
Transfer maintenance to a new person.

PR:             ports/154677
Submitted by:   bsam (me)
Approved by:    Dan Pelleg <daniel+unison at pelleg.org> (maintainer)
[ 09:24 bsam search for other commits by this committer ] Original commit 
. update to version 2.40.61;
. set MAKE_JOBS_UNSAFE.

PR:             ports/152855
Submitted by:   Guido Falsi <mad at madpilot.net>
Approved by:    Dan Pelleg <dan at pelleg.org> (maintainer)
Mon, 29 Nov 2010
[ 20:44 mandree search for other commits by this committer ] Original commit 
Fix parallel build.

Submitted by: mandree (myself)
Approved by:  Dan Pelleg (maintainer)
PR:           ports/151785
Wed, 27 Oct 2010
[ 18:52 mandree search for other commits by this committer ] Original commit 
Mark MAKE_JOBS_UNSAFE=yes to unbreak builds under FORCE_MAKE_JOBS.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Thu, 13 Aug 2009
[ 16:57 bsam search for other commits by this committer ] Original commit 
Update to the latest available beta version 2.32.52.

PR:             ports/137632
Submitted by:   bsam (me)
Approved by:    maintainer
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Mon, 29 Sep 2008
[ 18:52 bsam search for other commits by this committer ] Original commit 
Add a new port net/unison-nox11 to the CONFLISTS variable;
bump PORTREVISION.
Fri, 6 Jun 2008
[ 13:50 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 19 Oct 2007
[ 03:05 alepulver search for other commits by this committer ] Original commit 
- Resurrect net/unison-devel port.
- Add CONFLICTS to net/unison.

PR:             ports/116713
Submitted by:   Dan Pelleg <daniel+unison@pelleg.org>
Sat, 10 Sep 2005
[ 21:03 pav search for other commits by this committer ] Original commit 
- Remove an unfinished repocopy

Number of commits found: 40