diff options
author | flz <flz@FreeBSD.org> | 2005-04-05 02:14:12 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-05 02:14:12 +0800 |
commit | 435e6c9c100c117b7fa82a5cf27da23425d784d9 (patch) | |
tree | 7f0044f38c0499443e5e1974ddb3259dc5ae2523 /net | |
parent | e3dd46dbab76fb948ad3ba713b7f46a8a5848782 (diff) | |
download | freebsd-ports-gnome-435e6c9c100c117b7fa82a5cf27da23425d784d9.tar.gz freebsd-ports-gnome-435e6c9c100c117b7fa82a5cf27da23425d784d9.tar.zst freebsd-ports-gnome-435e6c9c100c117b7fa82a5cf27da23425d784d9.zip |
- Fix LATEST_LINK.
- Set CONFLICTS.
PR: ports/79444
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile index d642259cfdac..29cce3096714 100644 --- a/net/AquaGatekeeper2/Makefile +++ b/net/AquaGatekeeper2/Makefile @@ -7,6 +7,7 @@ PORTNAME= AquaGatekeeper PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ @@ -16,6 +17,8 @@ MAINTAINER= eugen@grosbein.pp.ru COMMENT= Aqua H323 Gatekeeper and proxy WRKSRC= ${WRKDIR}/${PORTNAME} +CONFLICTS= AquaGatekeeper-1.* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2${PKGNAMESUFFIX} NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} |