Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 101:cc494d5ae895
Make the GH tag date also an variable -- but a private one: MYGH_TAG_DATE
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 02 Aug 2020 22:04:17 +0200 |
| parents | d8069e354d60 |
| children | bcd6ce036b2a |
| files | uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-pypy3/Makefile uwsginl/Makefile uwsginl/Makefile.gh |
| diffstat | 4 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Sun Aug 02 17:17:11 2020 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Sun Aug 02 22:04:17 2020 +0200 @@ -3,7 +3,7 @@ PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 #DISTVERSION= 2.0.18 -PORTVERSION= 2.0.18g20200709s${GH_TAGNAME} +PORTVERSION= 2.0.18g${MYGH_TAG_DATE}s${GH_TAGNAME} PORTREVISION?= 0 CATEGORIES?= www python # Use GitHub id for now (before official 2.1); see below
--- a/uwsginl-plugin-lang-pypy3/Makefile Sun Aug 02 17:17:11 2020 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Aug 02 22:04:17 2020 +0200 @@ -3,7 +3,7 @@ PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 #DISTVERSION= 2.0.18 -PORTVERSION= 2.0.18g20200709s${GH_TAGNAME} +PORTVERSION= 2.0.18g${MYGH_TAG_DATE}s${GH_TAGNAME} CATEGORIES= www python # Use GitHub id for now (before official 2.1); see below #MASTER_SITES= https://projects.unbit.it/downloads/
--- a/uwsginl/Makefile Sun Aug 02 17:17:11 2020 +0200 +++ b/uwsginl/Makefile Sun Aug 02 22:04:17 2020 +0200 @@ -4,7 +4,7 @@ PORTNAME= uwsginl #DISTVERSION= 2.0.18 -PORTVERSION= 2.0.18g20200709s${GH_TAGNAME} +PORTVERSION= 2.0.18g${MYGH_TAG_DATE}s${GH_TAGNAME} CATEGORIES= www # Use GitHub id for now (before official 2.1); see below #MASTER_SITES= https://projects.unbit.it/downloads/
