Bug 62913 - [PATCH] Upgrade net/AquaGatekeeper to version 1.19
Summary: [PATCH] Upgrade net/AquaGatekeeper to version 1.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 14:40 UTC by Eugene Grosbein
Modified: 2004-02-16 14:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2004-02-16 14:40:07 UTC
		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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-16 14:40:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-16 14:59:37 UTC
State Changed
From-To: open->closed

Committed, thanks!