Ticket #42669: Portfile.diff
File Portfile.diff, 1.1 KB (added by nomis52@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name ola 7 version 0.8.33 7 github.setup OpenLightingProject ola 0.9.0 8 8 categories net comms 9 9 platforms darwin 10 10 license GPL-2+ LGPL-2.1+ … … 18 18 which abstract away the underlying DMX over IP protocol \ 19 19 or DMX interface. 20 20 21 homepage http://opendmx.net/index.php/OLA 22 master_sites googlecode:open-lighting 21 homepage http://www.openlighting.org/ola/ 23 22 24 checksums rmd160 c7f92c6ef83fa011d34d25261ab2a8dcaf159491 \ 25 sha256 effe7295f5c572f1e638f63524873b5243f14b7b264f5499513bd1d4bfc8d40a 23 checksums rmd160 8651902d70cdce4894bc8cf6ba9eaa88524c58b7 \ 24 sha256 8469adddfcab5f57c26f9be3dd7c7826ab2a8fccbb4858e968aa3bbb5fa2dc9b 25 26 master_sites ${github.homepage}/releases/download/${github.version} 26 27 27 28 depends_build port:pkgconfig 28 29