mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
update to zebra 980604 snapshot.
add ripngd and ripngd.conf.sample to pkg/PLIST since I'm on IPv6 host:-)
This commit is contained in:
parent
e215e79f1b
commit
b0e6b1511d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11248
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: zebra
|
||||
# Version required: SNAP 980401
|
||||
# Version required: SNAP 980604
|
||||
# Date created: So 31 Mai 1998 11:00:30 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $
|
||||
# $Id: Makefile,v 1.4 1998/06/03 06:32:57 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-980401
|
||||
DISTNAME= zebra-980604
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
@ -15,6 +15,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-980401.tar.gz) = 25db5d58d287f3115d672507e037f418
|
||||
MD5 (zebra-980604.tar.gz) = 2afd82a0de199ecde411d0f25f5b35f8
|
||||
|
@ -1,8 +1,10 @@
|
||||
sbin/bgpd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
sbin/zebra
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
etc/zebra/zebra.conf.sample
|
||||
info/zebra.info
|
||||
@unexec rmdir %D/etc/zebra 2>/dev/null
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: zebra
|
||||
# Version required: SNAP 980401
|
||||
# Version required: SNAP 980604
|
||||
# Date created: So 31 Mai 1998 11:00:30 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $
|
||||
# $Id: Makefile,v 1.4 1998/06/03 06:32:57 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-980401
|
||||
DISTNAME= zebra-980604
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
@ -15,6 +15,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-980401.tar.gz) = 25db5d58d287f3115d672507e037f418
|
||||
MD5 (zebra-980604.tar.gz) = 2afd82a0de199ecde411d0f25f5b35f8
|
||||
|
@ -1,8 +1,10 @@
|
||||
sbin/bgpd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
sbin/zebra
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
etc/zebra/zebra.conf.sample
|
||||
info/zebra.info
|
||||
@unexec rmdir %D/etc/zebra 2>/dev/null
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: zebra
|
||||
# Version required: SNAP 980401
|
||||
# Version required: SNAP 980604
|
||||
# Date created: So 31 Mai 1998 11:00:30 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $
|
||||
# $Id: Makefile,v 1.4 1998/06/03 06:32:57 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-980401
|
||||
DISTNAME= zebra-980604
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
@ -15,6 +15,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-980401.tar.gz) = 25db5d58d287f3115d672507e037f418
|
||||
MD5 (zebra-980604.tar.gz) = 2afd82a0de199ecde411d0f25f5b35f8
|
||||
|
@ -1,8 +1,10 @@
|
||||
sbin/bgpd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
sbin/zebra
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
etc/zebra/zebra.conf.sample
|
||||
info/zebra.info
|
||||
@unexec rmdir %D/etc/zebra 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user