Index: Portfile
===================================================================
--- Portfile	(revision 57226)
+++ Portfile	(working copy)
@@ -15,13 +15,17 @@
 	operations more efficient and preserving the full power of \
 	the command prompt. After some practice, you will wonder how \
 	you could ever live without it.
-homepage	http://www.ibiblio.org/mc/
+homepage	http://www.midnight-commander.org/
 platforms	darwin
-master_sites	http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
+master_sites	${homepage}downloads
 checksums	md5 18b20db6e40480a53bac2870c56fc3c4 \
 		sha1 92be0802143245e0fb7e3847d70da614cad7d5fb \
 		rmd160 d565ee95a8916d73fad5e0defeb9f2f57e50962b
-depends_build	bin:pkg-config:pkgconfig
-depends_lib	lib:glib2:glib2
+depends_build	path:bin/pkg-config:pkgconfig
+depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2
 configure.args	--without-x --with-screen=ncurses \
 	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+livecheck.type	regex
+livecheck.url	[lindex ${master_sites} 0]
+livecheck.regex	${name}-(\[0-9.\]+)\\.tar

