Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 15:38:39 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361791 - in head: net-mgmt/ettercap net-mgmt/isic net-mgmt/packit net-mgmt/pixilate net/arp-sk net/arping net/arprelease net/fonulator net/gspoof net/libfb net/libnet net/libnids net/n...
Message-ID:  <201407141538.s6EFcdnr032980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Jul 14 15:38:39 2014
New Revision: 361791
URL: http://svnweb.freebsd.org/changeset/ports/361791
QAT: https://qat.redports.org/buildarchive/r361791/

Log:
  - Convert net/libnet to USES=libtool and bump dependent ports
  - Add INSTALL_TARGET=install-strip
  
  Approved by:	portmgr (implicit, bump unstaged port)

Modified:
  head/net-mgmt/ettercap/Makefile
  head/net-mgmt/isic/Makefile
  head/net-mgmt/packit/Makefile
  head/net-mgmt/pixilate/Makefile
  head/net/arp-sk/Makefile
  head/net/arping/Makefile
  head/net/arprelease/Makefile
  head/net/fonulator/Makefile
  head/net/gspoof/Makefile
  head/net/libfb/Makefile
  head/net/libnet/Makefile
  head/net/libnet/pkg-plist
  head/net/libnids/Makefile
  head/net/nast/Makefile
  head/net/netwib/Makefile
  head/net/olsrd/Makefile
  head/net/py-libnet/Makefile
  head/net/pynids/Makefile
  head/net/rtpbreak/Makefile
  head/net/tcptraceroute-devel/Makefile
  head/net/vortex/Makefile
  head/security/fiked/Makefile
  head/security/firewalk/Makefile
  head/security/ipguard/Makefile
  head/security/openvas-plugins/Makefile
  head/security/sasp/Makefile
  head/security/snort/Makefile
  head/security/suricata/Makefile
  head/security/unicornscan/Makefile
  head/security/yersinia/Makefile
  head/sysutils/heartbeat/Makefile
  head/sysutils/syslog-ng/Makefile
  head/sysutils/syslog-ng2/Makefile
  head/sysutils/syslog-ng33/Makefile
  head/sysutils/syslog-ng34/Makefile

Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net-mgmt/ettercap/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ettercap
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt security
 

Modified: head/net-mgmt/isic/Makefile
==============================================================================
--- head/net-mgmt/isic/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net-mgmt/isic/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	isic
 PORTVERSION=	0.07
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
 

Modified: head/net-mgmt/packit/Makefile
==============================================================================
--- head/net-mgmt/packit/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net-mgmt/packit/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	packit
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://packit.sourceforge.net/downloads/
 EXTRACT_SUFX=	.tgz
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network auditing tool
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	`${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags`

Modified: head/net-mgmt/pixilate/Makefile
==============================================================================
--- head/net-mgmt/pixilate/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net-mgmt/pixilate/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixilate
 PORTVERSION=	0.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/winfingerprint/${PORTNAME}/${PORTVERSION}
 

Modified: head/net/arp-sk/Makefile
==============================================================================
--- head/net/arp-sk/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/arp-sk/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	arp-sk
 PORTVERSION=	0.0.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	http://sid.rstack.org/arp-sk/files/
 EXTRACT_SUFX=	.tgz
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool designed to manipulate ARP tables of all kinds of equipment
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 GNU_CONFIGURE=	yes
 

Modified: head/net/arping/Makefile
==============================================================================
--- head/net/arping/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/arping/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	arping
 PORTVERSION=	2.14
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.habets.pp.se/synscan/files/
 
@@ -11,7 +12,7 @@ COMMENT=	ARP level "ping" utility
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include \

