Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 08:33:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465337 - head/net/ipdecap
Message-ID:  <201803230833.w2N8XKxW059815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Mar 23 08:33:20 2018
New Revision: 465337
URL: https://svnweb.freebsd.org/changeset/ports/465337

Log:
  - Switch to new test framework
  - Pet portlint
  
  Approved by:	portmgr blanket

Modified:
  head/net/ipdecap/Makefile

Modified: head/net/ipdecap/Makefile
==============================================================================
--- head/net/ipdecap/Makefile	Fri Mar 23 08:28:24 2018	(r465336)
+++ head/net/ipdecap/Makefile	Fri Mar 23 08:33:20 2018	(r465337)
@@ -2,8 +2,8 @@
 
 PORTNAME=	ipdecap
 PORTVERSION=	0.7.1
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	loic-freebsd@loicp.eu
@@ -13,20 +13,18 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/pcap/vlan.h:net/libpcap
-LIB_DEPENDS=	libpcap.so.1:net/libpcap	# require ports libpcap	
+LIB_DEPENDS=	libpcap.so.1:net/libpcap	# require ports libpcap
 
-PLIST_FILES=	bin/ipdecap\
-		man/man1/ipdecap.1.gz
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	lpefferkorn
 
-GNU_CONFIGURE=	yes
 USES=		autoreconf gmake ssl
+GNU_CONFIGURE=	yes
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
+TEST_TARGET=	check
 
-regression-test: extract
-	cd ${WRKSRC}/unit_tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
+PLIST_FILES=	bin/ipdecap\
+		man/man1/ipdecap.1.gz
 
 .include <bsd.port.mk>



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