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: audio/kid3-kde4/Makefile
SVNWeb

Number of commits found: 81

Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
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
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Fri, 2 Nov 2018
[ 06:21 jhale search for other commits by this committer ] Original commit   Revision:483773
audio/kid3-[kf5|qt5]: Fix build on powerpc64

PR:		232893
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	IntegiCloud
Fri, 31 Aug 2018
[ 00:18 jhale search for other commits by this committer ] Original commit   Revision:478502
Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.

This is just a heads-up for now as audio/kid3-kde4 is the master port for all
of the kid3 "flavors" and the deprecation only applies to audio/kid3-qt4
and audio/kid3-kde4. Further work will be done to move the master port
inner-workings elsewhere.

Users are encouraged to switch to audio/kid3-qt5 or audio/kid3-kf5.

While here, add USES=gnome to fix Makefile sanity warning.
Sat, 25 Aug 2018
[ 16:28 jhale search for other commits by this committer ] Original commit   Revision:478075
- Update to 3.6.2
- Clean up KF5 dependencies - previous version was overlinking
- Remove post-patch (fixed upstream)
Thu, 2 Aug 2018
[ 15:22 jhale search for other commits by this committer ] Original commit   Revision:476239 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update to 3.6.1
Add KDE Frameworks 5 (KF5) support and slave port
Add regression tests and remove Qt testlib as a hard dependency
Make COMMENT more generic since kid3 can tag many different types of files
Improve pkg-descr and update WWW
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, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Sat, 10 Feb 2018
[ 10:29 tcberner search for other commits by this committer ] Original commit   Revision:461375 (Only the first 10 of 444 ports in this commit are shown above. View all ports for this commit)
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
Sat, 27 Jan 2018
[ 17:36 jhale search for other commits by this committer ] Original commit   Revision:460133
Update to 3.5.1

Changes:	https://sourceforge.net/p/kid3/code/ci/Rel_3_5_1/tree/ChangeLog
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 1 Aug 2017
[ 12:36 jhale search for other commits by this committer ] Original commit   Revision:447020
- Update to 3.5.0
- Fix LICENSE

Changes:	https://sourceforge.net/p/kid3/code/ci/66b96d1/tree/ChangeLog
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Mon, 20 Feb 2017
[ 00:19 jhale search for other commits by this committer ] Original commit   Revision:434423
Update to 3.4.5

Changes:	https://sourceforge.net/p/kid3/code/ci/3fd4d4/tree/ChangeLog
Sun, 25 Dec 2016
[ 14:58 jhale search for other commits by this committer ] Original commit   Revision:429434
- Update to 3.4.4
- Convert options to CMAKE_BOOL
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Sun, 13 Nov 2016
[ 10:11 jhale search for other commits by this committer ] Original commit   Revision:426022
Update to 3.4.3

Rename a few options based on what they do vs. what libraries they use and use
standard descriptions where possible. Namely, CHROMAPRINT -> ACOUSTID,
ID3LIB -> MP3, MP4V2 -> MP4.

Add a few missing dependencies reported by stage-qa.

