Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 14:38:24 +0800 (KRAST)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/104247: [maintainer update] minor fix for ports/net/AquaGatekeeper
Message-ID:  <200610100638.k9A6cOt1001673@grosbein.pp.ru>
Resent-Message-ID: <200610100640.k9A6eeNx089529@freefall.freebsd.org>
In-Reply-To: <20061010013752.GA50038@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         104247
>Category:       ports
>Synopsis:       [maintainer update] minor fix for ports/net/AquaGatekeeper
>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:   Tue Oct 10 06:40:40 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #21: Tue Oct 10 02:42:54 KRAST 2006 eu@grosbein.pp.ru:/mnt/home/obj/usr/local/src/sys/DADV i386

>Description:
	
	The following patch adds dependency on compat5x for AquaGatekeeper
	port. While I'm here, add SHA256 too.

	Thanks to Kris Kennaway for pointing out.

>How-To-Repeat:
	N/A

>Fix:

diff -urN AquaGatekeeper.orig/Makefile AquaGatekeeper/Makefile
--- AquaGatekeeper.orig/Makefile	Tue Oct 10 14:23:15 2006
+++ AquaGatekeeper/Makefile	Tue Oct 10 14:26:12 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	AquaGatekeeper
 PORTVERSION=	1.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
 		ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
@@ -54,6 +54,8 @@
 BROKEN=		"Supported only on 4.x systems and later"
 .elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
 LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
+.elif ${OSVERSION} >= 600000 && ${ARCH} == "amd64"
+LIB_DEPENDS=	c.5:${PORTSDIR}/misc/compat5x
 .endif
 
 .if ${ARCH} == "amd64"
diff -urN AquaGatekeeper.orig/distinfo.amd64 AquaGatekeeper/distinfo.amd64
--- AquaGatekeeper.orig/distinfo.amd64	Thu Jul 22 20:19:02 2004
+++ AquaGatekeeper/distinfo.amd64	Tue Oct 10 14:27:30 2006
@@ -1,2 +1,3 @@
 MD5 (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 3ae343325e21fd49ef71c865bc5e22dc
+SHA256 (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 2798497dcdb05180bb28634b92c8a2343c1c0067ad8f36b43f0ddfe875f1883b
 SIZE (AquaGatekeeper122FreeBSDamd64Build131.tgz) = 2926031
diff -urN AquaGatekeeper.orig/distinfo.i386 AquaGatekeeper/distinfo.i386
--- AquaGatekeeper.orig/distinfo.i386	Thu Jul 22 20:19:02 2004
+++ AquaGatekeeper/distinfo.i386	Tue Oct 10 14:27:52 2006
@@ -1,2 +1,3 @@
 MD5 (AquaGatekeeper122FreeBSDBuild131.tgz) = e5dede37d29462641f214a5076eb4766
+SHA256 (AquaGatekeeper122FreeBSDBuild131.tgz) = 2757cd3979b3b4892932d1c484c2a2e4da62acbaff80b5b797a7df1d04aecbb8
 SIZE (AquaGatekeeper122FreeBSDBuild131.tgz) = 3011253



Eugene Grosbein
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610100638.k9A6cOt1001673>