Last change
on this file was
141814,
checked in by nicos@…, 2 years ago
|
kdesdk ports: revbump after qt4 prefix change
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 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 141814 2015-10-29 13:35:32Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name libkomparediff2 |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 |
---|
11 | license GPL-2+ LGPL-2+ |
---|
12 | maintainers nicos openmaintainer |
---|
13 | description KDE Diff library |
---|
14 | long_description This library is part of kompare, a GUI front-end program \ |
---|
15 | that enables differences between source files to be viewed \ |
---|
16 | and merged. It can be used to compare differences on files \ |
---|
17 | or the contents of folders. |
---|
18 | platforms darwin |
---|
19 | homepage http://www.kde.org/applications/development/kompare/ |
---|
20 | master_sites kde:stable/${version}/src/ |
---|
21 | use_xz yes |
---|
22 | |
---|
23 | checksums rmd160 d0d62bf65f4919aaa33096d0ede28b6c8f7e9dc2 \ |
---|
24 | sha256 bf9a9170d5655685468175a3ce4b393bcd108142b5522186f0e87cedb338a62f |
---|
25 | |
---|
26 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
27 | license_noconflict openssl |
---|
28 | |
---|
29 | depends_lib-append port:kdelibs4 |
---|
30 | |
---|
31 | pre-activate { |
---|
32 | #Deactivate hack for when libkomparediff2 port has been separated from kompare |
---|
33 | if {[file exists ${prefix}/lib/libkomparediff2.4.dylib] |
---|
34 | && ![catch {set vers [lindex [registry_active kompare] 0]}] |
---|
35 | && [vercmp [lindex $vers 1] 4.12.0] < 0} { |
---|
36 | registry_deactivate_composite kompare "" [list ports_nodepcheck 1] |
---|
37 | } |
---|
38 | } |
---|
39 | |
---|
40 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
41 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.