notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: finance/qhacc/Makefile
SVNWeb

Number of commits found: 78

Sat, 16 Mar 2019
[ 20:48 tcberner search for other commits by this committer ] Original commit   Revision:495958
x11-toolkits/qwt6: remove flavors (Qt4 deprecation)

Approved by:	portmgr (implicit)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
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
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Wed, 25 Apr 2018
[ 17:11 tcberner search for other commits by this committer ] Original commit   Revision:468283 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Sat, 26 Nov 2016
[ 23:41 jhale search for other commits by this committer ] Original commit   Revision:427185 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sat, 14 Nov 2015
[ 13:50 amdmi3 search for other commits by this committer ] Original commit   Revision:401566
- Add LICENSE_FILE
- Simplify newer gcc requirement
- Switch to options helpers
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 7 Feb 2014
[ 12:59 miwi search for other commits by this committer ] Original commit   Revision:343223
- Update to 4.3

PR:		186418
Submitted by:	ports fury
Mon, 2 Dec 2013
[ 20:12 pawel search for other commits by this committer ] Original commit   Revision:335538
Update to version 4.2.1

PR:		ports/184248
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Thu, 21 Nov 2013
[ 16:09 makc search for other commits by this committer ] Original commit   Revision:334499 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Fri, 1 Nov 2013
[ 23:47 pawel search for other commits by this committer ] Original commit   Revision:332427
- Update to version 4.2
- Support staging

PR:		ports/181065
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 13 Oct 2013
[ 13:03 makc search for other commits by this committer ] Original commit   Revision:330227 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Fri, 20 Sep 2013
[ 17:18 bapt search for other commits by this committer ] Original commit   Revision:327727 (Only the first 10 of 162 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 22 Jul 2013
[ 15:25 miwi search for other commits by this committer ] Original commit   Revision:323465
- Fix build

PR:		180689
Submitted by:	ports fury
Thu, 18 Jul 2013
[ 09:43 bapt search for other commits by this committer ] Original commit   Revision:323212
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
Mon, 17 Jun 2013
[ 15:33 miwi search for other commits by this committer ] Original commit   Revision:321137
- Update to 4.1

PR:		179596
Submitted by:	Ports Fury
Sun, 30 Dec 2012
[ 12:03 beat search for other commits by this committer ] Original commit   Revision:309662 (Only the first 10 of 266 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 21 Jul 2011
[ 12:43 jlaffaye search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:    tabthorpe
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 22 Nov 2009
[ 19:49 pav search for other commits by this committer ] Original commit  (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Sat, 22 Aug 2009
[ 00:20 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Wed, 15 Jul 2009
[ 16:47 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 13:27 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Wed, 13 Sep 2006
[ 21:24 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update gpgme to 1.1.2, chase dependencies.
Mon, 14 Aug 2006
[ 23:06 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
- 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>
Sat, 17 Jun 2006
[ 09:19 erwin search for other commits by this committer ] Original commit 
Update to 3.5

PR:             99042
Submitted by:   Ports fury
Sun, 7 May 2006
[ 11:09 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with F
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 5 Nov 2005
[ 19:13 oliver search for other commits by this committer ] Original commit 
Chase gpgme update
Bump PORTREVISION

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

PR:             ports/84068
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 3 Mar 2005
[ 12:11 flz search for other commits by this committer ] Original commit 
- Update to 3.3.

PR:             ports/78312
Submitted by:   Ports Fury
Approved by:    pav (mentor)
Mon, 31 Jan 2005
[ 00:35 girgen search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 11 Dec 2004
[ 19:13 krion search for other commits by this committer ] Original commit 
Update to version 3.2.3

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

PR:             ports/71878
Submitted by:   Ports Fury
Sat, 14 Aug 2004
[ 06:06 krion search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update to version 3.2

PR:             ports/70408
Submitted by:   Ports Fury
Thu, 1 Jul 2004
[ 17:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

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

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

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

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

PR:             ports/62428
Submitted by:   Ports Fury
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 30 Jan 2004
[ 10:05 kris search for other commits by this committer ] Original commit 
Bump PORTREVISION for plist fix
Sun, 25 Jan 2004
[ 09:58 krion search for other commits by this committer ] Original commit 
- Fix pkg-plist
- Bump PORTREVISION

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

PR:             61423
Submitted by:   Ports Fury
Wed, 17 Dec 2003
[ 16:20 krion search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to version 2.9.4

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

Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Noticed by:     kris via bento
Fri, 22 Aug 2003
[ 14:09 krion search for other commits by this committer ] Original commit 
- 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>
Mon, 18 Aug 2003
[ 08:54 krion search for other commits by this committer ] Original commit 
- Update to version 2.9.1

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

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

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

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

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

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

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

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

Number of commits found: 78