diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 12:05:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 12:05:12 +0000 |
commit | 094f8f78dc5328db056f697530ef8b1751126215 (patch) | |
tree | c799a782bd559a3500e90c3fd2d2ba564ff3054e /net | |
parent | 99c92c4c0ad0a7d9274bf04d2ec00194f14efd14 (diff) |
- Deprecate, set for three months expiration. This software haven't seen
a new version in three years, and does not work with recent openh323.
PR: ports/95472
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=159196
Diffstat (limited to 'net')
-rw-r--r-- | net/opengk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/opengk/Makefile b/net/opengk/Makefile index e646b2793e96..b136afb76612 100644 --- a/net/opengk/Makefile +++ b/net/opengk/Makefile @@ -20,6 +20,8 @@ COMMENT= Equivalence's H323 GateKeeper for OpenH323 OhPhone and NetMeeting BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build BROKEN= Incomplete dependency list +DEPRECATED= Latest version is from 2003-02-03. Use net/gatekeeper instead +EXPIRATION_DATE= 2006-07-01 WRKSRC= ${WRKDIR}/${PORTNAME} |