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:
parent
c68e72399c
commit
e6ab848f92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271584
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue