pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unifi



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jun 29 14:40:01 UTC 2019

Modified Files:
        pkgsrc/net/unifi: Makefile

Log Message:
net/unifi: Fix MASTER_SITES to avoid nbN

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/unifi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/unifi/Makefile
diff -u pkgsrc/net/unifi/Makefile:1.7 pkgsrc/net/unifi/Makefile:1.8
--- pkgsrc/net/unifi/Makefile:1.7       Fri Jun 28 16:41:06 2019
+++ pkgsrc/net/unifi/Makefile   Sat Jun 29 14:40:01 2019
@@ -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