Date: Tue, 25 May 2004 03:16:16 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile Message-ID: <200405251016.i4PAGGxO033126@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2004/05/25 03:16:16 PDT FreeBSD ports repository Modified files: . Makefile Log: Add "fetchindex" target. It fetches the recent index file (INDEX _or_ INDEX-5). A note about the implementation: I had to add the call to chmod to make the index file readable to everyone. I'm a little bit surprised by this, since my umask is 022. Either fetch(1) doesn't respect the umask or it mirrors the permissions too (I haven't investigated this). Both possibilities aren't documented in the man-page. Approved by: kris (previous version without the chmod) Revision Changes Path 1.83 +3 -0 ports/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405251016.i4PAGGxO033126>