Ticket #51177: patch-Portfile.diff
File patch-Portfile.diff, 2.1 KB (added by mkae (Marko Käning), 9 years ago) |
---|
-
Portfile
6 6 PortGroup qmake 1.0 7 7 PortGroup github 1.0 8 8 9 github.setup litecoin-project litecoin 0. 8.7.4v9 github.setup litecoin-project litecoin 0.10.4.0 v 10 10 11 11 categories finance 12 maintainers mkopenmaintainer12 maintainers openmaintainer 13 13 14 14 description Litecoin is a P2P Internet currency that enables instant payments to anyone in the world. 15 15 long_description Litecoin is a peer-to-peer Internet currency that enables instant payments\ … … 35 35 port:miniupnpc \ 36 36 port:qrencode 37 37 38 checksums md5 76929547d8ff674d2e55e3cfc407fb8c\39 sha1 b0f0f500d95df1f9bd2b002231bf2bbfc7626663\40 rmd160 1b15d2a2e4d0797c8038e6dd8dd7cae1816e1a4838 checksums md5 86b973e2ac1fff7a3eec9e13fc4b6d4b \ 39 sha1 7eb0eba4b9614a6bdb94a417f659efb2e53ec88a \ 40 rmd160 fd52c95b52c55470d534e8d2a3d3bcc40eade2fa 41 41 42 42 # This is necessary for version 0.8.5.1 due to a stealth update 43 dist_subdir ${name}/${version}_143 #dist_subdir ${name}/${version}_1 44 44 45 use_autoconf yes 46 autoconf.cmd ./autogen.sh 47 48 45 49 livecheck.type regex 46 50 livecheck.url http://litecoin.org 47 livecheck.regex " macosx/Litecoin-Qt-(0\\.\\d+\\.\\d+\\.\\d+)\\.dmg"51 livecheck.regex "Litecoin Core (0\\.\\d+\\.\\d+\\.\\d+)<br/>" 48 52 49 53 use_parallel_build yes 50 54 51 55 pre-configure { 52 reinplace "s|/opt/local|${prefix}|" ${worksrcpath}/bitcoin-qt.pro53 56 configure.pre_args-append USE_QRCODE=1 INCLUDEPATH+="${prefix}/include/db48/" LIBS+="-L${prefix}/lib/db48" 54 57 } 55 58 … … 63 66 subport litecoind { 64 67 replaced_by litecoin 65 68 PortGroup obsolete 1.0 66 revision 167 69 68 70 description Litecoin's mining daemon litecoind alone. (Not recommended for installation anymore!) 69 71 long_description $description