View | Details | Raw Unified | Return to bug 254614
Collapse All | Expand All

(-)net-mgmt/phpipam/Makefile (-7 / +9 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phpipam
4
PORTNAME=	phpipam
5
PORTVERSION=	1.4.1
5
PORTVERSION=	1.4.2
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
7
8
MAINTAINER=	jake@xz.cx
8
MAINTAINER=	jake@xz.cx
9
COMMENT=	PHP IP Address Management IPv4/IPv6
9
COMMENT=	PHP IP Address Management IPv4/IPv6
10
10
11
USE_GITHUB=	yes
12
GH_TAGNAME=	e569141
13
14
LICENSE=	GPLv3
11
LICENSE=	GPLv3
15
12
16
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
13
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
17
14
15
USES=		gettext php:web tar:
16
17
USE_GITHUB=	yes
18
GH_TAGNAME=	968a4d2
19
18
NO_BUILD=	yes
20
NO_BUILD=	yes
19
NO_ARCH=	yes
21
NO_ARCH=	yes
20
22
Lines 25-33 Link Here
25
27
26
OPTIONS_DEFINE=	LDAP
28
OPTIONS_DEFINE=	LDAP
27
29
28
USES=		gettext php:web tar:
30
USE_PHP=	ctype curl filter gd gettext gmp iconv json mbstring \
29
USE_PHP=	filter gettext gmp json mbstring openssl \
31
		openssl pcntl pdo pdo_mysql session simplexml sockets
30
		pcntl pdo pdo_mysql session simplexml sockets
32
31
LDAP_USE=	PHP=ldap
33
LDAP_USE=	PHP=ldap
32
34
33
pre-install:
35
pre-install:
(-)net-mgmt/phpipam/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597402225
1
TIMESTAMP = 1616873910
2
SHA256 (phpipam-phpipam-1.4.1-e569141_GH0.tar.gz) = dc0236001ab93fb33faf4c3e64d8781a30686ecc3fff54ec1dc6c3dade3d5a82
2
SHA256 (phpipam-phpipam-1.4.2-968a4d2_GH0.tar.gz) = 232ba467eee2306137269b76c29520983dac7e1157a951fea794b2d9ce0c5eeb
3
SIZE (phpipam-phpipam-1.4.1-e569141_GH0.tar.gz) = 5033857
3
SIZE (phpipam-phpipam-1.4.2-968a4d2_GH0.tar.gz) = 5034499
(-)net-mgmt/phpipam/pkg-plist (-1 / +1 lines)
Lines 975-981 Link Here
975
%%WWWDIR%%/js/gmaps.js
975
%%WWWDIR%%/js/gmaps.js
976
%%WWWDIR%%/js/install.js
976
%%WWWDIR%%/js/install.js
977
%%WWWDIR%%/js/jclock.jquery.js
977
%%WWWDIR%%/js/jclock.jquery.js
978
%%WWWDIR%%/js/jquery-3.3.1.min.js
978
%%WWWDIR%%/js/jquery-3.5.1.min.js
979
%%WWWDIR%%/js/jquery-ui-1.12.1.custom.min.js
979
%%WWWDIR%%/js/jquery-ui-1.12.1.custom.min.js
980
%%WWWDIR%%/js/login.js
980
%%WWWDIR%%/js/login.js
981
%%WWWDIR%%/js/magic.js
981
%%WWWDIR%%/js/magic.js

Return to bug 254614