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: irc/konversation/Makefile

Number of commits found: 74

Sunday, 3 Dec 2023
22:17 Tobias C. Berner (tcberner) search for other commits by this committer
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'

To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 b2a438e
Friday, 30 Jun 2023
20:05 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.2

KDE Gear 23.04.2

Thursday, 8 June 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * konsole: Adjust selection point coords when scrollback shrinks
 * neochat: Focus message search window's search field by default
 * yakuake: Prevent unnecessary tab switching when closing a tab

Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c commit hash: 0c2dea861bca1ed6901b506105ca3162c61b688c 0c2dea8
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Thursday, 8 Sep 2022
12:20 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.08.1

Thursday, 8 September 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd commit hash: b83e197d31e295472147adeb2f8bc9bd6de7fcbd b83e197
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 5 Sep 2022
19:06 Dima Panov (fluffy) search for other commits by this committer
irc/konversation: pet stage-qa
commit hash: 938d00808a08763aff8dcf9560be29b05aba929a commit hash: 938d00808a08763aff8dcf9560be29b05aba929a commit hash: 938d00808a08763aff8dcf9560be29b05aba929a commit hash: 938d00808a08763aff8dcf9560be29b05aba929a 938d0080
Friday, 26 Aug 2022
06:30 Tobias C. Berner (tcberner) search for other commits by this committer
devel/qca: add flavors for Qt 5 and Qt 6
commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a 630a8a1
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
  *  David Bushong <david+ports@bushong.net>
  *  David Taylor <davidt@yadt.co.uk>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dom@cus.org.uk>
  *  Edini <ports@edini.net>
  *  Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hye-Shik Chang
  *  Jase Thew <freebsd@beardz.net>
  *  Jens Holmqvist <zparta@hispan.se>
  *  Jimbo Bahooli <griffin@blackhole.iceworld.org>
  *  Jonas Kvinge <jonas@night-light.net>
  *  Josh Paetzel <josh@tcbug.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Makoto Matsushita <matusita@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@inerd.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Travis Poppe <tlp@liquidx.org>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Walter Venable <weaseal@hotmail.com>
  *  Walter Venable <weaseal@users.sourceforge.net>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki <milki@rescomp.berkeley.edu>
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Thursday, 21 Apr 2022
11:26 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04

Thursday, 21 April 2022

Welcome to KDE Gear ⚙️ 22.04!

Skip to What’s New

KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.

Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.

If you want to see a full list of everything we have done, check out the
complete changelog.

WARNING: There’s a lot!

All the details can be found here:
	https://kde.org/announcements/gear/22.04.0/
commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 e250aeb
Friday, 10 Sep 2021
21:18 Bernhard Froehlich (decke) search for other commits by this committer
irc/konversation: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d8a787572dec53874c8231fe519637f06c50a557 commit hash: d8a787572dec53874c8231fe519637f06c50a557 commit hash: d8a787572dec53874c8231fe519637f06c50a557 commit hash: d8a787572dec53874c8231fe519637f06c50a557 d8a7875
Friday, 13 Aug 2021
07:15 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 21.08.0

Thursday, 12 August 2021

KDE Gear 21.08 improves KDE apps across the board, bringing you quick
and responsive utilities, creativity programs with powerful features,
and secure tools for all your work and play needs.

If this is your first time with KDE software, discover a whole new world
of free and secure programs, packed with incredible possibilities. If
you are already a KDE regular, check out all the fresh innovations we
have added to your favorite apps.

Either way, go forth and try new things!

Full announcement:
	https://kde.org/announcements/gear/21.08.0/
commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 commit hash: 17734b82d3078372e2c79574279b8038ff9d2411 17734b8
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 11 Dec 2020
19:18 tcberner search for other commits by this committer
Update KDE Applications to 20.12

- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports

There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM
indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
Original commitRevision:557757 
Monday, 26 Oct 2020
18:46 tcberner search for other commits by this committer
irc/konversation: update to 1.7.7
Original commitRevision:553373 
Tuesday, 29 Sep 2020
17:02 tcberner search for other commits by this committer
irc/konversation: update to 1.7.6
Original commitRevision:550532 
Saturday, 21 Mar 2020
07:24 tcberner search for other commits by this committer
devel/qca: update to 2.3

- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign a la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
Original commitRevision:528829 
Saturday, 14 Mar 2020
17:42 tcberner search for other commits by this committer
Make implicit dependency on devel/qt5-concurrent explicit
Original commitRevision:528428 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 16 Mar 2019
21:32 tcberner search for other commits by this committer
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
Original commitRevision:495961 
20:16 tcberner search for other commits by this committer
devel/qca: remove flavors (Qt4 deprecation)
Original commitRevision:495954 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Sunday, 30 Dec 2018
17:15 tcberner search for other commits by this committer
More GCC-related fixes in kde@ ports

PR:		234461
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:488723 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Saturday, 14 Jul 2018
22:27 rakuco search for other commits by this committer
Update to 1.7.5.

This is a small bugfix release with a single change fixing the build with Qt
5.11.
Original commitRevision:474651 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Original commitRevision:472983 
Saturday, 14 Apr 2018
11:09 tcberner search for other commits by this committer
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
Original commitRevision:467306 
Saturday, 23 Dec 2017
23:26 rakuco search for other commits by this committer
Update to 1.7.4.

