Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2004 15:06:22 +0800 (KRAST)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        krion@FreeBSD.org
Subject:   ports/65518: Update port net/AquaGatekeeper to version 1.22
Message-ID:  <200404140706.i3E76Moo031590@www.svzserv.kemerovo.su>
Resent-Message-ID: <200404140710.i3E7AG2c037680@freefall.freebsd.org>

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

>Number:         65518
>Category:       ports
>Synopsis:       Update port net/AquaGatekeeper to version 1.22
>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:   Wed Apr 14 00:10:15 PDT 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 #9: Wed Apr 7 14:33:34 KRAST 2004 eu@www.svzserv.kemerovo.su:/home4/obj/home/src/sys/WWW i386

>Description:
	Update to version 1.22.
	Another attempt to bring support for AMD64.

	Please note that Porters Handbook (dads-uid.html) asks that
	UID/GID allocated by ports would be registered there.

>How-To-Repeat:
	N/A

>Fix:

diff -urN AquaGatekeeper.orig/Makefile AquaGatekeeper/Makefile
--- AquaGatekeeper.orig/Makefile	Sun Mar 28 07:36:25 2004
+++ AquaGatekeeper/Makefile	Wed Apr 14 14:44:50 2004
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	AquaGatekeeper
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
 		ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME=	AquaGatekeeper121FreeBSD
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	eugen@grosbein.pp.ru
@@ -18,7 +17,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	amd64 i386
+MD5_FILE=	${MASTERDIR}/distinfo.${ARCH}
 
 NO_PACKAGE=	"No commercial redistribution"
 NO_CDROM=	"No commercial redistribution"
@@ -52,8 +52,14 @@
 
 .if ${OSVERSION} < 400000
 BROKEN=		"Supported only on 4.x systems and later"
-.elif ${OSVERSION} >= 500000
+.elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
 LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
+.endif
+
+.if ${ARCH} == "amd64"
+DISTNAME=	AquaGatekeeper122FreeBSDamd64
+.else
+DISTNAME=	AquaGatekeeper122FreeBSD
 .endif
 
 .include <bsd.port.post.mk>
diff -urN AquaGatekeeper.orig/distinfo AquaGatekeeper/distinfo
--- AquaGatekeeper.orig/distinfo	Sun Mar 28 08:33:10 2004
+++ AquaGatekeeper/distinfo	Thu Jan  1 07:00:00 1970
@@ -1,2 +0,0 @@
-MD5 (AquaGatekeeper121FreeBSD.tgz) = 30d1d73c6fce0f704951a5bed47fa5bd
-SIZE (AquaGatekeeper121FreeBSD.tgz) = 743725
diff -urN AquaGatekeeper.orig/distinfo.amd64 AquaGatekeeper/distinfo.amd64
--- AquaGatekeeper.orig/distinfo.amd64	Thu Jan  1 07:00:00 1970
+++ AquaGatekeeper/distinfo.amd64	Wed Apr 14 14:46:29 2004
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSDamd64.tgz) = bf08f20bd78185d201bf1093648e4769
+SIZE (AquaGatekeeper122FreeBSDamd64.tgz) = 676023
diff -urN AquaGatekeeper.orig/distinfo.i386 AquaGatekeeper/distinfo.i386
--- AquaGatekeeper.orig/distinfo.i386	Thu Jan  1 07:00:00 1970
+++ AquaGatekeeper/distinfo.i386	Wed Apr 14 14:44:59 2004
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSD.tgz) = 0a176b6581f8b393e75466d350ba1551
+SIZE (AquaGatekeeper122FreeBSD.tgz) = 761278


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



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