Fri Sep 13 07:29:10 2013 UTC ()
Bump Verson 0.7.5 to 0.7.6
lldpd (0.7.6)
  * Features:
    + Provide a way to build packages for OSX.
    + Add an option to update interface description with neighbor name.
  * Fixes:
    + Compilation fix for OSX 10.6.


(mef)
diff -r1.5 -r1.6 pkgsrc/net/lldpd/Makefile
diff -r1.1 -r1.2 pkgsrc/net/lldpd/PLIST
diff -r1.4 -r1.5 pkgsrc/net/lldpd/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/lldpd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/lldpd/Makefile 2013/07/12 10:44:59 1.5
+++ pkgsrc/net/lldpd/Makefile 2013/09/13 07:29:10 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2013/07/12 10:44:59 jperkin Exp $ 1# $NetBSD: Makefile,v 1.6 2013/09/13 07:29:10 mef Exp $
2 2
3DISTNAME= lldpd-0.7.5 3DISTNAME= lldpd-0.7.6
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= http://media.luffy.cx/files/lldpd/ 5MASTER_SITES= http://media.luffy.cx/files/lldpd/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://vincentbernat.github.com/lldpd/ 8HOMEPAGE= http://vincentbernat.github.com/lldpd/
10COMMENT= 802.1ab (LLDP) implementation 9COMMENT= 802.1ab (LLDP) implementation
11LICENSE= isc 10LICENSE= isc
12# `lldpcli` will be linked to GNU Readline (which is GPL licensed) 11# `lldpcli` will be linked to GNU Readline (which is GPL licensed)
13# if available. To avoid this, use `--without-readline` as a configure 12# if available. To avoid this, use `--without-readline` as a configure
14# option. 13# option.
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16

cvs diff -r1.1 -r1.2 pkgsrc/net/lldpd/PLIST (expand / switch to unified diff)

--- pkgsrc/net/lldpd/PLIST 2013/05/09 01:39:42 1.1
+++ pkgsrc/net/lldpd/PLIST 2013/09/13 07:29:10 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.1 2013/05/09 01:39:42 mef Exp $ 1@comment $NetBSD: PLIST,v 1.2 2013/09/13 07:29:10 mef Exp $
2include/lldp-const.h 2include/lldp-const.h
3include/lldpctl.h 3include/lldpctl.h
4lib/liblldpctl.la 4lib/liblldpctl.la
5lib/pkgconfig/lldpctl.pc 5lib/pkgconfig/lldpctl.pc
6man/man8/lldpcli.8 6man/man8/lldpcli.8
7man/man8/lldpctl.8 7man/man8/lldpctl.8
8man/man8/lldpd.8 8man/man8/lldpd.8
9sbin/lldpcli 9sbin/lldpcli
10sbin/lldpctl 10sbin/lldpctl
11sbin/lldpd 11sbin/lldpd
 12share/doc/lldpd/CONTRIBUTE.md
12share/doc/lldpd/ChangeLog 13share/doc/lldpd/ChangeLog
13share/doc/lldpd/NEWS 14share/doc/lldpd/NEWS
14share/doc/lldpd/README.md 15share/doc/lldpd/README.md
15share/examples/rc.d/lldpd 16share/examples/rc.d/lldpd

cvs diff -r1.4 -r1.5 pkgsrc/net/lldpd/distinfo (expand / switch to unified diff)

--- pkgsrc/net/lldpd/distinfo 2013/07/02 16:35:13 1.4
+++ pkgsrc/net/lldpd/distinfo 2013/09/13 07:29:10 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/07/02 16:35:13 mef Exp $ 1$NetBSD: distinfo,v 1.5 2013/09/13 07:29:10 mef Exp $
2 2
3SHA1 (lldpd-0.7.5.tar.gz) = a186228fbc41d474aefa6253aeb3e46d0cc73ce7 3SHA1 (lldpd-0.7.6.tar.gz) = be3d3937b22d14259553f637694f744ed3b8ba79
4RMD160 (lldpd-0.7.5.tar.gz) = b3d561143b5c8773de04a0b1509faa200c5595d9 4RMD160 (lldpd-0.7.6.tar.gz) = 659f2a788a6f62b8df559ab3736a43619fe447ea
5Size (lldpd-0.7.5.tar.gz) = 1445473 bytes 5Size (lldpd-0.7.6.tar.gz) = 1459094 bytes