From 59092ed77a7135124df7e1b680b77687722abc6d Mon Sep 17 00:00:00 2001 From: jca Date: Wed, 3 Jun 2020 00:39:53 +0000 Subject: [PATCH] Unbreak PKGSPEC I shoudn't have introduced EPOCH in the revert to camlp4-4.08+1, it was not needed (the update to camlp4-4.10+1 didn't build) and it lead to this PKGSPEC issue that I overlooked. This fixes net/mldonkey, the last consumer of camlp4. Reported by naddy@ --- lang/ocaml-camlp4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ocaml-camlp4/Makefile b/lang/ocaml-camlp4/Makefile index 079aea1955e..a9469ac9672 100644 --- a/lang/ocaml-camlp4/Makefile +++ b/lang/ocaml-camlp4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2020/06/01 14:20:48 jca Exp $ +# $OpenBSD: Makefile,v 1.15 2020/06/03 00:39:53 jca Exp $ COMMENT = OCaml Preprocessor and Pretty-Printer CATEGORIES = lang @@ -11,7 +11,7 @@ GH_TAGNAME = ${V} WRKDIST = ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:S/+/-/} PKGNAME = ocaml-${DISTNAME} # No dynlink compatibility between releases -PKGSPEC = ocaml-camlp4-=${V} +PKGSPEC = ocaml-camlp4-=${V}v${EPOCH} HOMEPAGE = https://github.com/ocaml/camlp4/