ports/104247: [maintainer update] minor fix for ports/net/AquaGatekeeper
Eugene Grosbein
eugen at grosbein.pp.ru
Tue Oct 10 06:40:41 UTC 2006
>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 at 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:
More information about the freebsd-ports-bugs
mailing list