Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 23:13:00 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368071 - head/security/vida
Message-ID:  <201409122313.s8CND0S4021369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409122313.s8CND0S4021369>