1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.94 final (portrevision 2)

PR:		ports/63827
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-03-16 12:56:54 +00:00
parent bfb76548a8
commit a72aacbd8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104157
3 changed files with 16 additions and 12 deletions

View File

@ -6,26 +6,20 @@
#
PORTNAME= zebra
PORTVERSION= ${ZEBRAVERSION}.${ZEBRADATE}
PORTREVISION?= 1
PORTVERSION= 0.94
PORTREVISION?= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp7.ua.freebsd.org/pub/local-distfiles/ \
http://uafug.org.ua/~never/zebra-devel/
MASTER_SITE_SUBDIR= osa
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/
MAINTAINER= never@nevermind.kiev.ua
COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
ZEBRAVERSION= 0.94
ZEBRADATE= 20030620
LATEST_LINK= ${PORTNAME}-devel
WRKSRC= ${WRKDIR}/${PORTNAME}-${ZEBRAVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_SUBMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
SCRIPTS_ENV= WRKDIRPREFIX=${WRKDIRPREFIX}
@ -76,6 +70,13 @@ CONFIGURE_ARGS+=--disable-ripngd
PLIST_SUB+= RIPNGD="@comment "
.endif
.if !defined(WITHOUT_VTYSH)
PLIST_SUB+= VTYSH=""
CONFIGURE_ARGS+=--enable-vtysh
.else
PLIST_SUB+= VTYSH="@comment "
.endif
.if !defined(BATCH)
pre-configure:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc

View File

@ -1 +1,2 @@
MD5 (zebra-0.94.20030620.tar.bz2) = 8ee3cc1326b42a6a8600ce8b9dd3f35d
MD5 (zebra-0.94.tar.gz) = ff1633f1ac026b720fa37b1856be3f48
SIZE (zebra-0.94.tar.gz) = 1319836

View File

@ -5,11 +5,13 @@
%%RIPNGD%%sbin/ripngd
sbin/zebra
sbin/zebractl
%%VTYSH%%bin/vtysh
%%BGPD%%etc/zebra/bgpd.conf.sample
%%BGPD%%etc/zebra/bgpd.conf.sample2
%%OSPF6D%%etc/zebra/ospf6d.conf.sample
%%OSPFD%%etc/zebra/ospfd.conf.sample
%%RIPD%%etc/zebra/ripd.conf.sample
%%RIPNGD%%etc/zebra/ripngd.conf.sample
%%VTYSH%%etc/zebra/vtysh.conf.sample
etc/zebra/zebra.conf.sample
@dirrm etc/zebra