diff --git a/dports/devel/libdvbpsi/Portfile b/dports/devel/libdvbpsi/Portfile
index df0d124..5595b23 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name libdvbpsi |
7 | | version 1.2.0 |
| 7 | version 1.3.0 |
8 | 8 | categories devel multimedia |
9 | 9 | license LGPL-2.1+ |
10 | 10 | maintainers nomaintainer |
… |
… |
master_sites http://download.videolan.org/pub/${name}/${version}/ |
21 | 21 | |
22 | 22 | use_bzip2 yes |
23 | 23 | |
24 | | checksums sha1 b918985f65e1d14bf19209b6b3def254c902901a \ |
25 | | rmd160 0c14a32f1cab0dbe834bcb02cbc8cc9a6fc47752 \ |
26 | | sha256 36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8 |
| 24 | checksums sha1 00e68c5e1261f16cf2aae3c15e3e6da326329508 \ |
| 25 | rmd160 dbd946bc2a423b0351d34b360f505241219b7d45 \ |
| 26 | sha256 a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe |
27 | 27 | |
28 | 28 | # examples currently fail for different on different OS versions |
29 | 29 | # disable everywhere, for now |
… |
… |
pre-configure { |
43 | 43 | configure.args-append \ |
44 | 44 | --disable-silent-rules --enable-release |
45 | 45 | |
46 | | platform darwin { |
47 | | if {${os.major} >= 13} { |
48 | | # assume Yosemite will also have this issue |
49 | | patchfiles-append patch-configure_Mavericks_flags.diff |
50 | | } |
51 | | } |
52 | 46 | livecheck.url http://download.videolan.org/pub/${name}/ |
53 | 47 | livecheck.regex {>([0-9.]+)/<} |