Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 09:22:06 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 7fd7a450c14c - 2023Q1 - sysutils/debootstrap: Fix PORTVERSION
Message-ID:  <202302240922.31O9M6Re003263@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302240922.31O9M6Re003263>