Skip to content
Permalink
Browse files

limesuite: add patch to fix images downloading; rev-bump subports

  • Loading branch information
michaelld committed Apr 3, 2019
1 parent c00b613 commit 1357af35ae119f863b6168f79c39c82ecae9a924
Showing with 6 additions and 2 deletions.
  1. +6 −2 science/limesuite/Portfile
@@ -25,7 +25,7 @@ if {[string first "-devel" $subport] > 0} {
checksums rmd160 d5f50f5ace6017b855388db6180d97f56affa759 \
sha256 9f32d06a5240397ee7978a65f43d1bb6e0e8711458f9589511dc8e346e825cfe \
size 5348327
revision 0
revision 1

name limesuite-devel
long_description ${long_description} This port is kept up with the LimeSuite \
@@ -38,7 +38,7 @@ if {[string first "-devel" $subport] > 0} {
checksums rmd160 6286e1ec881b5944d9913f802cba2b8236908917 \
sha256 bf0ca8225e9eacf44cee7383504e699eb9be5cc47293fb9c08baaf8d5e3163c9 \
size 5347689
revision 2
revision 3

conflicts limesuite-devel
configure.args-append -DLIME_SUITE_EXTVER=release
@@ -88,6 +88,10 @@ default_variants +wxgui +soapy
patchfiles-append patch-src_CMakeLists.txt.diff
patch.pre_args -p1

# the REGEX used to determine image files to download is too broad;
# make it more restrictive so-as to get just image files.
patchfiles-append patch-fix-images-download-regex.diff

post-destroot {
# remove images that won't get used on OSX
file delete {*}[glob ${destroot}${prefix}/share/LimeSuite/images/*/*.dll]

0 comments on commit 1357af3

Please sign in to comment.
You can’t perform that action at this time.