handle py3.12 switchover in sysutils
bump REVISION for py3.10 -> py3.11 switch
MASTER_SITES -> SITES
bump for MODPY_DEFAULT_VERSION_3 change
OpenBSD/ports 12mWILS — sysutils/galleon/files galleon.8, sysutils/openpoppassd/pkg openpoppassd.rc
drop RCS Ids
bump REVISION for switch from Python 3.8 -> 3.9
Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
bump REVISION; python 3 default changed to 3.8
Update yabitrot from 0.3 to 0.4
From Martin Ziemer <horrad () horrad ! de> who also takes MAINTAINER.
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
bump python ports with PKG_ARCH=* (scripts only, no pyc files, so keeping PKG_ARCH)
OpenBSD/ports sTEKRP1 — sysutils/yabitrot Makefile distinfo, sysutils/yabitrot/patches patch-yabitrot
Import yabitrot-0.3
yabitrot is a bitrot detection utility using the
Adler-32 checksum algorithm and taking account of
hardlinks.
ok sthen@
Help from danj@ sthen@ for python specific bits