svn commit: r462570 - head/devel/uboot-mkimage
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Feb 22 08:15:27 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list