diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 10:43:51 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:56 -0500 |
commit | ad0280d134f887ea73b7afb1ecf4b6c15d464d6a (patch) | |
tree | fff1354e4a4b225814e45efefa4103615882e5a6 | |
parent | f8113bcc8ff2500e04ba6ba4e003091b554dc4be (diff) | |
download | freebsd-ports-ad0280d134f887ea73b7afb1ecf4b6c15d464d6a.zip |
net-mgmt/glpi-plugins-fusioninventory-server: Mark DEPRECATED
- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
-rw-r--r-- | net-mgmt/glpi-plugins-fusioninventory-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile index de88ce6804e5..879c49e3956b 100644 --- a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile +++ b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= server PORTVERSION= ${GLPI_VER}.${FUNV_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt PKGNAMEPREFIX= glpi-plugins-fusioninventory- @@ -10,6 +11,9 @@ WWW= https://fusioninventory.org/ LICENSE= AGPLv3 +DEPRECATED= Requires php80 which is set to expire on 2023-11-26 +EXPIRATION_DATE= 2023-12-31 + RUN_DEPENDS= glpi>=9.5:www/glpi USES= gettext php shebangfix |