ports/152963: Update net-mgmt/openlldp to version 0.4alpha
Nikolay Denev
ndenev at gmail.com
Thu Dec 9 17:50:03 UTC 2010
>Number: 152963
>Category: ports
>Synopsis: Update net-mgmt/openlldp to version 0.4alpha
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 09 17:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Nikolay Denev
>Release: 8.1-STABLE
>Organization:
>Environment:
>Description:
There is a new version of OpenLLDPD which incorporates several fixes (some of them especially for FreeBSD).
It's released under BSD license and also introduces a new cli command lldpneighbors.
>How-To-Repeat:
>Fix:
Apply the patch.
Patch attached with submission follows:
diff -ur net-mgmt/openlldp.old/Makefile net-mgmt/openlldp/Makefile
--- net-mgmt/openlldp.old/Makefile 2010-12-09 18:28:49.325281231 +0100
+++ net-mgmt/openlldp/Makefile 2010-12-09 18:38:54.756937489 +0100
@@ -6,10 +6,10 @@
#
PORTNAME= openlldp
-DISTVERSION= 0.3alpha
+DISTVERSION= 0.4alpha
PORTREVISION= 1
CATEGORIES= net-mgmt
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.3alpha
+MASTER_SITES= SF/${PORTNAME}
MAINTAINER= roar.pettersen at it.uib.no
COMMENT= Link Layer Discovery Protocol daemon
@@ -17,7 +17,7 @@
GNU_CONFIGURE= yes
USE_RC_SUBR= lldpd
-PLIST_FILES= sbin/lldpd
+PLIST_FILES= sbin/lldpd bin/lldpneighbors
MAN8= lldpd.8
@@ -27,6 +27,7 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/lldpd ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpneighbors ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/lldpd.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>
diff -ur net-mgmt/openlldp.old/distinfo net-mgmt/openlldp/distinfo
--- net-mgmt/openlldp.old/distinfo 2010-12-09 18:28:49.316281204 +0100
+++ net-mgmt/openlldp/distinfo 2010-12-09 18:35:44.246674313 +0100
@@ -1,3 +1,3 @@
-MD5 (openlldp-0.3alpha.tar.gz) = 131abc8c2563d33c4537d1c6dcb5c121
-SHA256 (openlldp-0.3alpha.tar.gz) = 2ecc1967be52078c5357540763e2b3c5ff8554161fe8dcac8952b60a0cd016f1
-SIZE (openlldp-0.3alpha.tar.gz) = 103523
+MD5 (openlldp-0.4alpha.tar.gz) = f48ffd632b96246cbf0f5c485dea3b01
+SHA256 (openlldp-0.4alpha.tar.gz) = 266fd0e1a15f237cfb84ae2d225996836774ea3d4c1c2e2be3a2a6927a00f2b1
+SIZE (openlldp-0.4alpha.tar.gz) = 161815
Only in net-mgmt/openlldp.old/files: patch-bpf
Only in net-mgmt/openlldp.old/files: patch-lldp_main.c
Only in net-mgmt/openlldp.old/files: patch-lldp_port.h
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list