Date: Tue, 10 Oct 2006 07:00:43 GMT From: Eugene Grosbein <eugen@grosbein.pp.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/104247 Message-ID: <200610100700.k9A70hPu090678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/104247; it has been noted by GNATS. From: Eugene Grosbein <eugen@grosbein.pp.ru> To: bug-followup@freebsd.org Cc: Subject: Re: ports/104247 Date: Tue, 10 Oct 2006 14:58:03 +0800 Here is the similar patch for the second branch of Aqua Gatekeeper presented with ports/net/AquaGatekeeper2. Please commit this too. diff -urN AquaGatekeeper2.orig/Makefile AquaGatekeeper2/Makefile --- AquaGatekeeper2.orig/Makefile Tue Oct 10 14:47:00 2006 +++ AquaGatekeeper2/Makefile Tue Oct 10 14:46:32 2006 @@ -7,7 +7,7 @@ PORTNAME= AquaGatekeeper PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ @@ -56,6 +56,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 AquaGatekeeper2.orig/distinfo.amd64 AquaGatekeeper2/distinfo.amd64 --- AquaGatekeeper2.orig/distinfo.amd64 Mon Mar 21 13:38:28 2005 +++ AquaGatekeeper2/distinfo.amd64 Tue Oct 10 14:50:04 2006 @@ -1,2 +1,3 @@ MD5 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = bccffb094d3a80f3fade694c588377aa +SHA256 (AquaGatekeeper200FreeBSDamd64Build653.tgz) = f95960a5cc4a67f7d41ba8f3aea3b89fc5eaa922c7477e9cb6ebb95e2385a8a3 SIZE (AquaGatekeeper200FreeBSDamd64Build653.tgz) = 686437 diff -urN AquaGatekeeper2.orig/distinfo.i386 AquaGatekeeper2/distinfo.i386 --- AquaGatekeeper2.orig/distinfo.i386 Mon Mar 21 13:38:28 2005 +++ AquaGatekeeper2/distinfo.i386 Tue Oct 10 14:47:28 2006 @@ -1,2 +1,3 @@ MD5 (AquaGatekeeper200FreeBSDBuild653.tgz) = b4db47138010d875acf2c3b09c67191b +SHA256 (AquaGatekeeper200FreeBSDBuild653.tgz) = 78336810e70728cca1814870f0da20b52e8e1a48106a2dfdba3cfe2d16cb2762 SIZE (AquaGatekeeper200FreeBSDBuild653.tgz) = 749636 Eugene Grosbein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610100700.k9A70hPu090678>