Commits

Perry E. Metzger authored 0b329c64a9a
Cockatrice: switch from protobuf-cpp to protobuf3-cpp
No tags

games/Cockatrice/Portfile

Modified
3 3 PortSystem 1.0
4 4
5 5 PortGroup cmake 1.0
6 6 PortGroup github 1.0
7 7 PortGroup qt4 1.0
8 8
9 9 # This appears last version that works with Qt4
10 10 github.setup Cockatrice Cockatrice 2016-05-06-Release
11 11
12 12 epoch 1
13 +revision 1
13 14 categories games
14 15 maintainers nomaintainer
15 16 description A board for playing trading card games like MTG online
16 17 long_description ${description} (This port installs only the client as well as oracle.)
17 18
18 19 platforms darwin
19 20 license GPL-2
20 21
21 22 homepage http://www.woogerworks.com/
22 23
23 24 checksums rmd160 f590177c0e2252e9905c8c5bd7d50d070348b916 \
24 25 sha256 03751fd5283bfa0cd38071c2de295093dcace9c6ef9ad2a5ca3eba6d95e45cf9
25 26
26 -depends_lib-append port:protobuf-cpp
27 +depends_lib-append port:protobuf3-cpp
27 28
28 29 configure.args-append -DWITH_QT4:BOOL=ON
29 30
30 31 destroot {
31 32 xinstall -m 0755 -d ${destroot}${applications_dir}
32 33 file copy ${worksrcpath}/cockatrice/cockatrice.app ${destroot}${applications_dir}
33 34 file copy ${worksrcpath}/oracle/oracle.app ${destroot}${applications_dir}
34 35 }
35 36
36 37 # No new versions for Qt4
37 38 livecheck.type none

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut