Bug 183146 - [PATCH] Update net/ladvd to 1.0.4
Summary: [PATCH] Update net/ladvd to 1.0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 07:30 UTC by Xin LI
Modified: 2013-12-01 20:15 UTC (History)
1 user (show)

See Also:


Attachments
ladvd.diff (759 bytes, patch)
2013-10-21 07:30 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2013-10-21 07:30:01 UTC
	Update the port to 1.0.4.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 07:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 07:30:08 UTC
Maintainer of net/ladvd,

Please note that PR ports/183146 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183146

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 sten 2013-10-27 22:53:05 UTC
On Mon, 21 Oct 2013, Edwin Groothuis wrote:

> Maintainer of net/ladvd,
>
> Please note that PR ports/183146 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183146

Looks good to me. Thanks.

-- 
Sten Spans

"There is a crack in everything, that's how the light gets in."
Leonard Cohen - Anthem
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-12-01 12:44:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-01 19:54:48 UTC
Author: antoine
Date: Sun Dec  1 19:54:40 2013
New Revision: 335436
URL: http://svnweb.freebsd.org/changeset/ports/335436

Log:
  - Update to 1.0.4
  - Stage support
  - Remote article from COMMENT
  - New LIB_DEPENDS syntax
  
  PR:		ports/183146
  Submitted by:	delphij
  Approved by:	maintainer

Modified:
  head/net/ladvd/Makefile
  head/net/ladvd/distinfo

Modified: head/net/ladvd/Makefile
==============================================================================
--- head/net/ladvd/Makefile	Sun Dec  1 19:50:25 2013	(r335435)
+++ head/net/ladvd/Makefile	Sun Dec  1 19:54:40 2013	(r335436)
@@ -2,18 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	ladvd
-PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTVERSION=	1.0.4
 CATEGORIES=	net
 MASTER_SITES=	GOOGLE_CODE \
 		http://blinkenlights.nl/software/ladvd/
 
 MAINTAINER=	sten@blinkenlights.nl
-COMMENT=	A minimal LLDP/CDP daemon
+COMMENT=	Minimal LLDP/CDP daemon
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 USERS=		ladvd
 GROUPS=		${USERS}
@@ -22,21 +21,22 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-chroot-dir=/var/empty
 
 PORTDOCS=	*
-MAN8=		ladvd.8 ladvdc.8
-USE_RC_SUBR+=	ladvd
+USE_RC_SUBR=	ladvd
 SUB_FILES=	pkg-message
 
-PLIST_FILES=	sbin/ladvd \
+PLIST_FILES=	man/man8/ladvd.8.gz \
+		man/man8/ladvdc.8.gz \
+		sbin/ladvd \
 		sbin/ladvdc
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-patch:
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
 	@@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
 		${WRKSRC}/doc/Makefile.in
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/net/ladvd/distinfo
==============================================================================
--- head/net/ladvd/distinfo	Sun Dec  1 19:50:25 2013	(r335435)
+++ head/net/ladvd/distinfo	Sun Dec  1 19:54:40 2013	(r335436)
@@ -1,2 +1,2 @@
-SHA256 (ladvd-1.0.2.tar.gz) = 567b2296d9057900d7f26d27f927f499d7074b22b78497588cd081754b11b6ce
-SIZE (ladvd-1.0.2.tar.gz) = 463405
+SHA256 (ladvd-1.0.4.tar.gz) = 90033d04004bd30e058faca96c0e632000d44b2ef0a65c70f9d972abda4a22ba
+SIZE (ladvd-1.0.4.tar.gz) = 463939
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Antoine Brodin freebsd_committer freebsd_triage 2013-12-01 20:14:56 UTC
State Changed
From-To: feedback->closed

Patch committed with a few changes (stage support), thanks!