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/amarok-kde4/Makefile
SVNWeb

Number of commits found: 84

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
Thu, 30 Aug 2018
[ 12:24 adridg search for other commits by this committer ] Original commit   Revision:478444 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Deprecate KDE4 software, categories a-c.

The last upstream release supporting KDE4 was 10 months ago,
https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Not marked deprecated: audio/kid3-kde4, that's not ours, and it
supports Qt5 and KF5 as well despite its name.
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
Thu, 21 Jun 2018
[ 16:52 tcberner search for other commits by this committer ] Original commit   Revision:472983 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Sat, 14 Apr 2018
[ 13:16 tcberner search for other commits by this committer ] Original commit   Revision:467317 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
devel/qjson, devel-qjson-qt5 create flavors

* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
[ 11:09 tcberner search for other commits by this committer ] Original commit   Revision:467306 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
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, 4 Nov 2017
[ 17:13 dbn search for other commits by this committer ] Original commit   Revision:453473
audio/amarok-kde4: fix local collections not working

The local collection backend uses embedded MySQL, however mysqle needs
to be linked against SSL.

Also, explicitly state we need both client and embedded version of mysql
in USES.

PR:		218821
PR:		221467
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Sun, 30 Apr 2017
[ 20:01 ler search for other commits by this committer ] Original commit   Revision:439838
Remove dependency on net/clamz which is expired.

Approved by:	adamw (portmgr, mentor)
Differential Revision:	https://reviews.freebsd.org/D10552
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, 9 Jan 2017
[ 12:16 jhale search for other commits by this committer ] Original commit   Revision:430944
Remove libofa support

MusicDNS servers are no longer running and audio/libofa has been
marked DEPRECATED

multimedia/ffmpeg was only needed for libofa, so remove that
dependency as well
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)
Mon, 5 Dec 2016
[ 17:46 rakuco search for other commits by this committer ] Original commit   Revision:427910
Switch to an out-of-source CMake build.
[ 17:46 rakuco search for other commits by this committer ] Original commit   Revision:427909
Add several missing dependencies to the port.

