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/339a0ba4213d
branches: trunk
changeset: 335703:339a0ba4213d
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 aa6ef7174899 -r 339a0ba4213d 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