Date: Sat, 10 Sep 2016 10:21:05 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421680 - head/shells/bash Message-ID: <201609101021.u8AAL5A8073413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Sep 10 10:21:05 2016 New Revision: 421680 URL: https://svnweb.freebsd.org/changeset/ports/421680 Log: Update cklatest-host. Old one returns permission denied. Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Sat Sep 10 09:09:41 2016 (r421679) +++ head/shells/bash/Makefile Sat Sep 10 10:21:05 2016 (r421680) @@ -118,7 +118,7 @@ cklatest: @${ECHO} -n "Currently at: " @${MAKE} -V PATCHLEVEL -ncftpls \ - ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ + ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ | fgrep -v .sig | ${TAIL} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101021.u8AAL5A8073413>