Date: Thu, 4 Aug 2016 12:53:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419608 - head/net/fpc-pcap Message-ID: <201608041253.u74CrYgF025317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 12:53:33 2016 New Revision: 419608 URL: https://svnweb.freebsd.org/changeset/ports/419608 Log: net/fpc-pcap: Remove redundant pcap option The default LIBPCAP option didn't do anything. It set a LIB_DEPENDS that is always satisfied by the base libpcap so no dependencies were registered. While here, set PORTREVISION. The slave ports of fpc should have have PORTREVISION?= line, even if the value is zero. This one didn't, so we have to bump to 2 because the master port already had set it to 1. Modified: head/net/fpc-pcap/Makefile Modified: head/net/fpc-pcap/Makefile ============================================================================== --- head/net/fpc-pcap/Makefile Thu Aug 4 12:04:32 2016 (r419607) +++ head/net/fpc-pcap/Makefile Thu Aug 4 12:53:33 2016 (r419608) @@ -1,6 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= net lang PKGNAMESUFFIX= -pcap @@ -13,10 +14,4 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= LIBPCAP -LIBPCAP_DESC= Install ubiquitous network traffic capture library -OPTIONS_DEFAULT= LIBPCAP - -LIBPCAP_LIB_DEPENDS= libpcap.so:net/libpcap - .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041253.u74CrYgF025317>