aboutsummaryrefslogtreecommitdiff
path: root/net/smbldap-tools
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-01 22:56:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-01 22:56:20 +0000
commit1609ab106d0a857eff6eadcd38b1bd823b74ccf2 (patch)
tree402e535435c113ad217ee7a8cc9749706a23ff21 /net/smbldap-tools
parent748b551c0306bdd6cb09d124631d39c6b486114a (diff)
downloadports-1609ab106d0a857eff6eadcd38b1bd823b74ccf2.tar.gz
ports-1609ab106d0a857eff6eadcd38b1bd823b74ccf2.zip
Notes
Diffstat (limited to 'net/smbldap-tools')
-rw-r--r--net/smbldap-tools/Makefile8
-rw-r--r--net/smbldap-tools/distinfo4
-rw-r--r--net/smbldap-tools/pkg-plist2
3 files changed, 8 insertions, 6 deletions
diff --git a/net/smbldap-tools/Makefile b/net/smbldap-tools/Makefile
index b78396eddbb7..84a9f79728d4 100644
--- a/net/smbldap-tools/Makefile
+++ b/net/smbldap-tools/Makefile
@@ -6,8 +6,7 @@
#
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
@@ -42,8 +41,9 @@ do-install:
.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}/
diff --git a/net/smbldap-tools/distinfo b/net/smbldap-tools/distinfo
index 201562c6b8ea..6f1fd725b1ea 100644
--- a/net/smbldap-tools/distinfo
+++ b/net/smbldap-tools/distinfo
@@ -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
diff --git a/net/smbldap-tools/pkg-plist b/net/smbldap-tools/pkg-plist
index 9f38703eac31..d49f10516038 100644
--- a/net/smbldap-tools/pkg-plist
+++ b/net/smbldap-tools/pkg-plist
@@ -4,6 +4,8 @@ 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