From owner-freebsd-ports Tue Oct 31 11:40:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1D8837B657 for ; Tue, 31 Oct 2000 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA55979; Tue, 31 Oct 2000 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5249337B479; Tue, 31 Oct 2000 11:32:55 -0800 (PST) Message-Id: <20001031193255.5249337B479@hub.freebsd.org> Date: Tue, 31 Oct 2000 11:32:55 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22453: Update port: net/gated (fix ports/20656) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22453 >Category: ports >Synopsis: Update port: net/gated (fix ports/20656) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 11:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - make -> MAKE - Remove trailing period from pkg-comment - Add WWW: line into pkg-descr This PR supersedes ports/20656(left alone for about 2 months). >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gated/Makefile net/gated/Makefile --- /usr/ports/net/gated/Makefile Mon May 15 19:02:44 2000 +++ net/gated/Makefile Wed Aug 16 21:00:56 2000 @@ -8,18 +8,21 @@ PORTNAME= gated PORTVERSION= 3.6.0 CATEGORIES= net -MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/ -DISTNAME= gated-pub -WRKSRC= ${WRKDIR}/gated-public-3_6 +MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/ +DISTNAME= ${PORTNAME}-pub MAINTAINER= dec@FreeBSD.org -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6 + +GNU_CONFIGURE= yes post-configure: - cd ${WRKSRC} && make depend + cd ${WRKSRC} && ${MAKE} depend -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gdc/gdc ${WRKSRC}/src/ospf_monitor/ospf_monitor ${WRKSRC}/src/ripquery/ripquery ${PREFIX}/sbin +do-install: +.for file in gated/gated gdc/gdc ospf_monitor/ospf_monitor ripquery/ripquery + ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/sbin +.endfor .include diff -urN /usr/ports/net/gated/pkg-comment net/gated/pkg-comment --- /usr/ports/net/gated/pkg-comment Mon May 15 09:43:37 2000 +++ net/gated/pkg-comment Tue Jul 18 03:50:13 2000 @@ -1 +1 @@ -Routing protocol daemon. +Routing protocol daemon diff -urN /usr/ports/net/gated/pkg-descr net/gated/pkg-descr --- /usr/ports/net/gated/pkg-descr Sat Jun 24 09:14:40 1995 +++ net/gated/pkg-descr Wed Aug 16 05:03:37 2000 @@ -2,3 +2,5 @@ This program implements various routing protocols such as OSPF, RIP, EGP, HELLO, BGP, ISIS, et al. + +WWW: http://www.gated.org/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message