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@
This commit is contained in:
jca 2020-06-03 00:39:53 +00:00
parent 0de541e735
commit 59092ed77a

View File

@ -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/