Modified: head/net/arprelease/Makefile
==============================================================================
--- head/net/arprelease/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/arprelease/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,14 +3,14 @@
 
 PORTNAME=	arprelease
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Libnet tool to flush arp cache entries from devices (eg. routers)
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/net/fonulator/Makefile
==============================================================================
--- head/net/fonulator/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/fonulator/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,21 +3,22 @@
 
 PORTNAME=	fonulator
 PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net net-mgmt
 MASTER_SITES=	http://support.red-fone.com/fonulator/
 
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	FoneBRIDGE configuration utility
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/libargtable2.a:${PORTSDIR}/devel/argtable\
+		${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
+
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${LIBNET_CPPFLAGS}
 LDFLAGS+=	${LIBNET_LIBS:N-l*}
 CONFIGURE_ARGS=	--disable-shared
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet\
-		${LOCALBASE}/lib/libargtable2.a:${PORTSDIR}/devel/argtable\
-		${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb
 LIBNET_CONFIG=	${LOCALBASE}/bin/libnet11-config
 
 PLIST_FILES=	bin/fonulator \

Modified: head/net/gspoof/Makefile
==============================================================================
--- head/net/gspoof/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/gspoof/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gspoof
 PORTVERSION=	3.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Gspoof-3/${PORTVERSION}
 

Modified: head/net/libfb/Makefile
==============================================================================
--- head/net/libfb/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/libfb/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,14 +3,14 @@
 
 PORTNAME=	libfb
 PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net net-mgmt
 MASTER_SITES=	http://support.red-fone.com/downloads/fonulator/
 
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	FoneBRIDGE configuration library
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-shared

Modified: head/net/libnet/Makefile
==============================================================================
--- head/net/libnet/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/libnet/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libnet
 PORTVERSION=	1.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/libnet-dev
@@ -12,14 +12,12 @@ MASTER_SITE_SUBDIR=	distfiles
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C library for creating IP packets
 
-LATEST_LINK=	${PORTNAME}${SHORT_VER}
-
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-CFLAGS+=	-fPIC
 USE_CSTD=	gnu89
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-link-layer=${LIBNET_LINK}
+INSTALL_TARGET=	install-strip
 
 SHORT_VER=	11
 SHORT_NAME=	${PORTNAME}${SHORT_VER}
@@ -60,8 +58,7 @@ post-patch:
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/libnet-config ${STAGEDIR}${PREFIX}/bin/${SHORT_NAME}-config
 	@cd ${STAGEDIR}${PREFIX}/lib && \
-		${LN} -sf ${SHORT_NAME}/libnet.so libnet-${PORTVERSION}.so.8 && \
-		${LN} -sf libnet-${PORTVERSION}.so.8 libnet-${PORTVERSION}.so
+		${LN} -sf ${SHORT_NAME}/libnet-${PORTVERSION}.so.1
 .if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/

Modified: head/net/libnet/pkg-plist
==============================================================================
--- head/net/libnet/pkg-plist	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/libnet/pkg-plist	Mon Jul 14 15:38:39 2014	(r361791)
@@ -7,11 +7,10 @@ include/%%SNAME%%/libnet/libnet-macros.h
 include/%%SNAME%%/libnet/libnet-structures.h
 include/%%SNAME%%/libnet/libnet-types.h
 lib/%%SNAME%%/libnet.a
-lib/%%SNAME%%/libnet.la
 lib/%%SNAME%%/libnet.so
-lib/%%SNAME%%/libnet.so.8
-lib/libnet-%%VERSION%%.so
-lib/libnet-%%VERSION%%.so.8
+lib/%%SNAME%%/libnet.so.1
+lib/%%SNAME%%/libnet.so.1.7.0
+lib/libnet-%%VERSION%%.so.1
 man/man3/libnet-functions.h.3.gz
 man/man3/libnet-macros.h.3.gz
 man/man3/libnet.h.3.gz

Modified: head/net/libnids/Makefile
==============================================================================
--- head/net/libnids/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/libnids/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,14 +3,14 @@
 
 PORTNAME=	libnids
 PORTVERSION=	1.24
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net security
 MASTER_SITES=	SF
 
 MAINTAINER=	wxs@FreeBSD.org
 COMMENT?=	Network monitoring library with TCP/IP reassembly
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 LICENSE=	GPLv2
 

Modified: head/net/nast/Makefile
==============================================================================
--- head/net/nast/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/nast/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nast
 PORTVERSION=	0.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	BERLIOS
 
@@ -13,7 +13,7 @@ COMMENT=	Packet sniffer
 LICENSE=	GPLv2 # (or later)
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 USES=		gmake
 GNU_CONFIGURE=	yes

Modified: head/net/netwib/Makefile
==============================================================================
--- head/net/netwib/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/netwib/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netwib
 PORTVERSION=	5.38.0
+PORTREVISION=	1
 CATEGORIES=	net devel ipv6
 MASTER_SITES=	http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \
 		http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \
@@ -12,8 +13,7 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}-sr
 MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Netwib network programming library
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
 SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/}

