svn commit: r421680 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Sat Sep 10 10:21:06 UTC 2016


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>


More information about the svn-ports-head mailing list