# HG changeset patch # User Franz Glasner # Date 1665048248 -7200 # Node ID f005c4d19ca4adc8d2df87308934893b0a9b7d68 # Parent 3092aa6460930b355fc2592874062fb23574ced5 Allow for different PORTREVISION settings for lang/pypy and lang/pypy3. For CFFI ports (sqlite3, gdbm) it was possible already. diff -r 3092aa646093 -r f005c4d19ca4 Makefile --- a/Makefile Thu Oct 06 11:09:59 2022 +0200 +++ b/Makefile Thu Oct 06 11:24:08 2022 +0200 @@ -1,6 +1,7 @@ # Created by: David Naylor PORTNAME?= pypy +PORTREVISION?= 0 CATEGORIES= lang python MASTER_SITES= https://downloads.python.org/pypy/ DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src