Modified: head/net/olsrd/Makefile
==============================================================================
--- head/net/olsrd/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/olsrd/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	olsrd
 DISTVERSION=	0.6.6.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.olsr.org/releases/0.6/ \
 		http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
@@ -13,7 +14,7 @@ COMMENT=	OLSR routing daemon
 BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 
 .if defined(WITH_MULTI_IF)
-BUILD_DEPENDS+=	libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
+LIB_DEPENDS+=	libnet.so:${PORTSDIR}/net/libnet
 .endif
 
 USES=		bison gmake tar:bzip2

Modified: head/net/py-libnet/Makefile
==============================================================================
--- head/net/py-libnet/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/py-libnet/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libnet
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/net/pynids/Makefile
==============================================================================
--- head/net/pynids/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/pynids/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pynids
 PORTVERSION=	0.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	http://jon.oberheide.org/pynids/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net/rtpbreak/Makefile
==============================================================================
--- head/net/rtpbreak/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/rtpbreak/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rtpbreak
 PORTVERSION=	1.3a
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://dallachiesa.com/code/rtpbreak/
 EXTRACT_SUFX=	.tgz
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	prudhvi-krishna-bsd@surapaneni.in
 COMMENT=	Detects, reconstructs, and analyzes any RTP session
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 CFLAGS+=	-I${LOCALBASE}/include/libnet11
 LIBS+=		-L${LOCALBASE}/lib/libnet11 -lpcap -lnet

Modified: head/net/tcptraceroute-devel/Makefile
==============================================================================
--- head/net/tcptraceroute-devel/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/tcptraceroute-devel/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tcptraceroute
 DISTVERSION=	1.5beta7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://michael.toren.net/code/tcptraceroute/ \
 		http://pflog.net/tcptraceroute/
@@ -11,7 +12,7 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	josh.carroll@gmail.com
 COMMENT=	Traceroute implementation using TCP packets
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 CONFLICTS=	tcptraceroute-1.4*
 

Modified: head/net/vortex/Makefile
==============================================================================
--- head/net/vortex/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/net/vortex/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vortex
 DISTVERSION=	2.9.0-59
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	SF/${PORTNAME}-ids/${PORTNAME}/2.9.0/
 EXTRACT_SUFX=	.tgz
@@ -12,7 +13,7 @@ COMMENT=	Network surveillance engine
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids-libnet11 \
-		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 LIBNET_CONFIG=	${LOCALBASE}/bin/libnet11-config
 

Modified: head/security/fiked/Makefile
==============================================================================
--- head/security/fiked/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/fiked/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fiked
 PORTVERSION=	0.0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	http://mirror.roe.ch/dist/fiked/
 

Modified: head/security/firewalk/Makefile
==============================================================================
--- head/security/firewalk/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/firewalk/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firewalk
 PORTVERSION=	5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	http://www.packetfactory.net/firewalk/dist/
 EXTRACT_SUFX=	.tgz

Modified: head/security/ipguard/Makefile
==============================================================================
--- head/security/ipguard/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/ipguard/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ipguard
 PORTVERSION=	1.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net
 MASTER_SITES=	http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/
 

Modified: head/security/openvas-plugins/Makefile
==============================================================================
--- head/security/openvas-plugins/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/openvas-plugins/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,16 +3,16 @@
 
 PORTNAME=	openvas-plugins
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/588/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Plugins for OpenVAS
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \
-		openvasd:${PORTSDIR}/security/openvas-server
-LIB_DEPENDS=	libopenvas.so:${PORTSDIR}/security/openvas-libraries \
+BUILD_DEPENDS=	openvasd:${PORTSDIR}/security/openvas-server
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet \
+		libopenvas.so:${PORTSDIR}/security/openvas-libraries \
 		libopenvasnasl.so:${PORTSDIR}/security/openvas-libnasl \
 		libgnutls.so:${PORTSDIR}/security/gnutls
 RUN_DEPENDS=	openvasd:${PORTSDIR}/security/openvas-server \