`make stage-qa' was complaining about a lot of missing dependencies:
- Amarok actually links against MySQL, so we need USES=mysql, not
  USES=mysql:embedded.
- Add USE_KDE=soprano and USE_GL=gl.
- Add several missing X11 dependencies that were being pulled indirectly.
- The IPOD option causes the iPod plugin to link against a few other libraries
  via libgpod-1.0.pc, so add them.
- The MP3TUNES option needs either libgcrypt or OpenSSL; explicitly disable
  libgcrypt and add USES=ssl as required.
- Fix a capitalization typo in MP3TUNES_CMAKE_OFF that was preventing the
  MP3Tunes code from being properly disabled in CMake.

Based on an initial patch sent by Matthey Rezny <matthew@reztek.cz>.

PR:		214184
MFH:		2016Q4
[ 16:27 rakuco search for other commits by this committer ] Original commit   Revision:427906
Switch to USES=mysql:embedded

PR:		214184
Submitted by:	matthew@reztek.cz
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, 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
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Tue, 14 Jul 2015
[ 14:23 amdmi3 search for other commits by this committer ] Original commit   Revision:392002
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Thu, 19 Feb 2015
[ 18:19 makc search for other commits by this committer ] Original commit   Revision:379358 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
  and supposedly fix build of graphics/gnash with KDE4 option
Sun, 28 Sep 2014
[ 23:02 avilla search for other commits by this committer ] Original commit   Revision:369504
- Chase libplist shlib bump.
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)
Sat, 30 Aug 2014
[ 18:18 tijl search for other commits by this committer ] Original commit   Revision:366659 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
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)
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 23 Jul 2014
[ 07:02 amdmi3 search for other commits by this committer ] Original commit   Revision:362629
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Mon, 21 Jul 2014
[ 20:59 rakuco search for other commits by this committer ] Original commit   Revision:362488
Update to 2.8.0.

Submitted by:	jpaetzel@ via the KDE on FreeBSD mailing list
Fri, 18 Jul 2014
[ 11:02 tijl search for other commits by this committer ] Original commit   Revision:362200 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 9 Mar 2014
[ 19:40 gerald search for other commits by this committer ] Original commit   Revision:347686
Chase the move of libmtp from audio to multimedia.

PR:		175266
Reported by:	makc, cperciva
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
Sat, 1 Feb 2014
[ 12:17 makc search for other commits by this committer ] Original commit   Revision:342128 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Fri, 20 Dec 2013
[ 08:12 avilla search for other commits by this committer ] Original commit   Revision:336992
- STAGEify.

Submitted by:	Alonso Schaich <alonsoschaich@fastmail.fm> via area51

- Use OPTIONS helpers.
Sat, 14 Dec 2013
[ 19:47 antoine search for other commits by this committer ] Original commit   Revision:336480
Add explicit dependency on pkgconf (needed for detection of libmtp, loudmouth
and libgpod)

Approved by:	portmgr (bapt)
Wed, 11 Dec 2013
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:336166 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
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)
Tue, 22 Oct 2013
[ 09:37 wg search for other commits by this committer ] Original commit   Revision:331245
audio/amarok-kde4: bump port revision

- Bump port revision required by ffmpeg update
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)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
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, 29 Mar 2013
[ 21:37 avilla search for other commits by this committer ] Original commit   Revision:315576
- Add dependency on liblastfm now that it is up to date.
- Use nepomuk-core component instead of explicit dependency.
- Remove update-mime-database command.
- Bump PORTREVISION.

PR:		176735
Tue, 26 Mar 2013
[ 16:13 miwi search for other commits by this committer ] Original commit   Revision:315312
 - Chase libmtp shlib bump
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)
Mon, 4 Feb 2013
[ 15:45 makc search for other commits by this committer ] Original commit   Revision:311630
Merge from area51 repository:
- Update to 2.7.0
- Chase kdemultimedia4 split
- Trip header
- Remove dependency on liblastfm as it needs a new version
- Add dependency on nepomuk-core
- Remove soversion from LIB_DEPENDS
- Add optional run dependency on net/clamz (off by default)
Tue, 14 Aug 2012
[ 18:16 avilla search for other commits by this committer ] Original commit 
- Update to 2.6.0.
- OPTIONSngify.
- Make NLS implicitly optional.

With a reasonable set of new features - especially related to iDevices
management -, the release is focused on bug fixing and improving the
overall stability. Please, read the release announcement:
http://amarok.kde.org/en/releases/2.6
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
Fri, 25 May 2012
[ 15:14 miwi search for other commits by this committer ] Original commit 
- Chase libmtp shlib bump
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
Sun, 15 Jan 2012
[ 02:50 avilla search for other commits by this committer ] Original commit 
- Update to 2.5.0.
- Update pkg-message.
- Update COMMENT and pkg-descr.

You'll find 2.5.0 release announcement here:
http://amarok.kde.org/en/releases/2.5
Tue, 16 Aug 2011
[ 02:09 fluffy search for other commits by this committer ] Original commit 
- Update AmaroK to 2.4.3 bugfix release
Fri, 24 Jun 2011
[ 22:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Bump due to ffmpeg update to 0.7.1
Wed, 8 Jun 2011
[ 00:12 avilla search for other commits by this committer ] Original commit 
- Update to 2.4.1.

Submitted by:   Raphael Kubo da Costa <kubito@gmail.com> via area51
Fri, 25 Mar 2011
[ 10:52 avilla search for other commits by this committer ] Original commit 
- Add dependency on kio-upnp-ms.
- Fix crash with mysql 5.5.
Sat, 19 Mar 2011
[ 13:15 ale 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 for ports linking to default libmysqlclient.
Tue, 15 Mar 2011
[ 15:05 danfe search for other commits by this committer ] Original commit 
Chase libgpod shlib version bump.
Sat, 5 Feb 2011
[ 16:56 fluffy search for other commits by this committer ] Original commit 
- Update Amarok to 2.4.0 release
- Pass maintainership to kde@

Approved by:    Matt Tosto (maintainer, implicit)
Feature safe:   yes
Wed, 29 Sep 2010
[ 07:37 fluffy search for other commits by this committer ] Original commit 
- Add missing build time dependency on dockbook-xml

PR:             151054
Submitted by:   Matt Dawson <matt AT chronos DOT org DOT uk>
Approved by:    maintainer (implicit)
Tue, 28 Sep 2010
[ 15:45 fluffy search for other commits by this committer ] Original commit 
- Welcome great AmaroK 2.3.2 stable release!
    Now with HTML docs!

Approved by:    maintainer (implicit)
Thu, 2 Sep 2010
[ 21:15 makc search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Fix build with KDE 4.5
Sun, 6 Jun 2010
[ 02:38 fluffy search for other commits by this committer ] Original commit 
- Update Amarok to 2.3.1 release

Approved by:    maintainer (implicit)
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.
Sat, 15 May 2010
[ 10:46 fluffy search for other commits by this committer ] Original commit 
- Cleanup more @dirrmtry to make QAT happy

Noticed by:     QAT
Approved by:    maintainer (implicit)
Wed, 12 May 2010
[ 22:23 fluffy search for other commits by this committer ] Original commit 
- Add more locale directories to plist
- Bump PORTREVISION to force repacking

Submitted by:   pointyhat via pav
Approved by:    maintainer (implicit)
Tue, 11 May 2010
[ 14:52 fluffy search for other commits by this committer ] Original commit 
- Update Amarok to 2.3.0 release

Approved by:    maintainer (implicit)
With hat on:    kde@
Mon, 10 May 2010
[ 13:07 makc search for other commits by this committer ] Original commit 
Chase audio/libmtp update.
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
Tue, 12 Jan 2010
[ 00:26 fluffy search for other commits by this committer ] Original commit 
- Update Amarok to 2.2.2 "Maya Gold" release!

Submitted by:   Matt Tosto (maintainer via email)
Approved by:    miwi, tabthorpe (mentors implicit)
Fri, 4 Dec 2009
[ 11:07 fluffy search for other commits by this committer ] Original commit 
- Add missed dependency on devel/qca

Approved by:    maintainer (implicit)
Approved by:    miwi (mentor)
Wed, 2 Dec 2009
[ 17:20 fluffy search for other commits by this committer ] Original commit 
- Update to 2.2.1 release

Approved by:    maintainer (implicit)
Approved by:    miwi (mentor)
Sat, 5 Sep 2009
[ 12:33 fluffy search for other commits by this committer ] Original commit 
- Bump PORTREVISION after liblastfm update

Approved by:    maintainer (implicit)
Approved by:    miwi (mentor)
Fri, 7 Aug 2009
[ 17:43 miwi search for other commits by this committer ] Original commit 
- Update to 2.1.1

Approved by:    maintainer via xmmp
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sun, 31 May 2009
[ 04:20 itetcu search for other commits by this committer ] Original commit 
Don't use hardcoded LOCALBASE=/usr/local path in cmake find macros --> fix
build with custom LOCALBASE.

Submitted by:   maintainer
Reported by:    QATty
Mon, 4 May 2009
[ 07:19 pav search for other commits by this committer ] Original commit 
- Fix last.fm support

PR:             ports/133718
Submitted by:   Eugene M. Zheganin <emz@norma.perm.ru>
Approved by:    Matt <datahead4@gmail.com> (maintainer)
Sat, 11 Apr 2009
[ 02:26 shaun search for other commits by this committer ] Original commit 
- Port doesn't build on sparc64.
- Add some extra information to pkg-message for users without the full
  KDE desktop.

PR:             ports/133340
Submitted by:   Matt Tosto <datahead4@gmail.com> (maintainer)
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
Mon, 9 Mar 2009
[ 10:48 makc search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update to 2.0.2 after repocopy.

PR:             ports/130634
Submitted by:   Matt Tosto <datahead4 at gmail.com>
[ 07:32 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from audio/amarok to audio/amarok-kde4

Number of commits found: 84