Cosmetic changes to make the Makefile a little more readable.
Sun, 23 Oct 2016
[ 22:31 jhale search for other commits by this committer ] Original commit   Revision:424540
- Update to 3.4.2
- Take maintainership
Thu, 20 Oct 2016
[ 15:58 rakuco search for other commits by this committer ] Original commit   Revision:424339 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Wed, 24 Aug 2016
[ 08:20 tcberner search for other commits by this committer ] Original commit   Revision:420774 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 25 May 2016
[ 20:56 rene search for other commits by this committer ] Original commit   Revision:415864 (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
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
Fri, 15 Apr 2016
[ 19:06 jhale search for other commits by this committer ] Original commit   Revision:413370 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 23 Oct 2015
[ 12:35 makc search for other commits by this committer ] Original commit   Revision:400017
audio/kid3-kde4:
- Update to 3.3.0
- Remove stale bits
Fri, 28 Aug 2015
[ 10:09 makc search for other commits by this committer ] Original commit   Revision:395455
audio/kid3-kde4:
- Update to 3.2.1
- Remove QML option, which is mainly intended for developers
- Remove incorrect BROKEN on 9-i386, the actual bug was in Qt ports (PR 198738)
Tue, 24 Mar 2015
[ 09:46 makc search for other commits by this committer ] Original commit   Revision:382074
audio/kid3-kde4:
- Update to 3.2.0
- Add QML option for scripting support
Tue, 24 Feb 2015
[ 21:46 makc search for other commits by this committer ] Original commit   Revision:379845 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 13 Nov 2014
[ 14:27 makc search for other commits by this committer ] Original commit   Revision:372522
audio/kid3-kde4: update to 3.1.2
Fri, 7 Nov 2014
[ 11:42 makc search for other commits by this committer ] Original commit   Revision:372254
audio/kid3-kde4: update to 3.1.1
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)
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 25 Jul 2014
[ 20:09 amdmi3 search for other commits by this committer ] Original commit   Revision:362926
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Thu, 1 May 2014
[ 14:35 makc search for other commits by this committer ] Original commit   Revision:352752
audio/kid3-kde4:
- Update to 3.1
- Remove upstreamed patch
Sat, 1 Mar 2014
[ 19:10 antoine search for other commits by this committer ] Original commit   Revision:346715
Chase last audio/id3lib port change
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Mon, 2 Dec 2013
[ 16:10 makc search for other commits by this committer ] Original commit   Revision:335507
- Restore PHONON option for kid-qt4 (and add patch to fix build)
- Prepare for Qt 5 port
[ 11:33 makc search for other commits by this committer ] Original commit   Revision:335476
- Update to 3.0.2
- Explicitly depend on required Qt 4 components
- Remove PHONON option for kid-qt4 (does not build without it)
Wed, 13 Nov 2013
[ 14:26 makc search for other commits by this committer ] Original commit   Revision:333689
Fix packaging
Tue, 12 Nov 2013
[ 16:50 makc search for other commits by this committer ] Original commit   Revision:333590
- Update to 3.0.1
- Add Qt 4 only port
- Remove stale patch
Wed, 23 Oct 2013
[ 10:49 makc search for other commits by this committer ] Original commit   Revision:331367
- Remove NO_STAGE
- Add patch to fix build with ffmpeg2
Mon, 7 Oct 2013
[ 12:26 makc search for other commits by this committer ] Original commit   Revision:329697 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 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:
audio)
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)
Wed, 10 Jul 2013
[ 15:25 makc search for other commits by this committer ] Original commit   Revision:322705
- Add patch which allows to build audio/acoustid-fingerprinter and
  audio/chromaprint with different ffmpeg ports (based on patch from
  multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint

Approved by:	no reply from jhale@
Sun, 9 Jun 2013
[ 19:30 naddy search for other commits by this committer ] Original commit   Revision:320405 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sat, 16 Mar 2013
[ 21:15 makc search for other commits by this committer ] Original commit   Revision:314385
Update to 2.3
Tue, 11 Dec 2012
[ 12:30 makc search for other commits by this committer ] Original commit   Revision:308678
Update to 2.2.1
Sun, 28 Oct 2012
[ 12:12 makc search for other commits by this committer ] Original commit   Revision:306549
Add option for recently added Chromaprint

Feature safe:	yes
Sat, 27 Oct 2012
[ 11:25 makc search for other commits by this committer ] Original commit   Revision:306488
Update to 2.2
Remove indirect dependencies on Qt4 libraries
Fix options logic

Feature safe:	yes
Fri, 27 Jul 2012
[ 11:03 makc search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
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
Sun, 13 May 2012
[ 16:25 makc search for other commits by this committer ] Original commit 
Update to 2.1
Tue, 6 Mar 2012
[ 18:16 makc search for other commits by this committer ] Original commit 
- Remove audio/libtunepimp (and audio/libmusicbrainz) support:
  deprecated as the MusicBrainz RDF webservice is no longer functional

PR:             ports/165750, ports/165754, ports/165757, ports/165758
                ports/165759, ports/165760, ports/165761
Submitted by:   Jason E. Hale <bsdkaffee at gmail.com>
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Thu, 3 Nov 2011
[ 16:33 makc search for other commits by this committer ] Original commit 
Update to 2.0.1
Sat, 29 Oct 2011
[ 16:16 makc search for other commits by this committer ] Original commit 
- Add patch to fix libtunepimp detection
- Drop docbook-xml from build dependencies, since it's already handled by
kdelibs4
- Drop -kde4 suffix from package name (kid3-1.6 was the last supporting
qt3/kde3)
  and use LATEST_LINK instead
- Respect LOCALBASE
Wed, 28 Sep 2011
[ 17:50 makc search for other commits by this committer ] Original commit 
Update to 2.0
Add options
Add licence

PR:             ports/160761
Submitted by:   Veniamin Gvozdikov <g.veniamin at googlemail.com>
Thu, 10 Mar 2011
[ 16:51 makc search for other commits by this committer ] Original commit 
Update to 1.6
Sun, 26 Sep 2010
[ 17:15 makc search for other commits by this committer ] Original commit 
Update to 1.5
Sat, 21 Aug 2010
[ 13:06 makc search for other commits by this committer ] Original commit 
Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5
Wed, 11 Aug 2010
[ 20:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
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
Sat, 6 Mar 2010
[ 19:32 makc search for other commits by this committer ] Original commit 
Update to 1.4
Mark MAKE_JOBS_SAFE

Feature safe:   yes
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
Sat, 28 Nov 2009
[ 21:49 makc search for other commits by this committer ] Original commit 
Update to 1.3
Mon, 6 Jul 2009
[ 21:26 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Fri, 1 May 2009
[ 19:30 makc search for other commits by this committer ] Original commit 
Update to 1.2
Tue, 24 Mar 2009
[ 19:13 makc search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
bump PORTREVISION after cmake update
Sun, 26 Oct 2008
[ 19:00 makc search for other commits by this committer ] Original commit 
Update to 1.1
Add more Qt components to prevent breakage when KDE 4.1.2 will be committed

Approved by:    miwi (mentor)
Tue, 19 Aug 2008
[ 15:03 miwi search for other commits by this committer ] Original commit 
- Fix build on 6.X

Reported by:    erwinbot/pavbot
Submitted by:   maintainer
Sun, 10 Aug 2008
[ 19:58 miwi search for other commits by this committer ] Original commit 
- Change dependency to kde4
[ 19:52 miwi search for other commits by this committer ] Original commit 
- Force Commit

        Repocopy from audio/kid3 to audio/kid3-kde4

Repocopy by:    marcus

Number of commits found: 81