svn commit: r568717 - in head/graphics: vulkan-headers vulkan-loader

Jan Beich jbeich at FreeBSD.org
Thu Mar 18 03:49:07 UTC 2021


Author: jbeich
Date: Thu Mar 18 03:49:06 2021
New Revision: 568717
URL: https://svnweb.freebsd.org/changeset/ports/568717

Log:
  graphics/vulkan-*: consistently indent DISTVERSIONPREFIX

Modified:
  head/graphics/vulkan-headers/Makefile   (contents, props changed)
  head/graphics/vulkan-loader/Makefile   (contents, props changed)

Modified: head/graphics/vulkan-headers/Makefile
==============================================================================
--- head/graphics/vulkan-headers/Makefile	Thu Mar 18 02:16:22 2021	(r568716)
+++ head/graphics/vulkan-headers/Makefile	Thu Mar 18 03:49:06 2021	(r568717)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vulkan-headers
-DISTVERSIONPREFIX=v
+DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.172
 CATEGORIES=	graphics
 

Modified: head/graphics/vulkan-loader/Makefile
==============================================================================
--- head/graphics/vulkan-loader/Makefile	Thu Mar 18 02:16:22 2021	(r568716)
+++ head/graphics/vulkan-loader/Makefile	Thu Mar 18 03:49:06 2021	(r568717)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vulkan-loader
-DISTVERSIONPREFIX=v
+DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.172
 CATEGORIES=	graphics devel
 


More information about the svn-ports-all mailing list