Ticket #52275: neomutt-github.diff
File neomutt-github.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 8 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name neomutt 7 version 20160916 7 github.setup neomutt neomutt 20160916 neomutt- 8 8 categories mail 9 9 platforms darwin 10 10 license GPL-2 … … 27 27 28 28 depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle 29 29 30 master_sites https://github.com/neomutt/neomutt/releases/download/neomutt-${version}/ 31 checksums ${distfiles} \ 32 rmd160 976fe21be5ceebce5189bad4a87cff752ec900e9 \ 30 github.tarball_from releases 31 checksums rmd160 976fe21be5ceebce5189bad4a87cff752ec900e9 \ 33 32 sha256 99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e 34 33 35 34 configure.args --disable-warnings \ … … 129 128 } 130 129 131 130 notes "This port does not install the pgpring binary. Please install the signing-party port if you need it." 132 133 livecheck.url https://github.com/neomutt/neomutt/releases134 livecheck.type regex135 livecheck.regex {/neomutt/neomutt/releases/tag/neomutt-(\d{8})}