diff options
Diffstat (limited to 'www/glpi/Makefile')
-rw-r--r-- | www/glpi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile index 61cfc2b73016..265e9248764e 100644 --- a/www/glpi/Makefile +++ b/www/glpi/Makefile @@ -1,16 +1,16 @@ PORTNAME= glpi -PORTVERSION= 10.0.17 +DISTVERSION= 10.0.18 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${DISTVERSION}/ -MAINTAINER= mathias@monnerville.com +MAINTAINER= m@kappa.st COMMENT= Free IT and asset management software WWW= https://glpi-project.org/ LICENSE= GPLv2 -USES= cpe gettext php tar:tgz +USES= cpe gettext-tools php tar:tgz CPE_VENDOR= glpi-project USE_PHP= bz2 ctype curl dom exif fileinfo filter gd iconv intl json \ mbstring mysqli opcache session simplexml sodium xml xmlreader \ |