Summary: | [maintainer update] minor fix for ports/net/AquaGatekeeper | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Eugene Grosbein <ports> |
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | kris |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Eugene Grosbein
2006-10-10 07:40:40 UTC
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! |