Index: head/net/smbldap-tools/Makefile =================================================================== --- head/net/smbldap-tools/Makefile (revision 130132) +++ head/net/smbldap-tools/Makefile (revision 130133) @@ -1,51 +1,51 @@ # New ports collection makefile for: smbldap-tools # Date created: May 8 2004 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTVERSION= 0.8.7 CATEGORIES= net MASTER_SITES= http://samba.idealx.org/dist/ EXTRACT_SUFX= .tgz MAINTAINER= flz@FreeBSD.org COMMENT= Useful package for managing users and groups in a LDAP directory BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes NO_BUILD= yes post-patch: @${PERL} -pi -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smb.conf @${PERL} -pi -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smbldap.conf \ ${WRKSRC}/smbldap_tools.pm @${PERL} -pi -e 's#/etc/opt/IDEALX#${PREFIX}/etc#' ${WRKSRC}/smbldap_tools.pm @${PERL} -pi -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd do-install: ${MKDIR} ${PREFIX}/etc/${PORTNAME} ${MKDIR} ${EXAMPLESDIR}/etc .for i in smbldap.conf smbldap_bind.conf ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLESDIR}/etc/$i @[ -f ${PREFIX}/etc/${PORTNAME}/$i ] || ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i .endfor .for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-passwd smbldap-populate ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/sbin .endfor - ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-accounts ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-groups ${PREFIX}/sbin +.for i in smbldap-migrate-accounts smbldap-migrate-groups smbldap-migrate-unix-accounts smbldap-migrate-unix-groups + ${INSTALL_SCRIPT} ${WRKSRC}/doc/$i ${PREFIX}/sbin +.endfor ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${EXAMPLESDIR}/ .include Property changes on: head/net/smbldap-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/smbldap-tools/distinfo =================================================================== --- head/net/smbldap-tools/distinfo (revision 130132) +++ head/net/smbldap-tools/distinfo (revision 130133) @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.6.tgz) = ce266c508c7628b4ff382933a4f25b46 -SIZE (smbldap-tools-0.8.6.tgz) = 277464 +MD5 (smbldap-tools-0.8.7.tgz) = 11564bd9be125aa8e356d14464507522 +SIZE (smbldap-tools-0.8.7.tgz) = 288685 Property changes on: head/net/smbldap-tools/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/smbldap-tools/pkg-plist =================================================================== --- head/net/smbldap-tools/pkg-plist (revision 130132) +++ head/net/smbldap-tools/pkg-plist (revision 130133) @@ -1,24 +1,26 @@ sbin/smbldap-groupadd sbin/smbldap-groupdel sbin/smbldap-groupmod sbin/smbldap-groupshow sbin/smbldap-migrate-accounts sbin/smbldap-migrate-groups +sbin/smbldap-migrate-unix-accounts +sbin/smbldap-migrate-unix-groups sbin/smbldap-passwd sbin/smbldap-populate sbin/smbldap-useradd sbin/smbldap-userdel sbin/smbldap-usermod sbin/smbldap-usershow @unexec if cmp -s %D/etc/smbldap-tools/smbldap.conf %D/%%EXAMPLESDIR%%/etc/smbldap.conf; then rm -f %D/etc/smbldap-tools/smbldap.conf; fi %%EXAMPLESDIR%%/etc/smbldap.conf @exec [ -f %D/etc/smbldap-tools/smbldap.conf ] || cp %B/%f %D/etc/smbldap-tools/smbldap.conf @unexec if cmp -s %D/etc/smbldap-tools/smbldap_bind.conf %D/%%EXAMPLESDIR%%/etc/smbldap_bind.conf; then rm -f %D/etc/smbldap-tools/smbldap_bind.conf; fi %%EXAMPLESDIR%%/etc/smbldap_bind.conf @exec [ -f %D/etc/smbldap-tools/smbldap_bind.conf ] || cp %B/%f %D/etc/smbldap-tools/smbldap_bind.conf %%EXAMPLESDIR%%/smb.conf %%EXAMPLESDIR%%/configure.pl %%SITE_PERL%%/smbldap_tools.pm @unexec rmdir %D/etc/smbldap-tools 2> /dev/null || true @dirrm %%EXAMPLESDIR%%/etc @dirrm %%EXAMPLESDIR%% Property changes on: head/net/smbldap-tools/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property