From f99ed9e2ea4e814b5c04d1ab5d0fac8d6a910224 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 19 Nov 2019 09:30:40 +0000 Subject: [PATCH] include REVISION in PKGSPEC, to trigger updates in dependent packages due to the i386 SSE->387 change --- lang/go/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/go/Makefile b/lang/go/Makefile index 2d0803364e0..be215b6b8b0 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2019/11/19 09:17:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.77 2019/11/19 09:30:40 sthen Exp $ ONLY_FOR_ARCHS = ${GO_ARCHS} @@ -11,7 +11,7 @@ VERSION = 1.13.3 REVISION = 0 DISTNAME = go${VERSION}.src PKGNAME = go-${VERSION} -PKGSPEC = go-=${VERSION} +PKGSPEC = ${FULLPKGNAME:S/go-/go-=/} CATEGORIES = lang