Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.8_7 24 Mar 2019 18:43:27 |
kwm |
Remove expired webkit-gtk2 and webkit-gtk3 ports.
Bump graphics/variety deprecation date, there is a patch for a update which
uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix. |
1.1.8_7 25 Feb 2019 16:58:49 |
kwm |
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. |
1.1.8_7 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.1.8_6 30 Nov 2017 15:50:34 |
mat |
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 ) |
1.1.8_6 30 Mar 2017 21:12:43 |
mat |
Remove obsolete PROJECTHOST.
Sponsored by: Absolight |
1.1.8_6 20 Sep 2016 15:27:27 |
marino |
www/py-webkitgtk: new fedora MASTER_SITE to unbreak |
1.1.8_6 14 Sep 2016 15:59:34 |
mat |
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 |
1.1.8_6 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.1.8_6 02 Aug 2015 15:03:20 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
1.1.8_5 04 Apr 2015 17:42:25 |
rm |
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 |
1.1.8_4 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.1.8_4 10 Sep 2014 20:50:37 |
gerald |
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) |
1.1.8_3 14 May 2014 09:11:15 |
tijl |
Add USES=libtool tar:bzip2. |
1.1.8_2 23 Feb 2014 19:16:07 |
rm |
- modernize LIB_DEPENDS
- utilize pathfix instead of homebrew path fixing code
- add trailing slash to pkg-descr:WWW
- remove NO_STAGE |
1.1.8_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.1.8_2 30 Aug 2013 23:47:19 |
bapt |
Eradicate USE_GNOME=pkgconfig from www
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake |
1.1.8_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.8_1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
1.1.8_1 21 Sep 2011 17:30:48 |
sunpoet |
- Assign this port to new volunteer
- Space/Tab twiddle while I'm here
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.1.8_1 21 Sep 2011 16:48:43 |
tabthorpe |
- Reassign to the heap |
1.1.8_1 23 Aug 2011 18:39:19 |
kwm |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
1.1.8 28 Jan 2011 10:45:35 |
arved |
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 |
1.1.7 26 Apr 2010 08:31:41 |
wen |
Python bindings for the WebKit GTK+ port.
WWW: http://code.google.com/p/pywebkitgtk
PR: ports/144678
Submitted by: Ju Pengfei <jupengfei@gmail.com> |