Commits

David Gilman authored and Perry E. Metzger committed 01e1605b9ac
graphviz: fix livecheck
No tags

graphics/graphviz/Portfile

Modified
278 278 post-destroot {
279 279 if {![variant_isset smyrna]} {
280 280 delete ${destroot}${prefix}/share/graphviz/doc/pdf/smyrna.pdf
281 281 }
282 282
283 283 # Make the configuration file that makes the plugins work.
284 284 system "GVBINDIR=${destroot}${prefix}/lib/graphviz DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/dot -c"
285 285 }
286 286
287 287 livecheck.type regex
288 -livecheck.url ${homepage}Download_source.php
289 -livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar
288 +livecheck.url https://graphviz.gitlab.io/_pages/Download/Download_source.html
289 +livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar.gz
290 290 } else {
291 291 livecheck.type none
292 292 }
293 293
294 294 subport graphviz-gui${thisbranch} {
295 295 PortGroup xcode 1.0
296 296
297 297 revision 0
298 298
299 299 conflicts graphviz-gui${otherbranch} graphviz-oldgui

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut