Date: Fri, 24 Feb 2023 09:21:08 GMT From: Felix Palmen <zirias@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 90bac03a2eef - main - sysutils/debootstrap: Fix PORTVERSION Message-ID: <202302240921.31O9L834000512@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=90bac03a2eef13458258f034ea421e572114c12b commit 90bac03a2eef13458258f034ea421e572114c12b Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2023-02-24 09:18:09 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2023-02-24 09:19:29 +0000 sysutils/debootstrap: Fix PORTVERSION PORTVERSION may not contain '-', use 'n' instead to include nmu number from debian. Approved by: tcberner (mentor) Pointy-Hat: zirias --- sysutils/debootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index fdb808e04908..47dcc65a4b85 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -1,5 +1,5 @@ PORTNAME= debootstrap -PORTVERSION= ${DEB_VERSION}-${DEB_NMU} +PORTVERSION= ${DEB_VERSION}n${DEB_NMU} CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DEB_VERSION}+nmu${DEB_NMU}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302240921.31O9L834000512>