# HG changeset patch # User Franz Glasner # Date 1596398657 -7200 # Node ID cc494d5ae895bcd0997aa3b906517186d88fdd98 # Parent d8069e354d60103ec54dba3f1f9d49783adedcf4 Make the GH tag date also an variable -- but a private one: MYGH_TAG_DATE diff -r d8069e354d60 -r cc494d5ae895 uwsginl-plugin-lang-py3/Makefile --- 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 diff -r d8069e354d60 -r cc494d5ae895 uwsginl-plugin-lang-pypy3/Makefile --- 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/ diff -r d8069e354d60 -r cc494d5ae895 uwsginl/Makefile --- 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/ diff -r d8069e354d60 -r cc494d5ae895 uwsginl/Makefile.gh --- a/uwsginl/Makefile.gh Sun Aug 02 17:17:11 2020 +0200 +++ b/uwsginl/Makefile.gh Sun Aug 02 22:04:17 2020 +0200 @@ -4,3 +4,5 @@ GH_ACCOUNT= unbit GH_PROJECT= uwsgi GH_TAGNAME= 9fe4698a52e92f9116cd7136b5813eba90e0fb10 + +MYGH_TAG_DATE= 20200709