Changes from Konversation 1.7.3 to 1.7.4:

    Fixed a bug causing the size of a custom chat text view font set via the
    configuration dialog to be ignored. A font size modification done via the
    Enlarge/Decrease Font Size actions is nowapplied on top of the configured
    size (or the system default font size, respectively).
Original commitRevision:457120 
Sunday, 12 Nov 2017
21:57 adridg search for other commits by this committer
Update irc/konversation to latest upstream release.

Reported by:	tcberner
Approved by:	tcberner (mentor)
MFH:		2017Q4
Security:	https://www.kde.org/info/security/advisory-20171112-1.txt
Security:	CVE-2017-15923
Differential Revision:	https://reviews.freebsd.org/D13065
Original commitRevision:454088 
Friday, 30 Jun 2017
17:36 tcberner search for other commits by this committer
Add kf5-kinit as a runtime dependency to irc/konversation

* The URL handler needs klauncher5 which is part of kf5-kinit.

Reported by:	Gleb Popov <6yearold@gmail.com>
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D11425
Original commitRevision:444772 
Tuesday, 30 May 2017
21:10 rakuco search for other commits by this committer
Update to 1.7.2 and rename to irc/konversation.

Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
from the port.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D10928
Original commitRevision:442126 
Saturday, 9 Feb 2013
13:26 pawel search for other commits by this committer
- Add missing deps
- Remove leading article from COMMENT
- Trim Makefile header
Original commitRevision:311973 
Sunday, 30 Dec 2012
12:03 beat search for other commits by this committer
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
  was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
Original commitRevision:309662 
Monday, 10 Dec 2012
01:20 eadler search for other commits by this committer
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Original commitRevision:308576 
Sunday, 9 Sep 2012
02:30 eadler search for other commits by this committer
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>

PR:	ports/171481
Original commitRevision:303952 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 5 Jul 2011
02:51 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
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
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 2 Sep 2008
15:02 markus search for other commits by this committer
Update to version 1.1

Submitted by:   makc
Original commit
Friday, 6 Jun 2008
13:36 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 7 Oct 2006
00:49 markus search for other commits by this committer
Update to version 1.0.1
Original commit
Saturday, 2 Sep 2006
14:59 markus search for other commits by this committer
- Update to version 1.0
- Extend pkg-descr and fix a typo
Original commit
Monday, 8 May 2006
10:32 edwin search for other commits by this committer
remove USE_REINPLACE for all categories starting with I
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Monday, 30 Jan 2006
12:54 markus search for other commits by this committer
Update to version 0.19
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 7 Jun 2005
16:50 markus search for other commits by this committer
- Distfile was rerolled. Only change is the removal of gcov related CXXFLAGS
  and a resulting regeneration of the buildsystem
- Bump PORTREVISION
Original commit
09:51 markus search for other commits by this committer
- Update to version 0.18
- Let WWW point to the new projectsite
Original commit
Monday, 11 Apr 2005
04:59 krion search for other commits by this committer
Fix plist.
Original commit
Thursday, 7 Apr 2005
08:00 markus search for other commits by this committer
Update to version 0.17
Original commit
Sunday, 3 Apr 2005
20:31 markus search for other commits by this committer
Update to version 0.16
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Monday, 28 Feb 2005
02:34 markus search for other commits by this committer
download.berlios.de seems to be unreliable from time to time, therefore add
an additional MASTERSITE.

Noticed by:     pointyhat via kris
Original commit
Wednesday, 19 Jan 2005
20:25 markus search for other commits by this committer
Update to version 0.15.1 to fix 3 vulnerabilities

Reference:
http://lists.netsys.com/pipermail/full-disclosure/2005-January/031033.html
Original commit
Thursday, 2 Dec 2004
01:54 markus search for other commits by this committer
Update to version 0.15
Original commit
Wednesday, 13 Oct 2004
01:30 markus search for other commits by this committer
- don't install xx-locale
- let WWW point to the new projectsite
- bump PORTREVISION
Original commit
Sunday, 4 Jul 2004
23:04 markus search for other commits by this committer
Update to version 0.14
Original commit
Sunday, 6 Jun 2004
11:46 markus search for other commits by this committer
Don't use Makefile.kde anymore
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Monday, 23 Feb 2004
20:57 markus search for other commits by this committer
Change my email address.

Approved by:    arved (mentor)
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Sunday, 18 Jan 2004
15:27 clement search for other commits by this committer
- Respect CFLAGS and PTHREAD_LIBS

PR:             61531
Submitted by:   Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by:    erwin (mentor) (implicitly)
Original commit
Wednesday, 7 Jan 2004
21:19 krion search for other commits by this committer
- Assign maintainership to Markus Brueffer
  <brueffer@phoenix-systems.de>

PR:             61040
Submitted by:   Markus Brueffer <brueffer@phoenix-systems.de>
Original commit
20:13 krion search for other commits by this committer
- Drop maintainership to ports@
Original commit
Thursday, 20 Nov 2003
22:13 krion search for other commits by this committer
- Update to version 0.13

PR:             59529
Submitted by:   lofi
Original commit
Tuesday, 22 Jul 2003
10:34 krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Original commit
Monday, 2 Jun 2003
18:06 arved search for other commits by this committer
Update to 0.12

PR:             52693
Submitted by:   maintainer
Original commit
Friday, 16 May 2003
11:23 fjoe search for other commits by this committer
New port: konversation

A user friendly IRC client for KDE.

PR:             52313
Submitted by:   Kirill Ponomarew
Original commit

Number of commits found: 74