Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Oct 2002 12:26:17 -0400 (EDT)
From:      Dan Pelleg <daniel+aputils@pelleg.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43746: Maintainer update: net/ap-utils to 1.1.1
Message-ID:  <20021006162617.5E802196@palraz.wburn>

next in thread | raw e-mail | index | archive | help

>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! <jerry@thehutt.org>
 #
-# $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 <bsd.port.mk>
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 <netinet/in.h>
+ #include <stdlib.h>
  #include <string.h>
  #include "ap-utils.h"
  #include <menu.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
+-#include <arpa/inet.h>
+-#include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
 +#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <unistd.h>
++#include <arpa/inet.h>
++#include <unistd.h>
  
+ 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 <signal.h>
+ #include <setjmp.h>
+ #include <errno.h>
+-#include <stdint.h>
+ 
+ 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 <ncurses.h>
+ #include <string.h>
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <stdlib.h>
+ #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




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