notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/hgview/Makefile

Number of commits found: 49

Sunday, 3 Feb 2019
20:46 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:492077 
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 
Sunday, 12 Aug 2018
07:40 antoine search for other commits by this committer
Mark BROKEN: fails to configure

  File "setup.py", line 60, in <module>
    from hgviewlib.__pkginfo__ import modname, version, license, description, \
  File "hgviewlib/__init__.py", line 26, in <module>
    demandimport.ignore.append('roman')
AttributeError: 'module' object has no attribute 'ignore'

Reported by:	pkg-fallout
Original commitRevision:476971 
Wednesday, 20 Jun 2018
17:29 antoine search for other commits by this committer
Fix build
Original commitRevision:472888 
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 
16:59 mat search for other commits by this committer
Correctly depend on those Python ports.

- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
Original commitRevision:472882 
Sunday, 29 Apr 2018
16:19 tcberner search for other commits by this committer
Update the QScintilla2 ports to 2.10.4
Original commitRevision:468632 
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 
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, 20 Jan 2017
20:09 antoine search for other commits by this committer
Remove useless reinplace that was editing a symlink

PR:		216309
Original commitRevision:431993 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 10 Jan 2016
15:56 olivierd search for other commits by this committer
- Update to 1.9.0 [1]
- Exclude python 3, because Mercurial (hg) supports only python 2
- Convert to new options target helper

PR:		206033 [1]
Submitted by:	<w.schwarzenfeld@aon.at>
Original commitRevision:405712 
Tuesday, 29 Sep 2015
07:26 rm search for other commits by this committer
devel/hgview: update to 1.8.2

- update to 1.8.2
- update MASTER_SITES and remove BROKEN and DEPRECATED

The change was submitted by two persons independently.
Changes from both submissions were joined into this commit.

PR:		203390 203400
Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>
Submitted by:   matthew@reztek.cz
Original commitRevision:398161 
Saturday, 26 Sep 2015
21:39 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:398018 
Monday, 30 Mar 2015
22:48 bapt search for other commits by this committer
LOGILAB mirrors are gone
Mark broken ports only using LOGILAB mirror
Original commitRevision:382780 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
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 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Monday, 31 Mar 2014
14:13 pawel search for other commits by this committer
- Add staging support
- Make RUN_DEPENDS path independent
Original commitRevision:349754 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category devel
Original commitRevision:345404 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Wednesday, 18 Sep 2013
17:25 amdmi3 search for other commits by this committer
Drop maintainership
Original commitRevision:327568 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Friday, 28 Sep 2012
12:59 amdmi3 search for other commits by this committer
- Update to 1.6.2
Original commitRevision:304992 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Monday, 5 Mar 2012
14:32 amdmi3 search for other commits by this committer
- Update to 1.5.0
Original commit
Thursday, 6 Oct 2011
00:05 amdmi3 search for other commits by this committer
- Update to 1.4.0
Original commit
Thursday, 23 Jun 2011
22:42 amdmi3 search for other commits by this committer
- Update to 1.3.0
Original commit
Wednesday, 1 Sep 2010
17:55 amdmi3 search for other commits by this committer
- Update to 1.2.1
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
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 4 Feb 2010
00:07 amdmi3 search for other commits by this committer
- Update to 1.2.0
Original commit
Saturday, 30 Jan 2010
14:27 fluffy search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
Original commit
Tuesday, 13 Oct 2009
22:23 amdmi3 search for other commits by this committer
- Update to 1.1.3
Original commit
Monday, 5 Oct 2009
08:59 amdmi3 search for other commits by this committer
- Update to 1.1.2
Original commit
Monday, 31 Aug 2009
18:37 amdmi3 search for other commits by this committer
- Introduce MASTER_SITE_LOGILAB
- Update MASTER_SITES for ports that use it

PR:             137695
Submitted by:   Sofian Brabez <sbrabez@gmail.com>
Reviewed by:    pav
Original commit
Wednesday, 17 Jun 2009
17:20 amdmi3 search for other commits by this committer
- Update to 1.0.1
Original commit
Tuesday, 24 Mar 2009
19:39 amdmi3 search for other commits by this committer
- Update to 0.11.2
Original commit
Tuesday, 3 Mar 2009
22:48 amdmi3 search for other commits by this committer
- Update to 0.10.2
Original commit
Wednesday, 21 Jan 2009
13:57 amdmi3 search for other commits by this committer
- Update to 0.10.1
Original commit
Tuesday, 23 Dec 2008
23:54 amdmi3 search for other commits by this committer
- Update to 0.10.0
Original commit
Tuesday, 25 Nov 2008
16:20 amdmi3 search for other commits by this committer
- Update to 0.9.1
Original commit
Friday, 21 Nov 2008
13:46 amdmi3 search for other commits by this committer
A faster implementation of hgk using pygtk/pyqt4. Its primary purpose
was to be able to browse the linux kernel mercurial repository.

WWW: http://www.logilab.org/project/name/hgview/
Original commit

Number of commits found: 49