Bump EPOCH after introducing support for alpha[N] package versions

I highly suspect this is not needed but it's too tempting to just bump
three ports and forget about it.
No objection from tb@ (py-tlslite-ng maintainer)
This commit is contained in:
jca 2020-03-26 19:55:08 +00:00
parent 966ed23019
commit 7e6a45e6eb
3 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2019/07/12 21:02:12 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2020/03/26 19:55:08 jca Exp $
COMMENT= library for handling Microsoft compression formats
DISTNAME= libmspack-0.10.1alpha
# XXX packages-specs(7) does not treat "alpha" specially; there is just an
# alphanumeric comparison so 0.9alpha is "higher than" 0.10alpha.
EPOCH= 1
EPOCH= 2
SHARED_LIBS += mspack 3.0 # 1.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/11/17 08:05:18 espie Exp $
# $OpenBSD: Makefile,v 1.4 2020/03/26 19:55:08 jca Exp $
COMMENT = smalltalk system, exploration image
@ -7,6 +7,7 @@ PKG_ARCH = *
DISTFILES = FunSqueak3.10alpha.7.zip
DISTNAME = squeak-funsqueak-3.10alpha7
EPOCH = 0
MASTER_SITES = ${SQUEAK_SITE}../various_images/FunSqueak/
RUN_DEPENDS = lang/squeak/vm>=3.10
BUILD_DEPENDS = archivers/unzip

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2020/03/03 18:49:14 tb Exp $
# $OpenBSD: Makefile,v 1.4 2020/03/26 19:55:08 jca Exp $
COMMENT = Python SSL and TLS library
MODPY_EGG_VERSION = 0.8.0-alpha37
DISTNAME = tlslite-ng-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/-alpha/alpha/}
REVISION = 1
EPOCH = 0
CATEGORIES = net