Skip to content

Commit

Permalink
net-mgmt/phpipam: Update to 1.4.4
Browse files Browse the repository at this point in the history
  - 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
  • Loading branch information
MikaelUrankar committed Nov 10, 2021
1 parent cc8f81d commit 7ae8747
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions net-mgmt/phpipam/Makefile
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/phpipam/distinfo
@@ -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
5 changes: 5 additions & 0 deletions net-mgmt/phpipam/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 7ae8747

Please sign in to comment.