From owner-freebsd-ports Sun Oct 6 9:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B585337B401 for ; Sun, 6 Oct 2002 09:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E457B43E88 for ; Sun, 6 Oct 2002 09:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g96GU4Co089075 for ; Sun, 6 Oct 2002 09:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g96GU49F089074; Sun, 6 Oct 2002 09:30:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1901537B401 for ; Sun, 6 Oct 2002 09:26:24 -0700 (PDT) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5476E43E81 for ; Sun, 6 Oct 2002 09:26:23 -0700 (PDT) (envelope-from dpelleg+@cs.cmu.edu) Received: from palraz.wburn (palraz [192.168.1.1]) by gw.pelleg.org (Postfix) with ESMTP id 1967657F3 for ; Sun, 6 Oct 2002 12:26:17 -0400 (EDT) Received: by palraz.wburn (Postfix, from userid 1001) id 5E802196; Sun, 6 Oct 2002 12:26:17 -0400 (EDT) Message-Id: <20021006162617.5E802196@palraz.wburn> Date: Sun, 6 Oct 2002 12:26:17 -0400 (EDT) From: Dan Pelleg Reply-To: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43746: Maintainer update: net/ap-utils to 1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43746 >Category: ports >Synopsis: Maintainer update: net/ap-utils to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 06 09:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD l 4.6-STABLE FreeBSD 4.6-STABLE #8: Wed Jul 3 21:28:13 EDT 2002 d@p i386 >Description: port updated to latest version. >How-To-Repeat: >Fix: diff -ruN ap-utils.1.0.4/Makefile ap-utils/Makefile --- ap-utils.1.0.4/Makefile Sun Oct 6 11:14:22 2002 +++ ap-utils/Makefile Sun Oct 6 12:05:36 2002 @@ -2,11 +2,11 @@ # Date created: 2002/07/10 # Whom: Jerry A! # -# $FreeBSD: ports/net/ap-utils/Makefile,v 1.2 2002/08/19 13:22:15 markp Exp $ +# $FreeBSD: ports/net/ap-utils/Makefile,v 1.1 2002/08/04 05:51:19 markp Exp $ # PORTNAME= ap-utils -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.1 CATEGORIES= net MASTER_SITES= http://ap-utils.polesye.net/files/ \ http://web.cs.cmu.edu/~dpelleg/download/ @@ -21,8 +21,9 @@ .if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${DOCSDIR}/uk + @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ ${DOCSDIR} + @cd ${WRKSRC}/Documentation/uk && ${INSTALL_DATA} INSTALL README.atmel ${DOCSDIR}/uk .endif .include diff -ruN ap-utils.1.0.4/distinfo ap-utils/distinfo --- ap-utils.1.0.4/distinfo Sun Oct 6 11:14:22 2002 +++ ap-utils/distinfo Sun Oct 6 11:19:28 2002 @@ -1 +1 @@ -MD5 (ap-utils-1.0.4.tar.bz2) = b4ce0e26cf1e418568b5554b6bb7ef93 +MD5 (ap-utils-1.1.1.tar.bz2) = a27c3963d70d23cd4c3ae639992abc1e diff -ruN ap-utils.1.0.4/files/patch-aa ap-utils/files/patch-aa --- ap-utils.1.0.4/files/patch-aa Mon Aug 19 09:22:15 2002 +++ ap-utils/files/patch-aa Sun Oct 6 11:19:28 2002 @@ -1,12 +1,21 @@ ---- nwn/ap-nwn.c.orig Sat Aug 17 14:24:41 2002 -+++ nwn/ap-nwn.c Sat Aug 17 14:24:51 2002 -@@ -22,6 +22,9 @@ +--- nwn/ap-nwn.c.orig Sun Oct 6 09:47:54 2002 ++++ nwn/ap-nwn.c Sun Oct 6 09:46:10 2002 +@@ -18,15 +18,15 @@ + * + */ + +-#include + #include #include #include "ap-utils.h" #include -+#include -+#include +-#include +-#include + #include + #include +#include - #include - #include ++#include ++#include + WINDOW *sub_for_menu, *win_for_help, *main_win, *main_sub; + char *community; diff -ruN ap-utils.1.0.4/files/patch-ab ap-utils/files/patch-ab --- ap-utils.1.0.4/files/patch-ab Wed Dec 31 19:00:00 1969 +++ ap-utils/files/patch-ab Sun Oct 6 11:19:28 2002 @@ -0,0 +1,10 @@ +--- common/ap_search.c.orig Sun Oct 6 08:36:00 2002 ++++ common/ap_search.c Sun Oct 6 08:36:07 2002 +@@ -33,7 +33,6 @@ + #include + #include + #include +-#include + + sigjmp_buf position; + extern char *community; diff -ruN ap-utils.1.0.4/files/patch-ac ap-utils/files/patch-ac --- ap-utils.1.0.4/files/patch-ac Wed Dec 31 19:00:00 1969 +++ ap-utils/files/patch-ac Sun Oct 6 11:19:28 2002 @@ -0,0 +1,12 @@ +--- atmel/wlan.c.orig Sun Oct 6 09:40:30 2002 ++++ atmel/wlan.c Sun Oct 6 09:40:47 2002 +@@ -19,6 +19,9 @@ + */ + #include + #include ++#include ++#include ++#include + #include + #include + #include "ap-utils.h" diff -ruN ap-utils.1.0.4/pkg-descr ap-utils/pkg-descr --- ap-utils.1.0.4/pkg-descr Sun Oct 6 11:14:23 2002 +++ ap-utils/pkg-descr Sun Oct 6 11:19:28 2002 @@ -1,10 +1,10 @@ -Wireless Access Point Utilites for Unix are a set of tools to -configure and monitor several popular wireless access points using -SNMP. Among other things, they allow access restrictions, MAC -authorization and WEP encryption for access points by Linksys, -Netgear, SMC, and D-Link. +A set of utilities to configure and monitor several popular +wireless access points using SNMP. Among other things, they +allow access restrictions, MAC authorization and WEP encryption +for access points and "wireless gateways" by Linksys, Netgear, +SMC, and D-Link. WWW: http://ap-utils.polesye.net/ -- Dan Pelleg + -- Dan Pelleg daniel+aputils@pelleg.org diff -ruN ap-utils.1.0.4/pkg-plist ap-utils/pkg-plist --- ap-utils.1.0.4/pkg-plist Sun Oct 6 11:14:23 2002 +++ ap-utils/pkg-plist Sun Oct 6 11:19:28 2002 @@ -4,4 +4,7 @@ sbin/ap-trapd share/locale/uk/LC_MESSAGES/ap-utils.mo %%PORTDOCS%%share/doc/ap-utils/FAQ +%%PORTDOCS%%share/doc/ap-utils/uk/INSTALL +%%PORTDOCS%%share/doc/ap-utils/uk/README.atmel +%%PORTDOCS%%@dirrm share/doc/ap-utils/uk %%PORTDOCS%%@dirrm share/doc/ap-utils >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message