aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-14 17:06:45 +0800
committerkrion <krion@FreeBSD.org>2004-04-14 17:06:45 +0800
commit7bdbcffb4bf5d38d1abca3aced6469cf8e738238 (patch)
tree78ffe21b6850f515ae9a2bbf63fe83075641bdaf /net
parent59ac51c293c45bf858dfaacd0f0bcaa9fb8e7215 (diff)
downloadfreebsd-ports-gnome-7bdbcffb4bf5d38d1abca3aced6469cf8e738238.tar.gz
freebsd-ports-gnome-7bdbcffb4bf5d38d1abca3aced6469cf8e738238.tar.zst
freebsd-ports-gnome-7bdbcffb4bf5d38d1abca3aced6469cf8e738238.zip
- Update to version 1.22
- Add amd64 support PR: ports/65518 Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/AquaGatekeeper/Makefile14
-rw-r--r--net/AquaGatekeeper/distinfo2
-rw-r--r--net/AquaGatekeeper/distinfo.amd642
-rw-r--r--net/AquaGatekeeper/distinfo.i3862
-rw-r--r--net/AquaGatekeeper2/Makefile14
-rw-r--r--net/AquaGatekeeper2/distinfo2
-rw-r--r--net/AquaGatekeeper2/distinfo.amd642
-rw-r--r--net/AquaGatekeeper2/distinfo.i3862
8 files changed, 28 insertions, 12 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile
index 6c3a2cc2bc58..c3bdab0c447b 100644
--- a/net/AquaGatekeeper/Makefile
+++ b/net/AquaGatekeeper/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper121FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -18,7 +17,8 @@ COMMENT= Aqua H323 Gatekeeper and proxy
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= amd64 i386
+MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
NO_PACKAGE= "No commercial redistribution"
NO_CDROM= "No commercial redistribution"
@@ -52,8 +52,14 @@ post-install:
.if ${OSVERSION} < 400000
BROKEN= "Supported only on 4.x systems and later"
-.elif ${OSVERSION} >= 500000
+.elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
.endif
+.if ${ARCH} == "amd64"
+DISTNAME= AquaGatekeeper122FreeBSDamd64
+.else
+DISTNAME= AquaGatekeeper122FreeBSD
+.endif
+
.include <bsd.port.post.mk>
diff --git a/net/AquaGatekeeper/distinfo b/net/AquaGatekeeper/distinfo
deleted file mode 100644
index 2b112bbb2194..000000000000
--- a/net/AquaGatekeeper/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (AquaGatekeeper121FreeBSD.tgz) = 30d1d73c6fce0f704951a5bed47fa5bd
-SIZE (AquaGatekeeper121FreeBSD.tgz) = 743725
diff --git a/net/AquaGatekeeper/distinfo.amd64 b/net/AquaGatekeeper/distinfo.amd64
new file mode 100644
index 000000000000..a11cf668b03f
--- /dev/null
+++ b/net/AquaGatekeeper/distinfo.amd64
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSDamd64.tgz) = bf08f20bd78185d201bf1093648e4769
+SIZE (AquaGatekeeper122FreeBSDamd64.tgz) = 676023
diff --git a/net/AquaGatekeeper/distinfo.i386 b/net/AquaGatekeeper/distinfo.i386
new file mode 100644
index 000000000000..e46270300daa
--- /dev/null
+++ b/net/AquaGatekeeper/distinfo.i386
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSD.tgz) = 0a176b6581f8b393e75466d350ba1551
+SIZE (AquaGatekeeper122FreeBSD.tgz) = 761278
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile
index 6c3a2cc2bc58..c3bdab0c447b 100644
--- a/net/AquaGatekeeper2/Makefile
+++ b/net/AquaGatekeeper2/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper121FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -18,7 +17,8 @@ COMMENT= Aqua H323 Gatekeeper and proxy
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= amd64 i386
+MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
NO_PACKAGE= "No commercial redistribution"
NO_CDROM= "No commercial redistribution"
@@ -52,8 +52,14 @@ post-install:
.if ${OSVERSION} < 400000
BROKEN= "Supported only on 4.x systems and later"
-.elif ${OSVERSION} >= 500000
+.elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
.endif
+.if ${ARCH} == "amd64"
+DISTNAME= AquaGatekeeper122FreeBSDamd64
+.else
+DISTNAME= AquaGatekeeper122FreeBSD
+.endif
+
.include <bsd.port.post.mk>
diff --git a/net/AquaGatekeeper2/distinfo b/net/AquaGatekeeper2/distinfo
deleted file mode 100644
index 2b112bbb2194..000000000000
--- a/net/AquaGatekeeper2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (AquaGatekeeper121FreeBSD.tgz) = 30d1d73c6fce0f704951a5bed47fa5bd
-SIZE (AquaGatekeeper121FreeBSD.tgz) = 743725
diff --git a/net/AquaGatekeeper2/distinfo.amd64 b/net/AquaGatekeeper2/distinfo.amd64
new file mode 100644
index 000000000000..a11cf668b03f
--- /dev/null
+++ b/net/AquaGatekeeper2/distinfo.amd64
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSDamd64.tgz) = bf08f20bd78185d201bf1093648e4769
+SIZE (AquaGatekeeper122FreeBSDamd64.tgz) = 676023
diff --git a/net/AquaGatekeeper2/distinfo.i386 b/net/AquaGatekeeper2/distinfo.i386
new file mode 100644
index 000000000000..e46270300daa
--- /dev/null
+++ b/net/AquaGatekeeper2/distinfo.i386
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSD.tgz) = 0a176b6581f8b393e75466d350ba1551
+SIZE (AquaGatekeeper122FreeBSD.tgz) = 761278