svn commit: r465337 - head/net/ipdecap
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Mar 23 08:33:21 UTC 2018
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 at 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>
More information about the svn-ports-all
mailing list