Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2000 10:05:29 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23277: Update port: net/gated (fix ports/22453)
Message-ID:  <200012041805.eB4I5TI58026@freefall.freebsd.org>
Resent-Message-ID: <200012041810.eB4IA2V59453@freefall.freebsd.org>

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

>Number:         23277
>Category:       ports
>Synopsis:       Update port: net/gated (fix ports/22453)
>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:   Mon Dec 04 10:10:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- make -> MAKE
- Remove trailing period from pkg-comment
- Add WWW: line into pkg-descr

This PR supersedes ports/22453.

No response from maintainer.

>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	Thu Oct 26 05:31:38 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 <bsd.port.mk>
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




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