From 7e6a45e6eb31c698437ef6843f76df7969a82247 Mon Sep 17 00:00:00 2001 From: jca Date: Thu, 26 Mar 2020 19:55:08 +0000 Subject: [PATCH] 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) --- archivers/libmspack/Makefile | 7 ++----- lang/squeak/funsqueak/Makefile | 3 ++- net/py-tlslite-ng/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index 027cf62c0f5..de0fe9e7b7c 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -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 diff --git a/lang/squeak/funsqueak/Makefile b/lang/squeak/funsqueak/Makefile index 91ecc493633..58bf2c0287b 100644 --- a/lang/squeak/funsqueak/Makefile +++ b/lang/squeak/funsqueak/Makefile @@ -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 diff --git a/net/py-tlslite-ng/Makefile b/net/py-tlslite-ng/Makefile index 21dadc02583..9eaebbb39f0 100644 --- a/net/py-tlslite-ng/Makefile +++ b/net/py-tlslite-ng/Makefile @@ -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