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

(-)/root/ldap-account-manager/Makefile (-11 / +11 lines)
Lines 1-24 Link Here
1
# $FreeBSD: head/sysutils/ldap-account-manager/Makefile 463851 2018-03-08 00:44:25Z miwi $
1
# $FreeBSD: head/sysutils/ldap-account-manager/Makefile 444658 2017-06-29 18:18:47Z ultima $
2
2
3
PORTNAME=	ldap-account-manager
3
PORTNAME=	ldap-account-manager
4
PORTVERSION=	6.0.1
4
PORTVERSION=	6.2.1
5
CATEGORIES=	sysutils www
5
CATEGORIES=	sysutils www
6
MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
6
MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
7
8
MAINTAINER=	basil@vpm.net.ua
7
MAINTAINER=	basil@vpm.net.ua
9
COMMENT=	Webfrontend for managing accounts stored in an OpenLDAP server
8
COMMENT=	Webfrontend for managing accounts stored in an OpenLDAP server
10
11
LICENSE=	GPLv2
9
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
13
11
RUN_DEPENDS=	p5-Quota>=0:sysutils/p5-Quota p5-perl-ldap>=0:net/p5-perl-ldap
14
RUN_DEPENDS=	p5-Quota>=0:sysutils/p5-Quota \
15
		p5-perl-ldap>=0:net/p5-perl-ldap
16
17
NO_BUILD=	yes
12
NO_BUILD=	yes
18
NO_ARCH=	yes
13
NO_ARCH=	yes
19
USES=		gettext perl5 php:web tar:bzip2
14
USES=		perl5 php:web tar:bzip2
20
USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl
15
USE_PHP=	gettext hash iconv ldap pcre session simplexml xml json zip openssl curl gd
21
22
SHORTNAME=	lam
16
SHORTNAME=	lam
23
PORTDOCS=	docs HISTORY README copyright
17
PORTDOCS=	docs HISTORY README copyright
24
LAMDATA=	config graphics help lib locale sess style templates tmp VERSION index.html .htaccess
18
LAMDATA=	config graphics help lib locale sess style templates tmp VERSION index.html .htaccess
Lines 28-33 Link Here
28
22
29
OPTIONS_DEFINE=	DOCS
23
OPTIONS_DEFINE=	DOCS
30
24
25
.include <bsd.port.pre.mk>
26
27
.if ${PHP_VER} <= 72
28
USE_PHP+=	mcrypt
29
.endif
30
31
do-install:
31
do-install:
32
	@${ECHO_CMD} '@preexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
32
	@${ECHO_CMD} '@preexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
33
.for CONFIG in ${CONFIGS}
33
.for CONFIG in ${CONFIGS}
(-)/root/ldap-account-manager/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500754302
1
TIMESTAMP = 1520614601
2
SHA256 (ldap-account-manager-6.0.1.tar.bz2) = 4db96251eff18e720de85e5eff88358cc760f1c645d83b8c8f5997cd79d02c12
2
SHA256 (ldap-account-manager-6.2.1.tar.bz2) = 3c648f0c5b6312f5e4b737acb1e3ef8bc47292b9301580cfeddf59fd5a1d7535
3
SIZE (ldap-account-manager-6.0.1.tar.bz2) = 16441079
3
SIZE (ldap-account-manager-6.2.1.tar.bz2) = 18417950

Return to bug 226485