diff options
author | David E. Cross <dec@FreeBSD.org> | 2000-05-15 00:43:37 +0000 |
---|---|---|
committer | David E. Cross <dec@FreeBSD.org> | 2000-05-15 00:43:37 +0000 |
commit | b1c285afc596df1445b201b68c87b04bd1068b35 (patch) | |
tree | b910306f7269d72dbcdb5f130adcdfd7efd7432f /net | |
parent | Use Linux version of `strip'. The FreeBSD `strip' overly brands right now. (diff) |
Submitted by: dec
Upgrade gated to the latest public version from http://www.gated.org
Version 3.6
Assume maintainer status
Diffstat (limited to 'net')
-rw-r--r-- | net/gated/Makefile | 18 | ||||
-rw-r--r-- | net/gated/distinfo | 2 | ||||
-rw-r--r-- | net/gated/pkg-comment | 2 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |