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: www/uzbl/Makefile

Number of commits found: 39

Monday, 25 Feb 2019
16:58 kwm search for other commits by this committer
Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
Original commitRevision:493883 
Tuesday, 27 Feb 2018
12:34 amdmi3 search for other commits by this committer
- Fix shebangs properly

Approved by:	portmgr blanket
Original commitRevision:463122 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 20 Jun 2017
16:29 joneum search for other commits by this committer
- Upstream rerolled the distfiles
  *The difference between the old and the new tar ball is literally
   one additional hex digit in the embedded git version

PR:		219824
Reported by:	xmj
Approved by:	Klaus Aehlig <aehlig at linta.de> (maintainer) xxx (mentor)
Differential Revision:	https://reviews.freebsd.org/D11214
Original commitRevision:443992 
Thursday, 4 May 2017
05:26 tcberner search for other commits by this committer
Fix shebangs

Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
Original commitRevision:440091 
Thursday, 16 Mar 2017
19:23 antoine search for other commits by this committer
Rename python setuptools ports to better match other python ports

Reviewed by:	mat, sunpoet
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D9983
Original commitRevision:436290 
Sunday, 25 Dec 2016
13:22 amdmi3 search for other commits by this committer
- Update to 0.9.1
- While here, convert to options helpers and fix manpage installation

PR:		213881
Submitted by:	aehlig@linta.de (maintainer)
Original commitRevision:429420 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Sunday, 10 Apr 2016
12:17 riggs search for other commits by this committer
Update to upstream version 0.9

PR:		208293
Submitted by:	aehlig@linta.de (maintainer)
Original commitRevision:412925 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 18 Aug 2014
22:10 antoine search for other commits by this committer
Remove a few remaining NOPORTDATA

With hat:	portmgr
Original commitRevision:365357 
Saturday, 10 May 2014
23:05 rakuco search for other commits by this committer
Support staging.

PR:		ports/189623
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commitRevision:353627 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Saturday, 7 Sep 2013
15:49 wg search for other commits by this committer
www/uzbl: missing pkgconfig dependency

- Add missing pkgconfig [1]
- Trim Makefile header [1]
- USES gmake pygtk2
- Convert lib depends to new syntax
- Python 2.5 is no longer supported
- Add DOCS option
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/181910 [1]
Submitted by:	Klaus Aehlig <aehlig linta.de> (maintainer)
Original commitRevision:326643 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 28 May 2012
08:35 miwi search for other commits by this committer
- Switch to python 25 as mini. version.
Original commit
Wednesday, 23 May 2012
06:55 beech search for other commits by this committer
- Update to the version as of 2012/05/14
- Release notes see http://www.uzbl.org/news.php?id=40

PR:             ports/168206
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Thursday, 1 Dec 2011
06:16 culot search for other commits by this committer
- Update to 2011.11.28 [1]
- Pet portlint(1) by moving LICENSE section earlier

Changes:        http://www.uzbl.org/news.php?id=39
PR:             ports/162962 [1]
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Feature safe:   yes
Original commit
Monday, 10 Oct 2011
17:51 novel search for other commits by this committer
- update to version as of 2011/10/01
- add missing run dependency on dmenu (reported by Pierre Smars)
- replace tac by tail -r in the example scripts, as tail is in the
  base system (reported by Pierre Smars)

PR:             161384
Submitted by:   Klaus Aehlig (maintainer)
Original commit
Tuesday, 23 Aug 2011
18:39 kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
Original commit
Wednesday, 27 Jul 2011
19:21 jlaffaye search for other commits by this committer
Update to 2011.07.25

PR:             ports/159202
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Wednesday, 20 Jul 2011
16:40 jlaffaye search for other commits by this committer
Update to 2011.07.17

PR:             ports/159059
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Thursday, 14 Apr 2011
19:22 dhn search for other commits by this committer
- Update to 2011.04.12

PR:             ports/156379
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Thursday, 24 Mar 2011
15:56 dhn search for other commits by this committer
- Update to 2011.03.17

PR:             ports/155884
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Thursday, 17 Mar 2011
14:11 miwi search for other commits by this committer
- Update to 2011.03.14

PR:             ports/154859
Submitted by:   "Klaus T. Aehlig" <aehlig@linta.de> (maintainer)
Original commit
Wednesday, 1 Dec 2010
12:48 pav search for other commits by this committer
- Update to 2010.11.25

PR:             ports/152728
Submitted by:   Klaus Aehlig <aehlig@linta.de> (maintainer)
Original commit
Monday, 9 Aug 2010
14:07 arved search for other commits by this committer
Update to 2010.08.05

PR:             149466
Submitted by:   maintainer
Original commit
Monday, 5 Apr 2010
23:31 sylvio search for other commits by this committer
- Update to 2010.04.03

PR:             ports/145375
Submitted by:   Klaus T Aehlig <aehlig@linta.de> (maintainer)
Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Thursday, 18 Mar 2010
17:55 amdmi3 search for other commits by this committer
- Use `uname` instead of `uname -o` which is unsupported in FreeBSD

PR:             144858
Submitted by:   Klaus T Aehlig <aehlig@linta.de> (maintainer)
Original commit
Monday, 15 Mar 2010
11:10 gahr search for other commits by this committer
- Update to 2010.03.14

PR:             144757
Submitted by:   Klaus T Aehlig <aehlig@linta.de> (maintainer)
Original commit
Monday, 1 Mar 2010
23:53 sylvio search for other commits by this committer
- Update to 2010.02.02

PR:             ports/143540
Submitted by:   Klaus T. Aehlig <aehilig@linta.de> (maintainer)
Approved by:    itetcu (mentor)
Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 8 Jan 2010
10:02 ehaupt search for other commits by this committer
Add uzbl, a web interface tools collection.

PR:             ports/141674
Submitted by:   aehlig at linta.de
Original commit

Number of commits found: 39