ports/112164: [MAINTAINER] net-mgmt/aircrack-ng: update to 0.8
Lars Engels
lars.engels at 0x20.net
Thu Apr 26 19:30:03 UTC 2007
>Number: 112164
>Category: ports
>Synopsis: [MAINTAINER] net-mgmt/aircrack-ng: update to 0.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 26 19:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Lars Engels
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD maggie.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sun Jan 14 00:10:36 CET 2007
>Description:
- Update to 0.8
Changelog:
http://download.aircrack-ng.org/ChangeLog
Removed file(s):
- files/pkg-message.in
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- aircrack-ng-0.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/aircrack-ng/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile 24 Jan 2007 22:39:54 -0000 1.7
+++ Makefile 26 Apr 2007 19:26:53 -0000
@@ -6,27 +6,27 @@
#
PORTNAME= aircrack-ng
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= net-mgmt
MASTER_SITES= http://download.aircrack-ng.org/ \
http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lars.engels at 0x20.net
-COMMENT= Aircrack-ng is the next generation of aircrack
+COMMENT= Aircrack-ng is the next generation of aircrack with new features
-USE_GMAKE= yes
-ALL_TARGET= aircrack-ng airdecap-ng packetforge-ng ivstools kstats
+ALL_TARGET= aircrack-ng airdecap-ng packetforge-ng ivstools kstats makeivs
PLIST_FILES= bin/aircrack-ng bin/airdecap-ng bin/packetforge-ng bin/ivstools \
- bin/kstats
-MAN1= aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1
+ bin/kstats bin/makeivs
-SUB_FILES+= pkg-message
+MAN1= aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1 makeivs.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
+.if ${OSVERSION} >= 700000
+ALL_TARGET+= aireplay-ng airodump-ng airtun-ng
+PLIST_FILES+= bin/aireplay-ng bin/airodump-ng bin/airtun-ng
+MAN1+= aireplay-ng.1 airodump-ng.1 airtun-ng.1
.endif
post-patch:
@@ -39,11 +39,15 @@
${INSTALL_PROGRAM} ${WRKSRC}/packetforge-ng ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ivstools ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/kstats ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/makeivs ${PREFIX}/bin
+.if ${OSVERSION} >= 700000
+ ${INSTALL_PROGRAM} ${WRKSRC}/aireplay-ng ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/airodump-ng ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/airtun-ng ${PREFIX}/bin
+.endif
+
.for manpage in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/manpages/${manpage} ${PREFIX}/man/man1
.endfor
-post-install:
- ${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/aircrack-ng/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo 24 Jan 2007 22:39:54 -0000 1.5
+++ distinfo 26 Apr 2007 19:26:53 -0000
@@ -1,3 +1,3 @@
-MD5 (aircrack-ng-0.7.tar.gz) = 34c0447951d438d76fa32d08eab5da01
-SHA256 (aircrack-ng-0.7.tar.gz) = 90cbd5030938ce1622a8e399c95088bf464bceb95adc290640d4610eb8522aeb
-SIZE (aircrack-ng-0.7.tar.gz) = 172998
+MD5 (aircrack-ng-0.8.tar.gz) = d21ea65caac6c9b47bd058c4e7032292
+SHA256 (aircrack-ng-0.8.tar.gz) = 6c18c8e55310989d838983530bad0f31bd1a0377e88fda33b47abd547876a955
+SIZE (aircrack-ng-0.8.tar.gz) = 352025
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- files/pkg-message.in 7 Oct 2006 12:24:03 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
-======================================================================
-Currently only airdecap-ng, packetforge-ng, aircrack-ng, ivstools and
-kstats can be compiled as aireplay-ng, airomon-ng and airodump-ng
-are too Linux-specific to be built on FreeBSD.
-However aircrack-ng can read Kismet's dumpfile.
-
-If you manage to patch the port so that the missing tools can be built
-on FreeBSD, please contact the port's maintainer.
-======================================================================
--- aircrack-ng-0.8.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list