diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-22 15:25:27 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-22 15:25:27 +0000 |
commit | 0bcfcb36168fca7d583793d9e7ff7dd3567005b8 (patch) | |
tree | f706aa7d6d457f67f5295aad95fb0e77986627e0 | |
parent | Upgrade to version 1.9.16. (diff) |
- Update to 0.8.5.3
PR: ports/74513
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=124828
-rw-r--r-- | net/smbldap-tools/Makefile | 9 | ||||
-rw-r--r-- | net/smbldap-tools/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/smbldap-tools/Makefile b/net/smbldap-tools/Makefile index 708ab3bd3dbe..07485e8f01eb 100644 --- a/net/smbldap-tools/Makefile +++ b/net/smbldap-tools/Makefile @@ -6,10 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5.3 CATEGORIES= net MASTER_SITES= http://www.idealx.org/prj/samba/dist/ -EXTRACT_SUFX= .tgz +DISTFILES= ${PORTNAME}-0.8.5-3.tgz MAINTAINER= flz@xbsd.org COMMENT= Useful package for managing users and groups in a LDAP directory @@ -18,6 +18,7 @@ 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 @@ -37,9 +38,11 @@ do-install: .for i in smbldap.conf smbldap_bind.conf ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i.default .endfor -.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-migrate-accounts smbldap-migrate-groups smbldap-passwd smbldap-populate +.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 ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ diff --git a/net/smbldap-tools/distinfo b/net/smbldap-tools/distinfo index 295dffdf5421..1c00194c4a02 100644 --- a/net/smbldap-tools/distinfo +++ b/net/smbldap-tools/distinfo @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5.tgz) = 4bfa0e5328b8420b98d91a046117b7c5 -SIZE (smbldap-tools-0.8.5.tgz) = 269327 +MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab +SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 |