Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.0_16 28 Dec 2018 21:00:55 |
tcberner |
audio/amarok: move audio/amarok-kde4 to audio/amarok and update to KF5 based
beta
This is based on a port submitted by Benny Goemans <benny.goemans@belgacom.net> |
2.8.0_16 25 Dec 2018 20:25:40 |
tcberner |
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 |
2.8.0_16 30 Aug 2018 12:24:47 |
adridg |
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. |
2.8.0_16 28 Jun 2018 17:39:55 |
tcberner |
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 |
2.8.0_16 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
2.8.0_15 14 Apr 2018 13:16:32 |
tcberner |
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 |
2.8.0_14 14 Apr 2018 11:09:17 |
tcberner |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651 |
2.8.0_13 10 Feb 2018 10:29:51 |
tcberner |
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 |
2.8.0_12 04 Nov 2017 17:13:34 |
dbn |
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 |
2.8.0_11 19 Jun 2017 09:02:56 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.8.0_11 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.8.0_10 30 Apr 2017 20:01:49 |
ler |
Remove dependency on net/clamz which is expired.
Approved by: adamw (portmgr, mentor)
Differential Revision: https://reviews.freebsd.org/D10552 |
2.8.0_10 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.8.0_9 27 Mar 2017 20:42:05 |
rakuco |
Unbreak after r436971.
Ensure libloudmouth-1.so is always passed with a full path to the linker.
PR: 212558 |
2.8.0_9 09 Jan 2017 12:16:33 |
jhale |
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 |
2.8.0_8 11 Dec 2016 15:22:47 |
jbeich |
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) |
2.8.0_7 05 Dec 2016 17:48:58 |
rakuco |
Stop using deprecated FFMPEG calls in the code.
This allows the port to be built with the upcoming FFMPEG 3.x series while
still maintaining compatibility with FFMPEG 2.x that is currently in the ports
tree.
I don't think PORTREVISION needs to be bumped here, as both the old and new
calls exist in FFMPEG 2.x, and when FFMPEG 3 lands there will be a PORTREVISION
bump anyway.
PR: 214184
Submitted by: Matthey Rezny <matthew@reztek.cz> |
2.8.0_7 05 Dec 2016 17:46:45 |
rakuco |
Switch to an out-of-source CMake build. |
2.8.0_7 05 Dec 2016 17:46:22 |
rakuco |
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 |
2.8.0_6 05 Dec 2016 16:27:39 |
rakuco |
Switch to USES=mysql:embedded
PR: 214184
Submitted by: matthew@reztek.cz |
2.8.0_6 24 Aug 2016 08:20:31 |
tcberner |
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 ) |
2.8.0_6 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
25 May 2016 20:56:06
|
rene |
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 |
2.8.0_6 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.8.0_6 03 Jan 2016 14:45:03 |
jhale |
Add upstream patch to fix taglib version detection
Reported by: pkg-fallout
Obtained
from: https://quickgit.kde.org/?p=amarok.git&a=commit&h=fec8817c530ce42b6485fdabff6051784b8d9904 |
2.8.0_6 17 Aug 2015 14:20:41 |
mat |
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 |
2.8.0_6 14 Jul 2015 14:23:25 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2.8.0_5 14 May 2015 10:15:09 |
mat |
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 |
2.8.0_5 19 Feb 2015 18:19:30 |
makc |
- 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 |
2.8.0_5 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.8.0_5 28 Sep 2014 23:02:29 |
avilla |
- Chase libplist shlib bump. |
2.8.0_4 10 Sep 2014 20:50:37 |
gerald |
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) |
2.8.0_3 30 Aug 2014 18:18:14 |
tijl |
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 |
2.8.0_2 15 Aug 2014 20:37:33 |
mandree |
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) |
2.8.0_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.8.0_1 29 Jul 2014 06:58:24 |
rakuco |
Add patches to fix the build with base's ancient GCC.
In practice, this fixes the build on 8 and 9 when clang is not used. There
is no need to submit the patches upstream because the next version of Amarok
will already require a C++11 compiler, which makes the problems disappear.
I didn't feel the need to bump PORTREVISION because the generated code
should be the same, and users who had already managed to build Amarok don't
need to rebuild it.
PR: 192159
Submitted by: freebsd@chillt.de |
2.8.0_1 23 Jul 2014 07:02:55 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
2.8.0 21 Jul 2014 20:59:03 |
rakuco |
Update to 2.8.0.
Submitted by: jpaetzel@ via the KDE on FreeBSD mailing list |
2.7.0_7 18 Jul 2014 11:02:59 |
tijl |
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 |
2.7.0_6 16 Apr 2014 18:28:50 |
zeising |
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 ) |
2.7.0_5 09 Mar 2014 19:40:40 |
gerald |
Chase the move of libmtp from audio to multimedia.
PR: 175266
Reported by: makc, cperciva |
2.7.0_5 20 Feb 2014 11:52:09 |
makc |
- Fix plist after recent KDE SC update |
2.7.0_5 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.7.0_4 01 Feb 2014 12:17:42 |
makc |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon. |
2.7.0_4 20 Dec 2013 08:12:23 |
avilla |
- STAGEify.
Submitted by: Alonso Schaich <alonsoschaich@fastmail.fm> via area51
- Use OPTIONS helpers. |
2.7.0_4 14 Dec 2013 19:47:33 |
antoine |
Add explicit dependency on pkgconf (needed for detection of libmtp, loudmouth
and libgpod)
Approved by: portmgr (bapt) |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
2.7.0_4 26 Oct 2013 00:52:36 |
gerald |
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 ) |
2.7.0_3 22 Oct 2013 09:37:52 |
wg |
audio/amarok-kde4: bump port revision
- Bump port revision required by ffmpeg update |
2.7.0_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.7.0_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.7.0_2 11 Jul 2013 16:26:27 |
sunpoet |
- 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 |
2.7.0_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.7.0_1 29 Mar 2013 21:37:06 |
avilla |
- 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 |
2.7.0_1 26 Mar 2013 16:13:18 |
miwi |
- Chase libmtp shlib bump |
2.7.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.7.0 11 Feb 2013 19:00:18 |
makc |
Fix build on i386
Submitted by: Luca Pizzamiglio <luca.pizzamiglio at gmail.com> |
2.7.0 06 Feb 2013 12:19:37 |
makc |
Add upstream patch to fix build with clang |
2.7.0 04 Feb 2013 15:45:29 |
makc |
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) |
2.6.0 14 Aug 2012 18:16:41 |
avilla |
- 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 |
2.5.0_3 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.5.0_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.5.0_2 25 May 2012 15:14:39 |
miwi |
- Chase libmtp shlib bump |
2.5.0_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2.5.0 15 Jan 2012 02:50:14 |
avilla |
- 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 |
2.4.3 16 Aug 2011 02:09:16 |
fluffy |
- Update AmaroK to 2.4.3 bugfix release |
2.4.1_1 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
2.4.1 08 Jun 2011 00:12:11 |
avilla |
- Update to 2.4.1.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 |
2.4.0_3 25 Mar 2011 10:52:33 |
avilla |
- Add dependency on kio-upnp-ms.
- Fix crash with mysql 5.5. |
2.4.0_2 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
2.4.0_1 15 Mar 2011 15:05:40 |
danfe |
Chase libgpod shlib version bump. |
2.4.0 05 Feb 2011 16:56:54 |
fluffy |
- Update Amarok to 2.4.0 release
- Pass maintainership to kde@
Approved by: Matt Tosto (maintainer, implicit)
Feature safe: yes |
2.3.2 29 Sep 2010 10:49:01 |
fluffy |
- Make QAT happy, add extra directories to @dirrm
Noticed by: QAT
Approved by: maintainer (inplicit) |
2.3.2 29 Sep 2010 07:37:17 |
fluffy |
- 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) |
2.3.2 28 Sep 2010 15:45:48 |
fluffy |
- Welcome great AmaroK 2.3.2 stable release!
Now with HTML docs!
Approved by: maintainer (implicit) |
2.3.1_1 02 Sep 2010 21:15:33 |
makc |
Fix build with KDE 4.5 |
2.3.1 06 Jun 2010 02:38:24 |
fluffy |
- Update Amarok to 2.3.1 release
Approved by: maintainer (implicit) |
2.3.0_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.3.0_2 15 May 2010 10:46:57 |
fluffy |
- Cleanup more @dirrmtry to make QAT happy
Noticed by: QAT
Approved by: maintainer (implicit) |
2.3.0_1 12 May 2010 22:23:39 |
fluffy |
- Add more locale directories to plist
- Bump PORTREVISION to force repacking
Submitted by: pointyhat via pav
Approved by: maintainer (implicit) |
2.3.0 11 May 2010 14:52:58 |
fluffy |
- Update Amarok to 2.3.0 release
Approved by: maintainer (implicit)
With hat on: kde@ |
2.2.2_3 10 May 2010 13:07:52 |
makc |
Chase audio/libmtp update. |
2.2.2_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.2_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.2.2 12 Jan 2010 00:26:09 |
fluffy |
- Update Amarok to 2.2.2 "Maya Gold" release!
Submitted by: Matt Tosto (maintainer via email)
Approved by: miwi, tabthorpe (mentors implicit) |
2.2.1_1 04 Dec 2009 11:07:25 |
fluffy |
- Add missed dependency on devel/qca
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
2.2.1 02 Dec 2009 17:20:28 |
fluffy |
- Update to 2.2.1 release
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
2.1.1_1 05 Sep 2009 12:33:44 |
fluffy |
- Bump PORTREVISION after liblastfm update
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
2.1.1 07 Aug 2009 17:43:03 |
miwi |
- Update to 2.1.1
Approved by: maintainer via xmmp |
2.0.2_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.0.2_2 31 May 2009 04:20:20 |
itetcu |
Don't use hardcoded LOCALBASE=/usr/local path in cmake find macros --> fix
build with custom LOCALBASE.
Submitted by: maintainer
Reported by: QATty |
2.0.2_2 04 May 2009 07:19:42 |
pav |
- Fix last.fm support
PR: ports/133718
Submitted by: Eugene M. Zheganin <emz@norma.perm.ru>
Approved by: Matt <datahead4@gmail.com> (maintainer) |
2.0.2_1 11 Apr 2009 02:26:10 |
shaun |
- 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) |
2.0.2_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
2.0.2 09 Mar 2009 10:48:13 |
makc |
Update to 2.0.2 after repocopy.
PR: ports/130634
Submitted by: Matt Tosto <datahead4 at gmail.com> |
1.4.10_2 09 Mar 2009 07:32:46 |
makc |
Forced commit to note repocopy from audio/amarok to audio/amarok-kde4 |