From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 18 08:00:13 2009 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 AE5501065673 for ; Sat, 18 Jul 2009 08:00:13 +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 6A1A18FC1A for ; Sat, 18 Jul 2009 08:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6I80D5j038081 for ; Sat, 18 Jul 2009 08:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6I80D0C038080; Sat, 18 Jul 2009 08:00:13 GMT (envelope-from gnats) Resent-Date: Sat, 18 Jul 2009 08:00:13 GMT Resent-Message-Id: <200907180800.n6I80D0C038080@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, Alexander Hausner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C798106566C for ; Sat, 18 Jul 2009 07:59:37 +0000 (UTC) (envelope-from alex@hugo.bmg.gv.at) Received: from m1.bmgf.gv.at (m1.bmgf.gv.at [194.48.236.129]) by mx1.freebsd.org (Postfix) with ESMTP id CAF608FC18 for ; Sat, 18 Jul 2009 07:59:36 +0000 (UTC) (envelope-from alex@hugo.bmg.gv.at) Message-Id: Date: Sat, 18 Jul 2009 09:35:16 +0200 From: Alexander Hausner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136883: [MAINTAINER][PATCH] remove ifdepd.sh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Hausner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 08:00:14 -0000 >Number: 136883 >Category: ports >Synopsis: [MAINTAINER][PATCH] remove ifdepd.sh >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 18 08:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Hausner >Release: FreeBSD 7.2-STABLE i386 >Organization: BMG >Environment: System: FreeBSD hugo.bmg.gv.at 7.2-STABLE FreeBSD 7.2-STABLE #20: Wed Jun 24 13:53:31 CEST 2009 root@hugo.bmg.gv.at:/usr/obj/usr/src/sys/HUGO i386 >Description: two identical startup-scripts after installation (ifdepd and ifdepd.sh) ==> remove ifdepd.sh >How-To-Repeat: installation of the port >Fix: --- ifdepd.patch begins here --- diff -urN ifdepd/Makefile ifdepd/Makefile --- ifdepd/Makefile 2009-07-17 20:41:08.000000000 +0200 +++ ifdepd/Makefile 2009-07-18 09:02:23.852358164 +0200 @@ -5,7 +5,7 @@ PORTNAME= ifdepd PORTVERSION= 20050420 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://alex.bmg.gv.at/programs/ diff -urN ifdepd/files/patch-Makefile ifdepd/files/patch-Makefile --- ifdepd/files/patch-Makefile 2009-07-17 20:41:08.000000000 +0200 +++ ifdepd/files/patch-Makefile 2009-07-18 09:02:45.288570308 +0200 @@ -22,7 +22,6 @@ -.endif - ${INSTALL} -o root -g wheel -m 644 ${MAN8} ${PREFIX}/man/man8 + ${BSD_INSTALL_PROGRAM} ${PROG} ${PREFIX}/bin -+ ${BSD_INSTALL_SCRIPT} ${PROG}.sh ${PREFIX}/etc/rc.d + ${BSD_INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 deinstall: --- ifdepd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: