git: 1cecc15771f0 - main - Clean up some things

Tobias Kortkamp tobik at FreeBSD.org
Sat Apr 17 12:29:32 UTC 2021


The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cecc15771f0c9cf29927dd54bd2c814727c2d41

commit 1cecc15771f0c9cf29927dd54bd2c814727c2d41
Author:     Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-17 12:24:05 +0000
Commit:     Tobias Kortkamp <tobik at FreeBSD.org>
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 at 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 at 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 at 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


More information about the dev-commits-ports-all mailing list