From 61ef599a19efa1ba9937de390be932f1bfb5c272 Mon Sep 17 00:00:00 2001 From: dec Date: Mon, 15 May 2000 00:43:37 +0000 Subject: Submitted by: dec Upgrade gated to the latest public version from http://www.gated.org Version 3.6 Assume maintainer status --- net/gated/Makefile | 18 +++++++++++------- net/gated/distinfo | 2 +- net/gated/pkg-comment | 2 +- net/gated/pkg-plist | 6 +++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/net/gated/Makefile b/net/gated/Makefile index 45cbffc0a4b5..69b9bc8277a2 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -6,16 +6,20 @@ # PORTNAME= gated -PORTVERSION= 3.5.11 +PORTVERSION= 3.6.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ -DISTNAME= gated-3-5-11 +MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/ +DISTNAME= gated-pub +WRKSRC= ${WRKDIR}/gated-public-3_6 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dec@FreeBSD.org -FORBIDDEN= "Security hole (buffer overflow possibly yielding root)" +GNU_CONFIGURE= yes -ALL_TARGET= gated -MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 +post-configure: + cd ${WRKSRC} && make depend + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gdc/gdc ${WRKSRC}/src/ospf_monitor/ospf_monitor ${WRKSRC}/src/ripquery/ripquery ${PREFIX}/sbin .include diff --git a/net/gated/distinfo b/net/gated/distinfo index b7cd4b226b79..d45b783fd49b 100644 --- a/net/gated/distinfo +++ b/net/gated/distinfo @@ -1 +1 @@ -MD5 (gated-3-5-11.tar.gz) = 6b192df3bdbda6d4f2222c93ac725e75 +MD5 (gated-pub.tar.gz) = 7435b61dfc7a3c15577459ad5ca4f9f5 diff --git a/net/gated/pkg-comment b/net/gated/pkg-comment index 51b6f53532eb..b27c23a55d89 100644 --- a/net/gated/pkg-comment +++ b/net/gated/pkg-comment @@ -1 +1 @@ -Routing protocol daemon +Routing protocol daemon. diff --git a/net/gated/pkg-plist b/net/gated/pkg-plist index 03090e331fef..4bf1102733c9 100644 --- a/net/gated/pkg-plist +++ b/net/gated/pkg-plist @@ -1,4 +1,4 @@ sbin/gated -bin/ripquery -bin/ospf_monitor -bin/gdc +sbin/gdc +sbin/ospf_monitor +sbin/ripquery -- cgit