Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 10:31:44 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20656: Update port: net/gated (fix ports/19988)
Message-ID:  <20000816173144.D8C2437C5FB@hub.freebsd.org>

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

>Number:         20656
>Category:       ports
>Synopsis:       Update port: net/gated (fix ports/19988)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 16 10:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- make -> MAKE
- Fix pkg/COMMENT
- Add WWW: line into pkg/DESCR

This PR supersedes ports/19988.

>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 <bsd.port.mk>
diff -urN /usr/ports/net/gated/pkg/COMMENT net/gated/pkg/COMMENT
--- /usr/ports/net/gated/pkg/COMMENT	Mon May 15 19:02:45 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?20000816173144.D8C2437C5FB>