comparison uwsginl/Makefile @ 107:8e3d9d28af27

Version for 2.1-dev: - Don't put the GIT change id into the package version - Use ".pl0" instead of ".dev" because "pl" sorts before all other characters
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 05 Aug 2020 12:50:09 +0200
parents cc494d5ae895
children 34bdc63a33db
comparison
equal deleted inserted replaced
106:6b45dd9d05ed 107:8e3d9d28af27
2 # $FreeBSD$ 2 # $FreeBSD$
3 # Based on www/uwsgi by: Daniel Gerzo <danger@FreeBSD.org> 3 # Based on www/uwsgi by: Daniel Gerzo <danger@FreeBSD.org>
4 4
5 PORTNAME= uwsginl 5 PORTNAME= uwsginl
6 #DISTVERSION= 2.0.18 6 #DISTVERSION= 2.0.18
7 PORTVERSION= 2.0.18g${MYGH_TAG_DATE}s${GH_TAGNAME} 7 # "pl" sorts before .a .b .dev ...
8 PORTVERSION= 2.1.pl0.g${MYGH_TAG_DATE}
8 CATEGORIES= www 9 CATEGORIES= www
9 # Use GitHub id for now (before official 2.1); see below 10 # Use GitHub id for now (before official 2.1); see below
10 #MASTER_SITES= https://projects.unbit.it/downloads/ 11 #MASTER_SITES= https://projects.unbit.it/downloads/
11 #DISTNAME= uwsgi-${DISTVERSION} 12 #DISTNAME= uwsgi-${DISTVERSION}
12 13