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/linkchecker/Makefile

Number of commits found: 71

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Friday, 8 Nov 2019
12:53 tobik search for other commits by this committer
www: Add missing USES=gnome
Original commitRevision:517054 
Saturday, 16 Mar 2019
17:52 tcberner search for other commits by this committer
www/linkchecker: remove QT4 option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495925 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
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 
Thursday, 8 Jun 2017
13:30 rene search for other commits by this committer
Chase www/py-utidylib move
Original commitRevision:442919 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Original commitRevision:433310 
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 
Wednesday, 17 Jun 2015
12:54 amdmi3 search for other commits by this committer
- Strip libraries
- Drop @dirrm* from plist
Original commitRevision:389912 
Thursday, 28 May 2015
23:17 mat search for other commits by this committer
Fix RUN_DEPENDS.

Sponsored by:	Absolight
Original commitRevision:387779 
Wednesday, 6 May 2015
20:04 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:385554 
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 
Thursday, 17 Jul 2014
11:59 robak search for other commits by this committer
www/linkchecker: update 9.2 -> 9.3

Approved by:	marino (mentor)
Original commitRevision:362136 
Saturday, 28 Jun 2014
09:32 antoine search for other commits by this committer
Remove non default dependency on expiring  www/mod_wsgi2
Original commitRevision:359678 
Monday, 16 Jun 2014
19:36 mva search for other commits by this committer
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Add missing py-requests RUN_DEPENDS
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Original commitRevision:358036 
Saturday, 14 Jun 2014
06:01 miwi search for other commits by this committer
- Update to 9.2

PR:		190905
Submitted by:	ports fury
Original commitRevision:357749 
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 
Sunday, 24 Nov 2013
23:40 ohauer search for other commits by this committer
- fix non default dependency
Original commitRevision:334798 
23:33 ohauer search for other commits by this committer
- svn mv www/mod_wsgi www/mod_wsgi2 [1]
- update ports to reflect new location
- fix mod_wsgi3 build with python3

PR:		184065 [1]
PR		183353 [2]
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:334797 
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 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 14 Mar 2013
05:35 miwi search for other commits by this committer
- Update to 8.4

PR:		176531
Submitted by:	Ports Fury
Original commitRevision:314132 
Sunday, 30 Dec 2012
12:15 beat search for other commits by this committer
- Back to pool
Original commitRevision:309664 
Friday, 5 Oct 2012
15:02 beat search for other commits by this committer
- Convert to optionsng
- Trim Makefile header
Original commitRevision:305303 
Sunday, 27 Mar 2011
03:12 beat search for other commits by this committer
- Update to 6.6
Original commit
Monday, 21 Feb 2011
20:52 beat search for other commits by this committer
- Update to 6.4

Reported by:    portscout via miwi
Original commit
Wednesday, 9 Feb 2011
20:26 beat search for other commits by this committer
- Add option to install GUI frontend dependencies

Submitted by:   Oleg Ginzburg <olevole AT olevole.ru>
Original commit
Sunday, 6 Feb 2011
14:28 beat search for other commits by this committer
- Update to 6.3
- Add LICENSE

PR:             ports/154541 (based on)
Submitted by:   Oleg Ginzburg <olevole AT yandex.ru>
Feature safe:   yes
Original commit
Monday, 22 Nov 2010
19:40 beat search for other commits by this committer
- Update to 5.5

Reported by:    portscout via miwi
Original commit
Tuesday, 26 Oct 2010
12:59 beat search for other commits by this committer
- Update to 5.4
Original commit
Friday, 1 Oct 2010
11:13 beat search for other commits by this committer
- Update to 5.3

Reported by:    portscout via miwi
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 31 Mar 2010
22:27 beat search for other commits by this committer
- Update to 5.2
Original commit
Wednesday, 26 Aug 2009
14:41 beat search for other commits by this committer
- Update to 5.1
Original commit
Saturday, 22 Aug 2009
00:38 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
Original commit
Tuesday, 3 Feb 2009
19:15 beat search for other commits by this committer
- Update to 5.0.1

Notified by:    portscout
Approved by:    miwi (mentor)
Original commit
Thursday, 29 Jan 2009
18:37 amdmi3 search for other commits by this committer
- Update to 5.0

