diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-09-17 21:35:12 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-09-17 21:35:12 +0000 |
commit | fc229c03a786025f2980ccb5783dd39b4bf26378 (patch) | |
tree | 5270fafd8a39c9873921cf435559dab2a4472273 /net/ladvd/Makefile | |
parent | 7b625c7f1c451e9d42a1c2e6a4a423bb9868692c (diff) |
- Update to 0.8.5
- Adjust COMMENT
- Add UID and GID entries for net/ladvd
PR: ports/138734
Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241623
Diffstat (limited to 'net/ladvd/Makefile')
-rw-r--r-- | net/ladvd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index 8371b2c5b9d8..daff303087e9 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ladvd -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.8.5 CATEGORIES= net MASTER_SITES= http://blinkenlights.nl/software/ladvd/ MAINTAINER= sten@blinkenlights.nl -COMMENT= A minimal CDP/LLDP sender +COMMENT= A minimal CDP/LLDP daemon LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent |