Date: Tue, 21 Sep 2010 15:38:13 +0200 (CEST) From: Sten Spans <sten@blinkenlights.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/150785: net/ladvd: update to 0.9.2 Message-ID: <20100921133813.EA3401141E@mx1.blinkenlights.nl> Resent-Message-ID: <201009211340.o8LDe520099093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150785 >Category: ports >Synopsis: net/ladvd: update to 0.9.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 21 13:40:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sten Spans >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD towel.blinkenlights.nl 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The following patch updates the port to 0.9.2 >How-To-Repeat: >Fix: diff -Nru ladvd.orig/Makefile ladvd/Makefile --- ladvd.orig/Makefile 2010-07-25 17:39:17.000000000 +0200 +++ ladvd/Makefile 2010-09-21 15:32:19.000000000 +0200 @@ -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 diff -Nru ladvd.orig/distinfo ladvd/distinfo --- ladvd.orig/distinfo 2010-05-21 11:01:22.000000000 +0200 +++ ladvd/distinfo 2010-09-21 15:12:07.000000000 +0200 @@ -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 diff -Nru ladvd.orig/files/patch-ifdescr-semicolon ladvd/files/patch-ifdescr-semicolon --- ladvd.orig/files/patch-ifdescr-semicolon 2010-05-22 10:51:00.000000000 +0200 +++ ladvd/files/patch-ifdescr-semicolon 1970-01-01 01:00:00.000000000 +0100 @@ -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); diff -Nru ladvd.orig/pkg-descr ladvd/pkg-descr --- ladvd.orig/pkg-descr 2009-06-23 22:09:31.000000000 +0200 +++ ladvd/pkg-descr 2010-09-21 15:34:04.000000000 +0200 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100921133813.EA3401141E>