diff options
author | Stefan Eßer <se@FreeBSD.org> | 2006-06-25 10:15:37 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2006-06-25 10:15:37 +0000 |
commit | ba5e3562b424a98778faadf67a4c1a5dacb37e3a (patch) | |
tree | cb89142d19253d418e515f090bff2b43eb9e203b /security/yersinia/Makefile | |
parent | - Use gsed instead of sed because some scripts use GNU sed specific (diff) |
Upgrade to version 0.7.
Notes
Notes:
svn path=/head/; revision=166267
Diffstat (limited to 'security/yersinia/Makefile')
-rw-r--r-- | security/yersinia/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index e41b627832c9..40fcb65817be 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -6,17 +6,13 @@ # PORTNAME= yersinia -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.yersinia.net/download/ MAINTAINER= se@FreeBSD.org COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) -USE_GETOPT_LONG= yes - .include <bsd.port.pre.mk> BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet @@ -31,7 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ NOT_FOR_ARCHS= ia64 sparc64 MAN8= yersinia.8 -CFLAGS+= -DNEED_GETOPT_H PLIST_FILES= sbin/yersinia do-install: |