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

Number of commits found: 22

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 
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, 30 Mar 2017
21:12 mat search for other commits by this committer
Remove obsolete PROJECTHOST.

Sponsored by:	Absolight
Original commitRevision:437328 
Tuesday, 20 Sep 2016
15:27 marino search for other commits by this committer
www/py-webkitgtk: new fedora MASTER_SITE to unbreak
Original commitRevision:422507 
Wednesday, 14 Sep 2016
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
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 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Saturday, 4 Apr 2015
17:42 rm search for other commits by this committer
www/py-webkitgtk: drop maintainership

- drop maintainership
- modify INSTALL_TARGET to install stripped library
- limit python version to 2.x
- remove dirrm's from pkg-plist
- bump PORTREVISION according to package changes
Original commitRevision:383234 
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 
Wednesday, 14 May 2014
09:11 tijl search for other commits by this committer
Add USES=libtool tar:bzip2.
Original commitRevision:354031 
Sunday, 23 Feb 2014
19:16 rm search for other commits by this committer
- modernize LIB_DEPENDS
- utilize pathfix instead of homebrew path fixing code
- add trailing slash to pkg-descr:WWW
- remove NO_STAGE
Original commitRevision:345757 
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 
Friday, 30 Aug 2013
23:47 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
Original commitRevision:325737 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 10 Nov 2011
22:20 rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
Original commit
Wednesday, 21 Sep 2011
17:30 sunpoet search for other commits by this committer
- Assign this port to new volunteer
- Space/Tab twiddle while I'm here

Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
16:48 tabthorpe search for other commits by this committer
- Reassign to the heap
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
Friday, 28 Jan 2011
10:45 arved search for other commits by this committer
Update to 1.1.8
Add LICENSE
Switch to bz2
Install pkg-config
Remove MD5

PR:             154001
Submitted by:   Ruslan Mahmatkhanov
Approved by:    maintainer timeout
Feature safe:   yes
Original commit
Monday, 26 Apr 2010
08:31 wen search for other commits by this committer
Python bindings for the WebKit GTK+ port.

WWW: http://code.google.com/p/pywebkitgtk

PR:             ports/144678
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit

Number of commits found: 22