mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/ldap-account-manager: 4.6 -> 4.7
Changes: - Nginx webserver support - DHCP: support pooling of IP ranges (RFE 107) - Personal: support pager attribute (hidden by default) - Renamed config/lam.conf_sample to lam.conf.sample and config.cfg_sample to config.cfg.sample - LAM Pro: Password dialog: preset alternate email address with backup email address (RFE 111) PR: 194004 Submitted by: basil@vpm.net.ua (maintainer)
This commit is contained in:
parent
0e064d3c8d
commit
ccfe8be950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369546
2 changed files with 7 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ldap-account-manager
|
PORTNAME= ldap-account-manager
|
||||||
PORTVERSION= 4.6
|
PORTVERSION= 4.7
|
||||||
CATEGORIES= sysutils www
|
CATEGORIES= sysutils www
|
||||||
MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION}
|
MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -31,20 +31,17 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-extract:
|
|
||||||
.for CONFIG in ${CONFIGS}
|
|
||||||
@${MV} ${WRKSRC}/config/${CONFIG}_sample ${WRKSRC}/config/${CONFIG}.sample
|
|
||||||
.endfor
|
|
||||||
do-install:
|
do-install:
|
||||||
@${ECHO_CMD} '@unexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} -f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
|
@${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} -f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
|
||||||
.for CONFIG in ${CONFIGS}
|
.for CONFIG in ${CONFIGS}
|
||||||
@${ECHO_CMD} '@sample ${WWWDIR_REL}/config/${CONFIG}.sample' >> ${TMPPLIST}
|
@${ECHO_CMD} '@sample ${WWWDIR_REL}/config/${CONFIG}.sample' >> ${TMPPLIST}
|
||||||
|
@${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/${CONFIG}_sample ]; then ${RM} -f %D/${WWWDIR_REL}/config/${CONFIG}_sample; fi' >> ${TMPPLIST}
|
||||||
.endfor
|
.endfor
|
||||||
.for I in ${LAMDATA}
|
.for I in ${LAMDATA}
|
||||||
@${FIND} -s ${WRKSRC}/${I} -type f -not -name '*.sample' | ${SED} -e 's,^${WRKSRC},${WWWDIR_REL},' >> ${TMPPLIST}
|
@${FIND} -s ${WRKSRC}/${I} -type f -not -name '*.sample' | ${SED} -e 's,^${WRKSRC},${WWWDIR_REL},' >> ${TMPPLIST}
|
||||||
@${FIND} -ds ${WRKSRC}/${I} -type d | ${SED} -e 's,^${WRKSRC},@dirrmtry ${WWWDIR_REL},' >> ${TMPPLIST}
|
@${FIND} -ds ${WRKSRC}/${I} -type d | ${SED} -e 's,^${WRKSRC},@dir ${WWWDIR_REL},' >> ${TMPPLIST}
|
||||||
.endfor
|
.endfor
|
||||||
@${ECHO_CMD} '@dirrmtry ${WWWDIR_REL}' >> ${TMPPLIST}
|
@${ECHO_CMD} '@dir ${WWWDIR_REL}' >> ${TMPPLIST}
|
||||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${LAMDATA}" ${STAGEDIR}${WWWDIR}
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${LAMDATA}" ${STAGEDIR}${WWWDIR}
|
||||||
.for DIR in ${WRITEABLES}
|
.for DIR in ${WRITEABLES}
|
||||||
@${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/${DIR}
|
@${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/${DIR}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ldap-account-manager-4.6.tar.bz2) = df9f267c33ddce52e598ac540fecce0f3dc2546a0cc339f8200f39a1baa411f1
|
SHA256 (ldap-account-manager-4.7.tar.bz2) = 207b424ca27743095509bc093983978481e9372a285ca6fd8bd3dd2f4dcf924f
|
||||||
SIZE (ldap-account-manager-4.6.tar.bz2) = 12358788
|
SIZE (ldap-account-manager-4.7.tar.bz2) = 12491347
|
||||||
|
|
Loading…
Add table
Reference in a new issue