diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-02-25 05:54:01 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-02-25 05:54:01 +0800 |
commit | 9031aae5b50fa391f62904fa476ca0969b1550c7 (patch) | |
tree | 7733d00d5bc658b3b13c76eebef59a73fcd9415a | |
parent | 79d9bdb8be6b754a96a57e60c47a7cf9581d5a21 (diff) | |
download | freebsd-ports-gnome-9031aae5b50fa391f62904fa476ca0969b1550c7.tar.gz freebsd-ports-gnome-9031aae5b50fa391f62904fa476ca0969b1550c7.tar.zst freebsd-ports-gnome-9031aae5b50fa391f62904fa476ca0969b1550c7.zip |
- Added missing CONFLICTS for AquaGatekeeper 2.x
- Bumped PORTREVISION
Feature safe: yes
-rw-r--r-- | net/AquaGatekeeper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index d6d0c4d51978..cd0b799b7a6f 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -7,7 +7,7 @@ PORTNAME= AquaGatekeeper PORTVERSION= 1.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ @@ -17,6 +17,7 @@ MAINTAINER= ports@grosbein.pp.ru COMMENT= Aqua H323 Gatekeeper and proxy WRKSRC= ${WRKDIR}/${PORTNAME} +CONFLICTS= AquaGatekeeper-2.* NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} |