diff options
author | dec <dec@FreeBSD.org> | 2000-05-15 08:43:37 +0800 |
---|---|---|
committer | dec <dec@FreeBSD.org> | 2000-05-15 08:43:37 +0800 |
commit | 61ef599a19efa1ba9937de390be932f1bfb5c272 (patch) | |
tree | 22b4417e83e72d4f69d60ac934ca8de9fe61a878 /net/gated | |
parent | ddb13e1706ceea84da5ae95644a488d279392a17 (diff) | |
download | freebsd-ports-gnome-61ef599a19efa1ba9937de390be932f1bfb5c272.tar.gz freebsd-ports-gnome-61ef599a19efa1ba9937de390be932f1bfb5c272.tar.zst freebsd-ports-gnome-61ef599a19efa1ba9937de390be932f1bfb5c272.zip |
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/gated')
-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 |