pkgsrc-WIP-changes archive

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

unifi: Change version, but it's broken



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Mar 21 13:40:56 2022 -0400
Changeset:	f6afe9a5018055be62e155c395ec14715df7aa74

Modified Files:
	unifi/Makefile

Log Message:
unifi: Change version, but it's broken

Note that upstream changed the form of the Linux bits.
(This wasn't different from what's in pkgsrc proper.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f6afe9a5018055be62e155c395ec14715df7aa74

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

diffstat:
 unifi/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/unifi/Makefile b/unifi/Makefile
index aedcc7063c..88a82e5162 100644
--- a/unifi/Makefile
+++ b/unifi/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.32 2021/12/11 17:30:07 gdt Exp $
 
 # Please do not drop this; a new update cycle is likely soon.
-DISTNAME=	unifi-6.5.55
+DISTNAME=	unifi-7.0.25
 CATEGORIES=	net
 MASTER_SITES=	-http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip
 EXTRACT_SUFX=	.zip
@@ -15,6 +15,8 @@ HOMEPAGE=	https://www.ubnt.com/download/unifi/
 COMMENT=	Provisioning software for network products made by Ubiquiti
 LICENSE=	ubiquiti-license
 
+# \todo Upstream changed how they bundle this; it's now a .deb
+
 # Bundled firmware images cannot be redistributed
 RESTRICTED=		No permission to redistribute
 NO_BIN_ON_CDROM=	${RESTRICTED}


Home | Main Index | Thread Index | Old Index