diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 09:06:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 09:06:45 +0000 |
commit | 0bcfd7d2970afa1e8f4cdf43cc7c94826c068922 (patch) | |
tree | 2e5c1dcb7108b90645674a47dbf2b33fff27d337 | |
parent | b73db3268a58c2791368c2abaae7322af42bfd8d (diff) | |
download | ports-0bcfd7d2970afa1e8f4cdf43cc7c94826c068922.tar.gz ports-0bcfd7d2970afa1e8f4cdf43cc7c94826c068922.zip |
Notes
-rw-r--r-- | net/AquaGatekeeper/Makefile | 14 | ||||
-rw-r--r-- | net/AquaGatekeeper/distinfo | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper/distinfo.amd64 | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper/distinfo.i386 | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 14 | ||||
-rw-r--r-- | net/AquaGatekeeper2/distinfo | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper2/distinfo.amd64 | 2 | ||||
-rw-r--r-- | net/AquaGatekeeper2/distinfo.i386 | 2 |
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 |