aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-03-24 05:27:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-03-24 05:27:27 +0000
commite6ab848f92f4d811403e1674642d26575bb5de46 (patch)
treef5111c2e59d7c934bb397d3977e794b1847af531 /net
parentc68e72399cbb58a5677401a936942d2e737f76bb (diff)
downloadports-e6ab848f92f4d811403e1674642d26575bb5de46.tar.gz
ports-e6ab848f92f4d811403e1674642d26575bb5de46.zip
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.
Notes
Notes: svn path=/head/; revision=271584
Diffstat (limited to 'net')
-rw-r--r--net/libevnet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libevnet/Makefile b/net/libevnet/Makefile
index 78489aad88df..128df4e1d1bb 100644
--- a/net/libevnet/Makefile
+++ b/net/libevnet/Makefile
@@ -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