diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-12-05 22:55:04 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-12-05 22:55:04 +0800 |
commit | b440efd154c7e59e258541755da2d641a1659c89 (patch) | |
tree | 571d515ecba1d80e010a183376c4ad68c7eafe7f | |
parent | 561d209122a9a303db43b9f70886e6c0a670d065 (diff) | |
download | freebsd-ports-gnome-b440efd154c7e59e258541755da2d641a1659c89.tar.gz freebsd-ports-gnome-b440efd154c7e59e258541755da2d641a1659c89.tar.zst freebsd-ports-gnome-b440efd154c7e59e258541755da2d641a1659c89.zip |
- Fix mastersite.
- Update the build to i386.
- Bump portrevision.
PR: ports/105645
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (maintainer)
-rw-r--r-- | net/AquaGatekeeper/Makefile | 8 | ||||
-rw-r--r-- | net/AquaGatekeeper/distinfo.i386 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index 0e17d7507843..3135b6e61683 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -7,9 +7,9 @@ PORTNAME= AquaGatekeeper PORTVERSION= 1.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \ +MASTER_SITES= ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ EXTRACT_SUFX= .tgz @@ -51,7 +51,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN= "Supported only on 4.x systems and later" +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" @@ -61,7 +61,7 @@ LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .if ${ARCH} == "amd64" DISTNAME= AquaGatekeeper122FreeBSDamd64Build131 .else -DISTNAME= AquaGatekeeper122FreeBSDBuild131 +DISTNAME= AquaGatekeeper122FreeBSDBuild445 .endif .include <bsd.port.post.mk> diff --git a/net/AquaGatekeeper/distinfo.i386 b/net/AquaGatekeeper/distinfo.i386 index 849ffacda008..0aaeba041337 100644 --- a/net/AquaGatekeeper/distinfo.i386 +++ b/net/AquaGatekeeper/distinfo.i386 @@ -1,3 +1,3 @@ -MD5 (AquaGatekeeper122FreeBSDBuild131.tgz) = e5dede37d29462641f214a5076eb4766 -SHA256 (AquaGatekeeper122FreeBSDBuild131.tgz) = 2757cd3979b3b4892932d1c484c2a2e4da62acbaff80b5b797a7df1d04aecbb8 -SIZE (AquaGatekeeper122FreeBSDBuild131.tgz) = 3011253 +MD5 (AquaGatekeeper122FreeBSDBuild445.tgz) = e591178dc6aca6e149ca980a2590e605 +SHA256 (AquaGatekeeper122FreeBSDBuild445.tgz) = 225e0eea79aa0af75fde42f4bfc8441fd71682da5bf0d0a9def167c192179984 +SIZE (AquaGatekeeper122FreeBSDBuild445.tgz) = 2897375 |