pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unifi net/unifi: Fix MASTER_SITES to avoid nbN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cee9840a8cfa
branches:  trunk
changeset: 397540:cee9840a8cfa
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Jun 29 14:40:01 2019 +0000

description:
net/unifi: Fix MASTER_SITES to avoid nbN

This is just the usual use of PKGVERSION_NOREV.  Pointed out by Oskar.

diffstat:

 net/unifi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r a1e0d2eb86a4 -r cee9840a8cfa net/unifi/Makefile
--- a/net/unifi/Makefile        Sat Jun 29 13:45:00 2019 +0000
+++ b/net/unifi/Makefile        Sat Jun 29 14:40:01 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2019/06/28 16:41:06 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2019/06/29 14:40:01 gdt Exp $
 
 DISTNAME=      unifi-5.10.24
 PKGREVISION=   1
 CATEGORIES=    net
-MASTER_SITES=  -http://dl.ubnt.com/unifi/${PKGVERSION}/UniFi.unix.zip
+MASTER_SITES=  -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    gdt%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index