This patch updates net/AquaGatekeeper to version 1.19 Fix: Eugene Grosbein--j0sHQSQB6wLeUhho4yEQ4rEEM39mQiqdwZmzVjcQXIG3m5TQ Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -urN AquaGatekeeper.orig/Makefile AquaGatekeeper/Makefile --- AquaGatekeeper.orig/Makefile Mon Nov 3 00:37:14 2003 +++ AquaGatekeeper/Makefile Mon Feb 16 21:21:18 2004 @@ -6,11 +6,11 @@ # PORTNAME= AquaGatekeeper -PORTVERSION= 1.17 +PORTVERSION= 1.19 CATEGORIES= net MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ -DISTNAME= AquaGatekeeper117FreeBSD +DISTNAME= AquaGatekeeper119FreeBSD EXTRACT_SUFX= .tgz MAINTAINER= eugen@grosbein.pp.ru @@ -37,6 +37,10 @@ @${MKDIR} ${DOCSDIR} @for docfile in ${WRKSRC}/Help/*; \ do ${INSTALL_MAN} $$docfile ${DOCSDIR}; \ + done + @${MKDIR} ${DOCSDIR}/Rus + @for docfile in ${WRKSRC}/Help.Rus/*; \ + do ${INSTALL_MAN} $$docfile ${DOCSDIR}/Rus; \ done .endif diff -urN AquaGatekeeper.orig/distinfo AquaGatekeeper/distinfo --- AquaGatekeeper.orig/distinfo Mon Nov 3 00:37:14 2003 +++ AquaGatekeeper/distinfo Mon Feb 16 21:18:08 2004 @@ -1 +1,2 @@ -MD5 (AquaGatekeeper117FreeBSD.tgz) = 68fded95233caff1cc05bbac953cd8b7 +MD5 (AquaGatekeeper119FreeBSD.tgz) = 6250a53bdfbbb24f68537edfdbd3644b +SIZE (AquaGatekeeper119FreeBSD.tgz) = 781596 diff -urN AquaGatekeeper.orig/pkg-plist AquaGatekeeper/pkg-plist --- AquaGatekeeper.orig/pkg-plist Mon Nov 3 00:37:14 2003 +++ AquaGatekeeper/pkg-plist Mon Feb 16 21:22:59 2004 @@ -10,6 +10,13 @@ %%PORTDOCS%%%%DOCSDIR%%/OperationPrinciples.htm %%PORTDOCS%%%%DOCSDIR%%/RevisionHistory.htm %%PORTDOCS%%%%DOCSDIR%%/default.css +%%PORTDOCS%%%%DOCSDIR%%/Rus/AquaGatekeeper.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/CommandLineOptions.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/ConfigSyntax.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/OperationPrinciples.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/RevisionHistory.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/default.css %%EXAMPLESDIR%%/Example.cfg +%%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->krion I'll take it.
State Changed From-To: open->closed Committed, thanks!