svn commit: r426705 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 21 11:29:06 UTC 2016


Author: ehaupt
Date: Mon Nov 21 11:29:05 2016
New Revision: 426705
URL: https://svnweb.freebsd.org/changeset/ports/426705

Log:
  Re-use PATCH_SITES for cklatest target instead of hardcoding.

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Mon Nov 21 11:15:47 2016	(r426704)
+++ head/shells/bash/Makefile	Mon Nov 21 11:29:05 2016	(r426705)
@@ -103,7 +103,7 @@ cklatest:
 	@${ECHO} -n "Currently at: "
 	@${MAKE} -V PATCHLEVEL
 	-ncftpls \
-		ftp://ftp.gnu.org/gnu/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \
+		${PATCH_SITES:Mftp*:Ox:[1]} \
 		| fgrep -v .sig | ${TAIL}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list