svn commit: r390940 - head/sysutils/vhdtool

Glen Barber gjb at FreeBSD.org
Mon Jun 29 20:51:04 UTC 2015


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
 


More information about the svn-ports-all mailing list