Ticket #53925: flex-Portfile.diff
File flex-Portfile.diff, 1.2 KB (added by pmetzger (Perry E. Metzger), 8 years ago) |
---|
-
Portfile
old new 1 1 PortSystem 1.0 2 PortGroup github 1.0 2 3 3 name flex 4 version 2.6.0 4 github.setup westes flex 2.6.3 v 5 5 categories devel 6 6 license BSD 7 7 platforms darwin … … 13 13 generate a parser for a language grammar, e.g. the syntax of a \ 14 14 configuration file. 15 15 16 homepage http://flex.sourceforge.net/ 17 master_sites sourceforge:project/flex 18 use_bzip2 yes 16 github.tarball_from releases 19 17 20 checksums rmd160 99 18907286548c468106d4aa920d633908832633\21 sha256 24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e918 checksums rmd160 992f79f75e167bd062b8c8f00c783ea6349f9fd4 \ 19 sha256 68b2742233e747c462f781462a2a1e299dc6207401dac8f0bbb316f48565c2aa 22 20 23 21 depends_lib port:gettext 24 22 depends_run port:m4 … … 36 34 post-destroot { 37 35 ln -sf flex ${destroot}${prefix}/bin/flex++ 38 36 } 39 40 livecheck.type regex41 livecheck.url http://sourceforge.net/projects/flex/files/42 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}