diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 20:00:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 20:00:43 +0000 |
commit | e9be35cae82f2249e135d9b8621b7b4e40cb0771 (patch) | |
tree | c95853b5941cafa2b52f5135997401c9c7ee5138 /net-mgmt | |
parent | d1a076628519733ba541c394953f56d3e731b898 (diff) | |
download | FreeBSD-ports-e9be35cae82f2249e135d9b8621b7b4e40cb0771.zip FreeBSD-ports-e9be35cae82f2249e135d9b8621b7b4e40cb0771.tar.gz |
upgrade to 1.3
PR: 46085
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/ap-utils/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/ap-utils/files/patch-aa | 19 | ||||
-rw-r--r-- | net-mgmt/ap-utils/pkg-plist | 2 |
4 files changed, 5 insertions, 22 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index b3d48d9..20fbea0 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ap-utils -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://ap-utils.polesye.net/files/ \ http://web.cs.cmu.edu/~dpelleg/download/ @@ -22,7 +22,7 @@ MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${DOCSDIR}/uk - @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ ${DOCSDIR} + @cd ${WRKSRC}/Documentation && ${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR} @cd ${WRKSRC}/Documentation/uk && ${INSTALL_DATA} INSTALL README.atmel ${DOCSDIR}/uk .endif diff --git a/net-mgmt/ap-utils/distinfo b/net-mgmt/ap-utils/distinfo index 4c3f2ae..4d3ab6d 100644 --- a/net-mgmt/ap-utils/distinfo +++ b/net-mgmt/ap-utils/distinfo @@ -1 +1 @@ -MD5 (ap-utils-1.2.tar.bz2) = 9c1b84974c1f4eab07d9bd61148fd060 +MD5 (ap-utils-1.3.tar.bz2) = 880e3386cc06346a33be7fdbbb7f10d8 diff --git a/net-mgmt/ap-utils/files/patch-aa b/net-mgmt/ap-utils/files/patch-aa deleted file mode 100644 index 7e675e5..0000000 --- a/net-mgmt/ap-utils/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- src/wlan.c.orig Sat Nov 9 08:54:18 2002 -+++ src/wlan.c Sat Nov 9 08:55:28 2002 -@@ -19,13 +19,13 @@ - */ - #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" - #include <menu.h> --#include <sys/types.h> --#include <sys/socket.h> --#include <netinet/in.h> - #include <unistd.h> - - #define HIDE_ESSID _("[S] Insert ESSID in broadcast packets: %s") diff --git a/net-mgmt/ap-utils/pkg-plist b/net-mgmt/ap-utils/pkg-plist index 7bdcedc..bf4e03c 100644 --- a/net-mgmt/ap-utils/pkg-plist +++ b/net-mgmt/ap-utils/pkg-plist @@ -4,7 +4,9 @@ sbin/ap-trapd lib/charset.alias share/locale/uk/LC_MESSAGES/ap-utils.mo share/locale/fr/LC_MESSAGES/ap-utils.mo +share/locale/pl/LC_MESSAGES/ap-utils.mo %%PORTDOCS%%share/doc/ap-utils/FAQ +%%PORTDOCS%%share/doc/ap-utils/Ovislink-HOWTO.html %%PORTDOCS%%share/doc/ap-utils/uk/INSTALL %%PORTDOCS%%share/doc/ap-utils/uk/README.atmel %%PORTDOCS%%@dirrm share/doc/ap-utils/uk |