mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.7.15
- Remove hidden dependency on doxygen PR: 200876 Submitted by: freebsd@simweb.ch (maintainer)
This commit is contained in:
parent
6df768099e
commit
8b8eaa7853
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389941
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lldpd
|
||||
PORTVERSION= 0.7.14
|
||||
PORTVERSION= 0.7.15
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/
|
||||
|
||||
@ -17,7 +17,8 @@ USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-privsep \
|
||||
CONFIGURE_ARGS= --disable-doxygen-doc \
|
||||
--enable-privsep \
|
||||
--with-privsep-chroot=/var/empty \
|
||||
--with-lldpd-ctl-socket=/var/run/lldpd.socket \
|
||||
--with-lldpd-pid-file=/var/run/lldpd.pid \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lldpd-0.7.14.tar.gz) = a8f03bd2a5626a3048e5f34490ed3d25112e77157ac811ce34422bc44ff1e72a
|
||||
SIZE (lldpd-0.7.14.tar.gz) = 1521161
|
||||
SHA256 (lldpd-0.7.15.tar.gz) = c891d6d4480a6a890561ac43d8cc923bd027deb82a3999d65f37d96ca368c246
|
||||
SIZE (lldpd-0.7.15.tar.gz) = 1529127
|
||||
|
@ -5,7 +5,7 @@ include/lldpctl.h
|
||||
lib/liblldpctl.a
|
||||
lib/liblldpctl.so
|
||||
lib/liblldpctl.so.4
|
||||
lib/liblldpctl.so.4.5.0
|
||||
lib/liblldpctl.so.4.6.0
|
||||
libdata/pkgconfig/lldpctl.pc
|
||||
man/man8/lldpcli.8.gz
|
||||
man/man8/lldpctl.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user