Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 16:55:15 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306683 - head/net/ifstated
Message-ID:  <201210301655.q9UGtFP9033654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Oct 30 16:55:15 2012
New Revision: 306683
URL: http://svn.freebsd.org/changeset/ports/306683

Log:
  Make sure to check for libevent 1.x
  
  PR:		ports/170835
  Submitted by:	Mykhaylo Yehorov <yehorov@gmail.com>
  Approved by:	maintainer
  Feature safe:	yes

Modified:
  head/net/ifstated/Makefile

Modified: head/net/ifstated/Makefile
==============================================================================
--- head/net/ifstated/Makefile	Tue Oct 30 16:23:43 2012	(r306682)
+++ head/net/ifstated/Makefile	Tue Oct 30 16:55:15 2012	(r306683)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ifstated
-# Date created:         18 November 2004
-# Whom:                 Matthew George <mdg@secureworks.net>
-#
+# Created by: Matthew George <mdg@secureworks.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ifstated
 PORTVERSION=	5.1
@@ -14,7 +10,7 @@ MASTER_SITES=	http://christianserving.or
 MAINTAINER=	ports@christianserving.org
 COMMENT=	Interface state daemon
 
-LIB_DEPENDS=	event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	event-1:${PORTSDIR}/devel/libevent
 
 MAN5=		ifstated.conf.5
 MAN8=		ifstated.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301655.q9UGtFP9033654>