svn commit: r368071 - head/security/vida

Adam Weinberger adamw at FreeBSD.org
Fri Sep 12 23:13:00 UTC 2014


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 at 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} \


More information about the svn-ports-head mailing list