pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unifi unifi: Explain that github.mk does not suppo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a73876e558b1
branches:  trunk
changeset: 457032:a73876e558b1
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Aug 14 14:30:45 2021 +0000

description:
unifi: Explain that github.mk does not support SITES.

diffstat:

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

diffs (18 lines):

diff -r 48c8fcc5b857 -r a73876e558b1 net/unifi/Makefile
--- a/net/unifi/Makefile        Sat Aug 14 14:30:12 2021 +0000
+++ b/net/unifi/Makefile        Sat Aug 14 14:30:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/08/13 17:25:06 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2021/08/14 14:30:45 gdt Exp $
 
 # Update to 6.2 (wip) is on hold pending reports that the greater
 # Unifi world thinks it is stable enough. -- gdt, 2021-06-01
@@ -31,6 +31,8 @@
 # because it only ship linux binaries. The rcd script takes care of loading the
 # correct library.
 SNAPPY_JAVA=           snappy-java-1.0.5.4
+# github.mk only works for the main MASTER_SITES definition and does
+# not support SITES
 SITES.${SNAPPY_JAVA}.tar.gz=   -https://github.com/xerial/snappy-java/archive/${SNAPPY_JAVA:S/snappy-java-//}.tar.gz
 DISTFILES+=            ${SNAPPY_JAVA}.tar.gz
 EXTRACT_ONLY+=         ${SNAPPY_JAVA}.tar.gz



Home | Main Index | Thread Index | Old Index