Ticket #53505: Portfile-libpointing.3.diff
File Portfile-libpointing.3.diff, 1.4 KB (added by casiez (Géry Casiez), 8 years ago) |
---|
-
Portfile
old new 4 4 PortGroup cxx11 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup INRIA libpointing 1.0. 2v7 github.setup INRIA libpointing 1.0.5 v 8 8 categories devel 9 9 platforms darwin 10 maintainers inria.fr:izzatbek.mukhanovopenmaintainer10 maintainers univ-lille1.fr:gery.casiez gmail.com:christian.frisson gmail.com:izzatbek openmaintainer 11 11 license GPL-2+ 12 12 13 13 description An open-source cross-platform library to get raw events \ … … 22 22 distname ${name}-mac-${version} 23 23 worksrcdir ${name}-${version} 24 24 25 checksums rmd160 f65ba44f6d04d522887ae254e5451c7a55f83c34\26 sha256 4f4234581772bace7e811da1643d53922d8e29efdb52a5a6d7aaa13c937159f125 checksums rmd160 87bd7763f1c264cfbecb8de8c87c9916767d732a \ 26 sha256 8060c542322b659968b8eabc42d9c620fdbb4fb28c67c870721734f7241bdd1a 27 27 28 28 patchfiles patch-Makefile.diff 29 29 … … 37 37 PREFIX=${prefix} 38 38 39 39 destroot.env PREFIX=${prefix} 40 41 pre-fetch { 42 if {${os.platform} eq "darwin" && ${os.major} < 13} { 43 ui_error "${name} requires macOS 10.9 or above." 44 return -code error "incompatible Mac OS X version" 45 } 46 }