mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 0.8.6
PR: ports/76368 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
This commit is contained in:
parent
920ff8383f
commit
13cc5f90ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126944
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= smbldap-tools
|
||||
PORTVERSION= 0.8.5.3
|
||||
PORTVERSION= 0.8.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.idealx.org/prj/samba/dist/
|
||||
DISTFILES= ${PORTNAME}-0.8.5-3.tgz
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= flz@xbsd.org
|
||||
COMMENT= Useful package for managing users and groups in a LDAP directory
|
||||
@ -18,18 +18,17 @@ BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
|
||||
${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \
|
||||
@${PERL} -pi -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \
|
||||
${WRKSRC}/smb.conf
|
||||
${REINPLACE_CMD} -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \
|
||||
@${PERL} -pi -e 's#/etc/opt/IDEALX#${PREFIX}/etc#' ${WRKSRC}/smbldap_tools.pm
|
||||
@${PERL} -pi -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \
|
||||
${WRKSRC}/smbldap.conf \
|
||||
${WRKSRC}/smbldap_tools.pm
|
||||
${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd
|
||||
@${PERL} -pi -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab
|
||||
SIZE (smbldap-tools-0.8.5-3.tgz) = 275520
|
||||
MD5 (smbldap-tools-0.8.6.tgz) = ce266c508c7628b4ff382933a4f25b46
|
||||
SIZE (smbldap-tools-0.8.6.tgz) = 277464
|
||||
|
Loading…
Reference in New Issue
Block a user