# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354641438 21600
# Node ID 41c134d722c3926a0348ecc7b3e73c80af45b2a4
# Parent 2841e25bf7c6142fa44158e0452bdabebc674d10
nifticlib: fix livecheck
diff --git a/dports/graphics/nifticlib/Portfile b/dports/graphics/nifticlib/Portfile
a
|
b
|
|
24 | 24 | rmd160 3d70405085b3c432638baa48c71669b1235d385e |
25 | 25 | |
26 | 26 | configure.args -DBUILD_SHARED_LIBS:BOOL=True \ |
27 | 27 | -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib |
28 | 28 | |
29 | | livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib |
30 | | livecheck.regex {nifticlib-([0-9.]+).tar.gz} |
| 29 | livecheck.type regex |
| 30 | livecheck.regex nifticlib-(\[0-9.\]+)${extract.suffix} |