Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:35:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517457 - head/misc/py-spdx
Message-ID:  <201911132335.xADNZYJs044564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 13 23:35:33 2019
New Revision: 517457
URL: https://svnweb.freebsd.org/changeset/ports/517457

Log:
  Cosmetic change

Modified:
  head/misc/py-spdx/Makefile

Modified: head/misc/py-spdx/Makefile
==============================================================================
--- head/misc/py-spdx/Makefile	Wed Nov 13 23:35:29 2019	(r517456)
+++ head/misc/py-spdx/Makefile	Wed Nov 13 23:35:33 2019	(r517457)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spdx
-DISTVERSION=	2.5.0
+PORTVERSION=	2.5.0
 CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,9 @@ COMMENT=	SPDX license list database
 LICENSE=	CC0-1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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