From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 30 02:50:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E5F16A46B for ; Tue, 30 Oct 2007 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60D4213C4BD for ; Tue, 30 Oct 2007 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9U2o1aI045028 for ; Tue, 30 Oct 2007 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9U2o1l2045027; Tue, 30 Oct 2007 02:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 30 Oct 2007 02:50:01 GMT Resent-Message-Id: <200710300250.l9U2o1l2045027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Zane C.B." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4CDA16A469 for ; Tue, 30 Oct 2007 02:48:00 +0000 (UTC) (envelope-from SRS0=z7Nttw=PY=vvelox.net=vvelox@yourhostingaccount.com) Received: from mailout06.yourhostingaccount.com (mailout06.yourhostingaccount.com [65.254.253.53]) by mx1.freebsd.org (Postfix) with ESMTP id 61D0013C49D for ; Tue, 30 Oct 2007 02:47:59 +0000 (UTC) (envelope-from SRS0=z7Nttw=PY=vvelox.net=vvelox@yourhostingaccount.com) Received: from mailscan08.yourhostingaccount.com ([10.1.15.8] helo=mailscan08.yourhostingaccount.com) by mailout06.yourhostingaccount.com with esmtp (Exim) id 1ImVsF-0002tz-Go for freebsd-gnats-submit@freebsd.org; Mon, 29 Oct 2007 10:45:51 -0400 Received: from impout02.yourhostingaccount.com ([10.1.55.2] helo=impout02.yourhostingaccount.com) by mailscan08.yourhostingaccount.com with esmtp (Exim) id 1ImVsF-0000Cr-6K for freebsd-gnats-submit@freebsd.org; Mon, 29 Oct 2007 10:45:51 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8]) by impout02.yourhostingaccount.com with NO UCE id 6Elr1Y0050ASqTN0000000; Mon, 29 Oct 2007 10:45:51 -0400 Received: from c-98-206-161-17.hsd1.il.comcast.net ([98.206.161.17] helo=vixen42.vulpes) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1ImVsE-0004Uf-P7 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Oct 2007 10:45:50 -0400 Message-Id: <1193669156.90838@vixen42.vulpes> Date: Mon, 29 Oct 2007 09:45:56 -0500 From: "Zane C.B." Sender: "Zane C.B." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: ports/117652: Update port: sysutils/lugtools - major bug fix update... update 0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 02:50:01 -0000 >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 --- 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: