Thu Aug 8 16:47:26 2019 UTC ()
net/unifi: Store blog URL

The content that belongs in NEWS are often in a blog.  Thanks to
thorpej@ for pointing this out; perhaps in-lieu-of-upstream-NEWS
contents will be better in future commits.


(gdt)
diff -r1.11 -r1.12 pkgsrc/net/unifi/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/net/unifi/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unifi/Makefile 2019/08/08 13:24:41 1.11
+++ pkgsrc/net/unifi/Makefile 2019/08/08 16:47:26 1.12
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2019/08/08 13:24:41 gdt Exp $ 1# $NetBSD: Makefile,v 1.12 2019/08/08 16:47:26 gdt Exp $
2 2
3DISTNAME= unifi-5.10.26 3DISTNAME= unifi-5.10.26
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip 5MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
6EXTRACT_SUFX= .zip 6EXTRACT_SUFX= .zip
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://www.ubnt.com/download/unifi/ 9HOMEPAGE= https://www.ubnt.com/download/unifi/
 10# The content that belongs in NEWS are often in a blog.
 11#BLOGPAGE= https://community.ui.com/releases
10COMMENT= Provisioning software for network products made by Ubiquiti 12COMMENT= Provisioning software for network products made by Ubiquiti
11LICENSE= ubiquiti-license 13LICENSE= ubiquiti-license
12 14
13# Bundled firmware images cannot be redistributed 15# Bundled firmware images cannot be redistributed
14RESTRICTED= No permission to redistribute 16RESTRICTED= No permission to redistribute
15NO_BIN_ON_CDROM= ${RESTRICTED} 17NO_BIN_ON_CDROM= ${RESTRICTED}
16NO_BIN_ON_FTP= ${RESTRICTED} 18NO_BIN_ON_FTP= ${RESTRICTED}
17NO_SRC_ON_CDROM= ${RESTRICTED} 19NO_SRC_ON_CDROM= ${RESTRICTED}
18NO_SRC_ON_FTP= ${RESTRICTED} 20NO_SRC_ON_FTP= ${RESTRICTED}
19 21
20DISTFILES= ${DEFAULT_DISTFILES} 22DISTFILES= ${DEFAULT_DISTFILES}
21EXTRACT_ONLY= ${DEFAULT_DISTFILES} 23EXTRACT_ONLY= ${DEFAULT_DISTFILES}
22 24