Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.0_10 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
9.0_9 30 Oct 2023 12:14:21 |
Guido Falsi (madpilot) |
www/midori: Back to pool
The midori project has not been connected to the xfce project for
some time. So also remove the xfce category.
While here update WWW to pint to the new maintainers' website.
For rationale and further info see:
Mailing list thread:
https://lists.freebsd.org/archives/freebsd-xfce/2023-October/000503.html
Archived repo with botched update attempt:
https://github.com/madpilot78/ports-midori-overlay |
9.0_9 02 Oct 2023 15:53:42 |
Guido Falsi (madpilot) |
XFCE: Cleanup dependencies
- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
library)
- Explicitly add USE_XFCE components to the ports actually needing
them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
the Makefile |
9.0_8 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
9.0_7 11 Feb 2023 13:30:00 |
Guido Falsi (madpilot) |
www/midori: Workaround build issue with llvm 15
New defaults in llvm cause midori to fail to build.
Due to it being coded using the vala language, it is not easy to
fix this specific iussue, so work around it by adding a compiler
flag to disable the warning causing the failure.
Reported by: pkg-fallout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.0_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.0_7 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
9.0_7 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
9.0_7 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
9.0_6 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
9.0_5 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
9.0_5 06 Sep 2021 13:19:32 |
Bernhard Froehlich (decke) |
www/midori: Add CPE information
Approved by: portmgr (blanket) |
9.0_5 04 Jun 2021 14:38:37 |
Guido Falsi (madpilot) Author: Evgeniy Khramtsov |
www/midori: Fix dependencies
- Remove unneeded dependency on xorg xscrnsaver [1]
- Add missing dependency on harfbuzz [2]
PR: 256392 [1]
Reported by: poudriere run [2] |
9.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.0_4 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
9.0_3 31 Oct 2020 07:11:54 |
tcberner |
security/gcr: Update to 3.38.0
PR: 250512
Submitted by: Neel Chauhan <neel@neelc.org> |
9.0_2 12 Oct 2020 14:20:08 |
bapt |
Update libsoup to 2.72.0
Merge back libsoup and libsoup-gnome, they both have the same dependencies
now, and they are more complicated to split now that they switched to meson
Bump portrevision of dependant ports |
9.0_1 30 Aug 2020 03:10:24 |
novel |
Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.
See more details in the comments of the linked PR.
PR: 248819
Reported by: John Hein |
9.0 19 Sep 2019 23:46:34 |
madpilot |
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02 (Only the first 15 lines of the commit message are shown above ) |
9.0 01 Aug 2019 18:04:09 |
madpilot |
Update midori to 9.0 |
8.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
8.0 24 Mar 2019 09:45:48 |
madpilot |
Add USES=compiler:c++11-lang to fix build on GCC architectures.
PR: 236713
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
8.0 11 Mar 2019 07:57:05 |
tobik |
www/midori: Fix USE_GITHUB usage |
8.0 06 Mar 2019 10:58:11 |
madpilot |
Update midori to 8.0
PR: 236247
Submitted by: rozhuk.im@gmail.com |
0.7.0 22 Jan 2019 14:44:38 |
madpilot |
Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip |
0.7.0 09 Jan 2019 10:57:32 |
madpilot |
- Update midori to 0.7.0
- Silence some portlint warnings
- Remove unsupported options
- Project distribution moved to github
PR: 233958
Submitted by: vermaden@interia.pl |
0.5.11 27 Sep 2017 12:19:27 |
madpilot |
- Fix build with upcoming vala 0.36 [1]
While here:
- Indentition fixes
- Silence portlint warning about variables ordering
- Convert to USES=localbase
PR: 222015 [1]
Submitted by: cpm |
0.5.11 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.5.11 10 Jan 2016 16:19:37 |
bapt |
Convert www ports to USES=sqlite and USES=firebird |
0.5.11 30 Aug 2015 18:59:15 |
olivierd |
- Update to 0.5.11
- Use alternate hosts in MASTER_SITES
- Sort USES
- Rewrite options helper
- Enhance GIR option description |
0.5.10 02 Aug 2015 15:37:20 |
kwm |
Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The
new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so.
* deskutils/cairo-dock-plugins: supports both zeitgeist versions.
* net-im/folks: Only supports the new 2.0 libzeitgeist library version. And
this went unnoticed, woops.
* sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist.
* sysutils/qzeitgeist: Update the port for the new zeitgeist API.
* www/midori: Mark the zeitgeist option (non-default) broken until midori
can be updated to a version that supports the new libzeitgeist 2.0
PR: 190729 [1]
Submitted by: olivierd@ [1] |
0.5.10 20 Apr 2015 16:39:54 |
olivierd |
- Update to 0.5.10
- Adjust dependencies
- Remove GRANITE option (appearance seems broken)
- Remove support of WebKit2 API (still experimental) [1]
Requested by: <phryk@commander1024.de> (via freebsd-xfce@ list, in February 2015
thread) [1] |
0.5.9_3 27 Nov 2014 18:37:53 |
olivierd |
- Unbreak build (again)
- Remove DOCS option, this option installed API documentation, not end-user
- Adjust GNOME dependencies, when GTK3 is set
- Bump PORTREVISION
Reported by: pkg-fallout |
0.5.9_2 20 Nov 2014 18:17:18 |
olivierd |
- Unbreak build
- Bump PORTREVISION
Reported by: pkg-fallout |
0.5.9_1 13 Nov 2014 17:09:38 |
olivierd |
- Fix pkg-plist
- Bump PORTREVISION
Reported by: pkg-fallout |
0.5.9 11 Nov 2014 10:41:45 |
olivierd |
- Update to 0.5.9
- Unset GRANITE option (Granite.Widgets.LightWindow was removed, we need to
update x11-toolkits/granite to 0.3 at least) |
0.5.8_6 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) |
0.5.8_5 09 Aug 2014 06:17:29 |
olivierd |
- GObject Introspection Repository (GIR) files are only build, when
GTK2 is set
- Fix pkg-plist with the new WebKit2 API (some extensions are not yet
ported)
- Bump PORTREVISION
Obtained from: Xfce dev repo |
0.5.8_4 05 Jul 2014 17:47:04 |
tijl |
- Add USES=libtool and bump dependent ports
- Add USE_GNOME=gnomehier to fix leftovers
- Simplify documentation handling with staging and install documentation
in standard location |
0.5.8_3 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
0.5.8_2 16 Apr 2014 22:52:28 |
marino |
www/midori: Fix pkg-plist
The midori-MidoriViewable.html file no longer installs, breaking the
build against a plist-check.
patch from: maintainer (Olivier Duchateau) |
0.5.8_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.5.8 04 Apr 2014 21:11:58 |
olivierd |
- Update to 0.5.8
- Remove unneeded patches
- Add GRANITE (additional GTK+ toolkits) and GIR (GObject introspection) options |
0.5.7 16 Jan 2014 05:27:37 |
olivierd |
- Update to 0.5.7
- Adjust LICENSE
ChangeLog:
http://bazaar.launchpad.net/~midori/midori/trunk/revision/6540/ChangeLog |
0.5.6_1 02 Jan 2014 15:19:00 |
olivierd |
- Fix CMake error introduces with revision r334518
CMake Error at extensions/CMakeLists.txt:28 (string):
string begin index: -1 is out of range 0 - 9
- Bump PORTREVISION |
0.5.6 21 Nov 2013 20:20:40 |
olivierd |
- Update to 0.5.6
- Add GTK2 and GTK3 options (OPTIONS_SINGLE)
- Remove unneeded patches (upstream switched to CMake) |
0.5.5_1 14 Oct 2013 20:13:57 |
olivierd |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format |
0.5.5_1 21 Sep 2013 10:00:54 |
olivierd |
Remove devpet extension, because of "undefined symbol in backtrace_symbol()"
While I'm here
Use the new format for LIB_DEPENDS |
0.5.5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.5.5 15 Aug 2013 21:03:05 |
olivierd |
- Update to 0.5.5
- Force to use Python 2.x, because Midori embeds old version of Waf which
doesn't support Python 3.x
- Rename APIDOCS option to DOCS |
0.5.4_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.5.4_1 22 Jul 2013 17:31:58 |
olivierd |
Fix PACKAGE_VERSION in gtk_about_dialog widget |
0.5.4 18 Jul 2013 18:39:04 |
olivierd |
Fix distinfo
Reported by: green dog (private email) |
0.5.4 18 Jul 2013 18:02:53 |
olivierd |
Reassign Midori in xfce (removed in previous commit r323245). |
0.5.4 18 Jul 2013 17:06:41 |
olivierd |
- Update to 0.5.4
- Remove unneeded patch
- Update WWW entry (pkg-descr) and MASTER_SITES (Makefile)
ChangeLog:
http://bazaar.launchpad.net/~midori/midori/trunk/view/head:/ChangeLog#L3 |
0.5.2 18 May 2013 06:43:36 |
olivierd |
- Update to 0.5.2
Announce: http://mail.xfce.org/pipermail/xfce-announce/2013-May/000271.html |
0.5.1 17 May 2013 19:53:04 |
olivierd |
- Update to 0.5.1
- Convert to USES=desktop-file-utils
Announce: http://mail.xfce.org/pipermail/xfce-announce/2013-May/000270.html |
0.5.0 04 May 2013 14:06:09 |
bdrewery |
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr |
0.5.0 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.5.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.5.0 19 Apr 2013 19:19:04 |
olivierd |
- Update to 0.5.0
- Remove unneeded patches
- Remove 'HelpBugs' entry, because it depends of Apport (bug report tool in
Ubuntu)
Feature safe: yes |
0.4.9_2 27 Mar 2013 17:56:43 |
olivierd |
Bump PORTREVISION after update of sysutils/libzeitgeist |
0.4.9_1 13 Mar 2013 18:16:51 |
olivierd |
- Drop support for Vala 0.12
- Disable Steadyflow like external download manager (broken with Vala 0.18)
Approved by: rene, miwi (mentors, implicit) |
0.4.9 08 Mar 2013 08:02:13 |
olivierd |
- Update to 0.4.9
- Remove unneeded patch
ChangeLog: http://git.xfce.org/apps/midori/tree/ChangeLog?id=0.4.9#n3
Approved by: rene, miwi (mentors, implicit) |
0.4.8 08 Feb 2013 09:36:08 |
olivierd |
- Update to 0.4.8
- Add new option ZEITGEIST (still experimental)
- Update description and WWW entry in pkg-desc file
- Improve patches (work with Vala 0.12 and higher)
- Remove unneeded patches
- Fix user script stock icon
ChangeLog:
http://mail.xfce.org/pipermail/xfce-announce/2013-February/000246.html
Approved by: rene, miwi (mentors, implicit) |
0.4.7 20 Nov 2012 11:31:46 |
rene |
Fix build when DISABLE_MAKE_JOBS is set.
While here pet portlint.
Feature safe: yes |
0.4.7 03 Oct 2012 19:13:50 |
olivierd |
- Update to 0.4.7
- Convert to OptionsNG
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version in LIB_DEPENDS
Approved by: rene, miwi (mentors) |
0.4.6_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.6 16 May 2012 06:13:10 |
rene |
Update to 0.4.6
Announcement: http://mail.xfce.org/pipermail/xfce/2012-May/030632.html
PR: ports/167939
Submitted by: Olivier Duchateau |
0.4.5 08 May 2012 20:02:17 |
rene |
Update to 0.4.5
Changelog: http://mail.xfce.org/pipermail/xfce/2012-April/030296.html
PR: ports/167536
Submitted by: Olivier Duchateau |
0.4.4_1 26 Mar 2012 21:11:55 |
rene |
Implement the low memory profile when RAM is lower than 352 MB.
PR: ports/166422
Submitted by: Olivier Duchateau
Feature safe: yes |
0.4.4 10 Mar 2012 10:39:32 |
rene |
Update to 0.4.4
PR: ports/165891
Submitted by: Olivier Duchateau
Feature safe: yes |
0.4.3 29 Dec 2011 15:42:54 |
miwi |
- Update to 0.4.3
- Pet Portlint
PR: 163428
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.4.2 12 Nov 2011 19:07:55 |
miwi |
- Update to 0.4.2
PR: 162464
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe: yes |
0.4.1 23 Oct 2011 21:16:14 |
kwm |
Assign to the xfce@ team.
Approved by: rene@ |
0.4.1 14 Oct 2011 18:23:09 |
kwm |
Update to 0.4.1.
PR: ports/161466
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.4.0 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.4.0 24 Aug 2011 20:39:00 |
kwm |
Update to 0.4.0.
remove --disable-libidn, libsoup is enabled and preferd over libidn.
Enable unique OPTION by default as per upstream default.
Changelog: http://mail.xfce.org/pipermail/xfce/2011-August/028993.html
PR: ports/159518
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.3.6_1 23 Aug 2011 18:39:19 |
kwm |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
0.3.6 16 May 2011 17:57:25 |
kwm |
Update to 0.3.6.
PR: ports/156722 (update to 0.3.5)
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.3.3 14 Mar 2011 21:08:30 |
kwm |
Update to 0.3.3.
Add depend on security/ca_root_nss.
Replace USEDOCS with FAQ which is maintained.
PR: ports/155557
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.3.2 25 Feb 2011 11:08:42 |
kwm |
Update to 3.2.
- Add new option, UNIQUE (enable single instance) "off" by default.
- Fix a warning with rst2html
PR: ports/154904
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.3.0 08 Feb 2011 12:34:38 |
kwm |
Update to 0.3.0.
PR: ports/154422
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe: yes |
0.2.9 14 Nov 2010 22:00:44 |
kwm |
Update to 0.2.9
Add licence blob.
Vala is a build dependacy.
PR: ports/151860
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.2.8 04 Oct 2010 06:26:04 |
kwm |
Update to 0.2.8
Use XFCE master site macro, instead of 1 mirror.
depend on desktopfileutils so it will show up in xfce without session restart
PR: ports/150932
Submitted by: Olivier DUCHATEAU <duchateau.olivier@gmail.com> |
0.2.7 17 Aug 2010 14:30:43 |
kwm |
Update to 0.2.7.
New features include:
- Database backed bookmarks
- Delayed Pages. Don't load that trouble some page that made your browser crash. |
0.2.6_2 25 Jul 2010 23:09:57 |
linimon |
Reassign ports from ahze@ to kwm@ due to ahze's inactivity and kwm's activity.
Hat: portmgr |
0.2.6_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.2.6_1 28 May 2010 08:10:54 |
kwm |
Update to 0.2.6.
Add xfce to Categories, clean up depends that are pulled in by webkit already.
Add options for api and user documents.
Add a freshports entry for the search bar.
Fix the openssl detection test.
Based on PR: ports/144830 (update to 0.2.4), ports/146710 (update to 0.2.5)
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: maintainer (implicit) |
0.2.5 22 May 2010 14:59:12 |
kwm |
Update to 0.2.5.
Approved by: maintainer (implicit) |
0.2.4 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
0.2.2_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.2.2 21 Dec 2009 00:01:28 |
ahze |
- Update to 0.2.2
- Make jobs safe |
0.2.1 14 Dec 2009 01:36:03 |
ahze |
Update to 0.2.1 |
0.2.0 28 Nov 2009 20:06:37 |
marcus |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
0.1.2_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.1.2 15 Feb 2009 04:34:56 |
ahze |
Update to 0.1.2
PR: ports/131678
Submitted by: Bernhard Froehlich <decke@bluelife.at> |
0.1.0_1 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |