pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot u-boot: sanitize UBOOT_VERION before i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1350ee19407
branches:  trunk
changeset: 336857:d1350ee19407
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jul 26 10:22:07 2019 +0000

description:
u-boot: sanitize UBOOT_VERION before it goes in PKGNAME

fixes wrong PKGBASE for u-boot-bananapi-r2

diffstat:

 sysutils/u-boot/u-boot.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 3040ab3e3211 -r d1350ee19407 sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Fri Jul 26 09:59:27 2019 +0000
+++ b/sysutils/u-boot/u-boot.mk Fri Jul 26 10:22:07 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: u-boot.mk,v 1.19 2019/06/08 12:25:05 mrg Exp $
+# $NetBSD: u-boot.mk,v 1.20 2019/07/26 10:22:07 tnn Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
-PKGNAME=       u-boot-${UBOOT_TARGET}-${UBOOT_VERSION}
+PKGNAME=       u-boot-${UBOOT_TARGET}-${UBOOT_VERSION:S/-/./}
 DISTNAME?=     u-boot-${UBOOT_VERSION}
 DISTINFO_FILE?=        ${.CURDIR}/../../sysutils/u-boot/distinfo
 CATEGORIES=    sysutils



Home | Main Index | Thread Index | Old Index