Commits

Zero King authored and Blair Zajac committed 7d3f23c0438
Update MacPorts homepage URL
No tags

lang/gnat-gcc/Portfile

Modified
354 354 configure.cc ${bootprefix}/bin/gcc-gnat-4.4
355 355 configure.cpp ${bootprefix}/bin/cpp-gnat-4.4
356 356 configure.cxx ${bootprefix}/bin/g++-gnat-4.4
357 357 configure.objc ${bootprefix}/bin/gcc-gnat-4.4
358 358 configure.env-append PATH=${bootprefix}/bin:$env(PATH)
359 359 configure.env-append GNATMAKE=${bootprefix}/bin/gnatmake
360 360 configure.env-append GNATBIND=${bootprefix}/bin/gnatbind
361 361 }
362 362
363 363 variant ada \
364 - description "Uses the MacPorts Ada (http://www.macports.org/) compiler to bootstrap!" {
364 + description "Uses the MacPorts Ada (https://www.macports.org/) compiler to bootstrap!" {
365 365 if {![file executable ${prefix}/bin/gnat]} {
366 366 ui_msg "####################################################################"
367 367 ui_msg "# Ada is self hosted (http://en.wikipedia.org/wiki/Self-hosting) #"
368 368 ui_msg "# #"
369 369 ui_msg "# For the first intital installation you need to choose one #"
370 370 ui_msg "# one of the other variants #"
371 371 ui_msg "####################################################################"
372 372 } else {
373 373 ui_msg "######################################################################"
374 374 ui_msg "# To use this variant you need activate the existing compiler with: #"

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

Add shortcut