Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2007 09:45:56 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/117652: Update port: sysutils/lugtools - major bug fix update... update 0.2.0
Message-ID:  <1193669156.90838@vixen42.vulpes>
Resent-Message-ID: <200710300250.l9U2o1l2045027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117652
>Category:       ports
>Synopsis:       Update port: sysutils/lugtools - major bug fix update... update 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 02:50:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Tue Oct  9 20:55:55 CDT 2007
    root@vixen42.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


1: update to 0.2.0
2: now depends on shell-include

this is a resubmit... looks like the first one did not go through...


>How-To-Repeat:


1: try adding or removing users and get errors when the UID and GID are different
2:
3: apply patch and enjoy


>Fix:


--- lugtools-Makefile.diff begins here ---
--- Makefile.orig	2007-10-28 14:21:33.000000000 -0500
+++ Makefile	2007-10-28 14:53:40.000000000 -0500
@@ -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,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 \
+MAN1=		lgadd.1 \
+		lgmod.1 \
 		lgrm.1 \
-		lgmod.1
+		lpwo.1 \
+		luadd.1 \
+		lurm.1
 
 MAN5=		dotlugtools.5
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 #nothing to configure
 do-configure:
@@ -46,6 +47,6 @@
 	@${ECHO} -n
 
 do-install:
-	@${EXEC} cd ${WRKDIR}/${PORTNAME}/ ; ${WRKDIR}/${PORTNAME}/install ${PREFIX}
+	@${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${PREFIX}
 
 .include <bsd.port.mk>
--- lugtools-Makefile.diff ends here ---




--- lugtools-distfinfo.diff begins here ---
--- distinfo.old	2007-07-21 08:28:45.000000000 -0500
+++ distinfo	2007-10-28 14:23:00.000000000 -0500
@@ -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
--- lugtools-distfinfo.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1193669156.90838>