Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 08:15:26 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462570 - head/devel/uboot-mkimage
Message-ID:  <201802220815.w1M8FQLC044325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Feb 22 08:15:26 2018
New Revision: 462570
URL: https://svnweb.freebsd.org/changeset/ports/462570

Log:
  Mark DEPRECATED
  
  EXPIRATION_DATE is longer because we want to make sure there is no any user
  using this old version, which generates a different image and might be required
  for very old devices.
  
  Discussed with: ray, manu

Modified:
  head/devel/uboot-mkimage/Makefile

Modified: head/devel/uboot-mkimage/Makefile
==============================================================================
--- head/devel/uboot-mkimage/Makefile	Thu Feb 22 08:09:08 2018	(r462569)
+++ head/devel/uboot-mkimage/Makefile	Thu Feb 22 08:15:26 2018	(r462570)
@@ -12,6 +12,9 @@ DISTNAME=	u-boot-${PORTVERSION}
 MAINTAINER=	ray@FreeBSD.org
 COMMENT=	The mkimage utility of the u-boot bootloader
 
+DEPRECATED=	Use sysutils/u-boot-tools
+EXPIRATION_DATE=2019-02-28
+
 USES=	tar:bzip2
 BUILD_WRKSRC=	${WRKSRC}/tools
 MAKEFILE=	BSDmakefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802220815.w1M8FQLC044325>