non port: x11-fm/gnome-commander2/Makefile |
SVNWeb
|
Number of commits found: 96 |
Sun, 7 Oct 2018
|
[ 20:25 antoine ] (Only the first 10 of 60 ports in this commit are shown above. )
Deprecate some GNOME 2 applications
With hat: portmgr
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 28 Apr 2018
|
[ 06:14 tcberner ] (Only the first 10 of 48 ports in this commit are shown above. )
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
|
Mon, 26 Mar 2018
|
[ 12:38 bapt ] (Only the first 10 of 92 ports in this commit are shown above. )
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
|
Sun, 11 Mar 2018
|
[ 22:42 danilo ]
- Update to 1.8.1
- Add glib schemas to GLIB_SCHEMAS
|
Mon, 19 Feb 2018
|
[ 16:16 danilo ]
- Update to 1.8.0
|
Tue, 12 Dec 2017
|
[ 12:40 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
|
Tue, 28 Nov 2017
|
[ 11:47 amdmi3 ]
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Thu, 24 Aug 2017
|
[ 13:45 swills ] (Only the first 10 of 31 ports in this commit are shown above. )
Bump PORTREVISION after recent poppler update
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Thu, 2 Mar 2017
|
[ 00:04 danilo ]
- Update to 1.6.3
|
Sat, 7 Jan 2017
|
[ 10:42 olivierd ] (Only the first 10 of 50 ports in this commit are shown above. )
Chase update of graphics/poppler (and slaves ports) in revision r430777
|
Sat, 12 Nov 2016
|
[ 15:23 amdmi3 ]
- Fix build on 9.x by specifying c++ standard requirements
Approved by: portmgr blanket
|
Tue, 8 Nov 2016
|
[ 16:58 danilo ]
- Update to 1.6.2
|
Sun, 2 Oct 2016
|
[ 02:27 danilo ]
- Update to 1.4.9
- Add some dependencies explicitly to make Q/A happy
- Use USE_LDCONFIG once the port installs a shared library
|
Mon, 5 Sep 2016
|
[ 20:02 olivierd ] (Only the first 10 of 50 ports in this commit are shown above. )
Chase update of Poppler after revision r421386
|
Wed, 27 Jul 2016
|
[ 10:22 tcberner ] (Only the first 10 of 36 ports in this commit are shown above. )
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 16:59 danilo ]
- Update to 1.4.8
|
Thu, 21 Jan 2016
|
[ 19:40 kwm ] (Only the first 10 of 61 ports in this commit are shown above. )
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
|
Wed, 5 Aug 2015
|
[ 07:39 kwm ] (Only the first 10 of 14 ports in this commit are shown above. )
Part 2 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
Sun, 2 Aug 2015
|
[ 16:06 kwm ] (Only the first 10 of 58 ports in this commit are shown above. )
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
|
Tue, 16 Jun 2015
|
[ 22:21 danilo ]
- Update to 1.4.7
|
Wed, 20 May 2015
|
[ 22:18 danilo ]
- Update to 1.4.6
- Bugfix for a bug which resulted in storing clear-text passwords [1]
[1] - https://bugzilla.gnome.org/show_bug.cgi?id=653573
MFH: 2015Q2
|
Tue, 3 Feb 2015
|
[ 12:28 kwm ] (Only the first 10 of 55 ports in this commit are shown above. )
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
|
Wed, 28 Jan 2015
|
[ 09:33 danilo ]
- Update to 1.4.5
|
Tue, 25 Nov 2014
|
[ 12:55 makc ] (Only the first 10 of 51 ports in this commit are shown above. )
Bump PORTREVISION after graphics/poppler update to 0.26.3
|
Tue, 18 Nov 2014
|
[ 16:47 danilo ]
- Update from 1.4.3 to 1.4.4
|
Sun, 19 Oct 2014
|
[ 18:16 mva ] (Only the first 10 of 63 ports in this commit are shown above. )
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Mon, 23 Jun 2014
|
[ 18:22 danilo ]
- Update from 1.4.2 to 1.4.3
- Take maintainership
|
Tue, 17 Jun 2014
|
[ 15:48 miwi ]
- Update to 1.4.2
PR: 191100
|
Wed, 11 Jun 2014
|
[ 18:55 marino ] (Only the first 10 of 99 ports in this commit are shown above. )
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
|
Sat, 15 Mar 2014
|
[ 16:25 miwi ]
- Convert USE_XZ/BZIP2/GMAKE to USES
|
Fri, 21 Feb 2014
|
[ 13:40 ehaupt ]
Remove trailing whitespaces from category x11-fm
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Sat, 1 Feb 2014
|
[ 13:18 antoine ]
Mark as broken: Fails to configure
Reported by: pkg-fallout since august 2013
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 23:49 bapt ] (Only the first 10 of 36 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm)
|
Mon, 6 May 2013
|
[ 06:41 bapt ]
Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLS
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Thu, 14 Mar 2013
|
[ 08:17 pclin ] (Only the first 10 of 35 ports in this commit are shown above. )
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a
|
Tue, 8 Jan 2013
|
[ 18:47 sylvio ]
- Update to 1.2.8.15
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 9 Dec 2011
|
[ 00:22 sylvio ]
- Update to 1.2.8.14
Feature safe: yes
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Mon, 29 Aug 2011
|
[ 17:29 sylvio ]
- Update to 1.2.8.13
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Fri, 13 May 2011
|
[ 18:03 sylvio ]
- Update to 1.2.8.11
|
Fri, 4 Mar 2011
|
[ 02:15 wen ] (Only the first 10 of 13 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of libexif
|
Thu, 10 Feb 2011
|
[ 12:05 sylvio ]
- Update to 1.2.8.10
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Mon, 7 Jun 2010
|
[ 20:26 sylvio ]
- Update to 1.2.8.6
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 7 Mar 2010
|
[ 23:35 sylvio ]
- Update to 1.2.8.5
Approved by: itetcu (mentor)
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 17 Jan 2010
|
[ 13:51 sylvio ]
- Update to 1.2.8.4
PR: ports/142134
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Approved by: itetcu (mentor)
|
Fri, 6 Nov 2009
|
[ 22:22 sylvio ]
- Update to 1.2.8.3
- Update my mail address to FreeBSD
Submitted by: sylvio@ (myself)
Approved by: miwi (mentor)
|
Wed, 7 Oct 2009
|
[ 15:21 avl ]
- Update to 1.2.8.2
PR: ports/139392
Submitted by: Sylvio Cesar <scjamorim at bsd.com.br> (maintainer)
|
Mon, 21 Sep 2009
|
[ 11:37 miwi ]
-Update to 1.2.8.1
PR: 138988
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Feature safe: yes
|
Mon, 14 Sep 2009
|
[ 18:11 garga ]
- Fix bug https://bugzilla.gnome.org/show_bug.cgi?id=591206
- Bump PORTREVISION
PR: ports/137684
Submitted by: maintainer
Obtained from: https://bugzilla.gnome.org/show_bug.cgi?id=591206
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Tue, 14 Jul 2009
|
[ 17:32 araujo ]
- Update to 1.2.8.
PR: ports/136702
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
Sun, 21 Jun 2009
|
[ 22:11 araujo ]
- Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.
|
Thu, 4 Sep 2008
|
[ 19:15 pav ]
- Fix plist
Reported by: pointyhat
|
Tue, 19 Aug 2008
|
[ 18:26 araujo ]
- autoreconf need of some dependencies. [1]
- Use GNOME macro in MASTER_SITES.
- Bump PORTREVISION.
Submitted by: mezz (via email) [1]
Reported by: QAT, erwin (pointyhat)
|
[ 01:46 araujo ]
- Update to 1.2.7.
PR: ports/126013, ports/126538 (based on)
Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
Reviewed by: Jens Rehsack <rehsack@web.de>
|
Wed, 18 Jun 2008
|
[ 17:57 pav ]
- Runtime problems need IGNORE not BROKEN tag
|
Fri, 6 Jun 2008
|
[ 14:12 edwin ] (Only the first 10 of 27 ports in this commit are shown above. )
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)
|
Tue, 29 Apr 2008
|
[ 12:49 araujo ]
- Downgrade to 1.2.4 because 1.2.5 have some problems and doesn't build fine in
all architectures.
- Set PORTEPOCH.
Reported by: Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
|
Mon, 28 Apr 2008
|
[ 01:20 araujo ]
- Update to 1.2.5.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sun, 6 Jan 2008
|
[ 15:20 araujo ]
- Add patch to prevent a crashed when allocate dynamic memory. [1]
- Change BROKEN message to better show the problem.
- Bump PORTREVISION.
Submitted by: Jens Rehsack <rehsack@web.de> [1]
Approved by: stas (mentor, implicit)
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=468685
|
Tue, 18 Dec 2007
|
[ 23:24 araujo ]
- Mark BROKEN on respective OSVERSION/ARCHS.
PR: ports/118840
Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
Reviewed by: nox
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above )
|
Fri, 17 Aug 2007
|
[ 02:20 araujo ]
- Update to 1.2.4.
Approved by: itetcu (mentor)
|
Fri, 29 Jun 2007
|
[ 16:29 araujo ] (Only the first 10 of 87 ports in this commit are shown above. )
- Change my mail address to araujo@.
Approved by: stas (mentor)
|
Sun, 27 May 2007
|
[ 15:25 pav ] (Only the first 10 of 17 ports in this commit are shown above. )
- Chase libexif update
|
Fri, 25 May 2007
|
[ 12:07 pav ] (Only the first 10 of 18 ports in this commit are shown above. )
- Chase libexif update
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 26 Apr 2007
|
[ 16:30 lwhsu ]
- Fix build
PR: 112139
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
Approved by: "M. Araujo" <araujo AT bsdmail.org> (maintainer),
clsung (mentor, implicitly)
Noted by: kris
|
Sun, 1 Apr 2007
|
[ 19:02 kris ]
BROKEN: Does not build
|
Fri, 5 Jan 2007
|
[ 14:53 rafan ]
- Update to 1.2.3
- Pass maintainership to submitter
PR: ports/107553
Submitted by: Marcelo Araujo <araujo at bsdmail.org>
|
Thu, 21 Dec 2006
|
[ 22:13 miwi ]
- Update to 1.2.2
PR: ports/106991
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 5 Nov 2006
|
[ 00:03 miwi ]
- Update to 2.1.2
PR: ports/105037
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2
|
Thu, 28 Sep 2006
|
[ 17:01 pav ]
- Update to 1.2.0
PR: ports/103642
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 5 Sep 2006
|
[ 08:33 linimon ]
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Sat, 25 Feb 2006
|
[ 19:36 ade ]
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Wed, 16 Jun 2004
|
[ 08:02 mezz ]
Repocopy from x11-fm/gnome-commander -> x11-fm/gnome-commander2, written in
GTK2/GNOME2.
PR: ports/67674
Submitted by: Jens Rehsack <rehsack@liwing.de> (maintainer)
|
Number of commits found: 96 |