# HG changeset patch # User Franz Glasner # Date 1665048343 -7200 # Node ID 65740e6677b6db0b6f106c8fa77401054eadbc91 # Parent a712910242ac34f03cd89f3d76c42e4705f4cf7e Prime the PORTREVISION to 0 (disabled). This is needed now because it would be overwritten in the master Makefile in lang/pypy. diff -r a712910242ac -r 65740e6677b6 Makefile --- a/Makefile Wed Oct 05 16:27:30 2022 +0200 +++ b/Makefile Thu Oct 06 11:25:43 2022 +0200 @@ -1,6 +1,7 @@ # Created by: David Naylor PORTNAME= pypy3 +PORTREVISION= 0 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src MASTERDIR= ${.CURDIR}/../pypy