From 1cecc15771f0c9cf29927dd54bd2c814727c2d41 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 17 Apr 2021 14:24:05 +0200 Subject: [PATCH] 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