git: 7fd7a450c14c - 2023Q1 - sysutils/debootstrap: Fix PORTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Feb 2023 09:22:06 UTC
The branch 2023Q1 has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd7a450c14cd328e49f680b34f1f9b4c4ef3293 commit 7fd7a450c14cd328e49f680b34f1f9b4c4ef3293 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:21:45 +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 (cherry picked from commit 90bac03a2eef13458258f034ea421e572114c12b) --- 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}