From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 23:13:00 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 B6BDCBC5; Fri, 12 Sep 2014 23:13:00 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A34E294E; Fri, 12 Sep 2014 23:13:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CND0R9021370; Fri, 12 Sep 2014 23:13:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CND0S4021369; Fri, 12 Sep 2014 23:13:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409122313.s8CND0S4021369@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 12 Sep 2014 23:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368071 - head/security/vida 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.18-1 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, 12 Sep 2014 23:13:00 -0000 Author: adamw Date: Fri Sep 12 23:13:00 2014 New Revision: 368071 URL: http://svnweb.freebsd.org/changeset/ports/368071 QAT: https://qat.redports.org/buildarchive/r368071/ Log: Re-deprecate and add back the expiration date. This port would require patching to build against libnet11. Spotted by: marino Modified: head/security/vida/Makefile Modified: head/security/vida/Makefile ============================================================================== --- head/security/vida/Makefile Fri Sep 12 22:43:50 2014 (r368070) +++ head/security/vida/Makefile Fri Sep 12 23:13:00 2014 (r368071) @@ -10,8 +10,8 @@ MASTER_SITES= http://vidatapipe.sourcefo MAINTAINER= mich@FreeBSD.org COMMENT= Vida is a multi-datapipe handler -BUILD_DEPENDS= libnet10-config:${PORTSDIR}/net/libnet10 -RUN_DEPENDS= libnet10-config:${PORTSDIR}/net/libnet10 +BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 +RUN_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LDFLAGS+= ${PTHREAD_LIBS} -lncurses -lpcap `${LIBNET_CONFIG} --libs` @@ -22,6 +22,9 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet1 PLIST_FILES= bin/vida \ man/man1/vida.1.gz +DEPRECATED= Depends on expired net/libnet10 +EXPIRATION_DATE=2014-09-30 + do-build: (cd ${WRKSRC} && \ ${CC} `${LIBNET_CONFIG} --defines --cflags` ${CFLAGS} \