From the current maintainer:

This is a package built on top of libevent.  With the release of libevent2,
  there is no more need for libevnet.  We should just remove it and steer
  people to libevent2 which has many users.
This commit is contained in:
Mark Linimon 2011-03-24 05:27:27 +00:00
parent c68e72399c
commit e6ab848f92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271584

View file

@ -13,7 +13,7 @@ CATEGORIES= net
MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pusateri@bangj.com
MAINTAINER= ports@FreeBSD.org
COMMENT= Network Daemon Services for libevent
BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
@ -21,6 +21,9 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
cares.2:${PORTSDIR}/dns/c-ares
RUN_DEPENDS= ${BUILD_DEPENDS}
DEPRECATED= no longer necessary now that libevent2 has been released
EXPIRATION_DATE= 2011-06-24
USE_OPENSSL= yes
USE_GMAKE= yes