Last change
on this file was
141563,
checked in by devans@…, 3 years ago
|
various KDE ports: increment revision to rebuild with qt4-mac after change in qt_dir in r140960.
- devel/akonadi
- kde/dragon
- kde/ffmpegthumbs
- kde/juk
- kde/kactivities
- kde/kfilemetadata
- kde/kmix
- kde/kscd
- kde/libkcddb
- kde/libkcompactdisc
- kde/libkexiv2
- kde/libktorrent
- kde/mobipocket
- kde/mplayerthumbs
- kde/nepomuk-core
- kde/nepomuk-widgets
- kde/okular
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 141563 2015-10-21 06:25:30Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name kactivities |
---|
8 | version 4.13.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers nicos openmaintainer |
---|
12 | license GPL-2+ LGPL-2+ GFDL-1.2 |
---|
13 | description Kactivities |
---|
14 | long_description ${description} |
---|
15 | platforms darwin |
---|
16 | homepage http://www.kde.org |
---|
17 | master_sites kde:stable/${version}/src/ |
---|
18 | use_xz yes |
---|
19 | distname ${name}-${version} |
---|
20 | checksums rmd160 e0c87daffd313b8146b3e110c4f183fb06020cd4 \ |
---|
21 | sha256 c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a |
---|
22 | |
---|
23 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
24 | license_noconflict openssl |
---|
25 | |
---|
26 | depends_lib-append port:kdelibs4 \ |
---|
27 | port:nepomuk-core |
---|
28 | |
---|
29 | #Disabling unmaintained plugin which leads to crashes (https://bugs.kde.org/show_bug.cgi?id=336839) |
---|
30 | patchfiles patch-disableRanking.diff |
---|
31 | |
---|
32 | livecheck.type none |
---|
Note: See
TracBrowser
for help on using the repository browser.