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: finance/qhacc/Makefile

Number of commits found: 78

Saturday, 16 Mar 2019
20:48 tcberner search for other commits by this committer
x11-toolkits/qwt6: remove flavors (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495958 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
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, 25 Apr 2018
17:11 tcberner search for other commits by this committer
x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variants

Submitted by:	lbartoletti@tuxfamily.org (maintainer)
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14462
Original commitRevision:468283 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Saturday, 26 Nov 2016
23:41 jhale search for other commits by this committer
Update security/gpgme-* to 1.8.0

In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Original commitRevision:427185 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
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, 14 Nov 2015
13:50 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Simplify newer gcc requirement
- Switch to options helpers
Original commitRevision:401566 
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 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Friday, 7 Feb 2014
12:59 miwi search for other commits by this committer
- Update to 4.3

PR:		186418
Submitted by:	ports fury
Original commitRevision:343223 
Monday, 2 Dec 2013
20:12 pawel search for other commits by this committer
Update to version 4.2.1

PR:		ports/184248
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:335538 
Thursday, 21 Nov 2013
16:09 makc search for other commits by this committer
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Original commitRevision:334499 
Friday, 1 Nov 2013
23:47 pawel search for other commits by this committer
- Update to version 4.2
- Support staging

PR:		ports/181065
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:332427 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Sunday, 13 Oct 2013
13:03 makc search for other commits by this committer
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Original commitRevision:330227 
Friday, 20 Sep 2013
17:18 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
Original commitRevision:327727 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
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 
Monday, 22 Jul 2013
15:25 miwi search for other commits by this committer
- Fix build

PR:		180689
Submitted by:	ports fury
Original commitRevision:323465 
Thursday, 18 Jul 2013
09:43 bapt search for other commits by this committer
Mark as broken:
graphing/BudgetingWindow.cpp: In member function 'virtual void
BudgetingWindow::replot()':
graphing/BudgetingWindow.cpp:123:70: error: cannot convert 'const QwtScaleDiv'
to 'QwtScaleDiv*' in initialization
Original commitRevision:323212 
Monday, 17 Jun 2013
15:33 miwi search for other commits by this committer
- Update to 4.1

PR:		179596
Submitted by:	Ports Fury
Original commitRevision:321137 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 21 Jul 2011
12:43 jlaffaye search for other commits by this committer
- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:    tabthorpe
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, 22 Nov 2009
19:49 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Saturday, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
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
Wednesday, 15 Jul 2009
16:47 wxs search for other commits by this committer
- Chase security/gpgme update.

Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:             ports/135911
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
13:27 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 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
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
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Wednesday, 13 Sep 2006
21:24 lofi search for other commits by this committer
Update gpgme to 1.1.2, chase dependencies.
Original commit
Monday, 14 Aug 2006
23:06 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Saturday, 17 Jun 2006
09:19 erwin search for other commits by this committer
Update to 3.5

PR:             99042
Submitted by:   Ports fury
Original commit
Sunday, 7 May 2006
11:09 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
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
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
19:13 oliver search for other commits by this committer
Chase gpgme update
Bump PORTREVISION

Pointy hat to:  lofi
Original commit
Tuesday, 26 Jul 2005
21:46 pav search for other commits by this committer
- Update to 3.4

PR:             ports/84068
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Thursday, 3 Mar 2005
12:11 flz search for other commits by this committer
- Update to 3.3.

PR:             ports/78312
Submitted by:   Ports Fury
Approved by:    pav (mentor)
Original commit
Monday, 31 Jan 2005
00:35 girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Original commit
Saturday, 11 Dec 2004
19:13 krion search for other commits by this committer
Update to version 3.2.3

PR:             ports/74946
Submitted by:   Ports Fury
Original commit
Tuesday, 12 Oct 2004
13:33 krion search for other commits by this committer
Update to version 3.2.1

PR:             ports/71878
Submitted by:   Ports Fury
Original commit
Saturday, 14 Aug 2004
06:06 krion search for other commits by this committer
Update to version 3.2

PR:             ports/70408
Submitted by:   Ports Fury
Original commit
Thursday, 1 Jul 2004
17:06 ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
Original commit
Friday, 28 May 2004
18:32 krion search for other commits by this committer
- Update to version 3.0

PR:             ports/67288
Submitted by:   Ports Fury
Original commit
Friday, 9 Apr 2004
18:24 krion search for other commits by this committer
- Update to version 2.9.9

PR:             ports/65365
Submitted by:   Ports Fury
Original commit
Friday, 20 Feb 2004
16:39 krion search for other commits by this committer
- Update to version 2.9.8

PR:             ports/63135
Submitted by:   Ports Fury
Original commit
Sunday, 8 Feb 2004
16:40 krion search for other commits by this committer
- Update to version 2.9.7

PR:             ports/62428
Submitted by:   Ports Fury
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
Friday, 30 Jan 2004
10:05 kris search for other commits by this committer
Bump PORTREVISION for plist fix
Original commit
Sunday, 25 Jan 2004
09:58 krion search for other commits by this committer
- Fix pkg-plist
- Bump PORTREVISION

Noticed by:     bento via kris
Original commit
Friday, 16 Jan 2004
16:03 krion search for other commits by this committer
- Update to version 2.9.6

PR:             61423
Submitted by:   Ports Fury
Original commit
Wednesday, 17 Dec 2003
16:20 krion search for other commits by this committer
- Update to version 2.9.4

PR:             60335
Submitted by:   Ports Fury
Original commit
Wednesday, 3 Sep 2003
08:12 krion search for other commits by this committer
- Fix pkg-plist
- Fix khacc build which depends on qhacc
- Bump PORTREVISION

Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Noticed by:     kris via bento
Original commit
Friday, 22 Aug 2003
14:09 krion search for other commits by this committer
- software author added new headers to tarball
- tarball was rerolled, hence new checksum
- bump PORTREVISION

PR:             55825
Submitted by:   Ruslan Babayev <ruslan@babayev.com>
                KATO Tsuguru <tkato@prontomail.com>
Original commit
Monday, 18 Aug 2003
08:54 krion search for other commits by this committer
- Update to version 2.9.1

PR:             55686
Submitted by:   Ports Fury
Original commit
Sunday, 17 Aug 2003
09:17 krion search for other commits by this committer
- Fixed missed dependency

Reported by:    kris via bento
Original commit
Wednesday, 13 Aug 2003
08:16 krion search for other commits by this committer
Fix qhacc script to handle bash properly

PR:             55516
Submitted by:   Ruslan Babayev <ruslan@babayev.com>
Original commit
Tuesday, 12 Aug 2003
18:04 krion search for other commits by this committer
- Update to version 2.9

PR:             55497
Submitted by:   Ports Fury
Original commit
Thursday, 20 Feb 2003
17:22 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 22 Jan 2003
11:11 arved search for other commits by this committer
Adjust pkg-comment and pkg-descr, this is not a QT2 Application anymore
Set Maintainer back to ports, after successful QT2 -> QT3 update.
Original commit
11:05 arved search for other commits by this committer
Update to 2.6.1

PR:             47320
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Saturday, 18 Jan 2003
13:49 arved search for other commits by this committer
Update to 2.6

PR:             47070
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Monday, 13 Jan 2003
10:31 arved search for other commits by this committer
Update to 2.5.1

PR:             46935
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Thursday, 21 Nov 2002
19:30 arved search for other commits by this committer
Adjust CATEGORIES after Repocopy.
Update to  2.4

PR:             43702
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit

Number of commits found: 78