- Update to 0.2.0

- Fixes bug adding or removing users

PR:		ports/117652
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
Approved by:	portmgr linimon (mentor)
This commit is contained in:
Beech Rintoul 2007-11-09 08:19:01 +00:00
parent 57c8a76c07
commit bf322352ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202605
2 changed files with 12 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= lugtools
PORTVERSION= 0.1.2
PORTVERSION= 0.2.0
CATEGORIES= sysutils net
MASTER_SITES= http://vvelox.net/src/ldap/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@ -20,22 +20,20 @@ WANT_OPENLDAP_VER?= 23
BROKEN= Incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
RUN_DEPENDS+= ldapadd:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-client
RUN_DEPENDS+= ldapadd:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-client \
${PREFIX}/bin/sh-include:${PORTSDIR}/shells/shell-include
USE_PERL5= yes
PLIST_FILES= bin/lgadd bin/lgrm bin/lpwo bin/luadd bin/lurm bin/lgmod
PLIST_FILES= bin/lgadd bin/lgrm bin/lpwo bin/luadd bin/lurm bin/lgmod \
libexec/shell-include/bash/lugtools \
libexec/shell-include/sh/lugtools
MAN1= lpwo.1 \
luadd.1 \
lurm.1 \
lgadd.1 \
lgrm.1 \
lgmod.1
MAN1= lgadd.1 lgmod.1 lgrm.1 lpwo.1 luadd.1 lurm.1
MAN5= dotlugtools.5
WRKSRC= ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}
#nothing to configure
do-configure:
@ -46,6 +44,6 @@ do-build:
@${ECHO} -n
do-install:
@${EXEC} cd ${WRKDIR}/${PORTNAME}/ ; ${WRKDIR}/${PORTNAME}/install ${PREFIX}
@${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${PREFIX}
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (lugtools-0.1.2.tgz) = 15c865693d9b8ccb79d750a14a764c66
SHA256 (lugtools-0.1.2.tgz) = cdd6cabcf38b6e247c71ea03c72ab828ceca28879f7d988972cf2d0476f8b1ef
SIZE (lugtools-0.1.2.tgz) = 10992
MD5 (lugtools-0.2.0.tgz) = d84a572b90f9610d07e088c421e8fba2
SHA256 (lugtools-0.2.0.tgz) = 549eb8893a29c76bce0be83182d04ac224912310e5726fc886785f47f077ecbb
SIZE (lugtools-0.2.0.tgz) = 11226