pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/unit-python: add version suffix.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Thu Feb 18 09:00:10 2021 -0500
Changeset:	de6bddc87c2699ba1c4a0bf7edb01972baafbdde

Modified Files:
	unit-python/Makefile

Log Message:
wip/unit-python: add version suffix.

Please see 63CC4746-8282-4869-8041-7656F1B5CAC7%NetBSD.org@localhost as a
reference to get more details.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de6bddc87c2699ba1c4a0bf7edb01972baafbdde

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit-python/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/unit-python/Makefile b/unit-python/Makefile
index 21cdcde831..d1f5de6cac 100644
--- a/unit-python/Makefile
+++ b/unit-python/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	unit-${LANG}-${UNIT_VERSION}
+PKGNAME=	unit-${LANG}${PYVERSSUFFIX}-${UNIT_VERSION}
 COMMENT=	Python module for NGINX Unit
 
 LANG=		python


Home | Main Index | Thread Index | Old Index