changeset 187:13e07e75c111

Naming of the packages for the pypy plugins: use the PyPy-version as suffix instead of a prefix. This is to be more consistens with the other Python language plugins.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 14 Mar 2025 14:45:38 +0100
parents 7febb8b5cb59
children e18b5861868b
files uwsginl-plugin-lang-pypy3/Makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/uwsginl-plugin-lang-pypy3/Makefile	Fri Mar 14 12:34:09 2025 +0100
+++ b/uwsginl-plugin-lang-pypy3/Makefile	Fri Mar 14 14:45:38 2025 +0100
@@ -1,6 +1,7 @@
 # Created by: Franz Glasner <freebsd-dev@dom66.de>
 
-PORTNAME=	${UWSGI_NAME}-plugin-lang-pypy3
+PORTNAME=	${UWSGI_NAME}-plugin-lang
+PKGNAMESUFFIX=	-${FLAVOR}
 #DISTVERSION=	2.0.20
 PORTVERSION=	2.1.pl9.g${MYGH_TAG_DATE}
 CATEGORIES=	www python
@@ -21,8 +22,6 @@
 FLAVORS=	pypy3 pypy39 pypy310
 FLAVOR?=	pypy3
 
-PKGNAMEPREFIX=	${FLAVOR}-
-
 BUILD_DEPENDS+=	${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
 BUILD_DEPENDS+=	${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE}
 RUN_DEPENDS+=	${UWSGI_NAME}==${PORTVERSION}:www/uwsginl