svn commit: r464407 - head/devel/readline

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 13 20:30:28 UTC 2018


Author: sunpoet
Date: Tue Mar 13 20:30:25 2018
New Revision: 464407
URL: https://svnweb.freebsd.org/changeset/ports/464407

Log:
  Fix PATCHFILES

Modified:
  head/devel/readline/Makefile

Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile	Tue Mar 13 20:30:20 2018	(r464406)
+++ head/devel/readline/Makefile	Tue Mar 13 20:30:25 2018	(r464407)
@@ -34,7 +34,7 @@ CPE_UPDATE=	${PATCHLEVEL}
 PATCHES=	1 2 3
 PATCHLEVEL=	${PATCHES:O:[-1]}
 .for patch in ${PATCHES}
-PATCHFILES+=	${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
+PATCHFILES+=	${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:C|.*(...)$|\1|}
 .endfor
 
 post-patch-TERMCAP-on:


More information about the svn-ports-all mailing list