From owner-svn-ports-all@FreeBSD.ORG Fri Mar 14 06:05:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7763FA72; Fri, 14 Mar 2014 06:05:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63FB83E8; Fri, 14 Mar 2014 06:05:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E65Np8012566; Fri, 14 Mar 2014 06:05:23 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2E65N1O012565; Fri, 14 Mar 2014 06:05:23 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201403140605.s2E65N1O012565@svn.freebsd.org> From: Frederic Culot Date: Fri, 14 Mar 2014 06:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348150 - head/security/labrea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 06:05:23 -0000 Author: culot Date: Fri Mar 14 06:05:22 2014 New Revision: 348150 URL: http://svnweb.freebsd.org/changeset/ports/348150 QAT: https://qat.redports.org/buildarchive/r348150/ Log: - Deprecate (upstream ceased development in 2003) Submitted by: Nick Rogness (maintainer, via email) Modified: head/security/labrea/Makefile Modified: head/security/labrea/Makefile ============================================================================== --- head/security/labrea/Makefile Fri Mar 14 04:50:40 2014 (r348149) +++ head/security/labrea/Makefile Fri Mar 14 06:05:22 2014 (r348150) @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= nick@rogness.net COMMENT= Security tarpit defense tool +DEPRECATED= Unmaintained since 2003 +EXPIRATION_DATE= 2014-04-14 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config