Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 20:51:04 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390940 - head/sysutils/vhdtool
Message-ID:  <201506292051.t5TKp4Dc058897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Jun 29 20:51:03 2015
New Revision: 390940
URL: https://svnweb.freebsd.org/changeset/ports/390940

Log:
  Mark sysutils/vhdtool as DEPRECATED.  This utility does not
  create properly-formatted VHD image files.  mkimg(1) should
  be used instead.
  
  Set the expiration to 2015-07-31.
  
  While here, pet portlint.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sysutils/vhdtool/Makefile

Modified: head/sysutils/vhdtool/Makefile
==============================================================================
--- head/sysutils/vhdtool/Makefile	Mon Jun 29 20:48:54 2015	(r390939)
+++ head/sysutils/vhdtool/Makefile	Mon Jun 29 20:51:03 2015	(r390940)
@@ -11,13 +11,18 @@ COMMENT=	Convert raw disk images to VHD 
 
 LICENSE=	GPLv2
 
-USE_LDCONFIG=	yes
 LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+USE_LDCONFIG=	yes
+
 CFLAGS+=	-I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib \
 		-I${LOCALBASE}/lib \
 		-luuid
 
+DEPRECATED=	Use mkimg(1) instead
+EXPIRATION_DATE=2015-07-31
+
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	README
 



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