View | Details | Raw Unified | Return to bug 258700 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/phpipam/Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
# Created by: Jake Smith <jake@xz.cx>
1
# Created by: Jake Smith <jake@xz.cx>
2
2
3
PORTNAME=	phpipam
3
PORTNAME=	phpipam
4
PORTVERSION=	1.4.3
4
PORTVERSION=	1.4.4
5
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
6
6
7
MAINTAINER=	jake@xz.cx
7
MAINTAINER=	jake@xz.cx
Lines 14-23 RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} Link Here
14
USES=		cpe gettext php:web tar:
14
USES=		cpe gettext php:web tar:
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_TAGNAME=	f6302da
17
GH_TAGNAME=	a14bc06
18
18
19
USE_PHP=	ctype curl filter gd gettext gmp iconv json mbstring mcrypt \
19
USE_PHP=	ctype curl dom filter gd gettext gmp iconv json mbstring mcrypt \
20
		openssl pcntl pdo pdo_mysql session simplexml sockets
20
		openssl pcntl pdo pdo_mysql posix session simplexml sockets
21
21
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)b/net-mgmt/phpipam/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1623913999
1
TIMESTAMP = 1632439590
2
SHA256 (phpipam-phpipam-1.4.3-f6302da_GH0.tar.gz) = 320972370847f9b4c8119adb541a47f2bb981ade98ae295d0952e3846860b392
2
SHA256 (phpipam-phpipam-1.4.4-a14bc06_GH0.tar.gz) = c00e01bc9df5125d915658447f54bfd20ebea2fa0ec51623c5f87d36ab5c1b17
3
SIZE (phpipam-phpipam-1.4.3-f6302da_GH0.tar.gz) = 5034704
3
SIZE (phpipam-phpipam-1.4.4-a14bc06_GH0.tar.gz) = 5036788
(-)b/net-mgmt/phpipam/pkg-plist (+5 lines)
Lines 991-996 Link Here
991
%%WWWDIR%%/UPDATE
991
%%WWWDIR%%/UPDATE
992
%%WWWDIR%%/upgrade/.htaccess
992
%%WWWDIR%%/upgrade/.htaccess
993
%%WWWDIR%%/upgrade/index.php
993
%%WWWDIR%%/upgrade/index.php
994
@owner www
995
@group www
996
@dir %%WWWDIR%%/app/admin/import-export/upload
997
@owner
998
@group
994
@dir %%WWWDIR%%/app/login/captcha
999
@dir %%WWWDIR%%/app/login/captcha
995
@dir %%WWWDIR%%/functions/GoogleAuthenticator
1000
@dir %%WWWDIR%%/functions/GoogleAuthenticator
996
@dir %%WWWDIR%%/functions/php-saml
1001
@dir %%WWWDIR%%/functions/php-saml

Return to bug 258700