Update to 0.9.2

PR:		ports/150785
Submitted by:	Sten Spans (maintainer)
This commit is contained in:
Max Brazhnikov 2010-09-25 18:19:10 +00:00
parent 709adb18e8
commit 468854c0ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261840
4 changed files with 10 additions and 19 deletions

View file

@ -6,16 +6,18 @@
#
PORTNAME= ladvd
PORTVERSION= 0.9.0
PORTREVISION= 2
PORTVERSION= 0.9.2
CATEGORIES= net
MASTER_SITES= http://blinkenlights.nl/software/ladvd/
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://blinkenlights.nl/software/ladvd/
MAINTAINER= sten@blinkenlights.nl
COMMENT= A minimal CDP/LLDP daemon
COMMENT= A minimal LLDP/CDP daemon
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
LICENSE= BSD
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-chroot-dir=/var/empty

View file

@ -1,3 +1,3 @@
MD5 (ladvd-0.9.0.tar.gz) = c1a4cec0dd8cbc312ad964656244a5c5
SHA256 (ladvd-0.9.0.tar.gz) = 069c46b0deae00dbacdf9ebe4e95e31a9390bc4bd099b60a36f48a687a2877f8
SIZE (ladvd-0.9.0.tar.gz) = 397506
MD5 (ladvd-0.9.2.tar.gz) = 54421aa74b2bc179dc08d42d8bb7307c
SHA256 (ladvd-0.9.2.tar.gz) = 1721649c64d2568ab724f7b80bfbca1c7972f5847a11f5d6d09612ee9908c68a
SIZE (ladvd-0.9.2.tar.gz) = 450906

View file

@ -1,11 +0,0 @@
--- src/netif.c.orig 2010-05-21 23:59:23.000000000 +0200
+++ src/netif.c 2010-05-21 23:59:36.000000000 +0200
@@ -264,7 +264,7 @@
#ifndef __FreeBSD__
ifr.ifr_data = (caddr_t)&netif->description;
#else
- ifr.ifr_buffer.buffer = &netif->description
+ ifr.ifr_buffer.buffer = &netif->description;
ifr.ifr_buffer.length = IFDESCRSIZE;
#endif
ioctl(sockfd, SIOCGIFDESCR, &ifr);

View file

@ -1,4 +1,4 @@
ladvd is a minimal link layer advertisement daemon which supports
LLDP, CDP, EDP, FDP and NDP advertisements.
WWW: http://www.blinkenlights.nl/software/ladvd/
WWW: http://code.google.com/p/ladvd/