svn commit: r361547 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Fri Jul 11 15:25:43 UTC 2014


Author: mat
Date: Fri Jul 11 15:25:42 2014
New Revision: 361547
URL: http://svnweb.freebsd.org/changeset/ports/361547
QAT: https://qat.redports.org/buildarchive/r361547/

Log:
  Be a bit more direct about pkg_install having to be replaced by pkg.
  
  Reviewed by:	swills
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jul 11 15:13:05 2014	(r361546)
+++ head/Mk/bsd.port.mk	Fri Jul 11 15:25:42 2014	(r361547)
@@ -1243,7 +1243,7 @@ WITH_PKGNG?=	yes
 .endif
 
 .if !defined(WITH_PKGNG) && !defined(NO_WARNING_PKG_INSTALL_EOL)
-WARNING+=	"pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng"
+WARNING+=	"pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng"
 WARNING+=	"http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/"
 WARNING+=	"If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf"
 .endif
@@ -4195,7 +4195,7 @@ fix-plist-sequence: ${TMPPLIST}
 	@cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST}
 	@${AWK} -f ${KEYWORDS}/pkg_install.awk ${TMPPLIST} > ${TMPPLIST}.keyword && \
 	    ${MV} -f ${TMPPLIST}.keyword ${TMPPLIST}
-	@${ECHO_CMD} "@exec echo pkg_install EOL is scheduled for 2014-09-01. Please consider migrating to pkgng" >> ${TMPPLIST}
+	@${ECHO_CMD} "@exec echo pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng" >> ${TMPPLIST}
 	@${ECHO_CMD} "@exec echo http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/" >> ${TMPPLIST}
 .endif
 .endif


More information about the svn-ports-all mailing list