The following patch adds dependency on compat5x for AquaGatekeeper port. While I'm here, add SHA256 too. Thanks to Kris Kennaway for pointing out. Fix: Eugene Grosbein--OZGieVYJw9QV5RpR9ibzGlmg5e4NzSnEMrJPTeF9tKvtfcVf 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 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 How-To-Repeat: N/A
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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-10-23 09:26:44 UTC FreeBSD ports repository Modified files: net/AquaGatekeeper Makefile distinfo.amd64 distinfo.i386 Log: - Add dependency on compat5x - Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (maintainer) Approved by: portmgr (erwin) Revision Changes Path 1.10 +4 -2 ports/net/AquaGatekeeper/Makefile 1.3 +1 -0 ports/net/AquaGatekeeper/distinfo.amd64 1.3 +1 -0 ports/net/AquaGatekeeper/distinfo.i386 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2006-10-23 09:29:09 UTC FreeBSD ports repository Modified files: net/AquaGatekeeper2 Makefile distinfo.amd64 distinfo.i386 Log: - Add dependency compat5x - Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Approved by: portmgr (erwin) Revision Changes Path 1.12 +5 -3 ports/net/AquaGatekeeper2/Makefile 1.4 +1 -0 ports/net/AquaGatekeeper2/distinfo.amd64 1.4 +1 -0 ports/net/AquaGatekeeper2/distinfo.i386 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!