PR:             131058
Submitted by:   "Beat Gätzi" <beat at chruetertee dot ch> (maintainer)
Original commit
Wednesday, 28 Jan 2009
23:25 beat search for other commits by this committer
Update my email address to @FreeBSD.org.

Approved by:    miwi (mentor)
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
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)
Original commit
Sunday, 27 Apr 2008
13:15 lwhsu search for other commits by this committer
- Update to version 4.9
- Use SF macro in MASTER_SITES

PR:             ports/123144
Submitted by:   "Beat Gatzi" <beat AT chruetertee.ch> (maintainer)
Original commit
Friday, 4 Apr 2008
19:07 pav search for other commits by this committer
- Allow with python 2.5
- Take maintainership

PR:             ports/122451
Submitted by:   Beat Gatzi <beat@chruetertee.ch>
Original commit
Monday, 31 Mar 2008
14:26 pav search for other commits by this committer
- Reset long term inactive maintainer
Original commit
14:26 pav search for other commits by this committer
- Update to 4.8

PR:             ports/120369
Submitted by:   Beat Gaetzi <beat@chruetertee.ch>
Approved by:    maintainer timeout (clement; 7 weeks)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 14 Mar 2007
20:39 pav search for other commits by this committer
- Update to 4.6
- Add python to CATEGORIES
- Install gettext files and provide WITHOUT_NLS tunable

PR:             ports/107240
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer timeout (clement; 2 months)
Original commit
Friday, 3 Nov 2006
13:15 clement search for other commits by this committer
- Update to 4.5
Original commit
Saturday, 13 May 2006
04:41 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
Original commit
Sunday, 30 Oct 2005
11:31 clement search for other commits by this committer
- Update to 3.3
Original commit
Saturday, 30 Jul 2005
21:44 clement search for other commits by this committer
- update to 3.1

PR:             ports/83962
Submitted by:   markp
Original commit
Sunday, 10 Jul 2005
19:56 clement search for other commits by this committer
- Update to 3.0
Original commit
Sunday, 22 May 2005
09:59 clement search for other commits by this committer
- Update to 2.9
- Fix build on 4.x
Original commit
Saturday, 7 May 2005
03:08 kris search for other commits by this committer
BROKEN on 4.x: Does not compile
Original commit
Friday, 4 Feb 2005
10:10 clement search for other commits by this committer
- Update to 2.3
Original commit
Thursday, 3 Feb 2005
21:03 clement search for other commits by this committer
- Update to 2.2
Original commit
Sunday, 16 Jan 2005
19:15 clement search for other commits by this committer
- Works fine with python 2.4
Original commit
Saturday, 15 Jan 2005
15:37 clement search for other commits by this committer
- Update to 2.1
Original commit
Wednesday, 13 Oct 2004
08:11 clement search for other commits by this committer
- Update to 1.13.5
Original commit
Tuesday, 1 Jun 2004
12:57 clement search for other commits by this committer
- Update to 1.12.3
Original commit
Monday, 5 Apr 2004
07:54 clement search for other commits by this committer
- Update to 1.12.2
Original commit
Saturday, 21 Feb 2004
18:07 clement search for other commits by this committer
Update to 1.12.1.
Original commit
Tuesday, 3 Feb 2004
09:54 clement search for other commits by this committer
- Update to 1.12.0
Original commit
Saturday, 10 Jan 2004
15:29 clement search for other commits by this committer
Update to 1.10.3

Approved by:    erwin (mentor) (implicity)
Original commit
Sunday, 4 Jan 2004
20:37 clement search for other commits by this committer
- update to 1.10.2

Approved by:        erwin (mentor)
Original commit
Sunday, 21 Dec 2003
18:33 clement search for other commits by this committer
- Update to 1.10.1
- Change my email address

Approved by:        erwin (mentor)
Original commit
Sunday, 7 Dec 2003
21:30 krion search for other commits by this committer
- Update to 1.10.0

PR:             60022
Submitted by:   maintainer
Original commit
Thursday, 20 Nov 2003
15:21 krion search for other commits by this committer
- Update to 1.9.5
- Give maintainership to submitter
- Use EXAMPLESDIR

PR:             59492
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Friday, 17 Oct 2003
17:01 ijliao search for other commits by this committer
add linkchecker 1.9.3
Check HTML documents for broken links
Original commit

Number of commits found: 71