Revision: 138208 https://trac.macports.org/changeset/138208 Author: michaelld@macports.org Date: 2015-07-02 06:11:23 -0700 (Thu, 02 Jul 2015) Log Message: ----------- uhd: + update devel to 984575c9 (20150701); + remove +python2X variants, since they do nothing; + move +orc to just release, since it has been deprecated and removed from devel as of 2015-07-01. It will be removed at the next release. Modified Paths: -------------- trunk/dports/science/uhd/Portfile Modified: trunk/dports/science/uhd/Portfile =================================================================== --- trunk/dports/science/uhd/Portfile 2015-07-02 12:59:17 UTC (rev 138207) +++ trunk/dports/science/uhd/Portfile 2015-07-02 13:11:23 UTC (rev 138208) @@ -47,10 +47,10 @@ name uhd-devel conflicts uhd - github.setup EttusResearch uhd a4eee2aa4a4ab2b3645686d3cd42494266dc4e66 - version 20150629 - checksums rmd160 3930ef9dbb97d7ca3bb27d8788d31de23b175519 \ - sha256 b88648124581568fd35f076a66f0802fbfbd5542ffe82f224f550db29ee38d7a + github.setup EttusResearch uhd 984575c9f1ca18c3d97ba730e20bdbe7b7614c1e + version 20150701 + checksums rmd160 463bad2ea092ce2cb55993090733bfa02ecc16da \ + sha256 c5974a3516543420628babf788d1e36468de655c1caeb9d9852f97120b687e85 # overload the github livecheck URL with the maint branch, # when it is more advanced; comment out for master. @@ -114,13 +114,25 @@ # per user concensus: enable all variants except +debug and +universal -default_variants +docs +examples +libusb +manual +test +orc +manpages +default_variants +docs +examples +libusb +manual +test +manpages -# set Python legacy variants; these can be removed 2016-01-01 +if {${subport} eq "uhd"} { -variant python26 description {Legacy variant} {} -variant python27 description {Legacy variant} {} + # for release until 3.8.5+, keep +orc around. it has been + # deprecated and removed as of 2015-07-01, commit 41812aa2. + default_variants +orc + + variant orc description {enable ORC support} { + depends_lib-append port:orc + configure.args-append -DENABLE_ORC=ON + } + + if {![variant_isset orc]} { + configure.args-append -DENABLE_ORC=OFF + } +} + # require Python 2.7 depends_lib-append \ @@ -199,12 +211,3 @@ if {![variant_isset manpages]} { configure.args-append -DENABLE_MAN_PAGES=OFF } - -variant orc description {enable ORC support} { - depends_lib-append port:orc - configure.args-append -DENABLE_ORC=ON -} - -if {![variant_isset orc]} { - configure.args-append -DENABLE_ORC=OFF -}
participants (1)
-
michaelld@macports.org