git: 90bac03a2eef - main - sysutils/debootstrap: Fix PORTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Feb 2023 09:21:08 UTC
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}