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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-fm/krusader2/Makefile

Number of commits found: 63

Tuesday, 30 Jan 2024
20:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses: Move man to share/man for kde framework

All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.

Approved by:	portmgr (blanket)
commit hash: 39c1f7c5dd751adb7245e6377e798b8a518485f6 commit hash: 39c1f7c5dd751adb7245e6377e798b8a518485f6 commit hash: 39c1f7c5dd751adb7245e6377e798b8a518485f6 commit hash: 39c1f7c5dd751adb7245e6377e798b8a518485f6 39c1f7c
Tuesday, 15 Aug 2023
19:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: make ecm a build-only dependency in kde@ maintained ports
commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f c6274ee
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
Thursday, 20 Apr 2023
18:17 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 23.04.0

Thursday, 20 April 2023

New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social
media platforms, online video streaming services, podcasts, and much
more. This new generation of apps are designed to work both on your
computer and mobile phone right out of the box.

But, of course, if you are also looking forward to new versions of the
KDE tools you already know and trust, those are here too! Classics like
Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new
features, code optimizations, and performance improvements.

Read on to find out what's new and what has been improved in KDE Gear ⚙️
23.04:

Announcement:		https://kde.org/announcements/gear/23.04.0/
Changelog:		https://kde.org/announcements/changelogs/gear/23.04.0/
commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 commit hash: 24f993004347c145304e3ff3ab78494bc000b683 24f9930
Wednesday, 23 Nov 2022
13:44 Dima Panov (fluffy) search for other commits by this committer
x11-fm/krusader2: update to 2.8.0 release (+)

Release notes:	https://krusader.org/release/2.8.0/release_notes.txt
Changelog:	https://krusader.org/release/2.8.0/changelog.txt
commit hash: 9f8d95d50d6bfadc99c20fdf15e3408ecd638c81 commit hash: 9f8d95d50d6bfadc99c20fdf15e3408ecd638c81 commit hash: 9f8d95d50d6bfadc99c20fdf15e3408ecd638c81 commit hash: 9f8d95d50d6bfadc99c20fdf15e3408ecd638c81 9f8d95d
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
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:07 Dima Panov (fluffy) search for other commits by this committer
x11-fm/krusader2: pet stage-qa
commit hash: 9c404e22fdd12491ff3add0b41da6527810c3a18 commit hash: 9c404e22fdd12491ff3add0b41da6527810c3a18 commit hash: 9c404e22fdd12491ff3add0b41da6527810c3a18 commit hash: 9c404e22fdd12491ff3add0b41da6527810c3a18 9c404e2
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-fm: remove 'Created by' lines

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

  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
  *  Geyer Klaus
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heiner <h.eichmann@gmx.de>
  *  Jens K. Loewe <bsd@tuxproject.de>
  *  Lars Engels <lars.engels@0x20.net>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Rodrigo Osorio <rodrigo@freebsd.org>
  *  Simon Dick <simond@irrelevant.org>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ade, archie
  *  lukin
  *  minoura@netbsd.org
  *  ptiJo
  *  trevor

With hat:	portmgr
commit hash: ae1b9e306e979c354635ab1a5944dc620d7eafd9 commit hash: ae1b9e306e979c354635ab1a5944dc620d7eafd9 commit hash: ae1b9e306e979c354635ab1a5944dc620d7eafd9 commit hash: ae1b9e306e979c354635ab1a5944dc620d7eafd9 ae1b9e3
Tuesday, 19 Oct 2021
08:36 Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d ce1af7f
Tuesday, 31 Aug 2021
11:24 Bernhard Froehlich (decke) search for other commits by this committer
x11-fm/krusader2: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 62ceef8f592e0970011e9e915ec908ebad954fd9 commit hash: 62ceef8f592e0970011e9e915ec908ebad954fd9 commit hash: 62ceef8f592e0970011e9e915ec908ebad954fd9 commit hash: 62ceef8f592e0970011e9e915ec908ebad954fd9 62ceef8
Monday, 19 Apr 2021
21:04 Adriaan de Groot (adridg) search for other commits by this committer
x11-fm/krusader2: fix crash-on-exit

Details are in the patch which has been added; committed upstream.
commit hash: c94f4ee9469c54c7e9b65aaa648a91c16cd93ffa commit hash: c94f4ee9469c54c7e9b65aaa648a91c16cd93ffa commit hash: c94f4ee9469c54c7e9b65aaa648a91c16cd93ffa commit hash: c94f4ee9469c54c7e9b65aaa648a91c16cd93ffa c94f4ee
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
Sunday, 9 Aug 2020
08:53 tcberner search for other commits by this committer
Remove obsolete CONFLICTS on kde4 ports

- kde4 has been removed 2018-12-31, that's way back when.
Original commitRevision:544551 
Monday, 26 Aug 2019
16:40 tcberner search for other commits by this committer
x11-fm/krusader2: update to 2.7.2

Changelog [1]:

2.7.2 "Peace of Mind"
=====================

    FIXED: Memory leak in the Locate dialog
    FIXED: UDSEntry::insert deprecation warnings
    FIXED: [ 167410 ] synchronize directory window: column widths are incorrect
    FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all
result items
    FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen
width; text non-copyable
    FIXED: [ 392750 ] After trying to rename the file that's being updated,
rename function stops working on any file on this tab
    FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions
    FIXED: [ 397398 ] Misleading 'Created' date in file properties
    FIXED: [ 405212 ] Compilation error because of QOverload usage
    FIXED: [ 410118 ] The list of search results doesn't get the focus
    FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links"
