mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
net-mgmt/phpipam: Update to 1.4.4
- Update to 1.4.4 - Add missing php modules - Fix folder permission Changes: https://github.com/phpipam/phpipam/releases/tag/v1.4.4 PR: 258700
This commit is contained in:
parent
cc8f81d1af
commit
7ae8747093
@ -1,7 +1,7 @@
|
||||
# Created by: Jake Smith <jake@xz.cx>
|
||||
|
||||
PORTNAME= phpipam
|
||||
PORTVERSION= 1.4.3
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= jake@xz.cx
|
||||
@ -14,10 +14,10 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
|
||||
USES= cpe gettext php:web tar:
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= f6302da
|
||||
GH_TAGNAME= a14bc06
|
||||
|
||||
USE_PHP= ctype curl filter gd gettext gmp iconv json mbstring mcrypt \
|
||||
openssl pcntl pdo pdo_mysql session simplexml sockets
|
||||
USE_PHP= ctype curl dom filter gd gettext gmp iconv json mbstring mcrypt \
|
||||
openssl pcntl pdo pdo_mysql posix session simplexml sockets
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1623913999
|
||||
SHA256 (phpipam-phpipam-1.4.3-f6302da_GH0.tar.gz) = 320972370847f9b4c8119adb541a47f2bb981ade98ae295d0952e3846860b392
|
||||
SIZE (phpipam-phpipam-1.4.3-f6302da_GH0.tar.gz) = 5034704
|
||||
TIMESTAMP = 1632439590
|
||||
SHA256 (phpipam-phpipam-1.4.4-a14bc06_GH0.tar.gz) = c00e01bc9df5125d915658447f54bfd20ebea2fa0ec51623c5f87d36ab5c1b17
|
||||
SIZE (phpipam-phpipam-1.4.4-a14bc06_GH0.tar.gz) = 5036788
|
||||
|
@ -991,6 +991,11 @@
|
||||
%%WWWDIR%%/UPDATE
|
||||
%%WWWDIR%%/upgrade/.htaccess
|
||||
%%WWWDIR%%/upgrade/index.php
|
||||
@owner www
|
||||
@group www
|
||||
@dir %%WWWDIR%%/app/admin/import-export/upload
|
||||
@owner
|
||||
@group
|
||||
@dir %%WWWDIR%%/app/login/captcha
|
||||
@dir %%WWWDIR%%/functions/GoogleAuthenticator
|
||||
@dir %%WWWDIR%%/functions/php-saml
|
||||
|
Loading…
Reference in New Issue
Block a user