From owner-dev-commits-ports-all@freebsd.org Sat Apr 17 12:29:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBD215D42ED; Sat, 17 Apr 2021 12:29:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMspN5wgDz4fBL; Sat, 17 Apr 2021 12:29:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3BC718149; Sat, 17 Apr 2021 12:29:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HCTWoj012741; Sat, 17 Apr 2021 12:29:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HCTWZk012740; Sat, 17 Apr 2021 12:29:32 GMT (envelope-from git) Date: Sat, 17 Apr 2021 12:29:32 GMT Message-Id: <202104171229.13HCTWZk012740@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 1cecc15771f0 - main - Clean up some things MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1cecc15771f0c9cf29927dd54bd2c814727c2d41 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 12:29:32 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cecc15771f0c9cf29927dd54bd2c814727c2d41 commit 1cecc15771f0c9cf29927dd54bd2c814727c2d41 Author: Tobias Kortkamp AuthorDate: 2021-04-17 12:24:05 +0000 Commit: Tobias Kortkamp CommitDate: 2021-04-17 12:29:13 +0000 Clean up some things - Fix typos - Sort categories Reported by: portscan --- devel/gettext-tiny/Makefile | 2 +- net-mgmt/unifi-devel/Makefile | 2 +- net-mgmt/unifi-lts/Makefile | 2 +- net-mgmt/unifi5/Makefile | 2 +- www/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/gettext-tiny/Makefile b/devel/gettext-tiny/Makefile index 08d07023b2a3..9ab7300ae0ef 100644 --- a/devel/gettext-tiny/Makefile +++ b/devel/gettext-tiny/Makefile @@ -8,7 +8,7 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Replacements for tools typically used from the GNU gettext suite LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:xz TOOLS= msgfmt msgmerge diff --git a/net-mgmt/unifi-devel/Makefile b/net-mgmt/unifi-devel/Makefile index 39e3ce751009..85bf3a972d46 100644 --- a/net-mgmt/unifi-devel/Makefile +++ b/net-mgmt/unifi-devel/Makefile @@ -19,7 +19,7 @@ LICENSE_TEXT= ${RESTRICTED} LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept DEPRECATED= Use net-mgmt/unifi6 instead -EXPIRES= 2021-05-16 +EXPIRATION_DATE= 2021-05-16 RESTRICTED= License restrictions, see https://www.ubnt.com/eula/ diff --git a/net-mgmt/unifi-lts/Makefile b/net-mgmt/unifi-lts/Makefile index 1b3f91aebc63..7997a5c67310 100644 --- a/net-mgmt/unifi-lts/Makefile +++ b/net-mgmt/unifi-lts/Makefile @@ -14,7 +14,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= UniFi Controller v5 DEPRECATED= Upstream EoL the hardware supported by this release -EXPIRES= 2021-07-16 +EXPIRATION_DATE= 2021-07-16 RUN_DEPENDS= mongodb36>0:databases/mongodb36 \ snappyjava>0:archivers/snappy-java diff --git a/net-mgmt/unifi5/Makefile b/net-mgmt/unifi5/Makefile index b61c9a5aa53e..1489ce922397 100644 --- a/net-mgmt/unifi5/Makefile +++ b/net-mgmt/unifi5/Makefile @@ -17,7 +17,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= UniFi Controller v5 DEPRECATED= Use net-mgmt/unifi6 instead -EXPIRES= 2021-10-16 +EXPIRATION_DATE= 2021-10-16 RUN_DEPENDS= mongodb36>0:databases/mongodb36 \ snappyjava>0:archivers/snappy-java diff --git a/www/Makefile b/www/Makefile index 72708f217a41..fe91e29c2f01 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1449,8 +1449,8 @@ SUBDIR += py-dj31-djangorestframework SUBDIR += py-dj31-drf-yasg SUBDIR += py-django - SUBDIR += py-django-advanced-filters SUBDIR += py-django-admin-rangefilter + SUBDIR += py-django-advanced-filters SUBDIR += py-django-allauth SUBDIR += py-django-annoying SUBDIR += py-django-appconf