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: comms/congruity/Makefile
SVNWeb

Number of commits found: 18

Sun, 17 May 2020
[ 05:55 lbartoletti search for other commits by this committer ] Original commit   Revision:535516 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wxgtk30: Update to 3.0.5.1

Changelog:
  -
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
Sun, 8 Mar 2020
[ 17:01 antoine search for other commits by this committer ] Original commit   Revision:528058 (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Deprecate some ports using deprecated version of python

With hat:	portmgr
Sat, 29 Feb 2020
[ 18:24 lbartoletti search for other commits by this committer ] Original commit   Revision:527449 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language

py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to
use wxWidgets with Python3.


  - Add x11-toolkits/py-wxPython40
  - Replace wxPython30 by wxPython40 when python wxWidgets is required
  - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
  - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
  - While I'm here fix portlint per emulators/playonbsd
  - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
  - Bump portversion
  - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship

PR:     241893
Reviewed by:	koobs, tcberner
Approved by:	tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D21915
Exp-run by:     antoine
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Wed, 13 Jun 2018
[ 12:05 amdmi3 search for other commits by this committer ] Original commit   Revision:472306
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr blanket
Sun, 18 Mar 2018
[ 17:00 yuri search for other commits by this committer ] Original commit   Revision:464934
comms/congruity: Unbreak by fixing shebang

Approved by:	portmgr (port compliance, infrastructure)
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 3 Dec 2017
[ 08:25 antoine search for other commits by this committer ] Original commit   Revision:455392 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 10 Jun 2017
[ 01:51 sunpoet search for other commits by this committer ] Original commit   Revision:443053 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Remove no-op WX_UNICODE

Approved by:	portmgr (blanket)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 16 Sep 2015
[ 19:51 bapt search for other commits by this committer ] Original commit   Revision:397077 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Sun, 13 Sep 2015
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:396849
Enforce unicode version of wx (which was already the default but not enforced)
Sun, 19 Oct 2014
[ 07:50 mva search for other commits by this committer ] Original commit   Revision:371172 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Convert ports from cad/, chinese/, comms/ and converters/ to new
  USES=python

Approved by:	portmgr (implicit)
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)
Wed, 18 Jun 2014
[ 20:18 shurd search for other commits by this committer ] Original commit   Revision:358312 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update my ports to use my shurd@FreeBSD.org account

Approved by:    db, skreuzer (mentors)
Tue, 3 Jun 2014
[ 08:20 miwi search for other commits by this committer ] Original commit   Revision:356306
congruity is a GUI application for programming Logitech(R) Harmony(TM)
remote controls. congruity builds upon the work of the concordance project,
which provides the underlying communication.

PR:		ports/190548
Submitted by:	Stephen Hurd <shurd@sasktel.net>

Number of commits found: 18