From e9be35cae82f2249e135d9b8621b7b4e40cb0771 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 2 Jan 2003 20:00:43 +0000 Subject: upgrade to 1.3 PR: 46085 Submitted by: maintainer --- net/ap-utils/Makefile | 4 ++-- net/ap-utils/distinfo | 2 +- net/ap-utils/files/patch-aa | 19 ------------------- net/ap-utils/pkg-plist | 2 ++ 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 net/ap-utils/files/patch-aa (limited to 'net') diff --git a/net/ap-utils/Makefile b/net/ap-utils/Makefile index b3d48d9ca894..20fbea0b60c4 100644 --- a/net/ap-utils/Makefile +++ b/net/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/ap-utils/distinfo b/net/ap-utils/distinfo index 4c3f2aee820b..4d3ab6de597d 100644 --- a/net/ap-utils/distinfo +++ b/net/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/ap-utils/files/patch-aa b/net/ap-utils/files/patch-aa deleted file mode 100644 index 7e675e5bc766..000000000000 --- a/net/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 - #include -+#include -+#include -+#include - #include - #include - #include "ap-utils.h" - #include --#include --#include --#include - #include - - #define HIDE_ESSID _("[S] Insert ESSID in broadcast packets: %s") diff --git a/net/ap-utils/pkg-plist b/net/ap-utils/pkg-plist index 7bdcedc3693f..bf4e03c6e922 100644 --- a/net/ap-utils/pkg-plist +++ b/net/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 -- cgit