Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jan 2021 14:24:40
0.4.4

|
jhale  |
deskutils/osmo: Update to 0.4.4
Pass maintainership to submitter.
PR: 252911
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> |
03 Nov 2020 00:56:27
0.4.2_11

|
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
23 Apr 2020 20:14:49
0.4.2_10

|
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
13 Mar 2020 09:47:17
0.4.2_9

|
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
03 Oct 2019 20:35:30
0.4.2_8

|
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
26 Jul 2019 20:46:57
0.4.2_7

|
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 |
27 Mar 2019 21:11:09
0.4.2_6

|
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
18 Mar 2019 09:08:12
0.4.2_5

|
linimon  |
Fix build on gcc-based architectures by adding compiler:c++11-lang to USES. |
23 Oct 2018 11:35:04
0.4.2_5

|
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
29 Jun 2018 14:22:11
0.4.2_4

|
jbeich  |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
06 Apr 2018 15:53:17
0.4.2_3

|
jbeich  |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
05 Apr 2018 20:13:48
0.4.2_2

|
tobik  |
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872 |
20 Mar 2018 02:54:23
0.4.2_1

|
truckman  |
Bump PORTREVISION on ports depending on devel/libical.
PR: 226460 |
14 Dec 2017 17:41:31
0.4.2

|
swills  |
deskutils/osmo: update to 0.4.2
PR: 224314
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
09 Nov 2017 02:31:48
0.2.14_3

|
jbeich  |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
25 Sep 2017 00:02:36
0.2.14_2

|
jbeich  |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
03 May 2017 17:09:38
0.2.14_1

|
pawel  |
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout |
25 Apr 2016 16:13:39
0.2.14

|
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
01 Apr 2016 14:00:57
0.2.14

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
0.2.14

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
26 Sep 2015 12:58:52
0.2.14

|
madpilot  |
- Update to 0.2.14
- Regenerate patch file
PR: 202842
Submitted by; Ports Fury |
31 Jul 2015 12:54:33
0.2.12_1

|
amdmi3  |
- Add LICENSE_FILE
- Switch to USES=libarchive |
02 Nov 2014 12:05:56
0.2.12

|
pawel  |
- Update to version 0.2.12
- Add LICENSE
PR: 194494
Submitted by: tkato432@yahoo.com |
20 Oct 2014 11:52:39
0.2.10_7

|
bapt  |
Cleanup plist |
10 Jun 2014 07:39:02
0.2.10_7

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
16 Apr 2014 18:28:50
0.2.10_7

|
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 ) |
30 Jan 2014 19:26:06
0.2.10_6

|
antoine  |
- Stage support
- Fix LIB_DEPENDS |
12 Jan 2014 19:48:11
0.2.10_6

|
kwm  |
Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify. |
11 Dec 2013 18:28:10
0.2.10_5

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
22 Oct 2013 13:52:24
0.2.10_5

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
20 Sep 2013 16:21:38
0.2.10_5

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
03 Sep 2013 09:59:01
0.2.10_5

|
bapt  |
Add an explicit dependency on pkgconf |
26 Jul 2013 06:51:59
0.2.10_5

|
bapt  |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Obtained from: DPorts |
24 Apr 2013 18:10:32
0.2.10_5

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
30 Dec 2012 05:14:02
0.2.10_5

|
mezz  |
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info> |
01 Jun 2012 05:26:28
0.2.10_4
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.2.10_3
|
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 |
23 Aug 2011 18:39:19
0.2.10_3
|
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
27 Apr 2011 01:56:47
0.2.10_2
|
dougb  |
By Maintainer's request, toss these ports back into the pool |
20 Mar 2011 12:54:45
0.2.10_2
|
miwi  |
- Get Rid MD5 support |
15 Jun 2010 13:18:20
0.2.10_2
|
wxs  |
Fix pointyhat failures.
PR: ports/147714
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
04 Jun 2010 07:54:05
0.2.10_2
|
wen  |
- Add missing dependence
PR: ports/146892
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) |
31 May 2010 02:01:56
0.2.10_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
24 May 2010 09:52:48
0.2.10
|
kwm  |
Fix the build with libical 0.44.
Submitted by: pointyhat via pav, fix by maintainer |
10 May 2010 21:19:08
0.2.10
|
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 ) |
17 Apr 2010 19:27:31
0.2.10
|
sylvio  |
- Update to 0.2.10
PR: ports/145663
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Approved by: itetcu (mentor, implicit) |
28 Mar 2010 06:47:48
0.2.8_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.2.8_1
|
dinoex  |
- update to jpeg-8 |
20 Oct 2009 03:27:56
0.2.8
|
amdmi3  |
Osmo is a handy personal organizer, which includes calendar, tasks
manager, address book and notes modules. It is a GTK+ based tool
which uses a plain XML database to store all personal data.
WWW: http://clayo.org/osmo
PR: 139261
Submitted by: Charlie Kester <corky1951@comcast.net> |