Modified: head/security/sasp/Makefile
==============================================================================
--- head/security/sasp/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/sasp/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,14 +3,14 @@
 
 PORTNAME=	sasp
 PORTVERSION=	0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~ahze/distfiles/
 MASTER_SITE_SUBDIR=	ahze
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tool that permits to use a gateway whatever IP we have
+COMMENT=	Tool that permits to use a gateway whatever IP we have
 
 LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/snort/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snort
 PORTVERSION=	2.9.6.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/snort/snort \
 		http://mirrors.rit.edu/zi/
@@ -15,11 +16,10 @@ COMMENT=	Lightweight network intrusion d
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
-BUILD_DEPENDS=	daq>=2.0.0:${PORTSDIR}/net/daq \
-		${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
-RUN_DEPENDS=	daq>=2.0.0:${PORTSDIR}/net/daq \
-		${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
+		libnet.so:${PORTSDIR}/net/libnet
+BUILD_DEPENDS=	daq>=2.0.0:${PORTSDIR}/net/daq
+RUN_DEPENDS=	daq>=2.0.0:${PORTSDIR}/net/daq
 
 OPTIONS_DEFINE=		IPV6 MPLS GRE TARGETBASED ZLIB NORMALIZER REACT \
 			PERFPROFILE FLEXRESP3 LRGPCAP SOURCEFIRE NONETHER \

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/suricata/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	suricata
 PORTVERSION=	1.4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.openinfosecfoundation.org/download/ \
 		http://mirrors.rit.edu/zi/

Modified: head/security/unicornscan/Makefile
==============================================================================
--- head/security/unicornscan/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/unicornscan/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unicornscan
 PORTVERSION=	0.4.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	SF/osace/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 

Modified: head/security/yersinia/Makefile
==============================================================================
--- head/security/yersinia/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/security/yersinia/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yersinia
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.yersinia.net/download/
 

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/sysutils/heartbeat/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heartbeat
 PORTVERSION=	2.1.4
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	sysutils
 #MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
 MASTER_SITES=	${MASTER_SITE_LOCAL}

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/sysutils/syslog-ng/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.5.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
 DISTFILES=	syslog-ng_${DISTVERSION}.tar.gz
@@ -73,7 +73,7 @@ CONFIGURE_ARGS+=	--disable-tcp-wrapper
 .endif
 
 .if ${PORT_OPTIONS:MSPOOF}
-BUILD_DEPENDS=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS+=		libnet.so:${PORTSDIR}/net/libnet
 LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet11-config
 CONFIGURE_ARGS+=	--enable-spoof-source --with-libnet=${LOCALBASE}/bin
 CFLAGS+=		`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include

Modified: head/sysutils/syslog-ng2/Makefile
==============================================================================
--- head/sysutils/syslog-ng2/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/sysutils/syslog-ng2/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,19 +3,19 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	2.0.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
 PKGNAMESUFFIX=	2
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A powerful syslogd replacement
+COMMENT=	Powerful syslogd replacement
 
 DEPRECATED=	Fails to build with new utmpx
 EXPIRATION_DATE=	2014-07-23
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet \
-		evtlog.0:${PORTSDIR}/sysutils/eventlog
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet \
+		libevtlog.so:${PORTSDIR}/sysutils/eventlog
 
 MAN5=		syslog-ng.conf.5
 MAN8=		syslog-ng.8

Modified: head/sysutils/syslog-ng33/Makefile
==============================================================================
--- head/sysutils/syslog-ng33/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/sysutils/syslog-ng33/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.3.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/$(PORTVERSION)/source/
 PKGNAMESUFFIX=	33

Modified: head/sysutils/syslog-ng34/Makefile
==============================================================================
--- head/sysutils/syslog-ng34/Makefile	Mon Jul 14 15:34:48 2014	(r361790)
+++ head/sysutils/syslog-ng34/Makefile	Mon Jul 14 15:38:39 2014	(r361791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.4.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
 PKGNAMESUFFIX=	34
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+=	--disable-tcp-wrapper
 .endif
 
 .if ${PORT_OPTIONS:MSPOOF}
-BUILD_DEPENDS+=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS+=		libnet.so:${PORTSDIR}/net/libnet
 LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet11-config
 CONFIGURE_ARGS+=	--enable-spoof-source --with-libnet=${LOCALBASE}/bin
 CFLAGS+=		`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include



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