checkbox is disabled
    FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout
change)

[1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2
Original commitRevision:509958 
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 
Friday, 8 Feb 2019
22:50 tcberner search for other commits by this committer
Fix with build on GCC architectures.

PR:		235093
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:492466 
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 
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 
Wednesday, 15 Aug 2018
05:06 tcberner search for other commits by this committer
x11-fm/krusader2: update to 2.7.1
Original commitRevision:477214 
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 
Wednesday, 16 May 2018
09:11 rakuco search for other commits by this committer
Update Krusader to 2.7.0.

This version is based on KDE Frameworks 5. Release notes:
https://krusader.org/release/2.7.0/release_notes.txt

While here, update pkg-message by pointing to Krusader's documentation, as
providing a list of all ports Krusader might use as external dependencies is
too much.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15436
Original commitRevision:470108 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Original commitRevision:461375 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Wednesday, 29 Mar 2017
18:09 tcberner search for other commits by this committer
Take maintainership of x11-fm/krusader2

Approved by:	rakuco (mentor)
Original commitRevision:437220 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
Original commitRevision:415864 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Saturday, 10 Oct 2015
07:51 kwm search for other commits by this committer
Add upstream patch to fix that the first symbol in directory's name can't
be changed in the new directory dialog.

PR:		201336
Submitted by:	Andriy Solonenko <ap_berzerk@yahoo.com>
Tested by:	Tobias Berner <tcberner@gmail.com>
Obtained from:	krusader upstream
Original commitRevision:398980 
Friday, 25 Sep 2015
15:18 amdmi3 search for other commits by this committer
- Add LICENSE
- Fix WWW:
Original commitRevision:397839 
Thursday, 24 Sep 2015
08:12 culot search for other commits by this committer
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping
Original commitRevision:397683 
Thursday, 19 Feb 2015
18:19 makc search for other commits by this committer
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
  and supposedly fix build of graphics/gnash with KDE4 option
Original commitRevision:379358 
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 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Monday, 2 Jun 2014
07:51 miwi search for other commits by this committer
- Convert BZIP2 to USES
Original commitRevision:356201 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Sunday, 5 Jan 2014
17:27 rakuco search for other commits by this committer
- Support staging.
- Stop setting the outdated LATEST_LINK variable.

Approved by:	fluffy (maintainer, implicit)
Original commitRevision:338803 
Friday, 20 Sep 2013
23:49 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm)
Original commitRevision:327780 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 24 Apr 2013
07:35 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Original commitRevision:316407 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Saturday, 17 Nov 2012
18:02 makc search for other commits by this committer
- Update to 2.4.0-beta3
- Trim Makefile header
- Use DISTVERSION and simplify MASTER_SITES/DISTNAME
- Adjust COMMENT
- Get rid of indirect dependencies (iconv, Qt4)
- Don't use KDE4_BUILDENV (it's for KDE SC ports only),
  enable CMAKE_OUTSOURCE
- Mark MAKE_JOBS_SAFE
- Don't remove directories from kdehier4

Approved by:	fluffy (maintainer)
Feature safe:	yes
Original commitRevision:307523 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 7 Mar 2012
14:57 makc search for other commits by this committer
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Thursday, 17 Nov 2011
01:09 rakuco search for other commits by this committer
Unbreak the port by fixing the plist.

Approved by:    makc (mentor)
Feature safe:   yes
Original commit
Friday, 26 Aug 2011
20:52 pav search for other commits by this committer
- Mark BROKEN: incomplete plist

Reported by:    pointyhat
Original commit
Monday, 15 Aug 2011
23:16 fluffy search for other commits by this committer
- Update Krusader to 2.4.0-beta1 "Migration"
Original commit
Thursday, 30 Dec 2010
04:49 fluffy search for other commits by this committer
- Update to Krusader 2.3.0-beta1 "New Horizons" release

Full support for KDE 4.5/4.6
Original commit
Saturday, 21 Aug 2010
13:12 makc search for other commits by this committer
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5

Approved by:    fluffy (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 15 May 2010
11:35 fluffy search for other commits by this committer
- Fix plist
Original commit
Friday, 14 May 2010
02:18 fluffy search for other commits by this committer
- Make tinderbox happy without extra @dirrmtry for common locale dirs
Original commit
Monday, 10 May 2010
08:43 fluffy search for other commits by this committer
- Update Krusader2 to 2.2.0-Beta1 release
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
Tuesday, 5 Jan 2010
08:15 fluffy search for other commits by this committer
- Fix deadlocks in vfs error messages
- Fix local file handling

Obtained from:  krusader svn repo
Approved by:    miwi, tabthorpe (mentors implicit)
Original commit
Tuesday, 3 Nov 2009
13:05 fluffy search for other commits by this committer
- Update to 2.1.0-beta1
- Grab maintainership by Heiner's request (he has no time now)

PR:             140194
Submitted by:   myself
Approved by:    Heiner <h.eichmann@gmx.de> (maintainer)
Approved by:    tabthorpe (co-mentor)
Feature safe:   yes
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
Sunday, 31 May 2009
20:31 pav search for other commits by this committer
- Resolve LATEST_LINK conflict
Original commit
Sunday, 26 Apr 2009
19:31 miwi search for other commits by this committer
- Update to 2.0.0

PR:             133615
Submitted by:   Heiner <h.eichmann@gmx.de> (maintainer)
Original commit
19:26 miwi search for other commits by this committer
- Force commit
        repocopy from x11-fm/krusader to x11-fm/krusader2

Repocopied by:  marcus
Original commit

Number of commits found: 63