svn commit: r306683 - head/net/ifstated

Pawel Pekala pawel at FreeBSD.org
Tue Oct 30 16:55:16 UTC 2012


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 at 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 at secureworks.net>
-#
+# Created by: Matthew George <mdg at secureworks.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ifstated
 PORTVERSION=	5.1
@@ -14,7 +10,7 @@ MASTER_SITES=	http://christianserving.or
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list