Date: Mon, 16 Feb 2004 21:32:15 +0700 (KRAT) From: Eugene Grosbein <eugen@grosbein.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62913: [PATCH] Upgrade net/AquaGatekeeper to version 1.19 Message-ID: <200402161432.i1GEWFQj062347@www.svzserv.kemerovo.su> Resent-Message-ID: <200402161440.i1GEe8oF090245@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62913 >Category: ports >Synopsis: [PATCH] Upgrade net/AquaGatekeeper to version 1.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 16 06:40:07 PST 2004 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 4.9-STABLE i386 >Organization: Svyaz-Service JSC >Environment: System: FreeBSD www.svzserv.kemerovo.su 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Nov 3 13:18:36 KRAT 2003 eu@www.svzserv.kemerovo.su:/home4/obj/home/src/sys/WWW i386 >Description: This patch updates net/AquaGatekeeper to version 1.19 >How-To-Repeat: N/A >Fix: 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%% Eugene Grosbein >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402161432.i1GEWFQj062347>